#top { 
position: absolute; top: 0px; left: 0;
width: 100%;
height:98px; 
margin-top:0px; 
background-image:url(images/muster_o.jpg);
} 
#middle { 
position: absolute; top: 98px; left: 0;
height:104px; 
width: 100%;
margin-top:0px; 
background-image:url(images/verlauf.jpg);
} 
#bottom { 
position: absolute; top: 202px; left: 0;
width: 100%;
height:100%; 
margin-top:0px; 
background-image:url(images/muster.jpg);
}
#main {	
width: 100%;
height: 100%;
text-align: center;
}
/* Positionierung */
#main { position: absolute;}
#inhalt { 
position: static; top: 0px; left: 0;;
background-color: #646263;
width:976px;
margin-top:0px;
margin: auto;
}
#inhalt2 { 
position: static; top: 0px; left: 0;
width:976px;
height:100px;
margin-top:0px;
margin: auto; 
background-image:url(images/bg_mid_bot.jpg);
background-repeat:repeat-y;
}
body {
margin-bottom : 0px;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
background-color: #8C9091; /*vorher #646263*/
}
#flashcontent{
font-family: Verdana, Arial, Helvetica;
font-size: 11px;
color:#C3C1C2;
}
a{
color:#ffffff;
text-decoration:none;
font-weight:bold;
}
a:visited{ color:#ffffff;text-decoration:none; font-weight:bold };
a:active { color:#0174BC;text-decoration:none; font-weight:bold };
a:hover { color:#0174BC;text-decoration:none; font-weight:bold };