body {
font-family: verdana, arial;
font-size: 10px;
}

a {
text-decoration: none;
color: gray;
}
.schrift {
font-family: verdana, san-serif;
font-size: 11px;
}
.menu {
font-family: verdana, san-serif;
font-size: 10px;
color: #FFFFFF;
}
.header {

position: absolute;
top: 20px;
left: 40px;
width: 550px;
height: 65px;
background-color: #FFFFFF;
background-image: url(../images/header.png);
overflow: visible;
visibility: visible;
display: block;
}

.language {
position: absolute;
top: 30px;
left: 580px;
}

.informationen {
position: absolute;
top: 50px;
left: 580px;
font-size: 12px;
font-weight: bold;
text-decoration: none;
}

.buttons {
position: absolute;
top: 100px;
left: 35px;
width: 950px;
height: 50px;
background-color: #ffffff;
}

#btn {
position: absolute;
top: 6px;
left: 37px;
}

.content {
position: absolute;
width: 950px;
background-color: red;
top: 140px;
left: 35px;

}
.leftcontent {
position: absolute;
width: 195px;
top: 10px;
left: 40px;
background-color: #EBEBEB;
}
.centercontent {
position: absolute;
width: 495px;
top: 10px;
left: 247px;
background-color: #EBEBEB;
}
.secondcontent {
position: absolute;
width: 400px;
top: 255px;
left: 247px;
background-color: #EBEBEB;
}
.rightmenu {
position: absolute;
width: 195px;
left: 753px;
top: 10px;
background-color: #EBEBEB;
}
.secondright {
position: absolute;
width: 195px;
left: 753px;
top: 160px;
background-color: #EBEBEB;
}
.button {
position: relative;
background: url(../images/button.png);
font-family: verdana, sans-serif;
font-size: 10px;
color: #FFFFFF;
}

#link {
color: #FFFFFF;
}