body
{
 font-family:Arial;
 font-size:16px;
 background-color:#A4BF42;
 text-align:center;
 margin:0px;
}
h1 {font-size:64px;color:#000000;text-align: center;}
h2 {font-size:32px;color:#FFFFFF;text-align: center;}
h3 {font-size:18px;color:#000000;}
h4 {font-size:64px;color:#000000;}
h5{font-size:16px;color:#FFFFFF;text-align: center;}
h6{font-size:20px;color:#FFFFFF;}
#container {
			position:relative; 
			width:800px; 
			height:850px; 
			background:#FFFFFF; 
			border:0px solid #000; 
			margin:10px auto;
			}

			a img {
border : 0 none;
}

#title {
height:200px;
padding:5px;
background-color:#FFFFFF;
font-family:Palatino Linotype;
font-size:56px;
text-align:center;
}

div#Navi {
	 width:100%; 
	 float: left;
  }
  
  div#Navi div {
    clear: left;
  }
  
  ul#Navigation {
    
    margin: 0; 
	padding: 0;
    text-align: center;
  }

  ul#Navigation li {
  margin: 0; 
	padding: 0;
    list-style: none;
    float: left;  /* ohne width - nach CSS 2.1 erlaubt */
    position: relative;
  }
 
  *:first-child+html ul#Navigation li {  /* Korrektur fuer den IE 7 */
    margin-bottom: -0.1em;
  }

  ul#Navigation li ul {
    margin: 0; padding: 0;
    position: absolute;
    top: 1.6em; left: -0.4em;
    display: none;  /* Unternavigation ausblenden */
  }
  
  
  ul#Navigation li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
  }
  ul#Navigation li ul li {
    float: none;
    display: block;
    margin-bottom: 0.2em;
  }

  ul#Navigation a, ul#Navigation span {
    display: block;
	
    padding: 0.2em 1.275em;
    text-decoration: none; font-weight: bold;
    border: 1px solid black;
    border-left-color: white; border-top-color: white;
    color: #A4BF42; background-color: #7963A9;
  }
  
  ul#Navigation a:hover, ul#Navigation span, li a#aktuell {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: white; background-color: #7963A9;
  }
  li a#aktuell {  /* aktuelle Rubrik kennzeichnen */
    color: #A4BF42; background-color: silver;
  }
  ul#Navigation li ul span {  /* aktuelle Unterseite kennzeichnen */
    background-color: maroon;
  }




#content {
clear: both;
border:1px solid #efeff7;
background-color:#7963A9;
color:#FFFFFF;
text-align:left;
height:600px;
width:779px;
min-height:143px;
float:left;
padding:0px 10px;
overflow : scroll;
}

a:link {color:black; text-decoration:none}

#start {
			position:relative; 
			width:100%; 
			height:100%; 
			background:#FFFFFF; 
			border:0px solid #000; 
			
			}
			
#footer {
			position:left; 
			width:100%; 
			height:30px;
			text-align:center;
			background-color:#FFFFFF;
			border:0px solid #000; 
			}
			
dl.imgleft{
float: left;
margin-right: 15px;
margin-bottom: 5px;
/**max-width:100px; **/ /**(1)**/
}

table {
color:#FFFFFF;
}

