﻿/* ######------ 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: none; }
	
/* ######------ 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); }
		#container { width:852px; }
	
	/* ###--- 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: 240px;
		}
		
/* ######------ HEAD END ------######################################################### */
		

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

		#content_background {
							background: url(../images/content_pic.jpg);
							width: 302px;
							height: 299px;
							position:absolute;
							top: 284px;
							left:210px;
		}

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

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

	/* ###--- Column 1 ---### */
		#col1 {
				position: relative; 
				width: 210px; /* 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: 340px;
		}
		* html #col1 { height: 340px; /* 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: 210px; /* 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; }
	
	/* Textformatierungen weiter unten bei CONTENT FORMATIERUNGEN */
	/* ###--- TEXT Column 1 ---### */
		#col1_content {
						
						margin-left:36px; /* abstand des inhaltes zum rand. breite des randes. rand=breite des GRAFIKrandes. innenabstand des inhaltes weiter unten bei CONTENT FORMATIERUNGEN  */
		}
		
		#email_impressum {
						margin-left:36px;
						font-family: Verdana, Arial, sans-serif;
						font-size: 11px;
						color:#fff;
						padding-top:10px;
		}
		#email_impressum a:link { color:#fff; text-decoration:none; }
		#email_impressum a:visited { color:#fff; text-decoration:none; }
		#email_impressum a:hover { color:#fff; text-decoration:underline; }
		#email_impressum a:active { color:#fff; text-decoration:none; }
		
		#email_impressum ul { list-style-type:none; }
		#email_impressum li { display:inline; padding-right:7px; background:url(../images/navi_no.gif) no-repeat 0px 5px; padding-left: 10px; }
		
	/* ###--- 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 */
						margin-right:15px;
		}
		
	/* ###--- 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: -30px auto 0; /* - wert = höhe des footers */
					width:852px; 
					height:30px; /* muss mindestens so hoch sein wie footer_left bzw. right top plus footer_top height */
		}
		
		#footer_left {
						position:absolute;
						left:10px;
						top: 10px; 
						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: #666; 
							padding-top:5px; 
							padding-left: 50px;
		}
		#footer_content_left a:link {color:#666;text-decoration:none;}
		#footer_content_left a:visited {color:#666;text-decoration:none;}
		#footer_content_left a:hover {color:#666;text-decoration:underline;}
		#footer_content_left a:active {color:#666;text-decoration:none;}
		
		#footer_content_right {
							text-align:right; 
							font-family: Verdana; 
							font-size: 10px; 
							color: #FFFFFF; 
							padding-top:0px; 
							padding-right: 33px;
		}
		#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 END ------######################################################### */
		
		
/* ######------ CONTENT FORMATIERUNGEN BEGIN ------######################################################### */

	/* ###--- Column 1 FORMATIERUNGEN ---### */
		#col1_content {
						text-align:left;
						color:#fff;
						font-family:Verdana,Arial, sans-serif;
						font-size:11px;
						line-height:11px;		
						padding-top:25px;
		}
		
		#col1_content div#navi {
						width:174px;
						position:relative;
						left:0px;
						top:0px;
		}
		
		#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: #00548f;font-weight:bold; }
		#col1_content ul li.act a.act_link:visited { color: #00548f;font-weight:bold; }
		#col1_content ul li.act a.act_link:hover { color: #00548f;font-weight:bold; }
		#col1_content ul li.act a.act_link:active { color: #00548f;font-weight:bold; }
		
                /* obermenü aktiver link */
		#col1_content li.act a, #col1_content li.act a:link {
						background:url(../images/navi_act.gif) no-repeat 10px 6px;
						
						color:#00548f;
		}
		
                /* untermenü normaler link */
		#col1_content li.act ul li a, #col1_content li.act ul li a:link {
						color:#fff;
						
						background:url(../images/navi_no.gif) no-repeat 23px 6px;
		}
		
                /* 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 {
						color:#00548f;
						
						background:url(../images/navi_act.gif) no-repeat 23px 6px;
		}
		
                /* untermenü aktiver link */
		#col1_content ul ul li.act a, #col1_content ul ul li.act a:link {
						color:#00548f;
						
						background:url(../images/navi_act.gif) no-repeat 23px 6px;
		}
		
                /* obermenü nicht aktiver link */
		#col1_content li a, #col1_content a:link {
						text-decoration: none;
						display:block;
						color:#fff;
						
						float:left;
						width:154px;
						padding-top:2px;
						padding-bottom:2px;
						padding-left:20px;
						background:url(../images/navi_no.gif) no-repeat 10px 6px;
						margin-bottom:0px;
		}
		     
                /* abstand untermenü */
		#col1_content ul ul li a, #col1_content ul ul a:link {
						padding-left:33px;
						width:141px;
		}
		
                /* 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 {
						color:#00548f;
					
						background:url(../images/navi_act.gif) no-repeat 10px 6px;
		}		
	
	/* ###--- Column 2 FORMATIERUNGEN ---### */
		/* Standard */
		#col2_content {
						font-family: Verdana, Arial, sans-serif; 
						font-size: 12px; 
						font-style: normal;
						font-weight: normal;
						color: #666;
						text-align:left;
						padding-left: 25px;
						padding-right: 25px;
						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: #00548f;
							text-decoration: underline;
		}
		#col2_content a:visited {
							color: #00548f;
							text-decoration: underline;
		}
		#col2_content a:hover {
							color: #00548f;
							text-decoration: none;
							
		}
		#col2_content a:active {
							color: #00548f;
							text-decoration: none;
		}	

		/* Überschriften */
		#col2_content h1 {
						font-family: Georgia, "Times New Roman", serif;
						font-size: 18px;
						font-weight:normal;
						color: #666;
						border-bottom: 1px solid #00548f;
						padding:0 0 5px 0;
						margin-top: 10px;
						margin-bottom: 10px;
						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: 12px;
						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 #00548f;
							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: 11px;
							padding:5px;
		}
		/* Absätze */
		#col2_content p {
						padding: 0;
						margin-top: 10px;
						margin-bottom: 20px;
						margin-left: 0px;
						margin-right: 0px;
		}
		
		
#col2_content h3.seoclass {font-size:13px;font-family: Verdana, Arial, sans-serif; color:#666; font-weight:normal;}
#col2_content h1.htext {display:none;}
#col2_content h2.htext {display:none;}
#col2_content h3.htext {display:none;}
#col2_content p.htext {display:none;}
#col2_content ol.htext {display:none;}
#col2_content ul.htext {display:none;}
#col2_content p.heins {font-family: Georgia, "Times New Roman", serif; color:#666; line-height:18px; margin-bottom:10px 0;font-size:18px;}
#col2_content p.hzwei {font-family: Georgia, "Times New Roman", serif; color:#666; line-height:18px; margin-bottom:10px 0;font-size:18px;}
#col2_content p.hdrei {font-family: Georgia, "Times New Roman", serif; color:#666; line-height:18px; margin-bottom:10px 0;font-size:16px;}
		
		
		/* ############ BILDER ######################################## */
		/* Bilder */ 
		#col2_content img {
						margin: 10px;
		}
		#col2_content p.bodytext a img {

		}	
		#col2_content p.bodytext a:hover img {
										border:1px solid #00548f;
		}					
		/* oben und unten abstand bilder bei text with image */
		#col2_content .csc-textpic-imagewrap {
			margin-bottom: 20px !important;
			margin-top: 20px !important;
		}				
		/* links und rechts abstand bilder bei text with image */
		#col2_content .csc-textpic-intext-right .csc-textpic-imagewrap {
		
			margin-left: 20px !important;
		}			
		#col2_content .csc-textpic-intext-left .csc-textpic-imagewrap  {
				margin-right: 20px !important;
		}
		/* border nur wenn in typo3 der haken bei rahmen ist */
		#col2_content .csc-textpic-border a img {
							border: 1px solid #e9e8e8;
							display: block;
		}
		#col2_content .csc-textpic-border a:hover img {
							border: 1px solid #00548f;
							
		}
		#col2_content .csc-textpic-border img {
							border: 1px solid #00548f;	
		}		
		
		#col2_content .csc-textpic-caption {
							font-size:10px;
							color:#666;
		}		
		
		DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {padding:0px; border:0;}
		DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image span.div_around_image {display:block;background:#e9e8e8;padding:5px 5px 5px 5px;border:1px solid #afafaf;height:1%;text-align:center;}		
		
		/* ################################################################### */
		
		/* 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;
									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; }


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