body {
    
}

a img {
    border:0;
}

a, a:visited {
    text-decoration:none;
    color:#000;
}

ul {
    list-style-type:none;
}

* { 
        margin:0;
    padding:0;
}

#page {
    width:950px;
    margin:0 auto;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/* header */

#pageheader {
    height:66px;
    position:relative;
    background:url("../images/pageheaderbg.gif") no-repeat;
    z-index:5;
}

#siteselector {
    position:absolute;
    top:0;
    right:0;
    height:43px;
    width:182px;
}

#header {
    position:absolute;
    top:0;
    left:0;
    z-index:1000;
}
/* menu */

#menu {
    position:absolute;
    top:43px;
    left:223px;
}

#menu ul {
    margin:0;
    padding:0;
    list-style-type:none;
}

#menu ul li {
    line-height:21px;
    vertical-align:middle;
    float:left;
}

#menu ul li a span {
    
    padding-left:10px;
    padding-right:10px;
    
}

/* contentpage */

#contentpage {
    position:relative;
    background:url("../images/bgblue.gif") repeat-y; 
}

/* main */

#mainpage {
    width:768px;
    float:left;
}

#mainpageleader {
    height:192px;
    position:relative;
    z-index:1;
}

.imgcontainer {
    float:left;
    width:256px;
    height:192px;
}

#contact {
    padding-left:10px;
    padding-right:10px;
    padding-bottom:5px;
    position:absolute;
    bottom:0;
    right:0;
    width:162px;
}

/* submenu */

#submenucontact {
    float:left;
    width:182px;
    padding-bottom:160px;
    min-height: 420px;
}

#submenu ul {
    margin:0;
    padding:0;
    list-style-type:none;
}

/* projecten */

#projecten a {
    display:block;
    width:100px;
    height:80px;
    left:0;
    top:0;
}

#projecten ul{
    padding-left:8px;
    padding-top:8px;
    padding-bottom:8px;
}

#projecten li{
    float:left;
    padding:8px;
    display:block;
    width:100px;
    height:80px;
    position:relative;
}
.projectpreview {
    position:absolute;
    top:0px;
    left:0px;
}

#projecten .projectpreview a {
    top:auto;
    left:auto;
    width:120px;
    height:96px;
}

/* 
    teksten
*/



#contenttext, #projectcols {
    margin-bottom:0.5em;
    width:758px;
    border-right:solid 2px #10102a;
}

#contenttext p, #projectcols p  {
    line-height:150%;
    padding-bottom:0.5em;
}

#contenttext .col, #projectcols .col {
    float:left;
    border-left:solid 1px #10102a;
    margin-left:10px;
    padding-left:10px;
    padding-right:10px;
}

#projectcols .col {
    width:348px;
}

#projectenoverzicht li {
    float:left;
    padding-left:20px;
    padding-right:20px;
    text-align:center;
    font-weight:bold;
    height:290px;
    width:344px;
}

#imgbrowser li {
    float:left;
    width:256px;
}

#imgbrowser li img {
    padding:5px;
}

#gmap {
    height:200px;
}