#main_container {
    width: 910px;
    height: 660px;
    background-image: url(../media/ThWBackground.png);
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: 5px;
    margin: 50px auto 0px auto;
    position: relative;
}

#header {
    width: 900px;
    height: 200px;
    margin-left: 5px;
    position: absolute;
}

#header_text {
    width: 900px;
    height: 200px;
    position: absolute;
}

#logo {
    width: 160px;
    float: right;
}
#button_range {
    width: 130px;
    height:350px;
    position: relative;
    float: left;
    top: 226px;
    left: 50px;
}

.button {
    width: 130px;
    height: 35px;
    background-image: url(../media/button_grau.png);
    text-align: center;
}
.button:hover {
    background-image: url(../media/button_gruen.png)
}

#button_text{
    position: relative;
    top: 7px;

}
#button_text:hover{
    top: 5px;
}
a:link {
    font-family: Arial;
    font-size: 12pt;
    text-decoration: none;
    color: #000000;
}

a:hover {
    font-weight: bolder;
}
a:visited {
    font-family: Arial;
    font-size: 12pt;
    text-decoration: none;
    color: #000000;
}
#content {
    width: 600px;
    height: 200px;
    position: relative;
    float: left;
    top: 200px;
    left: 75px;
    overflow-y: auto;
}

#content_text_top {
    font-family: Arial;
    font-weight: bold;
    text-align: left;
}

#content_text{
    
    font-family: Arial;
    font-size: 10pt;
    text-align: left;
}
#content_impressum {
    width: 600px;
    height: 360px;
    position: relative;
    float: left;
    top: 200px;
    left: 75px;
    overflow-y: auto;
}

#content_gallery {
    font-family: Arial;
    font-weight: bold;
    text-align: left;
    width: 600px;
    height: 360px;
    position: relative;
    float: left;
    top: 200px;
    left: 75px;
    overflow-y: auto;
}

#gallerie {
    width: 600px;
    height: 150px;
    position: relative;
    float: left;
    top: 205px;
    left: 75px;
}

#gallery_table_cell {
    background-image: url(../media/gallery_cell_background.jpg);
    width: 180px;
    height: 120px;
    text-align: center;
}
#date {
    width: 130px;
    height: 50px;
    color: #C0C0C0;
    font-family: Arial;
    text-align: center;
    position: relative;
    top: 70px;
}

#sitemap{
    width: 130px;
    height: 35px;
    position: relative;
    text-align: left;
    font-family: Arial;
    font-size: 20pt;
    font-weight: bold;
    color: #F0F0F0;
    top: 200px;
    left: 50px;
}                 