body {
background-color:#000000;
margin:0px auto;
min-width:960px;
} 
#header {
width:100%;
height:217px;
background:url(img/header_bg.png) repeat-x;
margin:0px auto;
text-align:center;
}
#menue_bg {
width:100%;
height:39px;
background:url(img/menue_bg.png) repeat-x;
}
#menue {
width:960px;
margin:0px auto;
text-align:center;
}
#menue a {
text-decoration:none;
}
.menue_button {
float:left;
width:160px;
height:39px;
background:url(img/menue_sprites.png) no-repeat;
background-position:0px 0px;
cursor:pointer;
}
.menue_button p {
font-size:16px;
font-family:Arial;
color:white;
margin:0px;
margin-top:8px;
} 
.menue_button:hover {
background-position:0px -39px;
}
#webseite {
width:960px;
margin:0px auto;
text-align:center;
}

#main {
float:left;
width:960px;
background:#000000;
clear:both;
}
#main_text {
width:835px;
float:left;
text-align:left;
}
#main_text h1 {
font-size:24px;
font-family:Arial;
font-weight:bold;
color:#ffffff;
margin:0px;
margin-top:15px;
margin-left:8px;
}

#main_text h2 {
font-size:19px;
font-family:Arial;
font-weight:bold;
color:#ffffff;
margin:0px;
margin-top:15px;
margin-left:8px;
}

#main_text p {
font-size:14px;
font-family:Arial;
color:#a6a6a6;
margin:0px;
margin-top:8px;
margin-left:8px;
margin-right:15px;
}
#main_text p.turkis {
color:#57bce6;
}

#banner_right {
float:left;
width:125px;
height:560px;
background:url(img/banner_right.png) no-repeat;
}

a { 
background: inherit; 
color: #57bce6; 
text-decoration: none; 
}

a:hover { 
background: inherit; 
color: #006699; 
text-decoration: underline; 
}


