body {
background:#FFFFFF;
}

div.banner {
width: 800px;
height: 200px;
background-image:  url(banner.jpg);
background-repeat:no-repeat;
background-position:center;
}

div.bg {
background-image: url(bg.jpg);
background-repeat:repeat;
background-position:center;
width:800px;
}

div.unten {
width: 800px;
height: 4px;
background-repeat:no-repeat;
background-position:center;
background-image: url(unten.jpg);
}

div.text {
color: #000000;
}

div.text a {
color: #000000;
text-decoration: underline;
}

div.text a:hover {
color: #FFFFFF;
background: #FFFFFF;
text-decoration: underline;
}

#menu {
width:800px;
height: 18px;
color: #FFFFFF;
font-family: Arial, sans-serif;
font-size: 12px;
font-weight: bold;
line-height: 20px;
float: middle;
background: #000000;
text-align:center;
}

#menu a {
color: #FFFFFF;
text-decoration: none;
}

#menu a:hover {
color: #FF0000;
text-decoration: bold;
}

