body {
    color: black;
    font-size: 100%;
    font-family: Arial,sans-serif;
}


#page {
background: white;
border: 0px solid black;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1.2em;
color: #333;
position: absolute;
width: 700px;
height: 500px;
top: 50%;
left: 50%;
margin-top: -250px;
margin-left: -350px;
}


#links {
    width: 300px;
    border: 0px solid black;
    float: left;
}

#rechts {
    width: 300px;
    border: 0px solid black;
    float: right;
}
