/* ######------ ALLGEMEINES BEGIN ------############################################################## */

	/* ###--- Alle Abstände werden auf 0 gesetzt ---### */
		* { margin: 0; padding: 0 }
	
	/* ###--- 100% Höhe für die Seite ---### */
		html { height: 100%; }
		body { height: 100%; }
		
	/* ###--- Hintergrund für HTML und BODY ---### */
		html { background: #fff; }
		body { background: url(../images/body_bg.jpg) repeat-x; }
	
/* ######------ ALLGEMEINES END ------###############################################################*/


/* ######------ CONTAINER BEGIN ------############################################################### */
	
	/* ###--- Container wird relativ positioniert ---### */
		#container { position: relative; }
		
	/* ###--- Ausrichtung der Seite ---### */
		body { text-align: center; }
		#container { margin: 0 auto 0; }
		
	/* ###--- Hintergrund und Breite der Seite ---### */
		#container { background: url(../images/content_bg.jpg); }
		#container { width:924px; }
	
	/* ###--- Hack damit die Seite 100% Höhe hat ---### */
		#container { min-height: 100%; height: auto !important; height: 100% /*IE*/; }
		
/* ######------ CONTAINER END ------################################################################# */

		
/* ######------ HEAD BEGIN ------######################################################### */
		
	/* ###--- Head ---### */
		#head {
				background: url(../images/header.jpg); 
				position: relative; 
				height: 86px;
				text-align: left;
		}
		
/* ######------ HEAD END ------######################################################### */
		
		#head img {border: none;}
		
		#header_pics {
				position: relative;
				height: 137px;
				background:lime;
		}
		
		#header_pics img { border:0; }
		
		#header_1 {
				position:absolute;
				top:0px;
				left:0px;
				width:219px;
				height:137px;
				
		}
		#header_2 {
				position:absolute;
				top:0px;
				left:219px;
				width:240px;
				height:137px;
				background: url(../images/header_2.jpg);
		}
		#header_3 {
				position:absolute;
				top:0px;
				left:459px;
				width:226px;
				height:137px;
				background: url(../images/header_3.jpg);
		}
		#header_4 {
				position:absolute;
				top:0px;
				left:685px;
				width:239px;
				height:137px;
				background: url(../images/header_4.jpg);
		}		
		
		
/* ######------ NAVI TOP BEGIN ------######################################################### */
		
	/* ###--- NaviTop ---### */
		#navi_top {
					background: url(../images/top_navi.jpg); 
					height:28px; 
					position: relative; 
		}
		
	/* ###--- TEXT navi_top ---### */
		#navi_top_content {
							text-align:right; 
							font-family: Verdana; 
							font-size: 10px; 
							color: #FFFFFF; 
							padding-top:7px; 
							padding-right: 20px;
		}
		
/* ######------ NAVI TOP END ------######################################################### */

/* ######------ COLUMN 1 2 3 BEGIN ------######################################################### */

	/* ###--- Column 1 ---### */
		#col1 {
				position: relative; 
				width: 221px; /* width:0px; wenn col1 nicht angezeigt werden soll */
				float:left; 
				
				/* display: none; wenn col1 nicht angezeigt werden soll */

		}
		
	/* ###--- Column 2 ---### */
		#col2 {
				position: relative; 
				margin-top: 0px;
				margin-bottom: 0px;
				margin-left: 221px; /* margin-left:xxpx; wenn col1 nicht angezeigt werden soll; breite wie breite von col1. */
				margin-right: 0px; /* margin-right:xxpx; wenn col3 nicht angezeigt werden soll; breite wie breite von col3 */
				width: auto; 
				
		}
		
	/* ###--- Column 3 ---### */
		#col3 {
				position: relative; 
				width: 178px; /* width:0px; wenn col3 nicht angezeigt werden soll */
				float:right;
				border-left: 1px dotted #000000;
				/* display:none; wenn col3 nicht angezeigt werden soll */
		}
		
	/* ###--- Abstände der drei Spalten nach unten wegen Footer ---### */
		#col1, #col2, #col3 { padding-bottom: 50px; }
	
	
	/* Textformatierungen weiter unten bei CONTENT FORMATIERUNGEN */
	/* ###--- TEXT Column 1 ---### */
		#col1_content {
						margin-left:0px; /* abstand des inhaltes zum rand. breite des randes. rand=breite des GRAFIKrandes. innenabstand des inhaltes weiter unten bei CONTENT FORMATIERUNGEN  */
						
		}
		
	/* ###--- TEXT column 2 ---### */
		#col2_content { 
						display:block; height:1%; /* sonst wird in typo3 das 2. inhaltselement erst unter der navi angezeigt; bilder im IE rutschen aus dem 2. inhaltselement in das erste manchmal wenn das nicht ist */
						/* im typo3 setup bekommt jedes inhaltselement noch folgendes mit: <div style="display:block;height:1%;">|</div><div style="clear:both;"></div> */
						/* margin-right:xxpx; randbreite des GRAFIKrandes. innenabstand des inhaltes weiter unten bei CONTENT FORMATIERUNGEN */
		}
		
	/* ###--- TEXT column 3 ---### */
		#col3_content { 
						margin-right:29px; /* abstand des inhaltes zum rand. breite des randes. rand=breite des GRAFIKrandes. innenabstand des inhaltes weiter unten bei CONTENT FORMATIERUNGEN */
		}
		
/* ######------ COLUMN 1 2 3 END ------######################################################### */


/* ######------ FOOTER BEGIN ------######################################################### */
		
	/* ###--- Footer ---### */
		
		/* ### wenn es einen footer gibt, der 100% breit sein soll, dann um den footer ein footer_container div setzen. ### */
		/* ### die stylesheet angaben vom footer kopieren für den footer_container. beim footer dann das das margin für top auf 0 setzen: margin: 0 auto 0; beim container bleibt die topmargin angabe. ### */
		/* ### beim footer_container die width anweisung wegmachen. ### */
	
		#footer {
					background: url(../images/footer.jpg); 
					position: relative; 
					margin: -43px auto 0; /* - wert = höhe des footers */
					width:924px; 
					height:43px; /* muss mindestens so hoch sein wie footer_left bzw. right top plus footer_top height */
		}
		
		#footer_left {
						position:absolute;
						left:10px;
						top: 10px; 
						height: 21px; 
		}
		
		#footer_right {
						position:absolute;
						right:10px;
						top: 10px; 
						height: 21px; 					
		}
		#footer_top {
						position:absolute;
						left:0px;
						text-align:center;
						height:22px;
						width:924px;
		}		
		
	/* ###--- TEXT Footer ---### */
		#footer_content_left {
							text-align:left; 
							font-family: Verdana; 
							font-size: 10px; 
							color: #FFFFFF; 
							padding-top:18px; 
							padding-left: 30px;
		}
		#footer_content_left a:link {color:#FFFFFF;text-decoration:none;}
		#footer_content_left a:visited {color:#FFFFFF;text-decoration:none;}
		#footer_content_left a:hover {color:#FFFFFF;text-decoration:underline;}
		#footer_content_left a:active {color:#FFFFFF;text-decoration:none;}
		
		#footer_content_right {
							text-align:right; 
							font-family: Verdana, Arial, sans-serif; 
							font-size: 9px; 
							color: #000; 
							padding-top:17px; 
							padding-right: 5px;
		}
		#footer_content_right a:link {color:#000;text-decoration:none;}
		#footer_content_right a:visited {color:#000;text-decoration:none;}
		#footer_content_right a:hover {color:#000;text-decoration:underline;}
		#footer_content_right a:active {color:#000;text-decoration:none;}		
		
		#footer_content_top {
							text-align: center;
							font-family: Verdana, Arial, sans-serif;
							color: #fff;
							font-size: 10px;
							padding-top:5px;
		}		
		
/* ######------ FOOTER END ------######################################################### */
		
		
/* ######------ CONTENT FORMATIERUNGEN BEGIN ------######################################################### */





	/* ###--- Column 1 FORMATIERUNGEN ---### */
		#col1_content {
						text-align:left;
						color:#fff;
						font-family:Arial, Verdana, sans-serif;
						font-size:12px;
						line-height:12px;		
		}
		
		#col1_content p.align-center {
						text-align:center;
		}
		
		#col1_content div#navi {
						width:221px;
						/*
						position:relative;
						left:0px;
						top:40px;
						*/
						border-top:1px solid #fff;
						margin-top:40px;
						margin-bottom:40px;
		}
		
		#col1_content div.textLinksUnterMenu {
						margin-bottom:20px;
						padding-left:8px;
		}
		
		#col1_content ul {
						list-style:none;
						
		}
		
		#col1_content li {
						display:block;
						clear:left;				
		}
		
		/* aktive links schriftfarbe */
		#col1_content ul li.act a.act_link:link { color:#000; }
		#col1_content ul li.act a.act_link:visited { color: #000; }
		#col1_content ul li.act a.act_link:hover { color: #000; }
		#col1_content ul li.act a.act_link:active { color: #000; }
		
		/* obermenü aktiver link */
		#col1_content li.act a, #col1_content li.act a:link {
						background:#fff;
						
						border-bottom:1px solid #fff;
						color:#000;
		}
		
		/* untermenü normaler link */
		#col1_content li.act ul li a, #col1_content li.act ul li a:link {
						color:#fff;
						
						border-bottom:1px solid #fff;
						background:#96aed4;
		}
		
		/* untermenü hover nicht aktiver link */
		#col1_content li.act ul li a:hover, #col1_content li.act ul li a:active, #col1_content li.act ul li a:focus {
						background:#fff;
						
						border-bottom:1px solid #fff;
						color:#000;
		}
		
		/* untermenü aktiver link */
		#col1_content ul ul li.act a, #col1_content ul ul li.act a:link {
						background:#fff;
						border-top:1px solid #fff;
						border-bottom:1px solid #fff;
						color:#000;
		}
		
		/* obermenü nicht aktiver link */
		#col1_content li a, #col1_content a:link {
						text-decoration: none;
						display:block;
						color:#fff;
						
						border-bottom:1px solid #fff;
						float:left;
						width:201px;
						padding-top:6px;
						padding-bottom:6px;
						padding-left:20px;
						background:#96aed4;
						margin-bottom:0px;
		}
		
		#col1_content ul ul li a, #col1_content ul ul a:link {
						padding-left:40px;
						width:181px;
		}
		
		/* obermenü normaler link farbe */
		#col1_content li a:visited {
						color:#fff;
		}
		
		/* obermenü hover link */
		#col1_content li a:hover, #col1_content li a:active, #col1_content li a:focus {
						background:#fff;
						
						border-bottom:1px solid #fff;
						color:#000;
		}		
	
		#col1_content .textLinksUnterMenu a img { border:0; }
		#col1_content .textLinksUnterMenu a {background:none; border:0; display:inline; float:none; margin:0; padding:0; width:auto;}
		#col1_content .textLinksUnterMenu a:link {background:none; border:0; display:inline; float:none; margin:0; padding:0; width:auto;}
		#col1_content .textLinksUnterMenu a:visited {background:none; border:0; display:inline; float:none; margin:0; padding:0; width:auto;}
		#col1_content .textLinksUnterMenu a:hover {background:none; border:0; display:inline; float:none; margin:0; padding:0; text-decoration:underline; width:auto;}
		#col1_content .textLinksUnterMenu a:active {background:none; border:0; display:inline; float:none; margin:0; padding:0;  width:auto;}
	
	/* ###--- Column 2 FORMATIERUNGEN ---### */
		/* Standard */
		#col2_content {
						font-family: Verdana,Arial,sans-serif; 
						font-size: 12px; 
						font-style: normal;
						font-weight: normal;
						color: #000000;
						text-align:left;
						padding-left: 20px;
						padding-right: 20px;
						line-height: 18px;
						overflow: hidden; /* wenn das nicht ist, wird der 2. inhaltsblock erst unter der navi angezeigt bzw. der inhalt des 1. blocks. */
						
		}
		* html #col2_content { overflow:visible; }
		/* Links */
		#col2_content a:link {
							color: #96aed4;
							text-decoration: underline;
		}
		#col2_content a:visited {
							color: #96aed4;
							text-decoration: underline;
		}
		#col2_content a:hover {
							color: #96aed4;
							text-decoration: none;
							
		}
		#col2_content a:active {
							color: #96aed4;
							text-decoration: none;
		}	
		
		#col2_content a.textlink:link {color:#000;text-decoration:none;}
		#col2_content a.textlink:visited {color:#000;text-decoration:none;}
		#col2_content a.textlink:hover {color:#000;text-decoration:none;}
		#col2_content a.textlink:active {color:#000;text-decoration:none;}
		
		/* border nur wenn in typo3 der haken bei rahmen ist */
		#col2_content .csc-textpic-border a img {
							border: 1px solid #FFFFFF;
							display: block;
		}
		#col2_content .csc-textpic-border a:hover img {
							border: 1px solid #000000;
							
		}
		#col2_content .csc-textpic-border img {
							border: 1px solid #000000;	
		}
		/* Überschriften */
		#col2_content h1 {
						font-family: Verdana, Arial, sans-serif;
						font-size: 18px;
						color: #96aed4;
						border-bottom: 1px solid #96aed4;
						padding:0 0 10px 0;
						margin-top: 15px;
						margin-bottom: 15px;
						margin-left: 0px;
						margin-right: 0px;
						text-align:right;
		}
		#col2_content h2 {	
						font-family: Verdana, Arial, sans-serif;
						font-size: 20px;
						margin-top: 10px;
						margin-bottom: 10px;
		}
		#col2_content h3 {
						font-family: Verdana, Arial, sans-serif;
						font-size: 18px;
						margin-top: 10px;
						margin-bottom: 10px;		
		}
		#col2_content h4 {
						font-family: Verdana, Arial, sans-serif;
						font-size: 16px;
						margin-top: 10px;
						margin-bottom: 10px;		
		}
		#col2_content h5 {
						font-family: Verdana, Arial, sans-serif;
						font-size: 14px;
						margin-top: 10px;
						margin-bottom: 10px;		
		}
		#col2_content h6 {
						font-family: Verdana, Arial, sans-serif;
						font-size: 12px;
						margin-top: 10px;
						margin-bottom: 10px;		
		}
		
		#col2_content h3.normal {
						font-family: Verdana, Arial, sans-serif;
						font-size: 13px;
						margin-top: 0px;
						margin-bottom: 0px;				
		}
		
		/* HR */
		#col2_content hr {
							height:1px;
							border-top:1px solid #96aed4;
							border-bottom:0;
							border-left:0;
							border-right:0;
							margin:0 0 0 0;
							padding:0;
		}
		
		/* Tabellen */
		#col2_content td {
							font-size: 12px;
		}
		/* Absätze */
		#col2_content p {
						padding: 0;
						margin-top: 10px;
						margin-bottom: 10px;
						margin-left: 0px;
						margin-right: 0px;
		}
		/* Bilder */
		#col2_content img {
						margin: 5px;
						/*border: 1px solid #000000;*/
		}
		#col2_content p.bodytext a img {
										border:1px solid #FFFFFF;;
		}	
		#col2_content p.bodytext a:hover img {
										border:1px solid #000000;
		}					
		/* Listen */
		#col2_content ul, ol {
							padding: 0;
							margin-top: 5px;
							margin-bottom: 5px;
							margin-left: 0px;
							margin-right: 0px;
							padding-left: 20px;
		}
		
		
		/* TYPO 3 Formatierungen (RTE)  und RTE Vorgabestyles zum Auswählen */
		#col2_content p.align-left {
									text-align: left;
		}
		#col2_content p.align-center {
									text-align: center;
		}
		#col2_content p.align-right {
									text-align: right;
		}
		#col2_content p.align-justify { text-align: justify; }
		
		#col2_content blockquote { font-style: italic; padding-left:25px; }
		
		#col2_content .csc-textpic-image {
										margin: 0px 0px 5px 0px;  /* abstand zwischen bildern bei text mit bild und bild. muss gemacht werden, da im IE sonst das layout zerschossen wird. */
										padding: 0px 5px;			  /* wenn die bilder einen rahmen von z.b. 1px haben, wird das im IE anders berechnet und das letzte bild in der reihe wird umgebrochen */
													  /* wenn man in typo3 den abstand erhöht (adv. column/row space), kann bzw. muss er hier auch höher gemacht werden */
													   /* nach neuesten kenntnisstand muss man bei row und column das doppelte eintragen. also 20. */
		}
		#col2_content .csc-textpic img {
										margin: 0;  /* muss gemacht werden, damit bei z.b. text mit bild der aussenabstand beim bild 0 ist. da er vorher durch #col2_content img gesetzt wurde. */
											/* sonst rutscht der text irgendwie ins bild. */
		}
		#col2_content .csc-textpic-intext-right img { /* für bündige Ränder rechts und links bei padding im textpic-image (Ausgleich)*/
								margin-left: 10px;
		}
		#col2_content .csc-textpic-intext-right img {
								margin-right: 10px;
		}
		#col2_content .important {
									font-weight: bold;
									text-decoration: underline;
		}

#col2_content p.align-left, #col2_content h1.align-left, #col2_content h2.align-left,#col2_content h3.align-left,#col2_content h4.align-left,#col2_content h5.align-left,#col2_content h6.align-left,#col2_content td.align-left { text-align: left; }
#col2_content p.align-center,#col2_content h1.align-center,#col2_content h2.align-center,#col2_content h3.align-center,#col2_content h4.align-center,#col2_content h5.align-center,#col2_content h6.align-center,#col2_content td.align-center { text-align: center; }
#col2_content p.align-right,#col2_content h1.align-right,#col2_content h2.align-right,#col2_content h3.align-right,#col2_content h4.align-right,#col2_content h5.align-right,#col2_content h6.align-right,#col2_content td.align-right { text-align: right; }


/*mailformulare formatieren*/

#col2_content div.formu td {
	vertical-align: middle;
}

legend {
padding-left:10px;
padding-right:10px;
border: 0px;
}

fieldset {
border:0px;
padding-left:10px;
padding-right:10px;
padding-top:10px;
padding-bottom:10px;
border: 1px solid #161774;
}



.radiolayout {
width:60%;
padding-top:15px;
padding-bottom:15px;
}

.formu {
width:80%;
padding-top:10px;
padding-bottom:10px;
padding-left:110px;

}

.mf-radio {
border:0px;
}

.mf-text {
color: #FFFFFF;
border: 1px solid #FFFFFF;
margin-bottom: 5px;
background:#96AED4;
padding:3px;
font-family:Arial,sans-serif;
font-size:11px;
}

.mf-check {
border: 0px;

}
.mf-select {
border:0px;
}

.mf-input {
border: 1px solid #FFFFFF;
margin-bottom: 5px;
background:#96AED4;
padding:3px;
font-family: Arial, sans-serif;
color:#FFFFFF;
font-size:11px;
}

.mf-submit {
color: #ffffff;
background-color: #96AED4;
border: 0px;
padding:2px;
}
.mf-reset {
color: #ffffff;
background-color: #96AED4;
border: 0px;
padding:2px;
}
	
	/* ###--- Column 3 FORMATIERUNGEN ---### */
		#col3_content {
		}

/* ######------ CONTENT FORMATIERUNGEN END ------######################################################### */		
		
		
/* ######------ HACKS BEGIN ------######################################################### */

	/* ###--- clearfix hack ---### */
		.clearfix:after { content: " "; display: block; clear: both; visibility: hidden; }
		.clearfix {display: inline-table;}
		/* Hides from IE-mac \*/
		* html .clearfix {height: 1%;}
		.clearfix {display: block;}
		/* End hide from IE-mac */
	/* ###--- end clearfix hack ---### */

/* ######------ HACKS END ------######################################################### */	