
html {   
}

body {   
background: transparent url(background.jpg);
}

#inhalt {
position: absolute;
top: 50px;
left: 50px;
width: 800px;
line-height: 50px;
text-align: center;		 
}

#spacer {
width: 850px;
height: 10px;
margin: 0px 0px 10px 0px;
}

.text, .text a:link, .text a:visited, .text a:active, .text a:hover {
font-family: verdana, arial;
font-size: 10px;
text-align: center;
text-decoration: none;
color: #666666;
background-color: #ffffff;
}

.logo {
font-family: georgia;
font-size: 30px;
text-decoration: none;
color: #ffffff;
background-color: #c13100;
padding: 5px;
}

.logo2 {
font-family: georgia;
font-size: 30px;
text-decoration: none;
color: #ffffff;
background-color: #cccc00;
padding: 5px;
}

.font, a:link, a:visited, a:active {
font-family: georgia;
font-size: 30px;
text-decoration: none;
color: #0f3b5f;
background-color: #ffffff;
padding: 5px;
}

a:hover {
color: #ffffff;
background-color: #0f3b5f;
padding: 5px;
}



