* {
 margin: 0;
 padding: 0;
}

body {
 font-family: Ver dana, Helvetica, Arial, sans-serif;
 font-size: 86%;
 line-height: 1.5;
 background-color: #000;
 color: #000;
}

#wrapper{
 background-image: url(../background_image_okh.jpg);
 position: relative;
 width: 1000px;
 left:50%;
 margin-left: -40%;
 margin-top:0.5em;
}

/*Links*/
a, a:active, a:visited, a:link {
 color: #FFA000;
 text-decoration : none;
}
a:hover{
 color: #5D5D5D;
 text-decoration : none;
}

#header {
}


#navi {
 background-image: url(../grafiken/navi/rand.png);
 repeat: repeat-y;
 width: 18%;
 float: left;
 height: 100%;
 }

#navi ul {
 list-style: none;
 width: auto;
 margin: 0;
}



#content {
 width: 81%;
 float: right;
}
#footer {
 clear: both;
}





.bild{
 border: 3px solid #FFA000;
}
