body {
    padding: 0;
    margin: 0;
    font-family: 'Raleway', Arial, sans-serif;
}

header {
    /* background-color: #ACC618; */
    background-color: rgb(153, 204, 00);
    height: 60px;
    color: white;
    font-size: 18pt;
    font-weight: bold;
    padding-left: 100px;
    padding-top: 20px;
}

footer {
    position:absolute;
    width: 100%;
    bottom:0;
    background-color: rgb(153, 204, 00);
    height: 60px;
    color: white;
    font-size: 14pt;
    padding-left: 100px;
    padding-top: 20px;
}

#body {
    width: 1000px;
    position: relative;
}

#cv {
    position: absolute;
    top: 165px;
    right: 254px;
    height:80px;
    width: 80px;
    border: 3px solid #ACC618;
    border-radius: 0 25px 0 25px;
}

#cv a {
    font-size: 16pt;
    text-align: center;
}

#sidebar {
    position: absolute;
    top: -5px;
    right: 0px;
    height: 250px;
    width: 250px;
    border: 3px solid #ACC618;
    border-radius: 100px 0 100px 0;
}

#content {
    position: absolute;
    top: 80px;
    left: 100px;
    width: 900px;
}

a {
    color: #Acc618;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}

#keywords {
    position: absolute;
    left: 100px;
    top: 50px;
}

.waber {
    position: relative;
    padding: 5px;
}

#w1 {
    left: 35px;
}

#w2 {
    left: 50px;
}

#w3 {
    left: -10px;
}


.keyword {
    color: #ACC618;
    font-size: 16pt;
}

.raster {
    float: left;
    width: 290px;
    height: 280px;
    text-align: center;
}

.raster img {
    display: block;
    margin: auto;
    width: 200px;
}

.hell {
    border: 1px solid #ACC618;
}

.mittel {
    border: 1px solid #ACC618;
}

.dunkel {
    border: 1px solid rgb(153, 204, 00);
}
