#sitename {
    width: 100%;
    height: 215px;
}
#sitename p {
    text-align: right;
    font-family: "Georgia", Times, serif;
    font-size: 4px;
    font-weight: bold;
    letter-spacing: 1px;
    white-space: nowrap;    
    color: #FEFEFE;
    margin: 0;
    padding: 100px 60px 0 0;
}

#header {
    background: url(http://gerald-sterling.de/templates/siteground57/images/header.jpg) no-repeat top center;
    height: 400px;
    width: 100%;
    margin: 0 auto;
}
#menucenter {
    background-color:transparent;
    height: 41px;
    width: 92%;
    text-align: center;
    margin: 0 auto;
}

#menucenter .menu_l {
    background: url(http://gerald-sterling.de/templates/siteground57/images/menu_left.gif) no-repeat top left;
    height: 41px;
    width: 30px;
}
#menucenter .menu_m {
    background: url(http://gerald-sterling.de/templates/siteground57/images/menu_mid.jpg) repeat-x;
    text-align:center;
    height: 41px;
}
#menucenter .menu_r {
    background: url(http://gerald-sterling.de/templates/siteground57/images/menu_right.gif) no-repeat top right;
    height: 41px;
    width: 30px;
}
#topnavi{
    position:relative;
    display: block;
    height: 41px;
    font-size: 18px;
}

#topnavi ul {
    float:left;
    margin:0;
    padding:0;
    list-style-type:none;
    width:auto;
}

#topnavi ul li {
    display:block;
    float:left;
    margin:0;
    background-image: none; 
}

#topnavi ul li a{
    display: block;
    float: left;
    color: #900;
    text-decoration: none;
    padding: 9px 10px 0 10px;
    height: 32px;
    font-family: "Georgia", Arial, serif;
}


#topnavi ul li a:hover,#topnavi ul li a.current{
display: block;
background: #900;
color: #000;
}
