body {
    background: url("../images/body_bg.jpg") repeat-x #acc268;
    padding: 0;
    margin: 0;
    font-family: Tahoma, "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #3a4a08;
}

#overall {
    width: 800px;
    margin: 0 auto;
    border-top: 9px solid #ffffff;
}

#header {
    height: 295px;
    position: relative;
}

#header .logo {
    width: 209px;
    height: 39px;
    top: 35px;
    left: 33px;
    position: absolute;
}

.navigation_top {
    width: 540px;
    height: 21px;
    position: absolute;
    top: 0px;
    right: 0;
    padding: 5px 0;
}

.navigation_top ul {
    list-style-type: none;
    margin: 3px 0 0 0;
    padding: 0;
    float: right;
}

.navigation_top ul li {
    display: inline;
    
}

.navigation_top ul li a {
    float: left;
    color: #ffffff;
    margin-left: 15px;
    text-decoration: none;
}

.navigation_top ul li a:hover {
    text-decoration: underline;
}

.choose_lang {
    float: right;
    margin-left: 15px;
    color: #ffffff;
    background: url("../images/navi_top_border.gif") 0% 50% no-repeat;
    padding: 0 0 0 15px;
}

.choose_lang_title {
    width: 100px;
    float: left;
    padding: 3px 0 0 0;
}

#navigation {
    list-style-type: none;
    padding: 4px 0 0 15px;
    width: 785px;
    height: 38px;
    margin: 0;
    background: #829a3a;
}

#navigation li {
    display: inline;
}

#navigation li a {
    float: left;
    height: 32px;
    background: url("../images/navi_main_bg.gif") repeat-x;
    color: #d3e49d;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    margin: 0 10px 0 0;
}

* html #navigation li a {
    width: 1em;
    white-space: nowrap;
}

#navigation li a:hover {
    background: url("../images/navi_main_bg_h.gif") repeat-x;
    color: #ffffff;
}

#navigation li a span {
    display: block;
    cursor: pointer;
}

#navigation li a span.outer {
    background: url("../images/navi_main_bg_l.gif") no-repeat top left;
    height: 32px;
}

#navigation li a:hover span.outer {
    background: url("../images/navi_main_bg_l_h.gif") no-repeat;
}

#navigation li a span.outer span.inner {
    background: url("../images/navi_main_bg_r.gif") no-repeat top right;
    padding: 6px 15px 0px 15px;
    height: 26px;
}

#navigation a:hover span.outer span.inner {
    background: url("../images/navi_main_bg_r_h.gif") no-repeat top right;
}

#navigation li a.active {
    background: url("../images/navi_main_bg_a.gif") repeat-x;
    color: #3a4a08;
}

#navigation li a.active span.outer {
    background: url("../images/navi_main_bg_l_a.gif") no-repeat;
}

#navigation a.active span.outer span.inner {
    background: url("../images/navi_main_bg_r_a.gif") no-repeat top right;
}

#navigation_schatten {
    height: 25px;
    background: url("../images/navigation_schatten.jpg") no-repeat;
}

#content {
    /*padding: 20px 20px 80px 20px;*/
    padding: 20px 18px 80px 18px;
    border-bottom: 9px solid #3a4a08;
    background: url("../images/skyline.gif") no-repeat bottom right #d3e49d;
    line-height: 140%;
    text-align: justify;
}

#h1_box {
    height: 62px;
    background: url("../images/h1_box_bg.gif") repeat-x;
    padding: 0;
    margin: 0 0 20px 0;
    float: left;
}

#h1_box span.h1left {
    display: block;
    /*width: 63px;*/
    background: url("../images/h1_box_bg_l.gif") no-repeat top left;
    padding: 10px 8px 0 22px;
    height: 52px;
    float: left;
}

#h1_box span.h1right {
    display: block;
    /*width: 300px;*/
    width: 14px;
    background: url("../images/h1_box_bg_r.gif") no-repeat top right;
    height: 62px; 
    float: left;
}

h1 {
    color: #ffffff;
    padding: 10px 0 0 22px;
    margin: 0;
    font-size: 23px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: normal;    
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 15px;
}

h4 {
    font-size: 12px;
    text-decoration: underline;
}

a {
    /*color: #829A3A;*/
    color: #BD1220;
    text-decoration: none;
}

#footer {
    height: 50px;
    margin: 10px 0 0 0;
}

#footer .left {
    width: 50%;
    float: left;
}

#footer .left a {
    color: #ffffff;
    text-decoration: none;
}

#footer .left a:hover {
    text-decoration: underline;
}

#footer .right {
    width: 50%;
    float: right;
}

#footer .right ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: right;
}

#footer .right ul li {
    display: inline;
}

#footer .right ul li a {
    float: left;
    margin-left: 10px;
    color: #3a4a08;
    text-decoration: none;
    background: url("../images/navi_bottom_dot.gif") no-repeat 100% 50%;
    padding: 0 10px 0 0;
}

#footer .right ul li.last a {
    padding: 0;
    background: none;
}

#footer .right ul li a:hover {
    text-decoration: underline;
}

.teaser {
    height: 107px;
    margin: 20px 0;
}

.teaser a.teaser_de_1, 
.teaser a.teaser_de_2, 
.teaser a.teaser_de_3,
.teaser a.teaser_en_1, 
.teaser a.teaser_en_2, 
.teaser a.teaser_en_3,
.teaser a.teaser_es_1, 
.teaser a.teaser_es_2, 
.teaser a.teaser_es_3 {
    display: block;
    height: 45px;
    float: left;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    text-align: left;
}

.teaser a.teaser_de_1 {
    width: 281px;
    background: url("../images/teaser_de_1_bg.gif") no-repeat;
    padding: 62px 0 0 21px;
}

.teaser a.teaser_de_2 {
    width: 245px;
    background: url("../images/teaser_de_2_bg.gif") no-repeat;
    padding: 62px 0 0 6px;
}

.teaser a.teaser_de_3 {
    width: 202px;
    background: url("../images/teaser_de_3_bg.gif") no-repeat;
    padding: 62px 0 0 6px;
}

.teaser a.teaser_en_1 {
    width: 281px;
    background: url("../images/teaser_en_1_bg.gif") no-repeat;
    padding: 62px 0 0 21px;
}

.teaser a.teaser_en_2 {
    width: 245px;
    background: url("../images/teaser_en_2_bg.gif") no-repeat;
    padding: 62px 0 0 6px;
}

.teaser a.teaser_en_3 {
    width: 202px;
    background: url("../images/teaser_en_3_bg.gif") no-repeat;
    padding: 62px 0 0 6px;
}

.teaser a.teaser_es_1 {
    width: 281px;
    background: url("../images/teaser_es_1_bg.gif") no-repeat;
    padding: 62px 0 0 21px;
}

.teaser a.teaser_es_2 {
    width: 245px;
    background: url("../images/teaser_es_2_bg.gif") no-repeat;
    padding: 62px 0 0 6px;
}

.teaser a.teaser_es_3 {
    width: 202px;
    background: url("../images/teaser_es_3_bg.gif") no-repeat;
    padding: 62px 0 0 6px;
}

.clear {
    clear: both;
}

hr {
    background-color: #ACC268; /* Farbe für Opera und Firefox */
    color: #ACC268; /* Farbe für Internet Explorer (IE) */
    border: 0;
    height: 1px;
    margin: 25px 0;
}

.text_box {
    display: block;
    height: 62px;
background: url("../images/h1_box_bg.gif") repeat-x;
}


.text_box h1 {
    display: inline;
    background: yellow;
    margin: 0;
}

.text_box span {
    display: block;
    cursor: pointer;
}

.text_box span.outer {
    background: url("../images/navi_main_bg_l.gif") no-repeat top left;
    height: 32px;
}

.text_box span.outer {
    background: url("../images/navi_main_bg_l_h.gif") no-repeat;
}

.text_box span.outer span.inner {
    background: url("../images/navi_main_bg_r.gif") no-repeat top right;
    padding: 6px 15px 0px 15px;
    height: 26px;
}

.text_box span.outer span.inner {
    background: url("../images/navi_main_bg_r_h.gif") no-repeat top right;
}

table.tabelle {
    border-collapse: collapse;	
}

table.tabelle td, table.tabelle th {
    border: 1px solid #829A3A;
    padding: 5px;
}

table.tabelle th {
    background: #829A3A;
    color: #ffffff;
    text-align: left;
    font-weight: bold;
}

table.tabelle th.angebot {
    width: 300px;
}

table.tabelle td.wichtig {
    font-weight: bold;
}

div.toplink {
    text-align: right;
}

div.toplink a {
    font-size: 10px;
    color: #3a4a08;
    padding: 0 0 0 10px;
    background: url("../images/toplink.gif") no-repeat 0% 80%;
    text-decoration: none;
}

.hidden {
    display: none;
}

.minikontakt {
    background: url("../images/minitelefon_bg.jpg") no-repeat;
    width: 174px;
    height: 38px;
    float: right;
    padding: 28px 13px 13px 13px;
    text-align: center;
}

.minikontakt h3 {
    margin: 0 0 5px 0;
    font-size: 14px;
}

.minikontakt h4 {
    margin: 0;
    font-size: 12px;
    text-decoration: none;
}

.minikontakt h4 a {
    color: #3a4a08;
    text-decoration: none;
} 

a.pdflink {
    color: #BD1220;
    font-weight: bold;
    background: url("../images/pdf.gif") no-repeat 0% 50%;
    padding: 2px 0 2px 22px;
}

span.counter {
    color: #ACC268;
    padding: 0 0 0 15px;
}

#calcFormResult {
    padding: 0 0 30px 0;
    
}

#calcFormResult {
}

#calcFormResult.loading {
    background: url("../images/loading.gif") no-repeat 50px 100%;
}

#calcFormAdress {
}

.offerTable {
    border: 1px #ACC268 solid;
    width: 80%;
}

.offerTable td {
    paddding: 4px;
}

.bild {
    border: 5px solid #ACC268;
}

#breadcrumb {
    margin: 0 0 15px 0;
    font-size: 80%;
}

#breadcrumb a {
    color: #829A3A;
}

