body {
    font-family: helvetica, verdana;
    background: #333;
    
}

#Wrapper {
    position: absolute;
	margin-top:  -320px; /* -halbe Bildh?he -halbe Bildbreite */
    margin-left: -575px;
	left: 50%;
	top: 50%;
	width: 1150px;  /* Bildbreite */
	height: 640px; /* Bildh?he */
    
}

#content {
    position: absolute;
    top: 75px; 
    left: 50px; 
    width: 550px; 
    height: 250px; 
    background: transparent url('../images/sitemap_bg.png') repeat;
    color: white;
    font-size: 12px;
    text-align: left !important;
    padding: 15px;
    font-weight: lighter;
    
}
#content h1 {
    font-size: 13px;
    font-weight: lighter;
    margin-left: 25px;
    
}
#content a ,#footer a{
    text-decoration: none;
    color: white;
    font-size: 13px;
    font-weight: normal;
}
#content a:hover, a:visited, a:focus ,#footer a:hover, a:visited, a:focus {
    color: #B92021;
}
#content img {
    margin-left: 25px;
}
#topRating {
    text-align: left;
    width:100%; 
    height: 160px; 
    position: absolute; 
    top: 424px; 
    left: 3px;
    font-weight: normal;
		display: none;
		z-index:2;
		background-image:url(../images/topRating_hg.png);
		background-repeat:repeat;
}

#topRating .topRatingPic {
    float:left;
		width: 96px;
		margin: 10px 10px 10px 10px;
}
#topRating .topRatingText {
    font-size: 13px;
    color: #666;
		line-height: 150%;
		width: 455px;
}
#topRating h1 {
    font-size: 13px;
		margin-bottom:0px;
		padding-bottom:0px;
    color: #000;
}

#footer {
    text-align: left;
    width:500px; 
    height: 25px; 
    background: #666; 
    position: absolute; 
    top: 615px; 
    left: 10px;
    color: white;
    font-weight: normal;
}
#footer ul {
    margin: 0;
    padding: 0;
}
#footer li {
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
    margin-right: 10px;
}
#footer li a {
    padding-top: 7px;
}
#footer .copy {
    margin-left: 15px;
    font-size: 12px;
    margin-top: 3px;
}
img {
    border: 0;
}
.clear {
    clear: both;
}
.block1 {
    width: 200px;
    float: left;
}
.block2 {
    width: 200px;
    float: left;
}
.block3 {
    width: 200px;
    float: left;
}
.block4 {
    width: 200px;
    float: left;
}
