
* { /* Mit Universalselektor die Polsterungseigenschaften aller (Block-)Elemente auf null setzen */
margin: 0;padding: 0; }

body {text-align: center; /* Für IE 5.01 & 5.5, um die Box #wrapper horizontal zu zentrieren */}

html, body {
font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
/* color: 000; */
background: #000;
color: #AAA;
}

div {text-align: left;}

div#wrapper { background-color: transparent; 
padding: 0; margin: -260px 0 0 -380px;  
position:absolute; top: 50%; left: 50%; 
width: 760px; height: 505px; z-index: 1; }

a { color: #990000;text-decoration: underline;}
a:hover { color: #990000;text-decoration: none;}

p.zusatzinfo {padding: 0px 0px 0 15px;
font-size: 0.70em; line-height: 130%;}

div#news
{
 position:absolute;
 left:0px; top:0px; width:137px; height:119px;
 z-index:100;
}

img a {border: 0px;}

