@charset "utf-8";
/* CSS Document */

BODY {
background-color:#000000;
margin:10px;
padding:0px;

}

a:link {color:#CC0000; text-decoration:none; font-weight:bold}
a:visited {color:#CC0000; text-decoration:none; font-weight:bold}
a:hover {color:#CC0000; text-decoration:none; font-weight:bold}
a:active {color:#CC0000; text-decoration:none; font-weight:bold}

#wrapper{
position: absolute;
width: 945px;
border-top:1px solid #FF0000;
left: 50%;
margin-left: -472.5px;  /* hier die Hälfte der Breite des Wrappers angeben */
margin-top:25px;


}

#navi{
width:945px;
height:31px;
background:url(navi_bg.gif);
}
#content{
width:945px;
height:370px;
background:url(bg_wrapper.gif);
}

#framecontent {
width:660px; !important;
width:638px;
margin:0px;
background-color:#A5A5A5;
}	

#iframe_container {
width:20x;
height:370px;
float:left;
margin-left:145px;
overflow-x:hidden;
overflow-y:scroll;
}

#txt{
width:300px;
padding:20px;
padding-top:0px;             
margin-top:20px;
float:left;


}

h1{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:13px;
}

P{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:11px;
line-height:1.7em;
}

#box{
width:260px;
margin-left:20px;
margin-top:5px;
float:left;
}

#footer{
background:url(footer.gif);
width:945px;
height:52px;
text-align:center;
}