/*************************************************************************************/
/* Content -> Contentbox
/*************************************************************************************/


#contentbox #catpic,
#leftBox #catpic {
	margin: 0px 0px 1px 0px;
	padding: 0px 0px 0px 0px;
}

#contentbox h1 {
	font-size: 22px;
	font-weight: bold;
	color: #000;
	text-transform: none;
	margin: 20px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}

#contentbox h2 {
	font-size: 18px;
	font-weight: normal;
	color: #00275B;	
	margin: 0px 0px 5px 10px;
	padding: 0px 0px 0px 0px;	
}

#contentbox h3 {
	font-size: 15px;
	font-weight: normal;
	color: #606B97;	
	margin: 10px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}

#contentbox h4 {
	font-size: 13px;
	font-weight: normal;
	margin: 5px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}

#contentbox p {
	font-size: 12px;
	font-weight: normal;
	color: #000;
	line-height: 16px;
  	padding: 5px 10px 5px 10px;
   	margin: 0px 0px 0px 0px;
}




/*************************************************************************************/
/* Content -> Contentbox -> zwei Boxen
/*************************************************************************************/

#contentbox .twocols {
	clear:both;
	display:block;
	width: 520px;
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 0px 0px;
	background-color: #fff;
}

#noright #contentbox .twocols {
	width: 715px;
}


#contentbox .twocols .colleft {
	display:block;
	float: left;
	width:230px;
}

#noright #contentbox .twocols .colleft {
	width:327px;
}

#contentbox .twocols .colright {
	display:block;
	float: right;
	clear: right;
	width:230px;
}

#noright #contentbox .twocols .colright {
	width:327px;
}

#contentbox .twocols h1 {
	height: 17px;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 0px 5px;
	background-color: #00A6EB;
	background-image: url(cont_2sp_h1_bg.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#contentbox .twocols p {
  	margin: 5px 10px 10px 5px;
   	padding: 0px 0px 0px 0px;
}



/*************************************************************************************/
/* Content -> Contentbox -> drei Boxen
/*************************************************************************************/

#contentbox .threecols {
	clear:both;
	display:block;
	/* width: 520px; */
	width: 100%;
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 0px 0px;
	background-color: #fff;
}

#contentbox .threecols .col1 {
	clear:both;
	float:left;
	display:block;
	/* width: 168px; */
	width: 32%;
	padding-right:8px;
	padding-bottom:8px;
}

#contentbox .threecols .col2 {
	display:block;
	float:left;
	/* width:168px; */
	width: 32%;
	padding-right:8px;
	padding-bottom:8px;
}

#contentbox .threecols .col3 {
	display:block;
	float:left;
	*/ width:168px; */
	width: 33%;
	padding-right:0px;
	padding-bottom:8px;
}

#contentbox .threecols img {
	clear:both;
	float:left;
	display:block;
}


/*************************************************************************************/
/* Content -> Contentbox -> ungeordnete Liste
/*************************************************************************************/

#contentbox ul {
	margin: 0px 0px 20px 10px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}

#contentbox ul li {
	padding: 0px 0px 3px 10px;
	background-image: url(content_li.gif);
	background-position: left 5px;
	background-repeat: no-repeat;
}

#contentbox ul ul {
	margin:0px;
}


/*************************************************************************************/
/* Content -> Contentbox -> geordnete Liste
/*************************************************************************************/

#contentbox ol {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 15px;
	list-style-type: decimal;
}

#contentbox ol li {
	padding: 0px 0px 3px 0px;
}


/*************************************************************************************/
/* Content -> Rightbox -> Teaser für Aktuelles
/*************************************************************************************/

#rightbox .catpic {
	border-bottom:1px solid #ffffff;
}

#rightbox .teaser {
	margin: 8px 0px 10px 0px;
	padding: 0px 5px 0px 5px;
}

#rightbox .teaser h1 {
	font-size: 12px;
	font-weight: bold;
	margin: 3px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#rightbox .teaser p {
	line-height: 14px;
	color: #000;
  	margin: 0px 0px 0px 0px;
   	padding: 0px 0px 0px 0px;
}

#rightbox .date {
	font: normal 10px Arial, sans-serif;  
	color: #999;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


/*************************************************************************************/
/* Content -> Miniboxen -> Default
/*************************************************************************************/


* .minibox .title { /* wenn per Farbwelt nichts definiert wurde */
	height: 17px;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	border-top: 0px #fff solid;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
	padding: 3px 0px 0px 5px;
	background-color: #00A6EB;
	background-image: url(fw_default.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#noright .minibox .title {
	margin-bottom:0px;
}

* .minibox h1 {
	font-size: 13px;
	font-weight: bold;
	color: #00275B;
	text-transform: none;
	margin: 9px 10px 10px 5px;
   	padding: 0px 0px 0px 0px;
}

* .minibox h2 {
	font-size: 12px;
	font-weight: normal;
	color: #00275B;
	margin: 5px 10px 0px 5px;
   	padding: 0px 0px 0px 0px;	
}

* .minibox p {
 	margin: 0px 10px 8px 5px;
   	padding: 0px 0px 0px 0px;
   	line-height: 16px;
}

#rightbox .minibox .csc-textpic-imagewrap { /* Foto vom Ansprechpartner */
	clear: right;
	display: block;
	margin: 0px 0px 4px 5px;
}


/*************************************************************************************/
/* Contentbox -> Tabelle
/*************************************************************************************/


#contentbox table,
#contentbox .contenttable {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	width: 540px;
	border: none;
	border-collapse: separate;
	empty-cells: hide;
}

#noright #contentbox table,
#noright #contentbox .contenttable {
	width: 735px;
}

#contentbox table caption {
	text-align: left;
	font-weight: normal;
}

#contentbox th {
	padding: 0px 4px 0px 0px;
	border-top: 0px solid #666;
	border-bottom: 0px solid #666;
	text-align: left;
	font-weight: normal;
	background-color: #C6CEE0;
	vertical-align: top;
} 

#contentbox td {
	padding: 0px 4px 4px 0px;
	border-bottom: 0px solid #666;
	color: #000;
	background-color: #fff;
	vertical-align: top;
}

#contentbox td h4 {	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;	
}

table tr.gerade td {
	background: #E4E9F1;
}

/*************************************************************************************/
/* Rightbox -> Tabelle
/*************************************************************************************/


#rightbox table,
#rightbox .contenttable {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	width: 195px;
	border: none;
	border-collapse: separate;
	empty-cells: hide;
}

#rightbox td p.bodytext {
	padding: 0px 4px 0px 4px;
	margin: 0px 0px 0px 0px;
}


/*************************************************************************************/
/* Content -> Footerbox
/*************************************************************************************/

#footerbox p {
	font-size: 11px;
	font-weight: normal;
	color: #ccc;
	text-align: left;
}
