
#uberschrift {
    position: absolute;
    top: 310px;
    left: 650px;
}
#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: 630px;
    left: 880px;
}
#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;
}
