#container {
    position: relative;
    background-color: #fff;
    padding: 0;
    margin-top: 10px;
}
#head {
    position: absolute;
    z-index: 21;
    zoom: 1;
    height: 180px;
    left: 0;
    top: 10px;
    background: transparent url(/fileadmin/layouts/main/public/gfx/dash-hori.gif) repeat-x scroll 0 150px;
}
.homelink {
    top: 33px;
}
#quicklinks {
    position: absolute;
    left: 10px;
}
#quicklinks li {
    margin-left: 2px;
    padding-left: 2px;
}
#main {
    background: transparent url(/fileadmin/layouts/main/public/gfx/dash-vert.gif) repeat-y scroll 210px 50%;
    z-index: 11;
    /*height: 162px;*/
}
#theme {
    width: auto;
    left: 212px;
}
#footer {
    background-color: #dcdcdc;
}
