
html {  
width:100%; 
height:100%;
margin:0;
padding:0;}


/*
Vertikale Zentrierung:
in body position auf absolute; overflow: hidden;
dann zwei divs:
erstes: aussen
zweites:hintergrund_seite{...top: -50% ! ...}
*/

body {
width:100%; 
height:100%;
margin:0;
padding:0;
background-color:#FFFFFF;
position: absolute; 
overflow: hidden;
}


#aussen{
position: relative;  
top: 50%;
height:555px;
}

#obererrand{
position:absolute;
top: 0px;
height:50%;
width:100%;
background-color:#CC0204;
}

#hintergrund_seite{
position:relative;
top: -50%;
height:555px;
width:100%;
background:url(rand.png);
}

#hauptbild {
margin-left:auto; margin-right:auto;
width:764px;
height:555px;
padding:0 px;
background:url(h2.png);
}

#Verweis_feld{
width:127px;
height:22px;
border:0;
}
#Verweise {
width:129px;
height:200px;
position:relative;
left:607px;
top:296px;
border:none;
}

