* {
    margin:0;
    padding:0;
	}

body {
    background-image: url(../images/Hintergrund.png);
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 1100px;
    font-family: Verdana;
    font-size: 12pt;
}

a {
    color: #FF9933;
    text-decoration: none;
}

#page {
    height: 1100px;
    width: 1120px;
    margin-left: auto;
    margin-right: auto;
}

#menue {
    margin-top: 320px;
    height: 540px;
    width: 185px;
    float: left;
}

#menue_links {
    margin-left: 50px;
    text-align: center;
}

#menue_links a {
    color: #000000;
}

#menue_links a:hover{
    color: #FF0000;
}

#menue_links li{
    list-style: none;
    line-height: 25px;
    font-size: 11pt;
    font-weight: bold;
}

#body_top_left, #body_top_right {
    margin-top: 130px;
    height: 300px;
    width: 400px;
    float: left;
}

#body_top_left {
    margin-left: 60px;
}

#body_top_right {
}

#body {
    margin-left: 60px;
    min-height: 570px;
    width: 800px;
    float: left;
}


