body{
	background-image: url(../bilder/bkg.jpg);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	
}
#startseitebild{
	margin: 0px auto;	
	width: 700px;
}
#center{
	width: 918px;
	margin: 0px auto;
	border: 1px solid #000000;
	height: auto;
	background-color:	#E7E7FF;
}
#header{
	background-image: url(../bilder/logo.jpg);
	width: 918px;
	height: 107px;
	
	
}
#contend{
	background-color:	#E7E7FF;
	display: block;
	overflow: hidden;
	padding: 10px;
	
	
}
#pic_01{
	width: 40%;
	height: 40%;
	margin: 10px;
	border: 5px solid #999;
	border-top: hidden; border-left: hidden;
}
h1, h2, h3, h4, h5, h6{
	color: #6699CC;
	line-height: 1.3em;
}
#footer{
	background-image: url(../bilder/wechselschatten.png);
	color: #FFFFFF;
	padding-left: 15px;
	font-size: xx-small;
	font-style: italic;
	text-align: center;
}
textarea{
	width: 450px;
	height: 100px;
	margin-left: 10px;
}
/*****************************************
	Start der Navigation
*****************************************/
#Rahmen {
    width: 918px;
    margin: 0px auto;
	background-image: url(../bilder/wechselschatten.png);
	text-align: center;
}
* html #Rahmen {  /* Korrektur fuer IE 5.x */
    width: 50em;
    w\idth: 47.1em;
}
#Rahmen div {
     clear: left;
}
#Navigation {
    margin: 0; padding: 0;
    text-align: center;
	
}
#Navigation li {
    list-style: none;
    float: left;  /* ohne width - nach CSS 2.1 erlaubt */
    position: relative;
    /*margin: 0.1em;*/ padding: 0;
	width: 160px;
}
#klapbg{
	  background-image: url(../bilder/wechselschatten.png);
	  border: 1px solid #000000;
	  width: 110px;
  }
* html #Navigation li {  /* Korrektur fuer den IE 5 und 6 */
    margin-bottom: -0.4em;
}
  *:first-child+html #Navigation li {  /* Korrektur fuer den IE 7 */
    margin-bottom: -0.1em;
}
#Navigation li ul {
    margin: 0; padding: 0;
    position: absolute;
    top: 1.6em; left: -0.4em;
    display: none;  /* Unternavigation ausblenden */
}
* html #Navigation li ul {  /* Korrektur fuer IE 5.x */
    left: -1.5em;
    lef\t: -0.4em;
}
*:first-child+html #Navigation ul {  /* Workaround fuer den IE 7 */
    background-color:silver; padding-bottom:0.4em;
}
#Navigation li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
  }
#Navigation li ul li {
    float: none;
    display: block;
    /*margin-bottom: 0.1em; Abstand zwischen den Unterpunkten */
}
#Navigation a, #Navigation span {
    display: block;
    width: 10em;  /* Breite den in li enthaltenen Elementen zuweisen */
    padding: 0.2em 1em;
    text-decoration: none; font-weight: bold;
    color: #FFFFFF; 
}
* html #Navigation a, * html #Navigation span {
    width: 8.6em;   /* Breite nach altem MS-Boxmodell für IE 5.x */
    w\idth: 6.4em;  /* korrekte Breite fuer den IE 6 im standardkonformen Modus */
}
#Navigation a:hover, #Navigation span, li #aktuell {
   color: #FC0;
   
}
  li #aktuell {  /* aktuelle Rubrik kennzeichnen */
    color: #FC0; /*background-color: #6699CC;;*/
}
#Navigation li ul span {  /* aktuelle Unterseite kennzeichnen */
    background-color: #000000;;
}

