html,body {
padding: 0px;
margin:0px;
overflow:hidden;
font-family: verdana;
font-size:12px;
}

table, input, textarea {
font-family: verdana;
font-size: 12px;
}

#bg {
position: absolute;
z-index: 100;
width: 1024px;
height: 600px;
background-image:url(images/hintergrund.png)
}

#menu {
position: absolute;
z-index: 200;
width: 155px;
top:170px;
left:30px;
}

#menu_oben{
position: absolute;
z-index: 300;
height:20px;
top:122px;
left:200px;
}


#menu_unten {
position: absolute;
z-index: 300;
height:20px;
top:549px;
left:530px;
}

#content {
position: absolute;
z-index: 200;
top: 170px;
left: 225px;
width: 660px;
height: 350px;
font-family: verdana;
font-size:12px;
overflow:auto;
}

a {
color: black;
}