
body {
    font-size:12px;
    font-family:arial, sans-serif;
    line-height:1.5em;
    color: #444;
    margin:0;
}

img {
 border: 0px;
}

h1 {
    font-weight: bolder;
    font-size: 1.4em;
    line-height: 1.5em;
    margin-bottom: 20px;
    margin-top: 0px;
    color:#3F7F94;
}

h2 {
    font-size: 1.2em;
    margin-top:20px;
    margin-bottom:4px;
    color:#333333;
}

a {
    color:#179fc7;
}

a:hover {
    text-decoration:none;
}

a.readmore {
    border-left:1px solid #cdcdcd;
    padding-left:5px;
}

#header {
    height:95px;
    position:relative;
    overflow:hidden;
}

#header h1 {
    float:left;
    background:transparent url(../imgs/logo.png) left center no-repeat;
    margin-top:20px;
    width:173px;
    height:60px;
    position:relative;
}

#header h1 a {
    width:173px;
    height:60px;
    display:block;
    text-indent:-9000px;
}

#header ul {
    list-style:none;
    float:right;
    margin-top:55px;
}

#header ul li {
    float:left;
    background-position:left top;
    background-repeat:no-repeat;
    background-color:transparent;
    position:relative;
}

#banner {
    margin-bottom:20px;
    height:63px;
    display:block;
    padding-top:0px;
    background:transparent url(../imgs/bg-banner.png) center top repeat-x;
}

#banner div {
    width:900px;
    margin:0 auto;
}

#footer {
    overflow:hidden;
}

#sitemap {
    float:left;
}

#sitemap h2 {
    background:transparent url(../imgs/text-sitemap.png) left center no-repeat;
    text-indent:-9000px;
    width:67px;
    margin-top:2px;
    height:20px;
    margin-bottom:20px;
}

#sitemap ul {
    list-style:none;
    margin-left:2px;
    padding-left:0;
}

#sitemap ul li {
    margin-bottom:5px;
}

#sitemap ul li.selected {
    font-weight:bold;
}

#sitemap ul li.selected a {
    text-decoration:none;
}


#footer {
    background:transparent url(../imgs/bg-footer.png) center top repeat-x;
    padding-top:10px;
}

#logobottom {
    background:transparent url(../imgs/logo-footer.png) right top no-repeat;
    margin-top:30px;
    text-align:right;
    float:right;
    width: 300px;
    height: 50px;
}

#sidenav {
    float:left;
    width:150px;
    list-style:none;
    padding-left:6px;
    margin-top: 0px;
}

#sidenav ul {
    list-style:none;
    padding-left:0;
    margin:3px 0 0 20px;
}

#sidenav > li {
    margin-bottom:7px;
}

#sidenav ul li a {
    font-weight:normal; text-decoration: none; font-size:12px;
}

#sidenav li.selected > a {
    font-weight:bold;
    text-decoration:none;
}

#sidenav > li > a {
    font-size:1.25em;
}

#sidenav li a {
    text-decoration:none;
    display:block;
    padding:0;
}


#content {
    margin-left:170px;
    margin-bottom:30px;
    min-height: 350px;
}

.hoverbold a:hover {
    font-weight: bold;
    font-size: 12px;
}

.container {
    width:900px;
    margin:0 auto;
}

/* HOMEPAGE */


#banner p {
    float:right;
    margin-top:00px;
    margin-right:130px;
    width:225px;
}

#banner p img {
    margin-bottom:20px;
}

#welkom {
    width:45%;
    margin-top:5px;
    float:left;
}

#welkom h2 {
    background:transparent url(../imgs/text-welkom.png) left center no-repeat;
    width:228px;
    height:33px;
    text-indent:-9000px;
}

#body-home #main {
    height:192px;
}

#body-home #banner .container {
    height:276px;
    background:transparent url(../imgs/banner-home2.png) 0px bottom no-repeat;
}

#body-home #banner {
    height:276px;
    padding-top:0;
    background:transparent url(../imgs/bg-banner-home.png) center top repeat-x;
}

#body-home #infobox {
    float:right;
    background:transparent url(../imgs/box-info.png) left center no-repeat;
    width:348px;
    color:#fff;
    padding:0 20px;
    height:144px;
    font-size:0.9em;
}


#body-home #infobox img {
    margin-top:30px;
    margin-bottom:0px;
}


