div#content {
        float: left;
        
        width: 500px !important;
}

div#footer {
        clear: both;
}

ul#news {
        background-color: #ece8d7;
  
        float: right;
        
        margin: 0 18px 15px 0;
        
        padding: 0px 8px 8px 8px;
        
        width: 212px;
}

ul#news h3 {
        font-size: 9px;
}

ul#news li {
        font-size: 9px;
        
        margin: 15px 0 0 4px;
}

ul#news li.super {
        background-color: #fff;
        background-repeat: no-repeat;
        
        height: 38px;        
        width: 228px;
        
        margin: 0 0 -8px -8px;
}

ul#news li.super h2 {
        margin-left: -9999px;
        
        overflow: hidden;
}

ul#news li.news-de {
        background-image: url('../graphics/de/sup_news.gif');
}

ul#news li.news-en {
        background-image: url('../graphics/en/sup_news.gif');
}

div#newsletter {
        background: #dedee7 url('../graphics/sup_newsletter.gif') no-repeat;
        
        /* clear floating newsbar */
        clear: right;
        
        float: right;
        
        margin: 0 18px 0 0;
        
        padding: 45px 8px 8px 8px;
        
        width: 212px;      
}

div#newsletter h2 {
        height: 45px;
        
        margin: -45px 0 0 -9999px;
}

div#newsletter ul {
        list-style: none;
        
        margin-left: 4px;
}

div#newsletter, div#newsletter a {
        font-size: 9px;
}

ul#news h3, div#newsletter h3 {
        margin: 10px 0 0 0;
}

ul#news p, div#newsletter p {
        margin-bottom: 10px;
}

ul#news p, ul#news span, div#newsletter p, div#newsletter span {
        line-height: 12px;
}

img#button-newsletter {        
        right: 14px;
        top: 275px;
        
        position: absolute;
        z-index: 5;
}