body{
font-family: "Arial";
text-align: left;
}

img{
border: 0;
}

a{
color: black;
text-decoration: underline;
}

h3{
margin-top: 3em;
}

#top{
position: absolute;
top: 0px;
}

#Top_Left{
position: absolute;
top: 10px;
z-index:1;
text-align: left;
}

#Top_Right{
position: absolute;
top: 10px;
width: 95%;
z-index:0;
text-align: right;
}

#Banner1{
position: absolute;
top: 70px;
width: 95%;
text-align: center;
}

#zurWahl{
padding: 10px;
position: absolute;
height: auto;
top: 140px;
width: 180px;
left: 0px;
background-color: #8EBEE3;
-moz-border-radius-topright: 15px;
-moz-border-radius-bottomright: 15px;
}

#Menue{
text-align: left;
padding: 10px;
position: absolute;
height: auto;
top: 250px;
width: 180px;
left: 0px;
background-color: #8EBEE3;
-moz-border-radius-topright: 15px;
-moz-border-radius-bottomright: 15px;
}

#Menue h3{
margin-top: 0em;
}

#Inhalt{
padding: 15px;
position: absolute;
height: auto;
top: 170px;
right: 80px;
left: 250px;
background-color: #E7E8F3;
-moz-border-radius: 15px;
}

.MenueLink
{
width: 160px;
padding: 3px;
font-weight: bolder;
display: block;
background: #DFECF8;
text-decoration: none;
-moz-border-radius: 5px;
}

.MenueLink:hover
{
padding: 3px;
font-weight: bolder;
display: block;
color: #FDE8BC;
background: #0B0350;
text-decoration: none;
-moz-border-radius: 5px;
}