h1 {
     padding-right: 15px;
}

#left, #right {
     height: 273px;
}

#header {
    height: 271px;
    background: url(/img/visual/home.jpg) no-repeat;
}

#content {
    clear: both;
    background: url(/img/columns.jpg) no-repeat;
    height: 107px;
    padding-top: 114px;
    text-align: left;
}

#content li {
    float: left;
    height: 111px;
    padding-left: 10px;
    width: 211px;             /* Deklaration fuer IE 5.x */    
    voice-family:"\"}\"";     /* ab hier ignoriert IE 5.x nachfolgende Deklarationen */
    voice-family: inherit;
    width: 201px;
    margin-right: 1px;
}

#content li.first {
    width: 210px;             /* Deklaration fuer IE 5.x */    
    voice-family:"\"}\"";     /* ab hier ignoriert IE 5.x nachfolgende Deklarationen */
    voice-family: inherit;
    width: 200px;
}

#content li.last {
    margin-right: 0px;
}


#content li a.more {
    position: absolute;
    padding-right: 9px;
    margin-top: 89px;
    font-size: 9px;
    background: url(/img/red-arrow.gif) no-repeat 103px 5px;
}

