/* ######------ 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: #6f9ba8; }
		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/container_bg.jpg) repeat-y left #fff; }
		#container { width:835px; text-align:left;}
	
	/* ###--- Hack damit die Seite 100% Höhe hat ---### */
		#container { min-height: 100%; height: auto !important; height: 100% /*IE*/; }
		
/* ######------ CONTAINER END ------################################################################# */

	
/* ######------ TOP BALKEN BEGIN ------########################################################## */
	
	/* ###--- TopBalken ---### */
		#top { 
				position: relative;
				height: 24px; 
				background: url(../images/top.jpg) left no-repeat #fff;
		}
		
		#top_left {
					position:relative;
					float:left;
					width: 380px;
					margin-left: 214px;
					width: 165px;
		}
		*html #top_left {
					margin-left: 0px;
					left: 214px;
		}
		
		#top_right {
					position:relative;
					float:right;
					width: 375px;
		}
		
	/* ###--- Text im TopBalken ---### */
		#top_content_left {
						padding-top: 5px;
						padding-left: 20px;
						text-align:left; 
						font-family: Verdana; 
						font-size: 11px; 
						color: #000;
		}
		#top_content_left a, #top_content_left a:link,  #top_content_left a:focus, #top_content_left a:visited{
						color: #000;
						text-decoration: none;
		}
		#top_content_left a:hover {
						text-decoration: underline;	
		}
		#top_content_right {
						padding-top: 5px;
						padding-right: 14px;
						text-align:right; 
						font-family: Verdana; 
						font-size: 11px; 
						color: #000;
		}
		#top_content_right a, #top_content_right a:link,  #top_content_right a:focus, #top_content_right a:visited{
						color: #000;
						text-decoration: none;
		}
		#top_content_right a:hover {
						text-decoration: underline;	
		}
		
/* ######------ TOP BALKEN END ------################################################################## */
		
		
/* ######------ HEAD BEGIN ------######################################################### */
		
	/* ###--- Head ---### */
		#head {
				background: url(../images/header.jpg); 
				position: relative; 
				height: 212px;
				width: 166px;
				margin-left: 614px;
				border-bottom: 5px solid #e4861f;
				font-family: Verdana; 
				font-size: 11px; 
				line-height: 14px;
				color: #fff;
				text-align:left; 
				padding: 20px 45px 25px 10px;
				overflow: hidden;
		}
		#head h1 {
				font-size: 14px;
				font-weight: bold;
				margin: 10px 0px;	
			
		}
		
/* ######------ HEAD END ------######################################################### */
		
		
/* ######------ NAVI TOP BEGIN ------######################################################### */
		
	/* ###--- NaviTop ---### */
		#navi_top {
					background: url(../images/navi_top.jpg) repeat-x; 
					height:72px; 
					width: 183px;
					position: relative; 
					margin-top: -72px;
		}
		
	/* ###--- TEXT navi_top ---### */
		#navi_top_content {
							text-align:left; 
							font-family: Verdana; 
							font-size: 12px; 
							color: #FFFFFF; 
							padding-top:16px; 
							padding-left: 20px;
		}
		#navi_top_content a, #navi_top_content a:link, #navi_top_content a:visited{
								color: #fff;	
								text-decoration: none;
		}
		#navi_top_content a:hover{
								text-decoration: underline;
		}
		
/* ######------ NAVI TOP END ------######################################################### */

/* ######------ NAVI PIC BEGIN ------######################################################### */

		#navi_pic {
					position:absolute;
					top:24px; /* Höhe des Footers */
					left:0px;
					height:190px;
					background:yellow;
					width:183px;
					overflow:hidden;
					text-align:center;
					z-index:1000;
					background: url(../images/navi_pic.jpg); 
		}
		#navi_pic_text {
					font-family: Tahoma, Verdana, Arial, sans-serif;
					font-size: 11px;
					color:#000000;
					text-align:center;
					position:relative;
					width: 160px;
					margin: 0 auto 0 auto;
		}

/* ######------ NAVI PIC END ------######################################################### */

/* ######------ CONTENT BACKGROUND ------######################################################### */

		#content_background {
							background: url(../images/content_bg.jpg) no-repeat;
							width: 431px;
							height: 257px;
							position:absolute;
							top: 24px;
							left:183px;
							border-bottom: 5px solid #e4861f;
		}

/* ######------ CONTENT BACKGROUND END -----######################################################### */

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

	/* ###--- Column 1 ---### */
		#col1 {
				position: relative; 
				width: 183px; /* width:0px; wenn col1 nicht angezeigt werden soll */
				float:left; 
				/* display: none; wenn col1 nicht angezeigt werden soll */
				/* nur falls es ein hintergrundbild für diese spalte gibt ############################ */
				background: url(../images/navi_bg.jpg) no-repeat ;
				min-height: 250px;
		}
		*html #col1 { height: 250px; /* für den IE eventuell größer, besonders wenn es noch zusätzlich ein navipic gibt (ausprobieren) */ }
		
	/* ###--- Column 2 ---### */
		#col2 {
				position: relative; 
				background: #fff;
				margin-top: 0px;
				margin-bottom: 0px;
				margin-left: 183px; /* 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: 0px; /* width:0px; wenn col3 nicht angezeigt werden soll */
				float:right;
				border-left: 1px dotted #000000;
				display: none;
				/* display:none; wenn col3 nicht angezeigt werden soll */
		}
		
	/* ###--- Abstände der drei Spalten nach unten wegen Footer ---### */
		#col1, #col2, #col3 { padding-bottom: 22px; }
	
	/*	#col1 {padding-bottom: 232px;}  nur wenn es ein navipic gibt. footerhöhe + navipichöhe + 20px*/ 
	
	/* 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 { margin: 20px 25px;
						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 */
		}
		#col2_content h3.align-center {text-align:center;}
		
	/* ###--- 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) #8a3d33; 
					position: relative; 
					margin: -22px auto 0; /* - wert = höhe des footers */
					width:835px; 
					height:22px; /* muss mindestens so hoch sein wie footer_left bzw. right top plus footer_top height */					
		}
		
		#footer_left {
						position:absolute;
						left:0px;
						top: 0px; 
						height: 20px; 
		}
		
		#footer_right {
						position:absolute;
						right:0px;
						top: 0px; 
						height: 20px; 				
		}
		#footer_top {
						position:absolute;
						left:0px;
						text-align:center;
						height:20px;
						width:760px;
		}		
		
	/* ###--- TEXT Footer ---### */
		#footer_content_left {
							text-align:left; 
							font-family: Verdana; 
							font-size: 11px; 
							color: #FFFFFF; 
							padding-top:5px; 
							padding-left: 20px;
		}
		#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; 
							font-size: 11px; 
							color: #FFFFFF; 
							padding-top:5px; 
							padding-right: 20px;
		}
		#footer_content_right a:link {color:#FFFFFF;text-decoration:none;}
		#footer_content_right a:visited {color:#FFFFFF;text-decoration:none;}
		#footer_content_right a:hover {color:#FFFFFF;text-decoration:underline;}
		#footer_content_right a:active {color:#FFFFFF;text-decoration:none;}		
		
		#footer_content_top {
							text-align: center;
							font-family: Verdana;
							color: #000000;
							font-size: 11px;
							padding-top:7px;
		}		
		
/* ######------ FOOTER END ------######################################################### */
		
		
/* ######------ CONTENT FORMATIERUNGEN BEGIN ------######################################################### */

	/* ###--- Column 1 FORMATIERUNGEN ---### */
		#col1_content {
		}
		#col1_content {
						text-align:left;
						color:#000;
						font-family: Verdana, Arial, sans-serif;
						font-size:12px;
		}
		
		#col1_content div#navi {
						width:autp;
						position:relative;
						margin-top: 20px;
		}
		
		#col1_content ul {
						list-style: none;
						padding:0;
						margin:0;
		}
		
		#col1_content li {
						display:block;
						clear:left;
						line-height: 24px;
		}
		
		#col1_content li.act a, #col1_content li.act a:link{
						background: white;
						border-bottom: 1px solid #266a7f;
						color: #000;						
		}
		
		#col1_content li.act ul li a, #col1_content li.act ul li a:link {
						border-bottom:1px solid #266a7f;
						background:none;
						color: #000;
						
		}
		#col1_content li.act ul li a:hover, #col1_content li.act ul li a:hover, #col1_content li.act ul li a:active, #col1_content li.act ul li a:focus {
						color:#fff;
						border-bottom:1px solid #fff;
						background:#266a7f;
		}
		#col1_content ul ul li.act a, #col1_content ul ul li.act a:link {
						color:#000;
						border-bottom:1px solid #266a7f;
						background:#fff;
		}		
		#col1_content li a, #col1_content a:link {
						text-decoration: none;
						display:block;
						color:#000;
						border-bottom:1px solid #266a7f;
						float:left;
						width:163px;
						padding-top:0px;
						padding-bottom:0px;
						padding-left:20px;
		}
		
		#col1_content ul ul li a, #col1_content ul ul a:link {
						padding-left:40px;
						width:144px;
		}
		
		#col1_content li a:visited, #col1_content li.act li a:visited {
						color:#000;
		}
		#col1_content li.act a:visited, #col1_content li.act li.act a:visited {
						color:#000;
		}

		#col1_content li a:hover, #col1_content li a:active, #col1_content li a:focus {
						color:#fff;
						border-bottom:1px solid #fff;
						background:#266a7f;
		}
			
	/* ###--- Column 2 FORMATIERUNGEN ---### */
		/* Standard */
		#col2_content {
						font-family: Verdana; 
						font-size: 12px; 
						font-style: normal;
						font-weight: normal;
						color: #000000;
						text-align:left;
						padding-left: 5px;
						padding-right: 5px;
						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: #999999;
							text-decoration: underline;
		}
		#col2_content a:visited {
							color: #999999;
							text-decoration: underline;
		}
		#col2_content a:hover {
							color: #FFFFFF;
							text-decoration: none;
							background: #999999;
		}
		#col2_content a:active {
							color: #999999;
							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-size: 18px;
						font-family: Georgia, serif;
						font-style: oblique;
						text-align: right;
						color: #000;
						border-bottom: 1px solid #266a7f;
						padding: 0 0 10px 0;
						margin-top: 10px;
						margin-bottom: 15px;
						margin-left: 0px;
						margin-right: 0px;
						line-height: 1.2em;
		}
		#col2_content h2 {
						font-size: 14px;
						margin-top: 10px;
						margin-bottom: 10px;
		}
		#col2_content h3 {
						font-size: 16px;
						margin-top: 10px;
						margin-bottom: 10px;		
		}
		#col2_content h4 {
						font-size: 18px;
						margin-top: 10px;
						margin-bottom: 10px;		
		}
		#col2_content h5 {
						font-size: 20px;
						margin-top: 10px;
						margin-bottom: 10px;		
		}
		#col2_content h6 {
						font-size: 22px;
						margin-top: 10px;
						margin-bottom: 10px;		
		}
		/* HR */
		#col2_content hr {
							height:1px;
							border-top:1px solid #009036;
							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: 10px;  /* abstand zwischen bildern bei text mit bild und bild. muss gemacht werden, da im IE sonst das layout zerschossen wird. */
													  /* 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 .important {
									font-weight: bold;
									text-decoration: underline;
		}



	
	/* ###--- Column 3 FORMATIERUNGEN ---### */
		#col3_content {
		}
		
/*mailformulare formatieren*/
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: #000;
border: 1px solid #FFFFFF;
margin-bottom: 5px;
background:#d3d3d3;
padding:3px;
font-family:Arial,sans-serif;
font-size:12px;
border: 1px solid #000;
}

.mf-check {
border: 0px;

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

.mf-input {
border: 1px solid #000;
margin-bottom: 5px;
background:#d3d3d3;
padding:3px;
font-family: Arial, sans-serif;
color:#000;
font-size:12px;
}

.mf-submit {
color: #000;
background-color: #d3d3d3;
border: 0px;
padding:2px;
border: 1px solid #000;
float: left;
}
.mf-reset {
color: #000;
background-color: #d3d3d3;
border: 1px solid #000;
padding:2px;
margin-left: 10px;
}

/*** News Formatierungen ***/

#col2_content .news-list-container h3{
	font-size: 12px;
}
#col2_content .news-list-container h3 a{
	font-weight: normal;
}
#col2_content .news-list-container hr {
	border-top: 1px dotted #8A3D33;	
	margin-top: 10px;
}
#col2_content div.news-list-morelink {
	display: inline;	
}

/*** News Formatierungen Ende ***/
		

/* ######------ 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 ------######################################################### */	