
@import url(content.css);
@import url(../print/print_screen.css);
@import url(3_spalten.css);



@media screen
{
/* ######################################################################################################
** ### Vorbereitende Maßnahmen | Reset ##################################################################
** ######################################################################################################
*/
	/* Hiermit werden die Randabstände und border aller HTML-Elemente auf Null gesetzt. Damit wird das       
	** Aussehen der Webseite in unterschiedlichen Browsern vereinheitlicht. 
	*/
	
	* { margin:0; padding:0; font-size: 100%; } 
	
	/*
	** Die nachfolgenden Angaben entstammen dem Artikel 'Useful Code Snippets' von Mike Foskett
	** [http://www.websemantics.co.uk/tutorials/useful_css_snippets/]
	*/
	
	html { height: 100% } 
	
	body { 
	/* Vertikalen Scrollbalken im Netscape & Firefox erzwingen. Dies verhindert, dass zentrierte Layouts 
	** um 10 Pixel springen wenn der Seiteninhalt kleiner wird als die Höhe des Browserfensters. */
		min-height: 100%;
		height:100%;
	/* Beseitigung des Rundungsfehlers bei Schriftgrößen im Opera sowie Standardformatierungen */
		font-size: 100.01%; 
	/* FIX: Verhindert, dass positionierte Elemente nicht verschoben werden when die Größe des Browser 
			Fensters geändert wird. */
		position: relative; 
	
	/* Vorgabe der Standardfarben und Textausrichtung*/     
		color: #000;
		text-align: left; 

	} 
	
	
	
	.body {
	color: #4C4C4C;
	font-size: 83.33%;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	SCROLLBAR-FACE-COLOR: #FEA202;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-SHADOW-COLOR: #ffffff;
	SCROLLBAR-3DLIGHT-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR:  #ffffff;
	SCROLLBAR-TRACK-COLOR: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
	background-image:none;

}
	
	
	
	
	
	/* Standardrahmen zurücksetzen */
	fieldset, img { border:0; }
	
	/* Anpassung für Safari Browser. font-size:100% ist für den Safari in Formularen zu groß */ 
	select, input, textarea { font-size: 99% }

/* ######################################################################################################
** ### DIV-Container des Basislayouts ###################################################################
** ######################################################################################################
*/


	
	#nav { clear:both; width: auto; z-index: 100; }
	#main {	clear:both; width: auto; z-index: 10; }
	
	
	#col1 {
		float: left;
		width: 230px; /* Standard-Wert, falls keine anderen Vorgaben gemacht werden */
	}
	
	#col2 {
		float:right; 
		width: 200px; /* Standard-Wert, falls keine anderen Vorgaben gemacht werden */
	}
	
	

	#footer { clear:both; }	/* Backup für IE-Clearing */
	
	/* Der z-Index verhindert, dass im Falle des noch bestehenden IE-Bugs die Texte vor 
	** dem Spaltenhintergrund erscheinen. */
	#col1 {z-index: 3;}
	#col2 {z-index: 5;}
	#col3 {z-index: 1;}
	#col1_content {z-index: 4;}
	#col2_content {z-index: 6;}
	#col3_content {z-index: 2;}
	
	#col1_content, #col2_content, #col3_content { position:relative; }


/* ######################################################################################################
** ### Markupfreie CSS-Floatclearing-Lösungen ###########################################################
** ######################################################################################################
*/

	/* Clearfix-Methode zum Clearen der Float-Umgebungen */
	 .clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	
	/* Diese Angabe benötigt der Safari-Browser zwingend !! */
	.clearfix { display: block; } 
	
	/* Overflow-Methode zum Clearen der Float-Umgebungen */
	.floatbox { overflow:hidden; }
	
	/* IE-Clearing: Benötigt nur der Internet Explorer und über iehacks.css zugeschaltet */
	#ie_clearing { display: none } 




	/* Clearen der 3 Inhaltsspalten mittels dieses speziellen hr-Tags */
	hr.clear_columns {	
		clear: both; 
		float: left; 
		content: "."; 
		display: block;  
		height: 0; 
		line-height: 0px; 
		visibility: hidden; 
		border: 0; 
		padding: 0;
		margin: -1.1em 0 0 0; /* erforderlich damit kein Leerraum zwischen Spalten und Footer entsteht */
	}

/* ######################################################################################################
** ### Standard-Formatierungen für Listen & Zitate ######################################################
** ######################################################################################################
*/

	ul, ol, dl { margin: 0 0 1em 1em }
	li { margin-left: 1.5em; line-height: 1.5em; }
	
	dt { font-weight: bold; }
	dd { margin: 0 0 1em 2em; }
	
	blockquote, cite { margin: 0 0 1em 1.5em; font-size: 0.93em; width: auto;}

/* ##################################
** ### Subtemplates 
#####################################
*/

	.subcolumns { 
		width: 100%;
		padding: 0 1px 0 1px; 
		margin: 0 -1px 0 -1px; 
		overflow:hidden;
	}
			
	.c50l, .c25l, .c33l, .c38l, .c66l, .c75l, .c62l {float: left; overflow: hidden;}
	.c50r, .c25r, .c33r, .c38r, .c66r, .c75r, .c62r {float: right; overflow: hidden;}
	
	.c25l, .c25r { width: 24.999%; }
	.c33l, .c33r { width: 33.333%; }
	.c50l, .c50r { width: 49.999%; }
	.c66l, .c66r { width: 66.666%; }
	.c75l, .c75r { width: 74.999%; }
	.c38l, .c38r { width: 38.196%; } /* Goldener Schnitt */
	.c62l, .c62r { width: 61.803%; } /* Goldener Schnitt */
	
	.subc  { padding: 0 1em 0 1em; overflow: hidden; }
	.subcl { padding: 0 1em 0 0; overflow: hidden; }
	.subcr { padding: 0 0 0 1em; overflow: hidden; }

/* Formatierung der Kopfbereiches */
#header { position:relative; height: 285px; 
	background-image:url(../pics/topnavi_back.jpg);
	background-repeat:no-repeat;
}

#banner { position:absolute; top:20px; right:0px; z-index:10; }
#banner img { position:relative; top:0px; left:0px; font-size:100%; }




#logo {
position:absolute; 
top:30px;
left:9px;
}

#scale {
display:none;

}


#flashbanner {
	position:absolute;
	top:170px;
	left:203px;
}


#hauslink {
	position:absolute;
	top:169px;
	left:13px;
	background-image:url(../pics/haus_links.jpg);
	background-repeat:no-repeat;
	height:103px;
	width:190px;

}



#topnavi {
	position:absolute;
	color: #444545;
	right:15px;
	top:12px;
	font-size: 85%;
	color: #333333;

}






#suche {
	position:absolute;
	right:30px;
	top:220px;
	}
	
	
	
#sucheback {
	position:absolute;
	right:15px;
	top:169px;
	background-image: url(../pics/searchback2.jpg);
	width:216px;
	height:102px;
	}
	



#rootline {
	position:absolute;
	left:103px;
	top:144px;
	font-size: 90%;
	color:#0182A9;
}


#rootline a:link, #rootline a:visited, #rootline a:active  {
color:#39AB01;
text-decoration:underline;
}

#rootline a:hover {
color:#0182A9;
text-decoration:underline;

}



#mainnavi {
position:absolute; 
top:105px;
left:177px;
}


#mainpunkt {
position:absolute; 
top:300px;
left:13px;
width:157px;
height:24px;
padding-left:9px;
padding-top:6px;
color:#01648D;
font-size:90%;
background-image:url(../pics/active_back.jpg);
background-repeat:no-repeat;
}

#mainpunkt a:link {
color:#01648D;
text-decoration:none;
}

.hauptpunkt a:link, .hauptpunk a:hover {
	color:#01648D;
	text-decoration:none;
	font-weight: bold;
}

#navigation {
position:absolute; 
top:324px;
left:13px;
width:166px;
font-size:90%;
}

#aktuell {
	color: #0B71CB;
	display: block;
	position:absolute;
	top:67px;
	left:2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E7E7;
	background-image: url(../navipics/level1_on.jpg);
	padding-left: 7px;
	width:191px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E6E7E7;
	font-size: 14px;
}





/* Formatierung der Fußzeile */


/* ######################################################################################################
** ### Formatierung der Inhaltsspalten ##################################################################
** ######################################################################################################
*/
#main { padding-top: 0; } 






/* Festlegung der Layoutbreite und Zentrierung*/
#page_margins { 
	width:938px;
	height:100%;
	background-image: url(../pics/center_back.jpg);		
	margin-left: auto;
 	margin-right: auto;

}

/* Korrektur von Randabständen */
#main { margin: 0; padding: 0; }

#footer {
	position:relative;
	width:500px;
	height:40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7A7A7A;
	margin-left:14px;
 }


.footertext {
}

/* ######################################################################################################
** ### Formatierung der Inhaltsspalten ##################################################################
** ######################################################################################################
*/

/* linke Spalte*/
#col1 {
width: 5px;

}

#col1_content { margin-left: 1em; margin-right: 1em; color: #444; background:inherit; }


/* rechte Spalte*/
#col2 {
	width: 213px;
	margin-right: 4px;
}
#col2_content {	margin-left: 10px; margin-right: 10px; }


#col2 p {
margin-left:10px;
margin-right:5px;
padding-bottom:15px;
}

/* mittlere Spalte */
#col3
{
margin-left: 190px; 
margin-right: 223px;
}

#col3_content { margin-left: 10px; margin-right: 10px; }



}

