#yposition {
    position: absolute;
    top: 0px;
}
#slidepos {
    position: absolute;
    top: 20px;
    left: 0px;
    z-index: 10;
}
#boxunterslide {
    position: absolute;
    top: 480px;
    left: 0px;
    width: 800px;
    height: 300px;
    border:inherit 2px #000000;
    z-index: 99999999;
-moz-border-radius-topleft: 11px;
-moz-border-radius-topright:0px;
-moz-border-radius-bottomleft:11px;
-moz-border-radius-bottomright:0px;
-webkit-border-top-left-radius:11px;
-webkit-border-top-right-radius:0px;
-webkit-border-bottom-left-radius:11px;
-webkit-border-bottom-right-radius:0px;
border-top-left-radius:11px;
border-top-right-radius:0px;
border-bottom-left-radius:11px;
border-bottom-right-radius:0px;

}
#boxbild1 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 600px;
    height: 220px;
    background-color: #C0C0C0;
    z-index: 0;
}
#boxbild1 img, #boxbild2 img {
    padding: 50px 10px 5px 10px;
}

#boxbild2 {
    position: absolute;
    top:0px;
    left: 620px;
    width: 400px;
    height: 220px;
    background-color: #C0C0C0;
    z-index: 99999;
}
#boxbild2:hover h1 {
color: white;
}
#schriftpos {
    position: absolute;
    top: 20px;
    left: 30px;
}
#schrift2pos {
    position: absolute;
    top: 20px;
    left: 30px;
}
#uberschrift1 {
    position: absolute;
    top: 0px;
    left: 5px;
    width: 570px;
    padding: 5px;
    margin-right: 5px;
    border-bottom: solid 2px #3C3B3D;
    z-index: 999999;
}

#uberschrift2 {
    position: absolute;
    top: 0px;
    left: 5px;
    width: 370px;
    padding: 5px;
    margin-right: 5px;
    border-bottom: solid 2px #3C3B3D;
    z-index: 999999;
}
#box1 {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 200px;
    height: 70px;

}
#box2 {
    position: absolute;
    top: 5px;
    left: 30px;
    width: 200px;
    height: 70px;

}
#box2 {
    position: absolute;
    top: 5px;
    left: 280px;
    width: 200px;
    height: 70px;
    border-right-color: black;
    border-right-style:  dashed;
    border-right-width: 2px;
}

#text3-box {
    position: absolute;
    top: 65px;
    left: 330px;
    width: 220px;
    height: 70px;
    z-index: 0;
}
#text4-box {
    position: absolute;
    top: 65px;
    left: 180px;
    width: 220px;
    height: 70px;
     z-index: 99999999;
}

.text h1 {
    font-family: sans-serif;
    font-size: 18px;
    color: #C84500;
    font-weight: bold;
}
.text p {
    font-family: sans-serif;
    font-size: 18px;
    color:#6C6C6C;
    line-height: 2;
    }
.pfeil {
    position: absolute;
    left: 145px;
    top: 10px;
}
.pfeil2 {
    position: absolute;
    left: 30px;
    top: 2px;
    padding-top: 5px;
}