body { margin: 0; background:lightgrey;}
p,td,h3{
margin:0;
}


/* Ende Allgemein */


/* Grundstruktur */
#wrapper  { background: white; margin-right: auto; margin-left: auto; position: relative; width: 851px }

#content {

    margin-top:115px; background:white;
    position:absolute;
	overflow:auto; 
    width:851px;
    min-height:900px;
	left:0px;
	
		
}

#navi {
    
    
	position:absolute;
	top:120px; 
    left:5px;
    width:130px; 
    
}

#head {
    
    height:115px;
    margin:0;
    position:fixed;
    top:0px;
    width:851px; background:url(background-mittelgrau.jpg);
}
/* Ende Grundstruktur */


/* Navigation */

.navi-normal { color: black; font-size: xx-small; font-family: Verdana; font-weight: bold; font-stretch: condensed; text-decoration: none; text-align: center; vertical-align: middle }
.navi-blau  { color: blue; font-size: 55%; font-family: Verdana; font-weight: bold; font-stretch: condensed; text-decoration: none; text-align: left; vertical-align: middle }

