*{
padding:0;
margin:0;
font-family:arial, son-serif;
}


html, body {
background-color:#c2c7d3;

}

#head {
width:800px;
height:200px;

margin:auto;
margin-top:20px;
background-image:url('../img/head.jpg');
}
#navi   {
width:800px;
height:50px;
background-color:#981203;
margin:auto;
}

   #navi img {border:0;}
   
    #navi ul {
        list-style:none;
        display:inline;
        float:left;
        }

        #navi ul li
        {
        display:inline;
        }
    
    #navi li a:link, #navi  li a:visited, #navi  li a:active
        {
   
        text-align:center;
        border:0px;
        color:#000000;
        display:block;
        line-height:50px;
        height:50px;
        width:100px;
        text-align:center;
        float:left;
        text-decoration:none;
         
        }
        #navi  li a:hover
        {
        text-align:center;
        height:50px;
        width:100px;        
        display:block;
        line-height:50px;
        text-align:center;
        background-image:url("../img/schein.png");
        float:left;
        text-decoration:none;
        color:#000000;
        }




#inhalt{
width:600px;
height:300px;
background-color:#c2c7d3;
margin:auto;
background-image:url('../img/back.jpg');
padding:100px;
overflow:auto;


}
a{
color:black;
}

#foot {
width:800px;
height:40px;
padding-top:10px;
font-size:8pt;
background-color:#981203;
margin:auto;
text-align:center;
}

.infos{
font-weight:bold;

}

.tableinfos{

border-collapse:separate; 
border-spacing:5px;
}
