//* Captions */

	DIV.csc-textpic-caption-c .csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption { text-align: center; border: 1px solid #f00;}
	DIV.csc-textpic-caption-r .csc-textpic-caption { text-align: right; }
	DIV.csc-textpic-caption-l .csc-textpic-caption { text-align: left; }
	
.csc-textpicHeader h1 {
  color: #666;
  background: #D6E9E5;
  border-top:1px solid #7FB5A7;
  border-bottom:1px solid #7FB5A7;
  padding: 2px 0 2px 2px;
  margin:0 0 1.5em 0;
  font-size:11px;
 }
.csc-textpicHeader h3, .csc-textpicHeader h4, .csc-textpicHeader h5 {
  padding: 0;
  margin:0;
 }

 .csc-textpicHeader h3 {
 margin-left: 0.8em;
 }
 

	/* Needed for noRows setting */
	DIV.csc-textpic DIV.csc-textpic-imagecolumn { float: left; display: inline; }

	/* Border just around the image */
	DIV.csc-textpic DIV.csc-textpic-imagewrap DIV.csc-textpic-image { float: left; }

	DIV.csc-textpic-imagewrap { padding: 0; }

	DIV.csc-textpic IMG { border: none; }

	/* DIV: This will place the images side by side */


	/* UL: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap UL { list-style: none; margin: 0; padding: 0; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI { float: left; margin: 0; padding: 0; }

	/* DL: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image { float: left; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DT { float: none; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD { float: none; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD IMG { border: none; } /* FE-Editing Icons */
	DL.csc-textpic-image { margin: 0; }
	DL.csc-textpic-image DT { margin: 0; display: inline; }
	DL.csc-textpic-image DD { margin: 0; }
	
	
	.incenter .ceWrap .csc-textpic .csc-textpic-imagewrap DL.csc-textpic-image DT a { 
	background-image: none; 
	padding: 0; 
	margin: 0;
}
	

	/* Clearer */
	DIV.csc-textpic-clear { clear: both; height: 0; margin: 0; padding: 0 0 15px 0;}
	
	/* Margins around images: */

	/* Pictures on left, add margin on right */
	DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		
	}

	/* Pictures on right, add margin on left */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image {
	      display: inline; /* IE fix for double-margin bug */
	      padding-left: 0px;
	      margin-left: 0px;
	}

	/* Pictures centered, add margin on left */
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 0px;
		margin-right: 0px;
	}
	
	DIV.csc-textpic-above DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 0px;
		margin-right: 0px;
	}

DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption { margin: 0;}
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG { margin: 0; }

	/* Space below each image (also in-between rows) */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: {$styles.content.imgtext.rowSpace}px; }
	DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: {$styles.content.imgtext.rowSpace}px; display: block; }
	DIV.csc-textpic DIV.csc-textpic-imagerow { clear: both; }

	/* No margins around the whole image-block */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-firstcol { margin-left: 0px !important; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-lastcol { margin-right: 0px !important; }

	/* Add margin from image-block to text (in case of "Text w/ images") */
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
	}
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
	}

	/* Positioning of images: */
	.csc-textpic p.bodytext {
	 margin: 0;
	 padding: 0;
	}


/* Above */
	DIV.csc-textpic-above DIV.csc-textpic-text { clear: both; }

	/* Center (above or below) */
	DIV.csc-textpic-center { text-align: center;}
         DIV.csc-textpic-caption-c .csc-textpic-caption { text-align: center;}

	DIV.csc-textpic-center DIV.csc-textpic-imagewrap { margin: 0 auto; }
	DIV.csc-textpic-center DIV.csc-textpic-text { text-align: left; /* Remove IE-hack */ }
	
	/* auskommentiert wegen der Bildunterschriften, die mit diesem Style nicht mittig gesetzt werden können */
	/* DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image { text-align: left; /* Remove IE-hack */ } */
	
	
	/* Right (above or below) */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap { float: right; }
	DIV.csc-textpic-right DIV.csc-textpic-text { clear: right; }

	/* Left (above or below) */
	DIV.csc-textpic-left DIV.csc-textpic-imagewrap { float: left; }
	DIV.csc-textpic-left DIV.csc-textpic-text { clear: left; }

	/* Left (in text) */
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap { float: left; margin-right:15px; }

	/* Right (in text) */
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap { float: right; }

	/* Right (in text, no wrap around) */
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap { float: right; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csc-textpic-intext-right-nowrap .csc-textpic-text { height: 1%; }
	/* End hide from IE5/mac */
	
	DIV.csc-intext-right-nowrap h1, DIV.csc-intext-right-nowrap h2, DIV.csc-intext-right-nowrap h3, DIV.csc-intext-right-nowrap h4, DIV.csc-intext-right-nowrap h5, DIV.csc-intext-right-nowrap h6{ 
  	padding: 0 5px;
  	margin-right:15px;
}

	/* Left (in text, no wrap around) */
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap { float: left; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csc-textpic-intext-left-nowrap .csc-textpic-text { height: 1%; }
	/* End hide from IE5/mac */
)

.csc-mailform label{
  width:40%;
  float:left;
}
.csc-mailform input{
  width:45%;
  float:left;
}
	

/* Doppelteaser */


.doppelteaser .rahmen {
 background-image: url(background_doppelteaser_top.gif);
 background-repeat: no-repeat;
 background-position: right top; 
 width: 240px;
 float: left;
 margin-right: .7em;
 padding-top: 5px;
}
	
.doppelteaser .rahmen .csc-textpic {
 background-image: url(background_doppelteaser_bottom.gif);
 background-repeat: no-repeat;
 background-position: left bottom; 
 padding-bottom: 3px;
 padding-bottom: 1em;
 padding-top: .2em;
}

.doppelteaser .rahmen .csc-textpic .csc-textpic-imagewrap {
 margin-left: .7em;
 margin-top: .2em;
 margin-right: .5em;
}

.doppelteaser .rahmen .csc-textpic .csc-textpic-imagewrap .csc-textpic-text .csc-textpicHeader h4.home {
 font-size: 1.2em;	
}



.doppelteaser .rahmen .csc-textpic .csc-textpic-text {
 margin-right: .5em;
 height: 100px;
}

.doppelteaser .rahmen .csc-textpic .csc-textpic-text p {
 margin: 0;
 padding: 0;
}




/* BRAND - Teaser */
.brands  {
 background-image: url(background_teaser_top.gif);
 background-repeat: no-repeat;
 background-position: -2px 0;
 padding-top: 0.5em; 
 color: #666; 
}

.brands .rahmen  {
 background-image: url(background_teaser_bottom.gif);
 background-repeat: no-repeat;
 background-position: left bottom;  
 margin: 0;
 padding: 5px 10px 5px 10px;
}


.brands .rahmen .csc-textpic .clear {
	margin: -6px;
}

/*.brands .rahmen .csc-textpic {
 background-image: url(background_teaser_bottom.gif);
 background-repeat: no-repeat;
 background-position: left bottom;  
 margin: 0;
 padding-bottom: 0.2em;
}*/

.brands .rahmen .csc-textpic .csc-textpic-imagewrap {
 margin-left: 0em;
 margin-right: 1em;
 margin-bottom: 0em;
 margin-top: 3px;
}

.brands .rahmen .csc-textpic .csc-textpic-text {
 margin-right: 1em;
 padding-left: 10px;
 margin-bottom: 1em;
 padding-top: 0em;
}

.brands .rahmen .csc-textpic .csc-textpic-imagewrap .csc-textpic-image img {
 margin-bottom: 0.2em;
 margin-top: 0em;
 padding: 0;
}

.brands .rahmen .csc-textpic .csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
 padding-left: 10px;
}

.brands .rahmen .csc-textpic .csc-textpic-text .csc-textpicHeader h2 {
 margin-bottom: 0.7em;
 font-size: 1em;
}

.brands .rahmen .csc-textpic .csc-textpic-text p {
 margin: 0;
 padding: 0;
}

.brands .rahmen .csc-textpic .csc-textpic-text b {
 margin-bottom: 0.3em;
}

.brands .rahmen .csc-textpic .csc-textpic-text img {
 margin-bottom: 0.5em;
}


.content .inhalt .rahmen .csc-textpic .csc-textpic-text,  .incenter .rahmen .csc-textpic .csc-textpic-text {
 margin-left: 0em;
}

.content .inhalt .rahmen .csc-textpic .csc-textpic-text p, .incenter .rahmen .csc-textpic .csc-textpic-text p {
 margin: 0 0 10px 0;
 padding: 0;
}

.incenter .rahmen .csc-intext-right-nowrap .csc-textpic-text  {
 margin: 0;
 padding: 0;
}

.incenter .rahmen .csc-intext-right-nowrap h2  {
 margin: 0 0 0.5em 0;
 padding: 0;
}

.incenter .rahmen .csc-textpic .csc-textpic-imagewrap .csc-textpic-image a  {
 background-image: none;
}


/* Hides from IE-mac \*/
* html .content .inhalt .rahmen .csc-textpic .csc-textpic-text { height: 1%; }
/* End hide from IE-mac */


/* Mit Rahmen und Text rechts */
.brands .rahmen .csc-intext-right-nowrap .csc-textpic-text {
 margin: 0 0.5em 0 0.8em;
}

/* Mit Rahmen und Text rechts */
.brands .rahmen .csc-intext-right-nowrap .csc-textpic-text h4.home  {
 margin: 0;
 padding: 0.2em 0 0 0;
 color: #000;
  font-size: 1.2em;	
}


/* */


/* NEWS - Detailseite */
.news-single-item h3 {
font-size: 1.0em;
margin-top: 10px;
margin-bottom: 10px;
}

.news-single-item .news-single-img {
 width: 200px;
 float: right;
 margin-left: 15px;
 text-align: center;
}

.news-single-item .news-single-img a {
 background-image: none;
 padding: 0 0 5px 0;
 margin: 0 0 5px 0;
}

.news-single-item .news-single-img .news-single-imgcaption {
 margin-bottom: 10px;
 font-style: italic;
}

.news-single-additional-info a, .news-single-backlink a {
 background-image: none;
 padding: 0;
}

.news-single-additional-info .news-single-files img {
 padding-right: 5px;
}

.news-single-additional-info dl {
 margin-bottom: 10px;
}

.news-single-additional-info dl dt {
 margin-bottom: 3px;
 font-weight: bold;
 border-top: 1px dashed #999;
 padding-top: 2px;
}

/* CSS fuer css-styled-contend*/


/* RTE / Table styling */
TABLE.contenttable { margin: 0px 0px 5px 0px; width: 100%; background: #1959A0; }
TABLE.contenttable TR TD { padding: 0.5em; color: #000;}
TABLE.contenttable TR TD P.bodytext { font-size: 10px; }
TABLE.contenttable TR { background-color: #fff; }



/*********************/
/* Tables, generally */
/*********************/
TABLE.contenttable P { margin: 0; padding: 0; }
TABLE.contenttable TR TD { vertical-align: top; }

/* Tables, specifically */

TABLE.contenttable-1 TR.tr-0 TD P { font-weight: bold; }
TABLE.contenttable-1 TR.tr-0 TD { background-color: #F5F7FC;}
 
TABLE.contenttable-2 TR TD.td-0 { background-color: #F5F7FC;}
TABLE.contenttable-2 TR TD.td-0 P { font-weight: bold; }

TABLE.contenttable-3 TR TD.td-0 { background-color: #F5F7FC;}
TABLE.contenttable-3 TR.tr-0 TD { background-color: #E9EAEA;}
TABLE.contenttable-3 TR TD.td-0 P, TABLE.contenttable-3 TR.tr-0 TD P { font-weight: bold; }

TABLE.contenttable-4 { background: none;  margin: 5px 0px 5px 0px; }
TABLE.contenttable-4 TR TD.td-0 { padding: 0.2em 0.2em; background-color: none; border: none;}
TABLE.contenttable-4 TR.tr-0 td  { border-top: 1px solid #ccc;}
TABLE.contenttable-4 td, TABLE.contenttable-4 TR TD.td-0  { border-bottom: 1px solid #ccc; vertical-align: middle;}


.incenter .tx-commerce-pi1 TABLE.contenttable-4 ul li { list-style-type: disc;} 


/* Fehlende Angaben zu sitemap elementen */

.csc-menu-3  {
  margin-bottom: 1em;
}

.csc-menu-3  p.csc-section{
  background-image: url(teaser_link_pfeil.gif);
  background-repeat: no-repeat;
  background-position: 1px 5px;
  padding-left: 10px;
}

.csc-menu-3 p.csc-section  a{
  background-image: none;
  padding-left: 0px;
  margin: 0;
  border:1px solid #f00;
}
.csc-menu-3 p.csc-section {
  margin:0 0 .5em 0;
}

/* Fehlende Angaben zu Dateilink  elementen */

.csc-uploads {
 border-collapse:collapse;
}
.csc-uploads .tr-even {
  background: #F5F7FC;
}
.csc-uploads td {
  padding: .3em;
  margin:0;
  border: none;
  vertical-align: top;
}
.csc-uploads td.csc-uploads-icon a {
  background-image: none;
  padding: 0px;
  margin:0 15px 0 0;
}
.csc-uploads .csc-uploads-description, .csc-uploads .csc-uploads-fileSize {
  padding-left: 10px;
}

/* __________________ende der css datei___________________________________ */


