/********************************************
  HTML
********************************************/
* {
    margin:0;
    padding:0;
}
body {
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    line-height: 150%;
    color: #303030;
    text-align: center;
}
a,
a:link,
a:visited,
a:active {
    cursor: pointer;
    /*outline: none;*/
    color: #303030;
    text-decoration: none;
}
a:hover {
}
h4, p, form, table, ul, ol {
    margin-bottom: 10px;
}
/*
h2 {
    font-size: 1.3em;
}
h3 {
    font-size: 1.2em;
    line-height: 140%;
}
h4 {
    font-size: 1.1em;
    line-height: 140%;
}
h4 {
    font-size: 1em;
}
*/
ul, ol {
    padding-left: 20px;
}
img {
    border: 0;
}
th, td {
    text-align: left;
    vertical-align: top;
}

/********************************************
  GENERAL CLASSES
********************************************/
.breaker {
    clear: both;
    font-size: 1px;
    line-height: 1px;
}

/********************************************
  LAYOUT
********************************************/
#container {
    width: 1000px;
    margin: 0 auto;
    text-align: left;
}
#header {
    width: 1000px;
    position: fixed;
    height: 98px;
    padding-top: 12px;
    background: #fff;
    z-index: 2;
}
#main {
    width: 1000px;
    padding-top: 110px;
}
#logo {
    position: absolute;
}

/********************************************
  MENUS
********************************************/
/* HOOFDMENU */
#menu {
    margin-left: 136px;
    padding-top: 30px;
}
#menu ul {
    padding: 0;
    width: 100%;
    list-style: none;
}
#menu li {
    display: block;
    float: left;
    margin: 0 9px;
    font-size: 18px;
}
#menu li#menu_5 {
    margin-right: 0;
}
#menu a,
#menu a:link,
#menu a:visited,
#menu a:active {
    display: block;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: top left;
    height: 43px;
}
#menu a:hover,
#menu .active a {
    border-bottom-width: 2px;
    border-bottom-style: solid;
}
#menu a span {
    display: none;
}
#menu li#menu_2 a {
    width: 266px;
    border-color: #BBCCD3;
    background-image: url(/img/menu_projecten.gif);
}
#menu li#menu_3 a {
    width: 218px;
    border-color: #27CCE1;
    background-image: url(/img/menu_diensten.gif);
}
#menu li#menu_4 a {
    width: 100px;
    border-color: #C7A261;
    background-image: url(/img/menu_info.gif);
}
#menu li#menu_5 a {
    width: 217px;
    border-color: #E1461A;
    background-image: url(/img/menu_contact.gif);
}

/********************************************
  CONTENT
********************************************/
.content {
    padding: 10px;
}
.contentleft,
.contentright {
    float: left;
    width: 480px;
}
.contentright {
    margin-left: 20px;
}

/********************************************
  HOME
********************************************/
#home_header {
    background-color: #BACDD5;
    color: #fff;
    padding: 10px;
    margin-bottom: 10px;
}
#home_header h2 {
    float: left;
    width: 410px;
    font-size: 70px;
    font-weight: normal;
    line-height: 130%;
}
#home_header p {
    float: left;
    margin: 23px 20px;
    width: 260px;
    font-weight: bold;
}

/********************************************
  PROJECTEN
********************************************/
#projecten h2,
#projectnav {
    background-color: #303030;
    text-transform: uppercase;
    color: #fff;
    font-weight: normal;
    padding: 0 10px;
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 60px;
    height: 60px;
    border-bottom: 1px solid #fff;
}
#projectnav a,
#projectnav a:link {
    color: #BBCCD3;
}
#projectnav a:hover,
#projectnav a.active,
#projectnav a.active:link {
    text-decoration: underline;
}
#projectenContent {
    padding-top: 60px;
}
#projectnav {
    position: fixed;
    width: 980px;
    z-index: 3;
}
.project {
    background-color: #F1F5F6;
    margin-bottom: 10px;
}
.project h3 {
    background-color: #DCE6EA;
    text-transform: uppercase;
    font-weight: normal;
    padding: 0 10px;
    font-size: 15px;
    line-height: 40px;
    border-bottom: 1px solid #fff;
}
.project .projectcontent {
    padding: 10px 10px 0;
}
.project .projectcontent .projectmedia {
    float: left;
    width: 240px;
}
.project .projectcontent .projectmedia a,
.project .projectcontent .projectmedia a:link {
    background: url(/img/meer_beelden.gif) no-repeat top left;
    display: block;
    padding-left: 6px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    margin-top: 10px;
}
.project .projectcontent .projectinfo {
    margin-left: 260px;
    /*height: 160px;
    overflow: auto;*/
    border-bottom: 1px solid #fff;
}
.project .projectcontent .projectdata {
    margin-left: 260px;
    line-height: 40px;
}
#projectmoremediacontent {
    /*height: 600px;
    overflow: hidden;*/
    margin-bottom: 10px;
}
#projectmoremediacontent strong {
    line-height: 20px;
}
#projectmoremedianav {
    /*height: 90px;
    overflow: auto;*/
}
#projectmoremedianav img {
    margin-right: 10px;
}

/********************************************
  DIENSTEN
********************************************/
#diensten h2 {
    background-color: #A8E6F0;
    text-transform: uppercase;
    font-weight: normal;
    padding: 0 10px;
    font-size: 15px;
    line-height: 40px;
    border-bottom: 1px solid #fff;
}
.dienst {
    background-color: #CCEFF6;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff; /*IE BUG*/
}
.dienst .dienstproject {
    border-top: 1px solid #fff;
    background-color: #DCE6EA;
    padding: 10px;
}
.dienst .dienstproject a,
.dienst .dienstproject a:link {
    background: url(/img/voorbeeld_project.gif) no-repeat top left;
    display: block;
    padding-left: 6px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
}
.dienst .project {
    margin: 0;
}

/********************************************
  INFO
********************************************/
#info h2 {
    background-color: #E3D1B2;
    font-weight: normal;
    padding: 0 10px;
    font-size: 15px;
    line-height: 40px;
    border-bottom: 1px solid #fff;
}
#info .block {
    background-color: #EFE4D0;
    margin-bottom: 10px;
}
/*
#info #infofoto {
    float: right;
    margin-left: 20px;
    display: block;
}
*/
#links {
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #fff; /*IE BUG*/
}
#links li {
    line-height: 30px;
    border-bottom: 1px solid #fff;
    padding: 0 10px;
}
#links a,
#links a:link {
    font-weight: bold;
}
#links a span,
#links a:link span {
    font-weight: normal;
}

/********************************************
  CONTACT
********************************************/
#contact h2 {
    background-color: #F5A492;
    font-weight: normal;
    padding: 0 10px;
    font-size: 15px;
    line-height: 40px;
    border-bottom: 1px solid #fff;
}
#contact .block {
    background-color: #FAC9BE;
    margin-bottom: 10px;
}
#contact #adres {
    width: 300px;
    float: left;
}
#contact #route {
    float: left;
    width: 180px;
    margin-left: 10px;
}
#contact #map {
    float: left;
    width: 480px;
    height: 300px;
    margin-left: 10px;
}

#contact #contactcontent {
    float: left;
    width: 400px;
}
#contact #contactform {
    float: left;
    width: 560px;
    margin-left: 20px;
}
#contact p {
    padding-bottom: 5px;
}
#contact label {
    display: block;
    float: left;
    width: 80px;
}
#contact input.text,
#contact textarea {
    width: 480px;
    border: 0;
    font-family: Arial, Helvetica, sans-serif;
    padding: 3px 0;
}
#contact #verzenden {
    font-family: Arial, Helvetica, sans-serif;
    background: url(/img/verzenden.gif) no-repeat center left;
    width: 82px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    border: 0;
    text-transform: uppercase;
    margin-left: 80px;
    text-align: left;
    line-height: 20px;
    padding: 3px 0 3px 3px;
    cursor: pointer;
}
#contact span.form_error {
    color: #c00;
    font-size: 0.8em;
    display: block;
    padding-left: 80px;
    clear: both;
}
