html, body {
 /* Problem mit IE 5.2 MAC: nimmt nicht browserfenster als viewport */
 height:95%;
}

a img {
 border:none;
}

a {
text-decoration:none;
color:black;
font-weight:bold;
}

a:link { font-weight:bold; color:black; text-decoration:none; }
a:visited { font-weight:bold; color:black; text-decoration:none; }
a:focus { font-weight:bold; color:black; text-decoration:underline; }
a:hover { font-weight:bold; color:black; text-decoration:underline; }
a:active { font-weight:bold; color:black; text-decoration:underline; }

body {
background-color:black;
font-family:Arial;
}

img.pic {
float:left;
margin-right:15px;
margin-bottom:5px;
border:1px solid black;
}

div.textfeld2 p {
margin-right:10px;
font-size:11pt;
}

div.textfeld2 p.title {
font-size:11pt;
font-weight:bold;
}

div.textfeld2 p.pic {
height:70px;
font-size:10pt;
line-height:95%;
}

div.textfeld p {
margin-right:10px;
font-size:11pt;
}

.centered {
position:absolute;
left:50%;
top:50%;
margin-left:-432px;
margin-top:-324px;
}

div.textfeld2 {
position:absolute;
left:50%;
top:50%;
overflow: auto;
}

div.textfeld {
position:absolute;
left:50%;
top:50%;
overflow: auto;
text-align:justify;
}

div.fenster {
position:absolute;
top:50%;
left:50%;
background:url('pic/1x1t.gif') repeat;
}

div.announcement {
position:absolute;
top:50%;
left:50%;
width:864px;
margin-left:-432px;
margin-top:285px;
color:#AAAAAA;
text-align:center;
font-size:14pt;
padding-top:10px;
}

