@import url(reset.css);

body {

}
strong { 
    font-weight:bold; 
}
em {
    font-style:italic;
}

a {
    color:#85796D;
}

#download {
    position:absolute;
    margin-top:150px;
    margin-left:580px;
    padding-right:50px;
    background:url(../img/pdf_icon_groot.png) no-repeat right;
    text-align:right;
    width:300px;
    line-height:1;
    padding-top:10px;
    display:block;
    text-decoration:none;
    font-size:13px;
    color:#000;

}

body {
    font-family:Helvetica, Arial, "Liberation Sans", 'sans serif';
    font-size:12px;
    line-height:1.4;
}

#container {
    width:960px;
    background:#fff;
    margin:auto;
}

#container #header h1 {
    margin-left:-5000px;
}

#header {
    height:184px;
    background:url(../img/header.png) no-repeat left top;
    width:960px;
}

#content {
    background:url(../img/bg.png) repeat-x;
    min-height:510px;
}

#footer {
    text-align:right;
}

#nav {
    height:510px;
    background:#d1cec7;
    width:235px;
    border-right:2px solid #fff;
    float:left;
}

#nav div {

}

#nav h2 {
    padding-left:12px;
    font-weight:bold;
    font-size:32px;
    height:72px;
    line-height:2.1;
    letter-spacing:-1px;
}

#nav h2.selected {
    color:#fff;
}

#nav h2.selected {
    color:#fff;
}

#nav h2 a {
    color:#000;
    text-decoration:none;

}

#nav h2.selected a {
    color:#fff;
    text-decoration:none;
}

#nav ul {
    padding-bottom:13px;
    margin-left:0px;
    line-height:2.2;
    margin-top:-18px;
}
#nav ul li {
    padding-left:30px;
    height:43px;
    cursor:pointer;

}
#nav li.selected  {
    color:#fff;
    background:url('../img/pijl_klein.png');
    width:220px;
    height:43px;
}
#nav li:hover  {
    color:#fff;
    background:url('../img/pijl_klein.png');
    width:220px;
    height:43px;
}



#nav li.selected a, #nav li:hover a {
    font-weight:bold;
    color:#fff;
}

#nav h2.selected.arrow, #nav h2.arrow:hover {
    color:#fff;
    background:url('../img/pijl_groot.png');
    width:238px;
}

#nav h2.arrow:hover a {
    color:#fff;
}


.line {
    border-top:1px solid #fff;
}

#nav ul li a {
    font-size:20px;
    letter-spacing:-1px;
    text-decoration:none;
    color:#222;
}

#innercontent {
    float:left;
    width:660px;
    padding:20px 30px;
}

#facebook {
    float:left;
    width:194px;
    height:240px;
}

.facebook {
    background:url(../img/facebook.png);
    background-repeat:no-repeat:
    background-position:top left;
    cursor:pointer;
}

.spabook {
    background:url(../img/spabook.png);
    background-repeat:no-repeat:
    background-position:top left;
}



#facebook img {
    margin-top:40px;
    margin-left:2px;
}

#facebook div {
    margin-left:15px;
    font-weight:bold;
    font-size:14px;
}

#facebook div span {
    display:block;
    color:#999;
    font-weight:normal;
}

.info {
    padding:20px 2px 20px 6px;
}

#data {
    float:right;
    width:435px;

}
    #data h2 {
        color:#de042e;
        font-size:45px;
        letter-spacing:-0.5px;
        font-weight:bold;
        line-height:1;
        margin-bottom:5px;
    }

    #data h2 span {
        display:block;
        font-size:30px;
    }

    #data h3 {
        font-size:19px;
        letter-spacing:-1px;
        margin-bottom:10px;
    }

    #data #bio {
        height:150px;
    }

    #data .data {
        float:left;
        width:200px;
    }

    #data .wrapper, #data .wrapper a {
        font-size:16px;
        letter-spacing:-1px;
        text-decoration:none;
        color:#222;
    }
    #data .wrapper {
        margin-top:10px;

    }

h3 {
    font-size:20px;
    color:#000;
}

ul.pdf a {
    padding-left:25px;
    background:url(../img/pdf_icoontje.png) no-repeat left;
    height:20px;
    display:block;
    color:#000;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
}

ul.pdf li {
    height:20px;
}
ul.pdf.col2 li a {
    font-size:20px;
    font-weight:normal;
}

ul.pdf.col2 li {
    width:50%;
    float:left;
    margin-bottom:10px;
}

.extra-pdf {
    float:left;
    margin-top:10px;
    padding-left:45px;
    background:url(../img/pdf_icon_groot.png) no-repeat left;
    text-align:left;
    width:90px;
    line-height:1;
    padding-top:10px;
    display:block;
    text-decoration:none;
    font-size:13px;
    color:#000;
    margin-right:10px;
}



