#top-leiste {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 5px;
    background-color: #EC1B23;
}
#top-leiste2 {
    position: absolute;
    top: 6px;
    width: 100%;
    height: 100px;
    /*background-color: #EBEAEB;*/
    /*background-image: -webkit-gradient(linear, center top, center bottom, from(white), color-stop(50%, white), to(#808080));*/
    background-image: -webkit-gradient(linear, center top, center bottom, from(white), to(#C0C0C0));
    border-bottom: solid 3px #808080;
}
#end-leiste {
    position:  absolute;
    top: 1160px;
    border-top : solid 2px #808080;
    border-bottom : solid 2px #808080;
    /*background-color: #EBEAEB;*/
    background-image: -webkit-gradient(linear, center top, center bottom, from(#C0C0C0), to(white));
    width: 100%;
    height: 100px;
}
#untergrund-slide {
    position: absolute;
    top: 106px;
    width: 100%;
    height: 501px;
    background-color: white;
    border-top : solid 3px #808080;
    border-bottom : solid 1px #BABABA;
}
#untergrund-slide img {
position: absolute;
top: 62px;
left: 0px;
}
#uberschrift {
    position: absolute;
    top: 310px;
    right: 0px;
    z-index: 999;
}
#uberschrift h1 {
    font-family: Arial;
    font-weight: bold;
    font-size: 30px;
    color: #515151;
}
#insan-bild {
    position: absolute;
    top: 95px;
    left: 0px;
    margin: 0;
    padding:0;
}
#untergrund-inhalt {
    position: absolute;
    top: 350px;
    width: 100%;
    height: 700px;
    background-color: #CDCDCD;
    border-top : solid 3px #808080;
    border-bottom : solid 3px #808080;
    overflow: hidden;
    z-index: 1;
}
#box-links {
    position: absolute;
    top: 10px;
    left: 30px;
}
#box-links p {
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    color: black;
}
#box-rechts {
    position: absolute;
    top: 10px;
    left: 550px;
}
#box-rechts p {
    font-family: Arial;
    font-size: 21px;
    font-weight: bold;
    color: #808080;
    text-decoration: underline;
}
.text {
    font-family: Arial;
    font-size: 22px;
    font-weight: bold;
    color: black;
    margin-top: 7px;
}
.aussehen {
margin-top: 2px;
    width: 100px;
    height: 40px;
    font-size: 23px;
}
.aussehen:hover {
    background-color: #808080;
}