body {
    background: #FFFECE;
    font-family: verdana;
}

#main {
    width: 1024px;
    margin: 0px auto;
}

#head {
    background: url(../img/oben.png) no-repeat;
    height: 150px;
}

#navi {
    background: url(../img/navi.png) no-repeat;
    height: 20px;
    margin: 0 auto;
    padding: 0 3em 0 14em;
}

#navi li {
    padding: 0;
    margin: 0;
    display: inline-block;
}

#navi li+li:before {
    content: "•";
    color: #fff;
    font-size: 12px;
}

#navi li a {
    font-weight: bold;
    color: #fff;
    margin: 0 2em;
    padding: 0;
    display: inline-block;
    font-size: 12px;
}

#navi li a:focus,
#navi li a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #1E90FF;
}

#content {
    background: url(../img/text_bereich.png) no-repeat;
    height: 525px;
    padding: 2.5em 6em 0 14em;
}

.item-page {
    height: 525px;
    overflow: auto;
}

#unten {
    background: url(../img/unten.gif) no-repeat;
    height: 106px;
}

.featureCarousel .blipsContainer {
    bottom: inherit;
}