html {
   overflow-y:scroll;
}

html,body {
   margin:0px;
   padding:0px;
   font-family:Verdana,Sans-serif;
   font-size:11px;
   letter-spacing:0.05em;
   background:#FFF;
   color:#444443;
}

a {
   color:#FA1E28;
   text-decoration:none;
}
a:hover {
   color:#2F0003;
}

div#wrapper {
   width:765px;
   height:auto;
   margin:0px auto;
   border-left:1px solid #000;
   border-right:1px solid #000;
   border-bottom:1px solid #000;
}

div#header {
   width:765px;
   height:320px;
   background-image:url('../media/header.jpg');
   background-repeat:no-repeat;
}
div#header div#contact {
   padding:12px;
   font-family:Arial;
   font-size:9px;
   font-weight:bold;
   letter-spacing:0px;
   color:#000;
}

div#topbar {
   height:25px;
   line-height:25px;
}
div#topbar div.content {
   padding-left:15px;
}
div#topbar div#top-left {
   float:left;
   width:480px;
   color:#FFF;
   background-color:#A0A09C;
}
div#topbar div#top-left a {
   color:#FFF;
   text-decoration:none;
}
div#topbar div#top-left a:hover {
   text-decoration:underline;
}
div#topbar div#top-right {
   float:left;
   width:284px;
   color:#FEB120;
   background-color:#353A3D;
   border-left:1px solid #000;
}
div#topbar div#top-right a {
   color:#FEB120;
   text-decoration:none;
}
div#topbar div#top-right a:hover {
   text-decoration:underline;
}

div#left {
   float:left;
   width:480px;
}

div#right {
   float:left;
   width:284px;
   border-left:1px solid #000;
}
div#right div#right-img {
   width:284px;
   height:155px;
}
div#right div#right-black {
   width:284px;
   height:150px;
   background-color:#000;
}
div#right div#right-yellow {
   width:284px;
   height:150px;
   background-color:#FA1E28;
}
div#right div#right-red {
   width:284px;
   height:150px;
   background-color:#FEB120;
}
div#right div#right-yellow h1 {
   margin:0px;
   padding:0px;
   color:#FFF;
   font-size:40px;
}


div#content {
   float:left;
   width:333px;
   margin:0px;
   padding:0px;
}
div#content h1 {
   font-size:14px;
}
div#content div.content-inner {
   width:322px;
   margin:10px 10px 0 20px;
}
div#content ul {
   margin-left:15px;
   padding-left:0px;
}

a.projecten {
   font-weight:bold;
}

div#copyright {
   color:#CCC;
   margin-top:30px;
   margin-left:15px;
}
div#copyright a {
   color:#CCC;
   text-decoration:none;
}
div#copyright a:hover {
   text-decoration:underline;
}

div.moz-clear {
   clear:both;
}