html, body {
    font-family: Tahoma, Arial, sans-serif;
    margin: 0px;
    padding: 0px;
    font-size: 11px;
    color: #454c51;
    background: url(../pictures/bg.jpg) left top repeat-x #ffffff;
}
html *, body * {
}
#top_0 {
    width: 100%;
    height: 6px;
    background-color: #aa261d;
}
#top {
    width: 100%;
    height: 25px;
    background-color: #fffffe;
    background: url(../pictures/top_bg.jpg) left top repeat-x;
}
#top_inner {
    /*background: url(../pictures/logo.jpg) left top no-repeat;
    height: 100%;*/
    width: 976px;
    margin: 0px auto;
    overflow: hidden;
    position: relative;
    padding-top: 5px;
}
#menu {
    height: 35px;
    overflow: hidden;
    background-color: #aa261d;
    white-space: nowrap;
}
#top_1_en,
#top_1_de,
#top_1 {
    background: url(../pictures/top_center.jpg) center top no-repeat;
    height: 234px;
}
#top_1_de {
    background: url(../pictures/top_center_de.jpg) center top no-repeat;
}
#top_1_en {
    background: url(../pictures/top_center_en.jpg) center top no-repeat;
}


#site {
    padding: 0px;
    margin: 0px auto;
    text-align: left;
    width: 976px;
    min-height: 600px;
}
#left_top {
    height: 135px;
    background: url(../pictures/logo2.png) left 34px no-repeat;
}
#left_en,
#left_de,
#left {
    width: 315px;
    background: url(../pictures/left.jpg) left top no-repeat #F4F3EF;
    position: relative;
}
#left_de {
    background: url(../pictures/left_de.jpg) left top no-repeat #F4F3EF;
}
#left_en {
    background: url(../pictures/left_en.jpg) left top no-repeat #F4F3EF;
}
#left_inner {
    padding: 13px;
    padding-top: 192px;
    color: #d0480e;
    min-height: 200px;
    font-size: 13px;
    font-family: "MS Sans Serif", sans-serif;
}
#right {
    width: 216px;
    background: url(../pictures/right.jpg) left top no-repeat;
}
#right_inner {
    padding: 2px;
    padding-top: 28px;
}
.right_group {

}
.right_group_element {
    background: url(../pictures/bogyo.jpg) left 1px no-repeat;
    padding: 2px;
    padding-left: 20px;
}
.right_group_element a {
    color: #5f5f5e;
    text-decoration: none;
    font-weight: bold;
}
.right_group_element a:hover {
    color: #CC0033;
    text-decoration: underline;
}

#content {
    width: 446px;
    background: url(../pictures/content_bg.jpg) left top no-repeat;
}
#content_inner {
    color: #454c51;
    padding: 20px;
    min-height: 300px;
    padding-top: 28px;
    padding-bottom: 30px;
    /*font-family: "Century Gothic", "MS Sans Serif";*/
    font-size: 12px;
    text-align: left;
}

#bottom {
    width: 100%;
    height: 80px;
    background-color: #f2e6cc;
    border-top: 6px solid #aa261d;
    text-align: center;
}
#bottom_inner {
    text-align: center;
    margin: 0px auto;
    width: 976px;
    color: #996633;
    padding-top: 8px;
}


.coded_div {
    padding: 2px;
}
.design_link {
    font-size: 10px;
    font-weight: normal;
    color: #996633;
    text-decoration: none;
}
.design_link:hover {
    color: #663333;
    text-decoration: underline;
}


