/* --- header --- */

#header {
margin:0 0 0 0;
}

/* --- navi --- */

#navi {
position:absolute;
top:85px;
left:11px;
margin:0 0 20px 0;
padding:0 0 0 0;
height:30px;
width:650px;
background-color:#668F66;
border-bottom:1px solid #000;
}

#navi ul {
position:absolute;
top:1px;
left:0;
margin:0 0 0 0;
padding:0 0 0 10px;
display:inline;
font-size:13px;
list-style-type:none;
width:750px;
float:left;
z-index:0;
}

#navi ul .navi-left {
padding:0 0 0 10px;
background:url(/images/navitop-left.gif) bottom left no-repeat;
margin:0;
}

#navi ul .navi-right {
padding:7px 10px 0 0;
background:url(/images/navitop-right.gif) bottom right no-repeat;
margin:0 0 0 0;
}

#navi ul .navi-active .navi-left {
background:url(/images/navitop-left-active.gif) bottom left no-repeat;
}

#navi ul .navi-active .navi-right {
background:url(/images/navitop-right-active.gif) bottom right no-repeat;
}

#navi ul li {
margin:0 0 0 0;
padding:6px 0 0 0;
background:url(/images/navitop-center.gif) left bottom repeat-x;
float:left;
position:static;
z-index:10;
}

#navi ul .navi-active {
background:url(/images/navitop-center-active.gif) left bottom repeat-x;
border-bottom:1px solid #FFF;
}

#navi li a {
text-decoration:none;
color:#000;
margin:0 0 0 0;
padding:0 0 0 0;
line-height:120%;
}

#navi ul .navi-active a {
font-weight:bold;
}

#navi li a:hover {
text-decoration:underline;
color:#004600;
}

/* --- Vertical Leiste --- */

#v-leiste {
float:right;
padding:0 15px 0 15px;
margin:50px 0 0 0;
width:150px;
}

/* --- content --- */

#content {
margin:50px 0 0 0;
float:left;
width:550px;
}