@charset "utf-8";

/*allgemeine Formatierung*/

body {
	background-color: white;
	height: 100%;
	margin: 0px;
	background-image:url(grafiken/css_design/background.jpg);
	background-repeat:repeat-x;
	text-align:center;
}

img {
	border:none;
	text-align: center;
}

.img_right {
	position:relative;
	float:right;
}
	
.body {
	text-align:left;
	margin:0 auto;
	width:850px;
}

/*Grafische Gestaltung des Head-Bereichs*/

.head_wg {
	width:85px;
	height:199px;
	position:relative;
	float:left;
}

.head_bk {
	width:70px;
	height:199px;
	position:relative;
	float:left;
	left: 40px;
}	

.head_kbs {
	width:53px;
	height:199px;
	position:relative;
	float:left;
	left: 67px;
}	

.head_bfw {
	width:42px;
	height:199px;
	position:relative;
	float:left;
	left: 86px;
}	

.logo {
	position:relative;
	float:left;	
	top:10px;
	left:90px;
}

/*Navigation im grauen Header-Bereich*/

.nav_header {
	float:right;
	position:relative;
	right:10px;
	top:2px;
}

.nav_header a {
	margin-left: 10px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-indent:10px;	
	text-decoration:none;
	color:#FFFFFF;
}

.nav_header a:hover {
	text-decoration:underline;
	color:#FFFFFF;
}

.nav_header .nav_header_active {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}

/*Formatierung des Primärnavigators*/

				* html .nav1 {				/*Formatierung für nav1 bis IE6, da sonst zu niedrig  top:20px anstelle von 22px*/
					position:relative;
					float:left;
					width:500px;
					text-align:right;
					font-family:Verdana, Arial, Helvetica, sans-serif;
					font-size:14px;
					padding:8px;
					top:20px;
					left:86px;
				}

				*:first-child+html .nav1 {		/*Formatierung für nav1 nur für IE7, da sonst zu niedrig  top:20px anstelle von 22px*/
					position:relative;
					float:left;
					width:500px;
					text-align:right;
					font-family:Verdana, Arial, Helvetica, sans-serif;
					font-size:12px;
					padding:8px;
					top:22px;
					left:86px;
				}


.nav1 {							/*Normale Formatierung ohne IE7 Hack für nav1*/
	position:relative;
	float:left;
	width:500px;
	text-align:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
	padding:8px;
	top:26px; 
	left:86px;
}

.nav1 a {
	color:#666666;
	text-decoration:none;		
	padding:8px;
}

.nav1 a {
	color:#666666;
	text-decoration:none;		
	padding:8px;
}

.nav1 a:hover {
	color:#FFFFFF;
	background-image:url(grafiken/css_design/nav1_background.jpg);
	padding:8px;
	background-position: center;
}

.nav1 .nav1_active, .nav1 .nav1_active:hover {
	color:#FFFFFF;
	background-image:url(grafiken/css_design/nav1_background_active.jpg);
	padding:8px;
	background-position: center;
}

				* html .main {				/*Hack bis IE6 um Main Content um 4px nach oben zu verschieben, sonst Lücke*/
					clear:both;
					position:relative;
					float:left;
					width:850px;
					background-image:url(grafiken/css_design/main_background.png);
					top:-4px;
				}

/*Formatierung Hauptbereichs incl. Schmuckbild*/

.main {						/*Normale main-Definition*/
	clear:both;
	position:relative;
	float:left;
	width:850px;
	background-image:url(grafiken/css_design/main_background.png);
}

.image_head {
	position:relative;
	float:right;
	right:13px;
	top:8px;

}

/*Sekundärnavigator*/

.nav2 {
	position:relative;
	float:left;
	width:160px;
	padding-top:5px;
	padding-bottom:10px;
	margin-bottom:20px;
	border-right-width:1px;
	border-right-color:#999999;
	left:46px;
	top:20px;
	border-right-style: inset;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

.nav2_ueberschrift {		/*Formatierung für Überschrift des Navigators*/
	font-size: 16px;
	letter-spacing:1px;
	font-weight:bold;
	font-variant:small-caps;
	color:#666666;
	padding-top:5px;
	border-bottom:thin;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#999999;
	margin-right:5px;
	display:block;
}

.nav_else {					/*Formatierung für die Home-Seite (Wegweiser etc.)*/
	position:relative;
	float:left;
	width:160px;
	padding-top:5px;
	padding-bottom:10px;
	margin-bottom:20px;
	border-right-width:1px;
	border-right-color:#999999;
	left:46px;
	top:20px;
	border-right-style: inset;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
}

.nav_else ul {
	list-style:square;
	padding-left:10px;
	line-height:20px;
	margin-left:5px;
}

.nav2_buttons {
	border-top-width:thin;
	border-top-style:dotted;
	border-bottom-width:thin;
	border-bottom-style:dotted;
		border-color:#999;
	padding-top:30px;
	padding-bottom:10px;
	margin-top:30px;
	margin-right:5px;
}

.nav_else a {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}

.nav_else a:hover {
	text-decoration:underline;
}

		* html .nav2 li ul li {  /* Korrektur fuer IE 5.x */
			margin-left: 5px;
			ma\rgin-left: 0;
		}
								
		* html .nav2 a {
			width: 100%;    /* Breitenangabe fuer IE 5.x */
			w\idth: 160px;  /* Breitenangabe fuer IE 6 */
		  }
		
		* html .nav2 li ul li a {
			width: 100%;    /* Breitenangabe fuer IE 5.x */
			w\idth: 155px;  /* Breitenangabe fuer IE 6 */
		  }
		
		* html .nav2 li ul li ul li a {
			width: 100%;    /* Breitenangabe fuer IE 5.x */
			w\idth: 150px;  /* Breitenangabe fuer IE 6 */
		  }
    
.nav2 ul {
	margin:0px;
	padding:0px;
}

.nav2 li {
	list-style-type: none;	
	margin:5px 0px 0px 5px;
	border-bottom:thin;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	margin-right:5px;		/*Abstand der gepunkteten Linie zum rechten grauen Rand*/
}

.nav2 li ul {
	padding:0px;
	margin:0px 0px 0px 5px;
}

.nav2 li ul li {
	margin: 2px 0px 0px 7px;
	border-bottom:none;
}

.nav2 a {
	text-decoration:none;
	padding:5px;
	color:#000000;
	display:block;     	/*gesamter grauer Bereich wird zu Link*/
}

.nav2 a:hover {			/*grauer Hover-Effekt - egal auf welcher Ebene*/
	background-color:#CCCCCC;
}



.nav2_active a {			/*aktiver Link grau hinterlegt und fett - egal auf welcher Ebene*/
	display:block;
	background-color:#CCCCCC;
	font-weight:bold;
}

.nav2_active2 a {			/*aktiver Link nur auf 2. Ebene, wenn weitere Liste unterhalb, dann grau hinterlegt und fett*/
	display:block;
	background-color:#CCCCCC;
	font-weight:bold;
}

.nav2 ul li ul li {
	display:none;      	/*2. Ebene ausblenden*/
}

.nav2 ul li ul li ul li{
	display:none;		/*3. Ebene ausblenden*/
}

.nav2 ul li.nav2_parent {
	display:block;
	font-weight:bold;	/*auf 1. Ebene parent fett*/
}

.nav2 ul li.nav2_active ul li {
	display:block;				/*Ebene unter active auf 1. Ebene einblenden*/
}

.nav2 ul li.nav2_active ul li a {		/*Ebene unter active auf 1. Ebene normale Schrift und weißer Hintergrund*/
	display:block;
	font-weight:normal;				
	background-color:#FFFFFF;
}

.nav2 ul li.nav2_active2 ul li a {		/*Ebene unter active2 auf 2. Ebene normale Schrift und weißer Hintergrund*/
	display:block;
	font-weight:normal;				
	background-color:#FFFFFF;
}

.nav2 ul li.nav2_active ul li a:hover {		/*Ebene unter active auf 1. Ebene normale Schrift und weißer Hintergrund*/
	display:block;
	font-weight:normal;				
	background-color:#CCCCCC;
}

.nav2 ul li.nav2_active2 ul li a:hover {		/*Ebene unter active auf 1. Ebene normale Schrift und weißer Hintergrund*/
	display:block;
	font-weight:normal;				
	background-color:#CCCCCC;
}

.nav2 ul li.nav2_parent ul li {
	display:block;
	font-weight:normal;	/*Ebene unter parent auf 1. Ebene einblenden*/
}

.nav2 ul li.nav2_parent ul li ul li {
	display:none;
	font-weight:normal;	/*nichtaktive übernächste Ebene unter parent ausblenden*/
}

.nav2 ul li.nav2_active ul li ul li {
	display:none;
	font-weight:normal;	/*nichtaktive übernächste Ebene unter active ausblenden*/
}

.nav2 ul li.nav2_parent ul li.nav2_parent {
	border-bottom:thin;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	border-top:thin;
	border-top-style:dotted;
	border-top-width:1px;
	margin-right:5px;	
	display:block;
	font-weight:bold;	/*auf 2. Ebene parent fett*/
}

.nav2 .nav2_active2 {
	border-bottom:thin;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	border-top:thin;
	border-top-style:dotted;
	border-top-width:1px;
	margin-right:5px;	
	display:block;
	font-weight:bold;	/*auf 2. Ebene parent fett*/
}

.nav2 ul li.nav2_parent ul li.nav2_active2 ul li {
	display:block;
	font-weight:normal;	/*Ebene unter parent auf 2. Ebene einblenden*/
}


.nav2 ul li.nav2_parent ul li.nav2_parent ul li {
	display:block;
	font-weight:normal;	/*Ebene unter parent auf 2. Ebene einblenden*/
}

.nav2 ul li.nav2_parent ul li.nav2_active ul li {
	display:block;
	font-weight:normal;	/*Ebene unter active auf 2. Ebene einblenden*/
}


/*Formatierung des Inhaltsbereichs*/

.content {
	position:relative;
	float:left;
	width:615px;
	left:50px;
	top:20px;
	padding:0px 10px 20px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: normal;
	font-weight: normal;
	color:#333333;
	text-align:left;
}

* html .content {
	position:relative;
	float:left;
	width:600px;
	left:50px;
	top:20px;
	padding:0px 10px 20px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: normal;
	font-weight: normal;
	color:#333333;
	text-align:left;
}

.content h1 {
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	margin-bottom:20px;
}

.content h2 {
	font-size:10pt;
	font-weight: bold;
	font-style:normal;
	color:#000000;
	margin-top:30px;
	margin-bottom:1px;
}

.content p {
	margin-top:6px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

.content td {
	vertical-align: top;
}

.content .hinweis_tabelle {		/*farbig unterlegte Hinweistabellen bei Schularten*/
	background-color:#E0E3D2;
	text-align:center;
	border:1px;
	border-color:#666666;
	border-style:solid;
	border-spacing:5px;
}

.content a {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
}

.content .teaser {
	font-size:10pt;
	font-weight:bold;
	color:#000000;
}

.content .main_img {	/*Bildausrichtung incl. Text auf ausführlicher Artikel-Seite unter Aktuelles*/
	float:right;
	padding:10px;
	width:285px;	/*Breite des Bildes + 2xpadding + border links*/
	font-style:italic;
	color:#666666;
	font-size:10px;
}

.content .back {
	position:relative;
	float:left;
	padding:5px;
	margin-bottom:10px;
}

.content .back a {
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
}

.content .back a:hover {
	text-decoration:underline;
}

.content .gestrichen {
	text-decoration:line-through;
}

/*wichtige Ankündigungen für die Homepage z.B. für Terminhinweise*/

.ankuendigungen {	
	background-color: #FFDFDF;
	border-top-style:solid;
	border-bottom-style:solid;
	border-width:1px;
	border-color:#333333;
}

/*gelbe Hervorhebung z.B. für neue Artikel unter Aktuelles*/

.new {
	background-color:#FFFF66;
	font-size:10px;
	border-color:#000000;
}


/*Formatierungen für die Homepage News*/

.neuigkeiten {
	clear:both;
}

.neuigkeiten ul {
	list-style:square;
	line-height:20px;
	padding-left:10px;
	margin-left:6px;
	margin-top:4px;
}

.neuigkeiten a {
	text-decoration:none;
}

.neuigkeiten a:hover {
	text-decoration:underline;
}


.kleine_schrift {
	font-size:10px;
	font-weight:bold;
	padding-left:40px;
}

.kleine_schrift a {
	text-decoration:none;
}

.kleine_schrift a:hover {
	text-decoration:underline;
}

.kleine_schrift_links {
	font-size:10px;
	font-weight:bold;
}

.kleine_schrift_links a {
	text-decoration:none;
}

.kleine_schrift_links a:hover {
	text-decoration:underline;
}

.kleine_schrift_rechts {
	font-size:10px;
	font-weight:bold;
	text-align:right;
}

.kleine_schrift_rechts a {
	text-decoration:none;
	text-align:right;
}

.kleine_schrift_rechts a:hover {
	text-decoration:underline;
}


/*Formatierung des Fußbereichs*/

* html .footer { 		/*Hack für IE 5.x und 6 damit footer höher liegt*/
	clear:both;
	float:left;
	background-image:url(grafiken/css_design/footer.jpg);
	width:850px;
	height:56px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
	font-size:10px;
	margin-top:-5px;
}

.footer {
	clear:both;
	float:left;
	background-image:url(grafiken/css_design/footer.jpg);
	width:850px;
	height:56px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
	font-size:10px;
}

.footer p {
	padding-right:10px;
	padding-top: 20px;
}


/*Spezielle Formatierungen für einzelne Seiten*/
/*Besondere Formatierung für die Aktuelles-Seite*/


.aktuelles {
	font-family:Arial, Helvetica, sans-serif;
	line-height:19px;
}

.aktuelles h2 {
	margin-top:6px;
	font-size:15px;
}	

.aktuelles_item {
	border-bottom-style:dotted;
	border-bottom-width:1px;
	border-bottom-color:#666666;
	margin-top:10px;
}


/*Randanpassung und Textformatierung für die einzelnen News-Beiträge*/


.aktuelles_item p {			
	padding-left:110px;
	margin-bottom:5px;
	text-align:justify;
	font-size:12px;
}

.aktuelles_item_footer a {
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
	color:#000000;
	text-align:left;
}


.aktuelles_item_footer a:hover {
	text-decoration:underline;
}

.aktuelles_date {
	font-size:10px;
	color:#999999;
}

.aktuelles_img {
	position:relative;
	float:left;
	padding:5px;
	width:100px;
	height:100px;
}

p.aktuelles_footer {
	text-align:right;
	font-style:italic;
	color:#666666;
}

.tabelle_zentriert {
	text-align:center;
	
}
