body {
    background-color: #000;
    padding: 0;
    margin: 0;
    font-family: Arial;
    font-size: 12px;
    color: #fff;
}
a, a:hover, a:active {
    border: 0;
    outline: none;
}
img {
    border: 0;
    margin: 0;
    padding: 0;
}
.logo {
    position: relative;
    left: -55px;
    width: 600px;
    height: 250px;
    margin: 20px auto 0;
}
.text {
    width: 600px;
    font-size: 13px;
    line-height: 18px;
    text-align:justify;
    margin: 20px auto 30px;
    color: #fff;
}
.program_button{
    background: transparent url('images/program_button.png') no-repeat top;
    width: 132px;
    height: 29px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: 168px;
    cursor: pointer;
    z-index: 1000;
}
.program_button:hover{
    background-position: bottom;
}
.bottom {
    height: 108px;
    width: 100%;
    position:absolute;
    /*bottom:0;*/
    top: 780px;
}
.footer {
    /* background-image: url(images/footer_bg.jpg); */
    width: 718px;
    height: 101px;
    margin: 0 auto;
    text-align: center;
    color: #d3c24c;
    line-height: 23px;
    padding-top: 7px;
}
.footer .second_row{
    color: #AE9E2B;
}
.footer a {
    text-decoration: none;
    color: #d3c24c;
}
.footer a:hover {
    text-decoration: underline;
}
.community_icons {
    margin-top: 8px;
}
.slideshow_frame{
    position: relative;
    width: 719px;
    height: 290px;
    /* background-image: url(images/slideshow_bg.png); */
    margin: 0 auto;
}
.slideshow {
    width: 100%;
    height: 250px;
    overflow: hidden;
    margin: 0 auto;
}
.kontakt_box {
    width: 700px;
    height: 230px;
    margin: 0 auto;
}
.impressum_box {
    width: 700px;
    margin: 0 auto 0;
}
.impressum_box a {
    color: #fff;
    text-decoration: none
}
.impressum_box a:hover {
    text-decoration: underline;
}
.disclaimer{
    width: 350px;
    text-align: justify;
    float: left;
    font-size: 9px;
    line-height: 9px;
}
.impressum_text{
    font-size: 14px;
    float: left;
    width: 285px;
}
.cleaner{ 
    border: none;
    clear: both;
    height: 0;
    font-size: 0;
    background: none;
    overflow: hidden;
}

