#top { 
position: absolute; top: 0px; left: 0;
width: 100%;
height:800px; 
margin-top:0px; 
background-image:url(images/back.jpg);
} 
#bottom { 
position: absolute; top: 800px; 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: #262626;
width:1032px;
margin-top:0px;
margin: auto;
}
#inhalt2 { 
position: static; top: 0px; left: 0;
width:1032px;
height:36%;
margin-top:0px;
margin: auto; 
/*background-color: #262626;*/
background-image:url(images/bg_mid_bot1.jpg);
background-repeat:repeat-y;
}
body {
margin-bottom : 0px;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
background-color: #545253; 
}
#flashcontent{
height:800px;
font-family: Verdana, Arial, Helvetica;
font-size: 11px;
color:#B3B3B3;
}
a{
color:#257DC9;
text-decoration:underline;
font-weight:bold;
}
a:visited{ color:#257DC9;text-decoration:underline; font-weight:bold };
a:active { color:#ffffff;text-decoration:none; font-weight:bold };
a:hover { color:#ffffff;text-decoration:none; font-weight:bold };