body {
    text-align: center;
    background-image: url(../images/bg_main.png);
    background-repeat: repeat-x;
}

html, body, table {
    font-size: 12px;
    font-family: Arial;
    padding: 0px;
    margin: 0px;
    line-height: 150%;
}

.border {
    margin: auto;
    text-align: left;
    width: 980px;
}

.header {
    position: relative;
    top: 27px;
    background-repeat: no-repeat;
    text-align: left;
}

.content {
    position: relative;
    top: 20px;
    left: 11px;
}

.footer {
    border-top: 1px solid #ddd;
    margin-top: 65px;
    color: #bbb;
    text-align: center;
    font-size: 11px;
    padding: 3px;
}

h2 {
    font-size: 16px;
    color: #789626;
}

a.logoLink,
a.logoLink:link,
a.logoLink:visited {
    display: block;
    position: absolute;
    left: 45px;
    top: 45px;
    height: 294px;
    width: 275px;
}

a.epilarPicture,
a.epilarPicture:link {
   position: absolute;
   display: block;
   right: 0px;
   bottom: 30px;
   width: 380px;
   height: 220px;
}

/* mininavi */

.navi-top {
    position: absolute;
    top: 0px;
    left: 12px;
}

.navi-top a,
.navi-top a:link,
.navi-top a:visited {
    text-decoration: none;
    font-size: 11px;
    color: #b9c971;
}

/* box */
.box-standard {
    width: 202px;
    font-family: Verdana, sans;
    font-size: 11px;
}

.box-standard-title {
    background-image: url(../images/box-title-bg.png);
    background-repeat: no-repeat;
    color: white;
    padding: 13px 0px 3px 5px;
    font-weight: bold;
    font-size: 12px;
    margin: 0px;
}

.box-standard-content {
    background-image: url(../images/box-content-bg.png);
    background-repeat: repeat-x;
    background-color: #ebf4d9;
    background-position: bottom;
    border-top: 1px solid #ebf4d9;
    margin: 0px;
    padding: 3px;
}

.box-standard-content img {
    position: relative;
    left: -3px;
    top: -3px;
}

/* plugin formular */

.plugin-form-kontakformular {
    margin-bottom: 30px;
}

.plugin-form-kontakformular input,
.plugin-form-kontakformular textarea {
    width: 180px;
    border: 1px solid #c2c2c2;
    background-color: #e9eed8;
    padding: 1px;
    color: gray;
    font-size: 11px;
    margin-bottom: 3px;
}

.box-green {
    background-color: #f4f7ec;
    margin-bottom: 10px;
}
