html, body {
    margin-top:5%;
    background-color:#fbfbfc;
    font-family:arial,verdana,helvetica,sans-serif;
}

h1 {
    font-size:20px;
    font-weight:normal;
    margin:20px 0px 0px 0px;
    font-weight:bold;
}

h2 {
    font-size:16px;
    font-weight:normal;
    margin:0px;
}

.box {
    margin:0px auto;
    width:549px;
}

.top {
    height:13px;
    background-image:url(/fileadmin/img/bg-top.gif);
}

#content {
    background-image:url(/fileadmin/img/bg-box.gif);
    background-position: bottom;
    background-repeat: repeat-x;
    width:529px;
    margin:0px 0px 0px 9px; 
    background-color:#FFF;
}

.main {
    background-image:url(/fileadmin/img/bg-main.gif);
    color:#8b8989;
    font-size:14px; 
     width:549px;    
}

.bottom {
    height:13px; 
    
    background-image:url(/fileadmin/img/bg-bottom.gif); 
}

.content {
    margin:40px 20px 30px 20px;  
    width:390px;
    float:right;
}

.footer,
.footer a {
    font-size:11px;
    color:#c6c7c8;
    text-decoration:none;
    text-align:right;
    margin:0px 7px 0px 0px;
}

.footer a:hover {
    text-decoration:underline;
    color:#87888a;
}

.bag {
    width:56px;
    height:50px;
    background-image:url(/fileadmin/img/bag.jpg);
    float:left;
    margin:20px 0px 0px 40px;
}

.clear {
    clear:both;
}
