/*
Cascading Style Sheet (css)

Website          : Webwerkers CMS Website
Sectie           : Layout
Versie           : V1.0
Auteur(s)        : Eric Schalker (eric /[at]/ webwerkers.nl)
Bedrijf          : Webwerkers
Gemaakt op       : 03-05-2010
Laatst gewijzigd : 05-05-2010

OVER & Note      : Diversen styles speciaal voor layout
*/

#wrapper {
     background: url(/images/bg-content.jpg) 379px 0px repeat-y;
     width: 860px;
     min-height: 100%;
     height: auto !important;
     height: 100%;
     margin: 0 auto -20px;
}

#header{
    height:180px;
    margin-top: 0px;
}

#rechts{
    width: 246px;
    color: #424242;
    float: right;
    background-color: #e1e1e1;
    margin-top: 20px;
    padding-bottom: 20px;
}

#rechts h1 {
    background: url(../images/header_bg_right.jpg) top left no-repeat;
    color: #fff;
    padding: 5px;
    padding-left:20px;
    margin: 0px;
    font-size: 16px;
}

#rechts .contentblok .tekst_rechts {
    padding-left: 20px;
}

#links{
    width: 379px;
    color: #424242;
    position: absolute;
    top: 176px;
    left: 0px;
}


#midden {
    width:477px;
    z-index: 0;
    left: 379px;
    top: 0px;
    position: relative;
}

.midden_top{
    background: url(/images/kop-home.jpg) top left no-repeat;
    height: 16px;
}

.footer{
    background:url("/images/footer_bg.jpg") no-repeat scroll center bottom transparent;
    position: relative;
    width: 700px;
    margin: 0 auto;
    color: #fff;
    left: 189px;
    line-height:19px;
    
}

.footer a{
    color: #fff;
    text-decoration: underline;
    
}

.footer, .push {
    height: 19px; /* .push must be the same height as .footer */
}

#midden h2{
    font-size: 16px;
    padding-left:20px;
}

#midden .contentblok h2{
    font-size: 16px;
    padding-left:0px;
}

#content_bg img {
    position: absolute;
    bottom: 10px;
    right: 15px;
    z-index: 0;
}

#logo_top{
    float: left;
    margin-left: 70px;
}
