html, body {
    height: 100%;
}

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #505050;
    font-size: 80%;
    line-height: 1.4;
}

h1 {
    font-size: 2em;
    color: #999999;
}

a:link {
    color: #5fb03f;
}

a:visited {
    color: #f59300;
}

a:hover {
    color: #f59300;
}

p {
    margin: 1.2em 0;
}

#seite {
    margin: auto;
    width: 1000px;
    height: 100%;
    position: relative;
}

#header {
    color: #fff;
    font-weight: bold;
}

#header a, #header a:link {
    text-decoration: none;
    color: #fff;
}

#header-links {
    float: left;
    width: 150px;
    height: 150px;
    /* background: #e0ebc6 url(kameleon-oben-links.jpg) no-repeat; */
    background: #e0ebc6;
}

#header-rechts {
    background: #f59300;
    margin-left: 152px;
    height: 150px;
    position: relative;
}

#header-rechts img {
    position: absolute;
    left: 10px;
    bottom: 10px;
}

#header-rechts span {
    position: absolute;
    bottom: 7px;
    right: 10px;
    font-size: 1.1em;
}

#top-navigation {
    list-style: none;
    position: absolute;
    right: 0px;
    top: 0px;
}

#top-navigation li {
    display: inline;
    padding: 0 .35em 0 .5em;
}

#top-navigation li:first-child {
    border-left: none;
}

#suchfeld {
    background: transparent;
}

#hauptnavigation {
    list-style: none;
    padding-left: 0px;
    width: 1000;
    margin-top: 2px;
}

#hauptnavigation li {
    float: left;
    background: #99CC66;
    height: 25px;
    width: 133px;
    margin-left: 2px;
    padding-top: 10px;
    padding-left: 5px;
}

#hauptnavigation #letzer-menuepunkt {
    width: 143px;
}

#hauptnavigation li:first-child {
    width: 145px;
    margin-left: 0px;
}

#hauptnavigation {
    color: #fff;
    font-weight: bold;
}

#hauptnavigation a, #hauptnavigation a:link {
    text-decoration: none;
    color: #fff;
}

#unternavi-inhalt {
    background: url(background-navi-inhalt.jpg);
    margin-top: 189px;
    margin-bottom: 77px;
    overflow: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

/*
#navi-und-inhalt img {
    float: right;
    padding: 30px 30px 50px 110px;
}
*/

#unternavi {
    background: #E0EBC6;
    float: left;
    width: 150px;
    padding: 0;
    margin: 0;
}

#inhalt {
    padding: 15px 20px 40px 15px;
    margin-left: 152px;
    margin-right: 0px;
    width: 813px;
    text-align: justify;
    font-size: 10px;
}

.spalten-inhalt {
    width: 392px;
}

#linke-spalte {
    float: left;
    margin-right: 10px;
    margin-left: 10px;
}

#linke-spalte p {
    font-size: 10px;
}

#inhalt-teaser-bild {
    float: left;
    margin: 176px 0px 0px 60px;
}

#rechte-spalte {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

#footer {
    float: left;
    padding-bottom: -200px;
    position: absolute;
    bottom: 0;
    left: 0;
}