body {
    margin: 0;
    padding: 0;
    background-color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
}
img {
    border: none;
}
.clearer {
    clear: both;
    height: 1px;
    width: 1px;
    font-size: 1px;
}
#header {
    height: 185px;
    background-image: url(../img/back_head.jpg);
    background-repeat: repeat-x;
    background-position: center;
}
.logo {
    margin-top: 10px;
}
#header_stripe {
    height: 10px;
    background-color: #6fbb05;
}
.wrapper {
    margin: auto;
    width: 940px;
}
#adress {
    height: 20px;
    width: 830px;
    padding: 12px 55px;
    background-image: url(../img/back_adress.png);
    background-repeat: no-repeat;
    margin: -25px 0 35px 0;
    color: #FFF;
    font-size: 16px;
}
.col {
    width: 281px;
    float: left;
    margin-left: 49px;
}
#col_1 {
    margin-left: 0;
    width: 280px;
}
H1, H2 {
    font-size: 28px;
    color: #4a750e;
    font-weight: normal;
    padding: 0;
    margin: 0 0 25px 0;
}
.box {
    width: 251px;
    height: 120px;
    margin: 0 0 30px 0;
    padding: 190px 15px 0 15px;
    background-repeat: no-repeat;
}
#box_1 {
    background-image: url(../img/back_box-1.jpg);
}
#box_2 {
    background-image: url(../img/back_box-2.jpg);
}
#box_3 {
    background-image: url(../img/back_box-3.jpg);
}
#box_4 {
    background-image: url(../img/back_box-4.jpg);
}
H2 {
    font-size: 24px;
    margin: 0 0 10px 0;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 15px;
}
li {
    padding-left: 15px;
    background-image: url(../img/bullet.png);
    background-repeat: no-repeat;
    background-position: 0 6px;
}
#footer {
    height: 14px;
    background-color: #6fbb05;
    font-size: 11px;
    padding: 3px 0;
}
#footer .wrapper, #header .wrapper {
    text-align: right;
}
#footer a {
    color: #000;
    text-decoration: none;
}
#footer a:hover {
    color: #4a750e;
}
.popup {
    padding: 20px;
}
.popup .close {
    position: absolute;
    display: block;
    top: 10px;
    right: 10px;
    height: 27px;
    width: 27px;
    background-image: url(../img/button_close.png);
    background-repeat: no-repeat;
}
.popup table {
    border-top: dotted 1px #4a750e;
}
.popup td {
    border-bottom: dotted 1px #4a750e;
    padding: 5px 15px 5px 0;
    width: 350px;
}
.popup .preis {
    font-weight: bold;
    text-align: right;
    color: #4a750e;
    width: 90px;
}
