body {
background: #ffffff;
color: #000000;
font-family: Arial, sans-serif;
}

/* ---- logo ---- */

div#oben {
position: absolute;
top: 0;
right: 0;
height: 40px;
width: 100%;
background: url(logo-klein.png) no-repeat top center #ffffff;
border-bottom: none;
z-index: 100;
}

div#obenschatten {
box-shadow: none;
display: none;
height: 40px;
}

/* ---- gesamte seite ---- */

div#gesamt {
margin: 50px 0px 40px 0px;
}

/* ---- rechts ---- */

div#rechts {
float: none;
border-radius: 0;
margin: 0 auto;
display: block;
}

/* ---- werbung ---- */

div#wunten {
display: none;
}

/* ---- fuss ---- */

div#unten {
width: 100%;
max-width: 400px;
height: 30px;
vertical-align: middle;
text-align: center;
}

/* ---- navi kategorien ---- */

li.katli0 {
margin: 0 1% 10px 0;
width: 47%;
list-style: none;
float: left;
}

/* ---- partner ---- */

li.pli0 {
margin: 5px auto;
width: 100%;
list-style: none;
float: left;
}