html, body { width: auto; height: auto; }
body { background-color: #ffffff; position: relative; }
/* --- div layout --- */
#container-outer {
    position: relative;
    height: auto;
    width: auto;
    left: 0px;
    top: 0px;
    margin: 0px;
}
#content, #teasers { width: auto; height: auto; }
.teaser-container {
    width: auto;
    height: auto;
    margin: 0px;
    clear: both;
}
/* --- plugins and content --- */
/* sitemap */
ul.sitemap {
    list-style-type: none;
    padding: 0px;
}
ul.sitemap li a {
    display: block;
    background-color: #cccccc;
    padding: 5px 10px;
    margin-bottom: 5px;
}
ul.sitemap li ul li a {
    background-color: transparent;
    padding: 3px 10px;
    margin: 0px;
}
li li { padding-left: 20px; }

