body {
 font-family:  Verdana, Helvetica, Arial, sans-serif;
 font-size: 12px;
 color: #333;

}

#wrapper { 
 margin: 20px auto;
 width: 751px;
}

#bg {
background-image:url(bilder/bg_mitte.jpg);
background-repeat:repeat-y;
padding-left:23px;
padding-right:26px;
}

#bg_top {
background-image:url(bilder/bg_top.jpg);
height:20px;
background-repeat:no-repeat;
}

#bg_bottom {
background-image:url(bilder/bg_bottom.jpg);
height:20px;
background-repeat:no-repeat;
}

#header {
margin-top:3px;
border:1px solid #000000;
}

#navi {
height: auto;
width: 160px;
margin-top:10px;
float:left;
display:block;
padding:0;
}

#content {
height:300px;
margin-top:10px;
margin-left:180px;
padding:0;
display:block;
padding-left:10px;
}


/* Links */

a {
color: #000000;
text-decoration:none; 
}

a:hover {
color: #333333;
text-decoration:underline; 
}



/* Navi */

#level1off {
width: 140px;
height:auto;
line-height:auto;
padding: 4px 5px 4px 5px;

}

#level1on {
width: 140px;
height:auto;
line-height:auto;
font-weight:bold;
padding: 4px 5px 4px 5px;
background:#ecf2ec;
border-right:2px solid #578bb8;

background-image: url(bilder/navi_pfeil.gif);
background-repeat: no-repeat;
background-position: 95% 50%;
}

/* Elemente */

h1 {
font-weight:bold;
font-size:14px;
padding: 5px 0px 5px 0px;
}

h2 {
font-weight:bold;
font-size:12px;
padding: 5px 0px 5px 0px;
}

td {

vertical-align:top;

}