html {height:100%;}
body {
 height:100%;
 margin:0%;
 padding:0%;
 background-color:#e0e0ee;
background-color:#e0e0ee;
    scrollbar-face-color:#F3F3F3;
scrollbar-base-color:#008000;
scrollbar-track-color:#F3F3F3;
scrollbar-arrow-color:#013B9A;
}


#outer { 
       
    width: 100%;
    height:100%; 
        
}

#banner {
    background-color:#e0e0ee;
    background-image: url(/bilder/header.gif); 
    background-repeat:no-repeat;
    background-position: 0px 0px;
	border: #3eb134;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 20px;
	border-left-width: 0px;
    height: 130px;
    min-height: 130px;    
    color: #3eb134;
    font-family: Arial, Tahoma, Verdana, sans-serif;
    font-size: 2em; 
    font-weight: bold;
}
#links {
    background-color:#e0e0ee;
    width: 250px;
    height:72%;
    border: #DBFFDB;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
    float: left;
}


#mitte {
    background-color:#F3F3F3;
    width: 590px;
    height:72%;
    overflow:auto; 
    padding-top:1px;
    padding-left:10px;
    padding-right:10px;
    float:left;
    font-family: Arial, Tahoma, Verdana, sans-serif;
    font-size:10pt; 
}


#inhalt {
    background-color:#F3F3F3;
    float:left;
    width: 60%;
    height:72%;
    font-family: Arial, Tahoma, Verdana, sans-serif;
    font-size:10pt; 
}

#rechts {
   position: absolute;
   margin-left: 900px;
   margin-top: 0px;
   width: 330px;
    height:400px;
	
	}
	
	*html #rechts {
   position: absolute;
   margin-left: 40px;
   margin-top: 7px;
   width: 330px;
    height:520px;
	}
    


a:link {
font-family: Arial, Tahoma, Verdana, sans-serif;
font-size:10pt;   
font-weight: bold; 
text-decoration: none;    
color: #006600;
}

a:active {
font-family: Arial, Tahoma, Verdana, sans-serif;
font-size:10pt;  
font-weight: bold;   
text-decoration: none;   
color: #006600;
}

a:visited {
         font-family: Arial, Tahoma, Verdana, sans-serif;
         font-size:10pt; 
         font-weight: bold;
         text-decoration: none;
         color:#006600;
 	 }

#footer {
    background-color:#3eb134;
	height:15px; 
    min-height:2%;
    color: #3eb134;
    font-family: Arial, Tahoma, Verdana, sans-serif;
    font-weight: bold;
    border-top:1px solid #3eb134;
    border-bottom:1px solid #3eb134; 
}

#navcontainer ul
{
margin: .6em;
padding: 5px;
list-style-type: none;
}

#navcontainer li { margin: .2em 0em .2em 0em; } 
#navcontainer a
{
display: block;
color: #FFF;
font-weight: normal;      
background-color:#0E49AA;
border-left:5px solid #3eb134; 
width: 250px;
padding: .2em .8em;
text-decoration: none;
font-family: Arial, Tahoma, Verdana, sans-serif;
font-size:10pt; 
}


 H1 {
         font-family: Arial, Tahoma, Verdana, sans-serif;
         font-size:12pt; 
         font-weight: bold;
         text-decoration: none;
         color:#013B9A;
 	 }
