#apDiv1 {
    position: relative;
    left: 1065px;
    top: -2px;
    width: 133px;
    height: 28px;
    z-index: 999;
}
#apDiv2 {
    position: absolute;
    left: 120px;
    top: 173px;
    width: 133px;
    height: 133px;
    background-repeat: no-repeat;
    z-index: 1000;
}
#apDiv4 {
    position: absolute;
    left: 87px;
    top: -9px;
    width: 133px;
    height: 133px;
    background-repeat: no-repeat;
    z-index: 1000;
}
#apDiv5 {
    position: absolute;
    left: -11px;
    top: 74px;
    width: 133px;
    height: 133px;
    background-repeat: no-repeat;
    z-index: 1000;
}


.form-formatter input[type=text],
.form-formatter textarea {
    display: block;
    width: 400px;
    margin: 0 0 3px 0;
    height: 32px;
    font-size: 1.1em;
    padding: 0 0 0 10px;
}

.form-formatter input.middle {
    width: 100px;
    display: inline-block;
}

.form-formatter textarea {
    min-height: 100px;
}

.form-formatter strong {
    font-weight: bold;
    color: #000;
    font-size: 1.2em;
}

.form-formatter input[type=submit] {
    padding: 15px 40px;
    background: #8CAA2B;
    color: white;
    font-size: 1.1em;
    cursor: pointer;
    width: 400px;
}

.form-formatter input[type=submit]:hover {
    background: #B6CF64;
}

.form-formatter a {
    color: #8CAA2B;
    text-decoration: none;
}

.form-formatter .form-left {
}

.form-formatter .underlined {
    display: block;
    text-decoration: none;
    border-bottom: 1px solid #B8B4B4;
    margin: 20px 0;
}

.form-formatter .margin-bottom {
    margin-bottom: 40px;
}

.form-formatter .margin-top {
    margin-top: 50px;
}

.underlined {
    text-decoration: underline;
}

.margin-bottom {
    margin-bottom: 20px;
}

.margin-top {
    margin-top: 20px;
}

input, textarea { font-family: 'Lato', sans-serif; font-weight: 400; background-color:#b1b3b4;  border:none; margin:0px; }
input.button { background:#b1b3b4; margin:0; border:none;}

.newsletter form {width:268px;}
.newsletter label {display:block;}
.newsletter input, textarea {font-size:13px; font-family: 'Lato', sans-serif; font-weight: 400; background-color:#b1b3b4; width:180px; height:30px;  border:none; margin:0px;}
.newsletter textarea {width:200px;height:240px;}
.newsletter input.button {border:0px solid #000; background:#b1b3b4; margin:0; border:none;}
.newsletter input[type=checkbox] { margin:8px 15px 0px 0px; vertical-align:middle; width:15px; height:15px; padding:0px; background-color:#9c9e9f;}
.fehler {border:1px solid red;}
p.error {color:red;}

::-webkit-input-placeholder {
    color:    #888;
}
:-moz-placeholder {
    color:    #ccc;
    opacity:  1;
}
::-moz-placeholder {
    color:    #ccc;
    opacity:  1;
}
:-ms-input-placeholder {
    color:    #ccc;
}