body {
font-family: Arial, Helvetica, sans-serif; 
font-size: 70%;
color: #bbbbbb;
background-color: #6f161a;

}

a:link {
 color: #29166F;
 font-size: 100%;
 font-weight: bold;
 line-height:100%;

 text-decoration: none;
 }
a:visited {
 color: #29166F;
 font-size: 100%;
 font-weight: bold;
 line-height:100%;

 text-decoration: none;
}
a:active {
 color: #29166F;
 font-weight: bold;
 font-size: 100%;
 line-height:100%;

 text-decoration: none;
}
a:hover {
 color: #29166F;
 font-size: 100%;
 font-weight: bold;
 line-height:100%;
 background-color: #9991B8;
 text-decoration: underline;
}

#inhalt {
position: absolute;
left: 50%;
top: 50%;
margin-left: -350px;
margin-top: -260px;
padding: 0px;
text-align: center;
background: url(bilder/hg.jpg) top center no-repeat;
}

#adr {
position: absolute;
left: 50%;
top: 50%;
width: 700px;
margin-left: -350px;
margin-top: 360px;
text-align: center;
padding: 0px;
 background-color: #9991B8;
}


