html, body {
margin:0;
padding:0;
color:#000000;
background:#B1D259;
height:100%; /* IE-konform */
}

html>body {
/* andere Browser */
height:auto;
min-height:458px;
min-width:784px;
}

.aufbau {
margin:0;
height:458px;
width:784px;
text-align:center;
position:absolute;
top:50%;
left:50%;
/* tatsächliche Zentrierung */
margin-top:-229px;
margin-left:-392px;
background-image:url(../bilder/hintergrund.gif);
}

a:link, a:visited, a:active
{
color:#000000;
text-decoration:underline;
}

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

.inhalt
{
position:absolute;
width:636px;
height:428px;
top:12px;
left:148px;
text-align:left;
font:12px Verdana,sans-serif;
line-height:17px;
overflow:auto;
}

.ueber
{
font:bold 14px Verdana,sans-serif;
line-height:20px;
}

.text
{
font:12px Verdana,sans-serif;
line-height:18px;
}