*{
padding: 0;
margin: 0;
}

a {
color: white;
text-decoration: none;
}

a:hover {
color: gray;
text-decoration: underline;
}


body {
background-color: #560000;
}

#wrapper {
width: 100%;
height: 100%;
background-color: #560000;
}

a.banner {
text-decoration: none;
color: #560000; 
}

a:hover.banner {
text-decoration: none;
color: #560000;
}

#textbereich {
width: 905px;
margin: auto;
margin-top: 120px;
}

#rechts {
float: right;
width: 259px;
margin-top: -427px;
}

#slideshow {
width:640px;
height:427px;
clear: right;
}