html
{
    height: 100%;
}
    
body
{
    height: 95%;
}

div#oben
{
    color: white;background-color: grey;
    height: 28px;
    font-size: 120%;
}
		    
body a:link 
{ 
    color:white;text-decoration:none;
}
			
body a:visited 
{ 
    color:white;text-decoration:none;
}
body a:hover 
{ 
    color:white;text-decoration:none;
}
body a:active 
{ 
    color:white;text-decoration:none;
}
				    
			    
div#nonFooter
{
    height: 80%;
    padding-top:5%;
}
				    
dív#content
{
    padding-bottom: -2em;
}
						
						