/* ######------ 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: #464646; }
		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:901px; }
	
	/* ###--- 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: 21px; 
				background: url(../images/top_navi_2.jpg);
		}
		
		#top_left {
					position:relative;
					float:left;
					width: 380px;
		}
		
		#top_right {
					position:relative;
					float:right;
					width: 380px;
		}
		
	/* ###--- Text im TopBalken ---### */
		#top_content_left {
						padding-top: 5px;
						padding-left: 30px;
						text-align:left; 
						font-family: Verdana; 
						font-size: 10px; 
						color: #FFFFFF;
		}

		#top_content_right {
						padding-top: 3px;
						padding-right: 30px;
						text-align:right; 
						font-family: Arial,Verdana,sans-serif; 
						font-size: 12px; 
						color: #FFFFFF;
		}
		
		#top_content_right ul { list-style-type: none; }
		#top_content_right li { display: inline; }
		
		#top_content_right ul li.act a.act_link:link { color: #ccc; }
		#top_content_right ul li.act a.act_link:visited { color: #ccc; }
		#top_content_right ul li.act a.act_link:hover { color: #ccc; }
		#top_content_right ul li.act a.act_link:active { color: #ccc; }
		
                /* obermenü aktiver link */
		#top_content_right li.act a, #top_content_right li.act a:link {
						color:#ccc;
		}
		
                /* obermenü nicht aktiver link */
		#top_content_right li a, #top_content_right a:link {
						text-decoration: none;
						color:#fff;
						padding-left:20px;	
		}
		
                /* obermenü normaler link farbe */
		#top_content_right li a:visited {
						color:#fff;
		}
		
                /* obermenü hover link */
		#top_content_right li a:hover, #top_content_right li a:active, #top_content_right li a:focus {
						color:#ccc;
		}				
		
/* ######------ TOP BALKEN END ------################################################################## */
		
		
/* ######------ HEAD BEGIN ------######################################################### */
		
	/* ###--- Head ---### */
		#head {
				background: url(../images/header_main.jpg); 
				position: relative; 
				height: 84px;
		}
		
		#content_header {
				
				position:relative;
				height:102px;
		}
		
		#navi_title {
				position:relative;
				height:69px;
				width:400px;
				float:right;
				text-align:right;
				color:#fff;
				padding-right:30px;
				padding-top:15px;
				font-family: Georgia, "Times New Roman", serif;
				font-size: 28px;
		}
		#navi_title_2 {
				font-size: 16px;
				color: #e2e2e2;
				margin-top:6px;
		}
		
/* ######------ HEAD END ------######################################################### */
		
		
/* ######------ NAVI TOP BEGIN ------######################################################### */
		
	/* ###--- NaviTop ---### */
		#navi_top {
					background: url(../images/top_navi_1.jpg); 
					height:21px; 
					position: relative; 
		}
		
	/* ###--- TEXT navi_top ---### */
		#navi_top_content {
							text-align:right; 
							font-family: Arial,Verdana,sans-serif; 
							font-size: 12px; 
							color: #FFFFFF; 
							padding-top:3px; 
							padding-right: 30px;
		}
		
		#navi_top_content ul { list-style-type: none; }
		#navi_top_content li { display: inline; }
		
		#navi_top_content ul li.act a.act_link:link { color: #ccc; }
		#navi_top_content ul li.act a.act_link:visited { color: #ccc; }
		#navi_top_content ul li.act a.act_link:hover { color: #ccc; }
		#navi_top_content ul li.act a.act_link:active { color: #ccc; }
		
                /* obermenü aktiver link */
		#navi_top_content li.act a, #navi_top_content li.act a:link {
						color:#ccc;
		}
		
                /* obermenü nicht aktiver link */
		#navi_top_content li a, #navi_top_content a:link {
						text-decoration: none;
						color:#fff;
						padding-left:20px;	
		}
		
                /* obermenü normaler link farbe */
		#navi_top_content li a:visited {
						color:#fff;
		}
		
                /* obermenü hover link */
		#navi_top_content li a:hover, #navi_top_content li a:active, #navi_top_content li a:focus {
						color:#ccc;
		}			
		
/* ######------ NAVI TOP END ------######################################################### */


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

	/* ###--- Column 1 ---### */
		#col1 {
				position: relative; 
				width: 215px; /* width:0px; wenn col1 nicht angezeigt werden soll */
				float:left; 
				border-right: 1px dotted #000000;
				/* 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: 285px;
		}
		* html #col1 { height: 285px; /* für den IE eventuell größer, besonders wenn es noch zusätzlich ein navipic gibt (ausprobieren) */ }
		
	/* ###--- Column 2 ---### */
		#col2 {
				position: relative; 
				margin-top: 0px;
				margin-bottom: 0px;
				margin-left: 0px; /* 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: 40px; }
	
		#col1 {padding-bottom: 160px;} /* nur wenn es ein navipic gibt. footerhöhe + navipichöhe + 20px */
	
	/* Textformatierungen weiter unten bei CONTENT FORMATIERUNGEN */
	/* ###--- TEXT Column 1 ---### */
		#col1_content {
						margin-left:25px; /* 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: -21px auto 0; /* - wert = höhe des footers */
					width:901px; 
					height:21px; /* muss mindestens so hoch sein wie footer_left bzw. right top plus footer_top height */
		}
		
		#footer_left {
						position:absolute;
						left:10px;
						top: 0px; 
						height: 20px; 
		}
		
		#footer_right {
						position:absolute;
						right:10px;
						top: 0px; 
						height: 20px; 					
		}
	
		
	/* ###--- TEXT Footer ---### */
		#footer_content_left {
							text-align:left; 
							font-family: Verdana,Arial,sans-serif; 
							font-size: 9px; 
							color: #999; 
							padding-top:4px; 
							padding-left: 20px;
		}
		#footer_content_left a:link {color:#999;text-decoration:none;}
		#footer_content_left a:visited {color:#999;text-decoration:none;}
		#footer_content_left a:hover {color:#999;text-decoration:underline;}
		#footer_content_left a:active {color:#999;text-decoration:none;}
		
		#footer_content_right {
							text-align:right; 
							font-family: Verdana,Arial,sans-serif; 
							font-size: 9px; 
							color: #999; 
							padding-top:4px; 
							padding-right: 20px;
		}
		#footer_content_right a:link {color:#999;text-decoration:none;}
		#footer_content_right a:visited {color:#999;text-decoration:none;}
		#footer_content_right a:hover {color:#999;text-decoration:underline;}
		#footer_content_right a:active {color:#999;text-decoration:none;}		
			
		
/* ######------ FOOTER END ------######################################################### */
		
		
/* ######------ CONTENT FORMATIERUNGEN BEGIN ------######################################################### */

	/* ###--- Column 1 FORMATIERUNGEN ---### */
		#col1_content {
		}
	
	/* ###--- Column 2 FORMATIERUNGEN ---### */
		/* Standard */
		#col2_content {
						font-family: Verdana,Arial, sans-serif; 
						font-size: 12px; 
						font-style: normal;
						font-weight: normal;
						color: #eaeaea;
						text-align:left;
						padding-left: 30px;
						padding-right: 30px;
						line-height: 20px;
						padding-top:20px;
						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: #ccc;
							text-decoration: none;
							border-bottom:1px dashed #fff;
							padding-bottom:2px;
		}
		#col2_content a:visited {
							color: #ccc;
							text-decoration: none;
							border-bottom:1px dashed #fff;
							padding-bottom:2px;
		}
		#col2_content a:hover {
							color: #ccc;
							text-decoration: none;
							border-bottom:1px dashed #999;
							padding-bottom:2px;
		}
		#col2_content a:active {
							color: #ccc;
							text-decoration: none;
							border-bottom:1px dashed #fff;
							padding-bottom:2px;
		}	
	
		/* Überschriften */
		#col2_content h1 {
						font-family: Georgia, "Times New Roman",serif;
						font-size: 20px;
						color: #999;
						border-bottom: 1px dashed #999;
						padding:0 0 5px 0;
						margin-top: 20px;
						margin-bottom: 20px;
						margin-left: 0px;
						margin-right: 0px;
		}
		#col2_content h2 {
						font-size: 18px;
						margin-top: 10px;
						margin-bottom: 10px;
		}
		#col2_content h3 {
						font-size: 16px;
						margin-top: 10px;
						margin-bottom: 10px;		
		}
		#col2_content h4 {
						font-size: 14px;
						margin-top: 10px;
						margin-bottom: 10px;		
		}
		#col2_content h5 {
						font-size: 11px;
						margin-top: 10px;
						margin-bottom: 10px;		
		}
		#col2_content h6 {
						font-size: 10px;
						margin-top: 10px;
						margin-bottom: 10px;		
		}
		/* HR */
		#col2_content hr {
							height:1px;
							border-top:1px solid #575e88;
							border-bottom:0;
							border-left:0;
							border-right:0;
							margin:0 0 0 0;
							padding:0;
		}
		
		/* Tabellen */
		#col2_content td, #col2_content th {
							font-size: 12px;
							padding: 5px;
		}
		
		/* Absätze */
		#col2_content p {
						padding: 0;
						margin-top: 15px;
						margin-bottom: 15px;
						margin-left: 0px;
						margin-right: 0px;
		}
		
		/* ############ BILDER ######################################## */
		/* Bilder */ 
		#col2_content img {
						margin: 15px;
		}
		#col2_content p.bodytext a img {
										border:1px solid #FFFFFF;;
		}	
		#col2_content p.bodytext a:hover img {
										border:1px solid #000000;
		}					
		
		/* oben und unten abstand bilder bei text with image */
		#col2_content .csc-textpic-imagewrap {
			margin-bottom: 5px !important;
			margin-top: 0px !important;
		}				
		/* links und rechts abstand bilder bei text with image */
		#col2_content .csc-textpic-intext-right .csc-textpic-imagewrap, #col2_content .csc-textpic-intext-left .csc-textpic-imagewrap  {
			margin-right: 15px !important;
			margin-left: 15px !important;
		}		
		
		/* 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 #fff;	
							
		}		
		
		#col2_content .csc-textpic-caption {
							font-size:10px;
							color:#ccc;
							line-height:12px;
		}
		/* ################################################################### */
		
		/* 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; }
		
		/* ###### nicht ändern um bilder im text etc. zu ändern. ##########*/
		#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. */
													   /* nicht einfach so verändern */
		}
		#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;
									border-bottom:3px dashed #575e88;
									padding-bottom:2px;
		}

#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; }


		#col2_content table.stellenangebote {
							background:#616161;
		}

		#col2_content .form_input {
						border:1px solid #999;
						background: #616161;
						font-family: Verdana,Arial, sans-serif; 
						font-size: 12px;
						padding:3px;
						color:#fff;
		}
		
		#col2_content div.csc-frame-frame1 {
						background: #616161;
						padding:5px;
						margin-bottom: 10px;
		}
	
		#col2_content span.adresszeile {
						font-size: 11px;
						
		}
	
	/* ###--- Column 3 FORMATIERUNGEN ---### */
		#col3_content {
		}

/* ######------ CONTENT FORMATIERUNGEN END ------######################################################### */		





/*mailformulare formatieren*/
legend {
padding-left:10px;
padding-right:10px;
border: 0px;
}

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



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

.formu {
width:100%;
padding-top:10px;
padding-bottom:10px;
padding-left:0px;

}

.mf-radio {
border:0px;
margin-right:10px;
}

.mf-text {
						border:1px solid #999;
						background: #616161;
						font-family: Verdana,Arial, sans-serif; 
						font-size: 12px;
						padding:3px;
						color:#fff;
}

.mf-check {
border: 0px;

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

.mf-input {
						border:1px solid #999;
						background: #616161;
						font-family: Verdana,Arial, sans-serif; 
						font-size: 12px;
						padding:3px;
						color:#fff;
}

.mf-submit {
						border:1px solid #999;
						background: #616161;
						font-family: Verdana,Arial, sans-serif; 
						font-size: 12px;
						padding:3px;
						color:#fff;
						margin-top:10px;
}
.mf-reset {
						border:1px solid #999;
						background: #616161;
						font-family: Verdana,Arial, sans-serif; 
						font-size: 12px;
						padding:3px;
						color:#fff;
}
		
		
/* ######------ 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 ------######################################################### */	