@charset "UTF-8";
/* CSS Document */

    body {
	margin: 0;
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
    }
    
	#container {
	width: 91%;
	margin: 0 auto;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	background-image: url(pics/verlauf.jpg);
	background-repeat: repeat-x;
	min-height: 650px;
    }

	#navi {
	float: left;
	width: 200px;
	padding: 0;
	height: 280px;
	margin-top: 85px;
	background-image: url(pics/menu_backround.jpg);
	background-repeat: repeat-y;
	}

    #bild {
	float: right;
	width: 220px;
	height: 270px;
	margin-top: 85px;
    }
	
	#fuss {
	background-color: #FFFFFF;
    }
  
	#mainContent {
	margin: 0 220px 0 200px;
	background-color: #d4e2ed;
	padding: 35px 25px 10px 25px;
	background-repeat: repeat-x;
	min-height: 400px;
	background-image: url(pics/fond_text.jpg);
    }
	  
	  
	#logo {
	margin: 0 220px 0 200px;
	padding: 150px 50px 0px 25px;
	background-repeat: no-repeat;
	background-image: url(pics/logo.jpg);
	background-color: #FFFFFF;
    }
	
	#textboxleft {
	float: left;
	width: 50%;
	text-align: left;
	 }
	
	#textboxright {
	float: right;
	width: 180px;
	text-align: left;
	padding: 10px 0px 10px 10px;
	border: solid #999999 1px;
	margin-left: 20px;
	margin-bottom: 30px;
	margin-top: 20px;
	 }
	
	#footer {
	margin: 0 220px 0 200px;
	padding: 20px 0px 20px 25px;
	}

	#fusszeile {
	width: 220px;
	height: 30px;
	float: right;
	margin-top: 50px;
    }
	
    /* Verschiedene wieder verwertbare Klassen */
    #fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
      float: right;
      margin-left: 8px;
    }
    #fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
      float: left;
      margin-right: 8px;
    }
    .clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum alle seine untergeordneten Floats enthalten sollte. */
      clear: both;
      height: 0;
      font-size: 1px;
      line-height: 0px;
    }

/* Menü */


.menufarbe {
	color: #96bbd5;
	white-space: normal;
}
.menufarbeaktiv {
	color: #FFFFFF;
	font-weight: bold;
	text-indent: 10px;
}
.menufarbeauswahl {
	color: #FFFFFF;
	background-color: #7badc8;
	font-weight: bold;
}


#navi ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none
}

#navi li {

}

#navi li a:link, #navi li a:visited {
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	display:block;
	padding: 2px 0px 2px 10px;
}

#navi li a:hover, #navi li a:active, #navi li a:focus {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	background-color: #999999;
	font-weight: bold;
}
