@charset "utf-8";

html, body {
    border: 0;
    padding: 0;
    margin: 0;
    /*background-color: #EDE4D3;*/

    background: url(../media/background_main3.jpg) #EDE4D3;
    background-repeat: repeat-y;

    font-family:Helvetica,  Arial, sans-serif;
    font-size: 12px;
    
    color: #333333;
}

a {
    outline: none;
}

a, a:visited {
    color: #666633;
}
a:hover {
    color: #444411;
}

.div_main {
    /* breet background-image repeat-y dransetzen; */
    width: 905px;
    /*
    background: url(../media/background_main3.jpg);
    background-repeat: repeat-y;
    */
}
.div_main_left {
    width: 213px;
    padding:0;
    border: 0;
    margin: 0;
    float: left;
    overflow: hidden;
}

.div_main_right {
    width: 687px;
    padding:0;
    border: 0;
    margin: 0;
    float: left;
}
.div_main_right_header {
    width: 687px;
    height: 285px;
    padding:0;
    border: 0;
    margin: 0;
    float: left;
    overflow: hidden;
}

.div_main_right_content_background {
    width: 687px;
    min-height: 579px;
    background: url(../media/background_content.jpg);
    background-repeat: no-repeat;
    padding:0;
    border: 0;
    margin: 0;
    float: left;
}

.div_main_right_content {
    /*width: 662px;*/
    width: 642px;
    min-height: 579px;
    padding:0;
    border: 0;
    margin: 0;
    padding-top: 25px;
    padding-left: 35px;
}


.div_main_end {
    padding:0;
    border: 0;
    margin: 0;
    clear: both;
    color: white;
    /*background-color: #EDE4D3;
    background-color: #a89c5e;*/
    height: 15px;
    padding: 2px 10px 0 0;
    text-align: right;
    background: url(../media/background_footer.jpg);
    background-repeat: repeat-y;
}
.div_main_end a {
    text-decoration: none;
    font-weight: bold;
    color: white;
}
.div_main_end a:hover {
    text-decoration: none;
    font-weight: bold;
    color: white;
}
.table_menu td img {
    width: 213px;
}

.thumb_container {
    width: 80px;
    height: 60px;
    float: left;
    border: 0;
    padding: 10px 7px 10px 0;
}
.more {
    float: left;
    border: 0;
    padding-top: 60px;
}
.more a, .more a:visited {
    color: #666633;
    text-decoration: none;
}
.more a:hover {
    color: #444411;
    text-decoration: underline;
}

.thumb_container a img{
    border: solid 1px #333333;
}
.clear {
    clear: both;
}

.table_events th {
    padding-bottom: 10px;
    border-bottom: solid 1px #333333;
}
.table_events td {
    padding: 10px 15px 0 0;
}

#table_events td {
    padding: 0 10px 15px 0;
}

.menu_bottom_bg {
    background: url(../media/menu_bottom.jpg);
    background-repeat: no-repeat;
    width: 213px;;
    height: 212px;
}

.map_canvas_outer {
    width: 618px;
    height: 350px;
    background-color: #F2EFE9;
    overflow: hidden;
    border: solid 2px #666633;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 2px;
}
.map_canvas {
    width: 618px;
    height: 350px;
    background-color: #F2EFE9;
    overflow: hidden;
}
