*{
margin: 0px;
padding: 0px; 
border: none;
font-family: Georgia, serif;
font-size: 14px;
color: #333;
}

html{
background-image: url(bg.jpg);
background-attachment: fixed;

}

#balken{
background-color: #000;
height: 7px;

}

#container{
margin: 50px auto 50px auto;

width: 500px;


}





#header{
margin: 50px auto 10px auto;
background-image: url(header.png);
width: 576px;
height: 251px;

margin-bottom: 30px;
}

.inhalt h1{
font-weight: lighter;
font-size: 18px;
margin-bottom: 10px;
color: #ba827d;

}

.inhalt span{
background-color: #fff;
line-height: 19px;

}

.inhalt p{
display: block;
margin-bottom: 20px;
}

.text{
margin-bottom: 50px;
}

.text span a{
background-color: #b21900;
color: #fff;
text-decoration: none;
}

.text span a:hover{
background-color: #000;
}

#footer{
text-align: center;
display: block;
margin: 80px 0px 40px 0px; 
border-top: 1px solid #fff;
padding-top: 3px;
}

#stoerer{
position: fixed;
top: 20px;
right: 20px;
width: 208px;
height: 213px;
background-image: url(stoerer.png);
}



