body {
    background: #ded9c2;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

#DwMain {
    width: 908px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

#Wrapper {
    width: 908px;
    height: auto;
    margin: 0 0 0 -5px;
    padding: 0;
    float: left;
}

#bgMain  {
    width: 100%;
    height: 100%;
    position: absolute;
    margin: 0;
    padding: 0;
    background: transparent url(/files/billeder/web/BodyBg.jpg) top center no-repeat;
}

#cTop {
    width: 908px;
    height: 142px;
    margin: 0;
    padding: 0;
    float: left;
    background: #efece1 url(/files/billeder/web/bgTop011.png) right bottom no-repeat;
    position: relative;
}

#cSeparator {
    width: 908px;
    height: auto;
    min-height: 112px;
    margin: 0;
    padding: 0;
    float: left;
    background: transparent url(/files/billeder/web/cBgAbsolute.jpg) right top no-repeat;
}

#cSeparatorB {
    width: 908px;
    height: auto;
    min-height: 112px;
    margin: 0;
    padding: 0;
    float: left;
    background: transparent url(/files/billeder/web/bgSep02.png) right bottom no-repeat;
}

#cContenidoM {
    width: 908px;
    height: 509px;
    margin: 0;
    padding: 0;
    float: left;
    background: transparent url(/files/billeder/web/bgSep011.png) 0 0 no-repeat;
}

#cFooter {
    width: 908px;
    height: 25px;
    margin: 0;
    padding: 0;
    float: left;
    background: #EFECE1;
}

#cLogo {
    width: 516px;
    height: 129px;
    position: absolute;
    left: 25px;
    top: 25px;
}

#cTitle {
    width: 381px;
    height: 30px;
    position: absolute;
    top: 50px;
    left: 155px;
}

#cMenu {
    width: auto;
    height: auto;
    position: absolute;
    top: 110px;
    left: 145px;
}

#cMenu ul {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
}

#cMenu ul li {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    float: left;
    display: inline;
}

#cMenu ul li span {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0 0 0 3px;
    float: left;
}

#cMenu ul li span:hover, #cMenu ul li span#sactiveitem {
    background: transparent url(/files/billeder/web/cMenuHO.png) top left no-repeat;
    cursor: pointer;
}

#cMenu ul li a {
    width: auto;
    height: auto;
    margin: 0;
    padding: 2px 10px 2px 7px;
    float: left;
    font-size: 14px;
    font-family: Trebuchet MS;
    color: #432f1b;
}

#cMenu ul li a:hover, #cMenu ul li a#activeitem, #cMenu ul li span:hover a {
    text-decoration: none;
    background: transparent url(/files/billeder/web/cMenuHOR.png) top right no-repeat;
    cursor: pointer;
}

.cFooDir {
    width: auto;
    height: auto;
    margin: 0;
    padding: 4px 10px;
    float: left;
}

.cFooDir small {    
    color: #432f1b;
    font-family: Trebuchet MS;
    font-size: 12px;
}

.cFooPow {
    width: auto;
    height: auto;
    margin: 0;
    padding: 4px 10px;
    float: right;
}

.cFooPow a {    
    color: #b0a698;
    font-family: Trebuchet MS;
    font-size: 12px;
}

.cFooPow a:hover {
    text-decoration: none;
    color: #432f1b;
}