/**
	Default
*/
/**********************************************************************
																   PAGE
**********************************************************************/

body {
	margin:0px;
	padding:0px;
	font-family: Arial;
	font-size: 12px;
	height: 100%;
	background-color: #FFFFFF;	
	color: #005CA9;
}
td {
	margin:0px;
	padding:0px;
	font-family: Arial;
	font-size: 12px;
}


/**********************************************************************
								default styling
**********************************************************************/
a {
	color: #009DE0;
}

a:link {
	color: #009DE0;
}
a:hover,
a: focus {
	text-decoration:underline;
	outline: 0 none;
}
a IMG {
  border: none;
  background-color: transparent;
}
/*
a:visited {
	color: #FD9800;
}
a:active {
	color: #FD9800;
}
a.mail {
	padding-left:15px;
	background: url('/fileadmin/images/std/mial.gif') 0px 5px no-repeat;
}
a.mail:hover {
	background: url('/fileadmin/images/std/mial.gif')  0px 5px no-repeat;
	text-decoration:underline;
}

a.internal-link {
	padding-left:15px;
	background: url('/fileadmin/images/std/pfeil_orange.gif') 0px 5px no-repeat;
}

a.download {
	padding-left:20px;
	padding-bottom:10px;
	background: url('/fileadmin/images/std/datei.gif') 0px 0px no-repeat;
}
a.internal-link-new-window {
	padding-top: 17px;
	padding-left:25px;
	padding-bottom:10px;
	padding-right: 65px;
	background: url('/fileadmin/images/std/orange_pfeil_gross.gif') 0px 10px no-repeat;
	color: #E5E5E5;
	font-weight: bold;
	text-align: center;
}
a.internal-link:hover {
	background: url('/fileadmin/images/std/pfeil_orange.gif') 0px 5px no-repeat;
	text-decoration:underline;
}
a.download:hover {
	background: url('/fileadmin/images/std/datei.gif') 0px 0px no-repeat;
	text-decoration:underline;
}
a.external-link,a.external-link-new-window {
	padding-left:15px;
	background: url('/fileadmin/images/std/pfeil_orange.gif') 0px 5px no-repeat;
}
a.external-link:hover,a.external-link-new-window:hover {
	background: url('/fileadmin/images/std/pfeil_orange.gif')  0px 5px no-repeat;
	text-decoration:underline;
}
a.toplink {
	padding-left: 15px;
	padding-top: 3px;
	background: url('/fileadmin/images/std/pfeil_orange_totop.gif') 0px 5px no-repeat;
}
a.toplink:hover {
	background: url('/fileadmin/images/std/pfeil_orange_totop.gif')  0px 5px no-repeat;
	text-decoration:underline;
	
}
ul li { 
	list-style-type:square; 
	font-weight:normal;
}
*/

h1 {font-size:24px; font-weight:normal;margin:0px;padding:0px;}
h2 {font-size:20px; font-weight:normal;margin:0px;padding:0px;}
h3 {font-size:14px; font-weight:bold;margin:0px;padding:0px;}
h4 {font-size:12px; font-weight:bold;margin:0 0 3px 0;padding:0px;}
h5 {font-size:10px;}
h6 {font-size:10px;}

h2,h3,h4,h5,h6 {padding-bottom:0pt;}

.mekra_blau {
	color: #2b6dae;
}
.mekra_rot {
	color: #990002;
}
.mekra_gruen {
	color: #009B01;
}
.mekra_orange {
	color: #ff9900;
}
.blauline1 {
	height: 12px;
	border-bottom: 1px solid #009EE0;
	width: 620px;
	float: left;
}
.blauline {
	height: 1px;
	border-bottom: 1px solid #009EE0;
}




/**********************************************************************
										                  SEITE TEILUNG      
**********************************************************************/

#pageWidth {
	height: 100%;
	width: 100%;
}
#containerHeader {
	width: 920px;
	height: 100px;
	background-color: #dedede;
	overflow: hidden;
}
#containerNaviBar {
	position: absolute;
	top: 100px;
	left: 0;
	width: 920px;
	height: 20px;
	background: url('/fileadmin/HANS_LANG/images/navibar.gif') 0px 0px no-repeat;
}
#containerCenter {
	position: relative;
	top: 20px;
	clear: both;
	overflow: hidden;
	width: 920px;
	/*min-height: 500px;*/
	background: url('/fileadmin/HANS_LANG/images/background.jpg') 0px 0px no-repeat;
	
}
#containerCenterShop {
	position: relative;
	top: 20px;
	clear: both;
	overflow: hidden;
	width: 920px;
	/*min-height: 500px;*/
	background: url('/fileadmin/HANS_LANG/images/backgroundSpiegelshop.jpg') 0px 0px no-repeat;
}


/**********************************************************************
															    HEADER
**********************************************************************/
#contentImageLeft {
	float: left;
}
#contentImageRight {
	float: left;
}

/**********************************************************************
															    NAVI
**********************************************************************/
#contentNavigationService {
	float: left;
	width: 300px;
	color: #FFFFFF;
	height: 20px;
	margin: 2px 0 0 0;
}
* html #contentNavigationService {
	float: left;
	width: 297px;
	color: #FFFFFF;
	height: 20px;
	margin: 2px 0 0 0;
}
* + html #contentNavigationService {
	float: left;
	width: 297px;
	color: #FFFFFF;
	height: 20px;
	margin: 2px 0 0 0;
}

#contentNavigationService A {
	text-decoration:none;
	color: #FFFFFF;
	font-size: 11px;
}
#contentNavigationService UL {
	margin: 0 0 0 15px;
	padding: 0;
}
#contentNavigationService LI {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
/*
#sprache {
	float: left;
	width: 62px;
	margin: 2px 0 0 0;
}
.sprache a {
	text-decoration:none;
	color: #FFFFFF;
	font-size: 11px;
}
.sprache a:link {
	color: #FFFFFF;
}
.sprache a:hover {
	text-decoration:none;
}
.sprache a:visited {
	color: #FFFFFF;
}
.sprache a:active {
	color: #FFFFFF;
}
*/

#contentNavigationMain {
	height: 20px;
}
#contentNavigationMain A { 
	float:left;
	text-decoration:none;
	height: 20px;
	padding: 2px 20px 0px 20px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
#contentNavigationMain A:HOVER { 
	background-color: #FFFFFF;
	color: #0069B3;
	height: 20px;
}
#contentNavigationMain .cur a:link,
#contentNavigationMain .cur a:visited,
#contentNavigationMain .cur a:active,
#contentNavigationMain .act a:link,
#contentNavigationMain .act a:visited,
#contentNavigationMain .act a:active{
	background-color: #FFFFFF;
	color: #0069B3;
	height: 20px;
}



/**********************************************************************
															  SEARCH
**********************************************************************/

#contentSearch {
	width: 285px;
	height: 60px;
	float: left;
	padding: 12px 0 0 15px;
}
#contentSearch .tx-macinasearchbox-pi1 .searchLeft {
	float: left;
}

#contentSearch .tx-macinasearchbox-pi1 .searchLeft INPUT {
	width: 217px;
	height: 14px;
	background-color: #BCE3F4;
	border: 0;
	font-size: 10px;
	color: #005CA9;
}
* html #contentSearch .tx-macinasearchbox-pi1 .searchLeft INPUT {
	width: 217px;
	height: 15px;
	background-color: #BCE3F4;
	border: 0;
	font-size: 11px;
	color: #005CA9;
}
* + html #contentSearch .tx-macinasearchbox-pi1 .searchLeft INPUT {
	width: 217px;
	height: 15px;
	background-color: #BCE3F4;
	border: 0;
	font-size: 10px;
	color: #005CA9;
}
#contentSearch .tx-macinasearchbox-pi1 .searchRight {
	float: left;
}

/* indexedSearch */
FIELDSET {
	border: 0;
	margin: 0;
	padding: 0;
}
.tx-indexedsearch {
	margin: 0 30px 30px 30px;
}
.tx-indexedsearch-form {
	height: 14px;
	float: left;
	color: #005CA9;
}
.tx-indexedsearch-form LABEL {
	margin: 2px 0 0 0;
}
#tx-indexedsearch-searchbox-sword {
	width: 217px;
	height: 14px;
	background-color: #BCE3F4;
	border: 0;
	font-size: 10px;
	color: #005CA9;
}
* html #tx-indexedsearch-searchbox-sword {
	width: 217px;
	height: 16px;
	background-color: #BCE3F4;
	border: 0;
	font-size: 10px;
	color: #005CA9;
}

* + html #tx-indexedsearch-searchbox-sword {
	width: 217px;
	height: 16px;
	background-color: #BCE3F4;
	border: 0;
	font-size: 10px;
	color: #005CA9;
}
.tx-indexedsearch-search-submit {
	float: left;
}
.tx-indexedsearch-search-submit INPUT {
	width: 17px;
	height: 16px;
	margin: 0;
	border: 0;
}
.tx-indexedsearch-browsebox UL.browsebox {
	list-style-type:none;
	margin: 20px 0 0 0;
	padding:0;
}
.tx-indexedsearch-browsebox UL.browsebox LI {
	list-style:none;
	margin:0 10px 0 0;
	padding:0;
	display: inline;
}
.tx-indexedsearch-browsebox UL.browsebox LI A{
	  text-decoration: none;
}
#tx-indexedsearch-header {
	line-height: 20px;
	margin: 20px 0 0 0;
}
#tx-indexedsearch-header IMG {
	position: relative;
	top:3px;
	border: 0;
}
.tx-indexedsearch-title A ,
.tx-indexedsearch-percent {
	font-weight: normal;
	margin: 0;
	padding: 0;
}
.tx-indexedsearch-info {
	margin: 20px 0 0 0;
	font-size: 10px;
}
#sprache {
	float: left;
	width: 62px;
	margin: 0 0 0 0;
}
#sprache A {
	text-decoration:none;
	color: #009DE0;
	font-size: 11px;
}
.sprache a:link {
	color: #009DE0;
}
.sprache a:hover {
	text-decoration:none;
}
.sprache a:visited {
	color: #009DE0;
}
.sprache a:active {
	color: #009DE0;
}

/**********************************************************************
														NAVIGATION
**********************************************************************/
#contentNavigationLeft {
	clear: both;
	float: left;
	width: 300px;
}
#contentNavigationLeftHome {
	clear: both;
	float: left;
	width: 300px;
	height: 135px;
}
* html #contentNavigationLeftHome {
	clear: both;
	float: left;
	width: 300px;
	height: 148px;
}
* + html #contentNavigationLeftHome {
	clear: both;
	float: left;
	width: 300px;
	height: 148px;
}
#contentNavigationLeftShop {
	clear: both;
	float: left;
	width: 300px;
	height: 165px;
}
* html #contentNavigationLeftShop {
	clear: both;
	float: left;
	width: 300px;
	height: 180px;
}
* + html #contentNavigationLeftShop {
	clear: both;
	float: left;
	width: 300px;
	height: 180px;
}
#contentNavigationLeft .menue-lv0,
#contentNavigationLeft .menue-lv1 {
	margin-left: -12px;
	padding: 0;
}
#contentNavigationLeft A {
	text-decoration:none;
	line-height: 25px;
	color: #0069B3;
	font-weight: bold;
}

#contentNavigationLeft .cur {
	padding: 0 0 0 40px;
    background: url('/fileadmin/HANS_LANG/images/std/pfeil.gif') 0px 7px no-repeat;
}
#contentNavigationLeft .act {
	padding: 0 0 0 40px;
    background: url('/fileadmin/HANS_LANG/images/std/pfeil_no.gif') 0px 7px no-repeat;
}
#contentNavigationLeft .no {
	padding: 0 0 0 40px;
    background: url('/fileadmin/HANS_LANG/images/std/pfeil_no.gif') 0px 7px no-repeat;
}
#contentLeft {
	float: left;
	height: 600px;
}
#contentLeftHome {
	float: left;
	height: 530px;
}
* html #contentLeftHome {
	float: left;
	height: 565px;
}
* + html #contentLeftHome {
	float: left;
	height: 565px;
}
#contentLeftShop {
	float: left;
	height: 600px;
}
/*
* html #contentLeftShop {
	float: left;
	height: 455px;
}
* + html #contentLeftShop {
	float: left;
	height: 455px;
}
*/
#contentImageTextLeft {
	clear: both;
	width: 265px;
	margin: 0 0 0 17px;
}
#contentImageTextLeftHome {
	clear: both;
	width: 300px;
	margin: 0;
}
#contentPageContent {
	float: left;
	width: 620px;
}
#contentPageContentNormal {
	padding: 50px 0 0 0;
}
#contentPageContentNormalShop {
	padding: 30px 0 0 0;
}
#contentPageContentNormal .pagetitle {
	padding: 0 20px 20px 35px;
	font-weight: bold;
}
#contentPageContentNormalShop .margin {
	padding: 0 20px 0 0px;
}
#contentPageContentNormal .margin {
	padding: 0 20px 0 35px;
}
#contentPageContentNormal UL{
	padding: 0 0 0 50px;
}
* html #contentPageContentNormal UL{
	padding: 0 0 0 12px;
}
* + #contentPageContentNormal UL{
	padding: 0 0 0 12px;
}
#contentPageContentLeftRight {
	width: 620px;
	margin: 10px 0 0 0;
}
#contentPageContentLeft {
	float: left;
	padding: 0 0 0 35px;
	width: 270px;
}
#contentPageContentRight {
	float: left;
	width: 270px;
	padding: 0 0 0 10px;
}

/*

#contentNavigationFooter {
	position: absolute;
	left: 15px;
	bottom: 70px;
	width: 330px;
}
* html #contentNavigationFooter {
	position: absolute;
	left: 15px;
	bottom: 85px;
	width: 330px;
}
* + html #contentNavigationFooter {
	position: absolute;
	left: 15px;
	bottom: 85px;
	width: 330px;
}

*/
#contentFooter {	
	position: relative;
	bottom: 0px;
	height: 50px;
}

#contentNavigationFooter {
	float: left;
	width: 300px;
}

#contentNavigationFooter SPAN {
	margin-left: 15px;
}

#contentNavigationFooter A {
	text-decoration:none;
	color: #005CA9;
	font-size: 11px;
}
#contentNavigationFooter UL {
	margin: 0;
	padding: 0;

}
#contentNavigationFooter LI {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}


/*************************************************************************
															     Sitemap
**************************************************************************/
.csc-sitemap {
	margin: 0 0 0 0;
}
.csc-sitemap A {
	text-decoration:none;
	color: #005CA9;
}
.csc-sitemap-ebene1 {
	margin: 0 0 10px 35px;
	width: 550px;
}
.csc-sitemap-ebene1 A.csc-sitemap-ebene1-link { 
	height: 16px;
	background-color: #FFFFFF;
	border: 1px solid #009EE0;
	display: block;
	padding: 1px 0 0 5px;
}
* html .csc-sitemap-ebene1 A.csc-sitemap-ebene1-link { 
	height: 19px;
	background-color: #FFFFFF;
	border: 1px solid #009EE0;
	display: block;
	padding: 1px 0 0 5px;
}
* + html .csc-sitemap-ebene1 A.csc-sitemap-ebene1-link { 
	height: 19px;
	background-color: #FFFFFF;
	border: 1px solid #009EE0;
	display: block;
	padding: 1px 0 0 5px;
}
.csc-sitemap .csc-sitemap-ebene1 UL {
	margin: 0;
	padding: 0;
}
.csc-sitemap .csc-sitemap-ebene1 LI {
	margin: 0 0 0 0;
	padding: 0 0 0 40px;
	line-height: 280%;
	list-style: none;
	font-weight: bold;
	 background: url('/fileadmin/HANS_LANG/images/std/sitemap_pfeil.gif') 0px 11px no-repeat;
}
.csc-sitemap .csc-sitemap-ebene1 LI LI {
	  margin: 0;
	  padding: 0 ;
	  background: none;
	  list-style: none;
	  line-height: 150%;
	  font-weight: normal;
}
.csc-sitemap .csc-sitemap-ebene1 LI LI A {
	  text-decoration: underline;
}

/**********************************************************************
															Diverse
**********************************************************************/
.tx-wecmap-map {
	margin: 50px 0 0 35px;
}
.googlemap {
	width: 546px;
	height: 350px;
	color: #D4002E;
	margin: 0 0 0 35px;
	font-size: 10px;
}
.googlemap A {
	color: #005CA9;
	font-weight: bold;
}
.shoptext {
	position: relative;
	left: 115px;
	color: #CADEF5;
	padding: 0 0 0 2px;
	font-weight: bolder;
	font-size: 11px;
	width: 450px;
}
.anfahrt {
	position: relative;
	top: 30px;
	left: 125px;
	width: 150px;
}
.anfahrt A {
	font-size: 11px;
	font-weight: bold;
	color: #CADEF5;
}
/*
.anfahrt A {
	font-size: 11px;
	font-weight: bold;
}
.addressForm {
	position: relative;
	top: 50px;
	left: 124px;
}
.addressForm INPUT {
	border: 1px solid #666666;
	background-color: #000000;
	width: 250px;
	height: 19px;
	color: #FFFFFF;
	padding: 2px 0 0 10px;
}

* html .addressForm INPUT {
	border: 1px solid #666666;
	background-color: #000000;
	width: 250px;
	height: 21px;
	color: #FFFFFF;
	padding: 2px 0 0 10px;
}
* + html .addressForm INPUT {
	border: 1px solid #666666;
	background-color: #000000;
	width: 250px;
	height: 21px;
	color: #FFFFFF;
	padding: 2px 0 0 10px;
}

.berechnen {
	position: relative;
	top: 55px;
	left: 125px;
}
.addresse {
	position: relative;
	top: 75px;
	left: 115px;
	color: #CADEF5;
}
.berechnen A {
	font-size: 11px;
	font-weight: bold;
}
*/
.addressForm {
	position: relative;
	top: 35px;
	left: 125px;
	width: 200px;
}
.addressForm INPUT {
	border: 1px solid #666666;
	background-color: #000000;
	color: #FFFFFF;
	height: 15px;
	font-size: 10px;
	padding: 2px 0 0 10px;
}
* html .addressForm INPUT {
	border: 1px solid #666666;
	background-color: #000000;
	color: #FFFFFF;
	height: 20px;
	font-size: 11px;
	padding: 1px 0 0 10px;
}
* + html .addressForm INPUT {
	border: 1px solid #666666;
	background-color: #000000;
	color: #FFFFFF;
	height: 20px;
	font-size: 11px;
	padding: 1px 0 0 10px;
}
.form1 {
	width: 175px;
}
.form2 {
	width: 50px;
}
* html .form2 {
	width: 62px;
}
* + html .form2 {
	width: 62px;
}
.form3 {
	width: 110px;
}
.berechnen {
	position: relative;
	top: 92px;
	left:338px;
	width: 150px;
}
* html .berechnen {
	position: relative;
	top: 100px;
	left:338px;
	width: 150px;
}
* + html .berechnen {
	position: relative;
	top: 100px;
	left:338px;
	width: 150px;
}
.berechnen A {
	font-size: 11px;
	font-weight: bold;
	color: #CADEF5;
}
.addresse {
	position: relative;
	top: 50px;
	left: 115px;
	color: #CADEF5;
}
.addresse TD {
	color: #CADEF5;
	font-size: 10px;
}
.addresse B {
	font-size: 11px;
	font-weight: bold;
	line-height: 25px;
}
.addresse A {
	font-size: 10px;
}
.feld_gross {
	width: 130px;
}
.feld_klein {
	width: 30px;
}
.geschaeftszeit {
	color: #CADEF5;
	margin: 0 0 0 45px;
	width: 230px;
	font-size: 10px;
}
.geschaeftszeit STRONG,
.geschaeftszeit B {
	font-size: 11px;
	font-weight: bold;
	line-height: 25px;
}
.geschaeftszeit TD {
	color: #CADEF5;
	font-size: 10px;
}



/**********************************************************************
															  tt_news
**********************************************************************/
#contentAktuellesNews {
	clear: both;
	padding: 30px 0 0 0;
}
/* Lastest Ansicht*/
.news-latest-container A {
	text-decoration: none;
}
.news-latest-container H4 {
	margin: 0 36px 0 36px;
}
.news-latest-item {
	margin: 5px 0 0 0;
}
.news-latest-container .news-latest-margin {
	border: 1px solid #009EE0;
	margin: 0 36px 30px 36px;
}
.news-latest-datetitle {
	margin: 5px 0 0 0;
}
.news-latest-date {
	float: left;
	width: 150px;
	text-align: center;
}
.news-latest-title {
	float: left;
	width: 370px;
}
.news-latest-title A {
	font-weight: bold;
	color: #005CA9;
}
.news-latest-text {
	clear: both;
	margin: 0 36px 0 150px;	
	height: 45px;
}
.news-latest-text A {
	text-decoration: underline;
}
/* Liste Ansicht*/
.news-list-container A {
	text-decoration: none;
}
.news-list-container H4 {
	margin: 0 36px 0 36px;
}
.news-list-item {
	margin: 0;
}
.news-list-container .news-list-margin {
	border: 1px solid #009EE0;
	margin: 0 36px 20px 36px;
	width: 546px;
}
.news-list-datetitle {
	margin: 5px 0 0 0;
}
.news-list-date {
	float: left;
	width: 150px;
	text-align: center;
}
.news-list-title {
	float: left;
	width: 370px;
}
.news-list-title A {
	font-weight: bold;
	color: #005CA9;
}
.news-list-text {
	clear: both;
	margin: 0 36px 0 150px;	
	height: 45px;
}
.news-list-text A {
	text-decoration: underline;
}

/* Single Ansicht */
.news-single-item {
	margin: 0 36px 30px 36px;
}
.news-single-item IMG {
	border: 1px solid #009EE0;
	margin: 0;
	padding: 0;
}
.news-single-timedata {
	margin: 20px 0 0 0;
	font-size: 11px;
}
.news-single-datetitle {
	font-weight: bold;
	margin: 20px 0 0 0;
}
.news-single-subheader {
	margin: 20px 0 0 0;
}
.news-single-subheader H3{
	font-size: 12px;
}
.news-single-content {
	margin: 20px 0 0 0;
}
.news-single-image {
	float: right;
}
/*
.news-single-img {
	border: 1px solid #009EE0;
}
*/
.news-single-text {
	
}
.news-single-backlink {
	height: 30px;
	margin: 20px 0 0 0;
}
.news-single-backlink A {
	text-decoration: none;
	padding-left:20px;
	background: url('/fileadmin/HANS_LANG/images/std/back_pfeil.gif') 0px 3px no-repeat;
}
.noNewsmsg {
	margin: 0 0 0 35px;
}


/*************************************************************************
													          Tip A Friend
**************************************************************************/

.tx_tipafriend {
	margin: 15px 0 35px 35px;
	width: 560px;
}
.tx_tipafriend A {
	text-decoration: none;
	font-size: 12px;
	color: #005CA9;
	font-weight: bold;
}
.tx_tipafriend TR {
	background-color: transparent;
	height: 30px;
}
.tx_tipafriend .subheader {
	font-weight: normal;
}
.tx_tipafriend	.subheader DIV  { 
	margin-top: 20px;
	margin-bottom: 20px;
}
.tx_tipafriend INPUT {
	background-color: transparent;
	border: 1px solid #009EE0;
	color: #005CA9;
}
.tx_tipafriend TEXTAREA {
	margin: 5px 0 0 0;
	background-color: transparent;
	background-color: transparent;
	border: 1px solid #009EE0;
	color: #005CA9;
	height: 100px;
	width: 202px;
}
.tx_tipafriend .label {
	width: 280px;
}
.tx_tipafriend .input {
	width: 200px;
}
.tx_tipafriend .submit INPUT {
	padding: 0;
    background: url('/fileadmin/HANS_LANG/images/std/kontakt_senden.gif') 0px 5px no-repeat;
	width: 100px;
	height: 17px;
	border: 0;
}


/*************************************************************************
															    CSC STYLE
**************************************************************************/
.csc-mailform-field {
	clear: both;
	margin: 0;
	height: 30px;
}
.csc-mailform {
	margin: 25px 0 35px 35px;
}
* + html .csc-mailform {
	margin: 25px 0 125px 35px;
}
FIELDSET {
	border: 0;
	margin: 0;
	padding: 0;
}
LABEL,
.csc-mailform LABEL {
	float: left;
	width: 120px;
}
.csc-mailform INPUT, 
.csc-mailform TEXTAREA {
	float: left;
	border: 1px solid #009EE0;
	font-size: 12px;
	height: 18px;
	font-size: 12px;
	color: #005CA9;
	background-color: transparent;
}
.csc-mailform INPUT, 
.csc-mailform TEXTAREA {
	padding-left: 2px;
	padding-right: 2px;
}
.csc-mailform INPUT, 
.csc-mailform TEXTAREA, 
.csc-mailform SELECT {
	width: 260px;
}
.csc-mailform INPUT, 
.csc-mailform TEXTAREA {
	width: 252px;
}

.csc-mailform TEXTAREA,
.csc-mailform OPTION {
	background-color: transparent;
}
.csc-mailform TEXTAREA {
	height: 100px;
	font-size: 12px;
	color: #005CA9;
	font-family: Arial;
}
.csc-mailform INPUT.submit,
INPUT.csc-mailform-reset,
INPUT.csc-mailform-submit {
	padding: 0;
    background: url('/fileadmin/HANS_LANG/images/std/kontakt_senden.gif') 9px 5px no-repeat;
	width: 100px;
	height: 17px;
	float: left;
	margin: 15px 0 0 110px;
	border: 0;
}
* + html .csc-mailform INPUT.submit,
* + html INPUT.csc-mailform-reset,
* + html INPUT.csc-mailform-submit {
	padding: 0;
    background: url('/fileadmin/HANS_LANG/images/std/kontakt_senden.gif') 9px 5px no-repeat;
	width: 100px;
	height: 17px;
	float: left;
	margin: 95px 0 0 110px;
	border: 0;
}
INPUT.csc-mailform-check {
	width: 14px;
	border: 0;
	margin: 0;
	padding: 0;
}


/* Text-Pic */
#contentImageTextLeft .csc-textpic {
	border: 1px solid #009EE0;
	overflow:hidden;
	/*margin: 295px 0 0 0;*/
}
/*
* html #contentImageTextLeft .csc-textpic {
	border: 1px solid #009EE0;
	overflow:hidden;
	margin: 230px 0 0 0;
}
* + html #contentImageTextLeft .csc-textpic {
	border: 1px solid #009EE0;
	overflow:hidden;
	margin: 230px 0 0 0;
}
*/
#contentImageTextLeft .csc-textpic-text {
	padding: 0 5px 10px 5px; 
}

#contentPageContentLeft .csc-textpic,
#contentPageContentRight .csc-textpic {
	border: 1px solid #009EE0;
	overflow:hidden;
	width: 270px;
	height: 85px;
	background-color: #FFFFFF;
}
#contentPageContentLeft .csc-textpic-text,
#contentPageContentRight .csc-textpic-text {
	padding: 8px 0 0 0;
}

#contentPageContentNormal .margin .csc-textpic-caption {
	font-style:italic;
	font-size: 11px;
}
