body{
    background-color: black;
    background-image:url("../img/stamp.gif");
    background-repeat: no-repeat;
}

#main-wrap {
    margin: 25px auto;
    width: 960px;
}

.logo {
    margin: 0px auto;
    width: 715px;
    margin-bottom: 25px;
}

h4 {
    text-decoration: underline;
    text-align: center;
}

.head-kontakt {
    text-align:left;
    margin-left:20px;
}

#header{
    font-family: Source Sans Pro;
    text-align: center;
}

#i-kontakt {
    text-align: center;
    font-weight: bolder;
}

.p-kontakt {
    text-align:left;
    margin-left:20px;
    margin-right: 20px;
}

#disclaimer {
    font-family: Source Sans Pro;
    text-align: center;
}

.main-content {
    position: relative;
    width: 715px;
    margin: 0 auto;
}

.kontakt-content {
    background-image:url("../img/holz.gif");
    height: 750px;
    border-radius: 5px;
    border: 2px solid black;
    opacity: 0.9;
    overflow-y:scroll;
    /* IE 8 */
    filter: Alpha(Opacity=90);
}

#kontaktform {
    margin-left: 450px;
    width: 216px;
    height: 350px;
    margin-top: -180px;
}

.p-pflichtfeld {
    color: red;
    font-size: 10px;
}

.pin {
    z-index: 2;
    position: absolute;
    width: 715px;
    top: -23px;
    opacity: .7;
    filter:Alpha(Opacity=70);
}

.pin10 {
    z-index: 10;
    position: absolute;
    width: 715px;
    top: 122px;
    left: 317px;
}

.pin1 {
    z-index: 1;
    position: absolute;
    width: 170px;
    top: 45px;
    left: 75px;
}

.pin2 {
    z-index: 3;
    position: absolute;
    width: 175px;
    top: 60px;
    left: 275px;
}

.pin3 {
    z-index: 1;
    position: absolute;
    width: 150px;
    top: 65px;
    left: 475px;
}

.pin4 {
    z-index: 2;
    position: absolute;
    top: 176px;
    left: 85px;
}

.pin5 {
    z-index: 3;
    position: absolute;
    top: 270px;
    left: 280px;
}

.pin6 {
     z-index: 1;
     position: absolute;
     width: 165px;
     top: 190px;
     left: 500px;
 }

.pin7 {
    z-index: 1;
    position: absolute;
    width: 140px;
    top: 330px;
    left: 525px;
}

.pin8 {
    z-index: 2;
    position: absolute;
    width: 175px;
    top: 362px;
    left: 35px;
}

.link1 {
    position: absolute;
    z-index: 2;
    bottom: 40px;
    left: 30px;
}

.link2 {
    position: absolute;
    z-index: 2;
    bottom: 55px;
    left: 30px;
}

.link3 {
    position: absolute;
    z-index: 2;
    bottom: 40px;
    left: 35px;
}

.link4 {
    position: absolute;
    z-index: 2;
    bottom: 35px;
    left: 25px;
}

.link5 {
    position: absolute;
    z-index: 2;
    bottom: 45px;
    left: 60px;
}

.link6 {
    position: absolute;
    z-index: 2;
    bottom: 35px;
    left: 35px;
}

.link7 {
    position: absolute;
    z-index: 2;
    bottom: 15px;
    left: 30px;
}

.link8 {
    position: absolute;
    z-index: 2;
    bottom: 40px;
    left: 25px;
}

a:link, a:visited  {
    color:black;
    text-decoration: none;
}

a:hover {
    color:black;
}

a:active {
    color:black;
}

#footer{
    border: 1px solid black;
    border-radius: 5px;
    width: 250px;
    height: 20px;
    background-color: #C6A98B;
    margin: 0px auto;
    margin-top: 15px;
    text-align: center;
}


