/* CSS Document */

#wrapper{
margin-top:10px;
margin-bottom:10px;
margin-right:auto;
margin-left:auto;
width:90%;
/*height:605px;*/
height:100%;
border:1px solid black;
background:white;
font-family:Arial, Helvetica, sans-serif;
font-size:small;
}

body{
background:#e0e0e0;
}

#titelleiste{
background-image:url(../images/titel.gif);
height:110px;
padding-bottom:10px;
padding-left:5px;
padding-right:5px;
font-size:12px;
color:white;
font-weight:bold;
}

#nav{
margin-top:5px;
font-size:12px;
color:white;
}

#fussleiste{
position:inherit;
background-image:url(../images/fuss.gif);
height:80px;
}

#text{
background:white;
padding: 5px 5px 5px 5px;
margin-left:5px; /* hängt mit nav zusammen! */
margin-right:5px;
/*height:395px;*/
height:100%;
}


