html, body {
        height: 100%;
        width: 800px;
        margin: 0 auto;
        padding: 0;
        text-align: center;
}
body {
        font: 10pt/11pt "Times New Roman", Times, serif;
        background-color: #495D28;
}
#placeholder {
        height: 50%;
        width: 100px;
        margin-bottom: -270px;
        float: left;
}
#container {
        position: relative;
        height: 540px;
        width: 800px;
        clear: left;
        text-align: left;
        background: url(images/bg_container.png) no-repeat left top;
}
#nav {
        width: 120px;
        position: absolute;
        top: 60px;
        left: 0px;
}
a#impressum {
        position: absolute;
        top: 454px;
        left: 0px;
}
#content {
        width: 620px;
        height: 440px;
        position: absolute;
        top: 70px;
        left: 150px;
        overflow: auto;
}
#content.home {
        background: url(images/bg_home.jpg) no-repeat 48px 35px;
}
#content.home div.text {
        width: 350px;
        text-align: right;
        padding-top: 25px;
        color: #495D28;
}
#content.poesie {
        background: url(images/bg_poesie.jpg) no-repeat 0px 102px;
}
#content.poesie div.text {
        width: 320px;
        text-align: right;
        padding-top: 40px;
        color: #495D28;
}
#content.poesie div.textII {
        width: 270px;
        position: absolute;
        left: 340px;
        bottom: 3px;
        color: #495D28;
}
#content.galerie {
        background: url(images/bg_galerie.jpg) no-repeat left 20px;
}
#content.galerie div.text {
        color: #495D28;
        padding-left: 120px;
}
#content.slideshow {
        background: url(images/bg_galerie.gif) no-repeat left top;
}
#content.slideshow a.back {
        color: #495D28;
        text-decoration: none;
        font-weight: bold;
        position: absolute;
        top: 80px;
        left: 10px;
}
#content.slideshow div.slideshow {
        color: #495D28;
        padding-left: 130px;
}
#content.slideshow div.headline {
        padding-left: 130px;
        margin-bottom: 10px;
        font-weight: bold;
        color: #495D28;
}
#content.slideshow div.picture {
        margin-left: 130px;
}
#content.slideshow form {
        position: absolute;
        left: 130px;
        bottom: 3px;
}
#content.slideshow form select,
#content.slideshow form input,
#content.links select,
#content.galerie select {
        color: #000;
        background-color: #FFAD18;
        border: 1px solid #495D28;
        margin-right: 15px;
        padding: 1px 5px;
}
#content.galerie select {
        padding: 1px;
        margin: 0;
}
#content.slideshow form select {
        margin-right: 50px;
        padding: 1px;
}
#content.slideshow form input {
        cursor: pointer;
}
#content.kalender {
        background: url(images/bg_kalender.jpg) no-repeat left top;
}
#content.kalender div.text,
#content.links div.text {
        color: #495D28;
        padding-left: 120px;
}
#content.kalender div.text p,
#content.links div.text p {
        border-bottom: 1px solid #492D28;
        padding: 0 0 3px 0;
        margin: 0 0 5px 0;
}
#content.kontakt {
        background: url(images/bg_kontakt.png) no-repeat center 320px;
}
#content.kontakt table {
        color: #495D28;
        font: 10pt/11pt "Times New Roman", Times, serif;
        margin-top: 35px;
}
#content.danke div.text {
        color: #495D28;
        text-align: center;
        padding-top: 80px;
}
#content.links {
        background: url(images/bg_links.gif) no-repeat left top;
}
#content.impressum div.text {
        color: #495D28;
        text-align: center;
        padding-top: 150px;
}


#content a {
        color: #000;
        text-decoration: none;
}
#content a:hover {
        text-decoration: underline;
}
