html, body {
   height: 100%;
   margin: 0px;

}

#container {
   position:absolute;
   width:400px;
   height:400px;
   margin:-200px 0px 0px -200px;
   left: 50%;
   top: 50%;   
   background:url(images/bg.gif) center top no-repeat;
 }

#daten {
   width:360px;
   height:135px;
   margin-left:40px;
   margin-top:265px;
}

.normaltext {
	font-family: Arial;
	font-size: 11px;
	color: #333333;
    line-height: 14px;
	}
a.normaltext:link {  font-family: Arial; font-size: 11px; color: #333333; text-decoration: none }
a.normaltext:visited {  font-family: Arial; font-size: 11px; color: #333333; text-decoration: none}
a.normaltext:hover {  font-family:  Arial; font-size: 11px; color: #333333; text-decoration: underline}
a.normaltext:active {  font-family:  Arial; font-size: 11px; color: #333333; text-decoration: underline}

