@charset "ISO-8859-1";


body 	{font: normal 100.01% Helvetica, Arial;
        color: black; 
        margin:0; background-color: #008eb0;
        }
		
div#kopf {width:100%; height:170px; z-index:2; background-color: #008eb0; }	
div#logo {width:228px; height:300px; z-index:2; position:absolute; top: 0px;}	
div#logo2 {width:160px; height:160px; z-index:2; position:absolute; top: 5px; right: 5px;}	
div#fuss {width:100%; height:50px; z-index:2; background-color: #008eb0; margin-left: 228px; position: absolute; bottom:0px; left: 0px;}

div#inhalt { padding: 15px; margin: 0 0 0 228px; background-color: white; min-height: 480px;} 
	
.kopf-a{font-family: impact, haettenschweiler, "arial black"; font-size:50px; color:#ffffff;
        position: absolute; top:5px; left:250px; z-index: 4;
        }
.kopf-b{font-family: "arial black"; font-size:20px; color:#E3E300;
        position: absolute; top:75px; left:250px; z-index: 4;
        }


 ul#Navigation {
	position:absolute; left:0px; top: 300px; 
	width: 228px; height:100%;
    padding: 0px;
    /*background-color: #008eb0;*/
    margin-left: 0px; margin-top:0px;
    float: left;}
	
  ul#Navigation li {
    list-style: none;
    margin: 0.em; padding:0;
    font-size: 0.9em;}

  ul#Navigation a, ul#Navigation span{
    display:block;
    padding: 0.2em;
    padding-left: 0.5em;
    font-family: arial;
    font-weight: 900;
    text-decoration: none;
    border: 3px solid #666666;
    border-left-color: #FFFFFF; border-top-color: #FFFFFF; 
    color: black; background-color: #E3E3E3;}
 
  
  ul#Navigation a:hover, ul#Navigation span {
    border: 3px solid #FFFFFF;
    border-left-color: #003300; border-top-color: #003300;
    color: white; font-weight: 650; background-color: gray;
  }
	
.fusszeile       {
         margin-left:240px;
         margin-top:1em;}

	
