* { margin:0; padding:0; text-decoration:none; font-weight:normal; outline:none; }
strong { font-weight:bold; }
a img { border:0; }

body {
  font-family:Source Sans Pro, Arial, Verdana, Helvetica, sans-serif;
  font-size:15px;
  line-height:29px;
  color:#2D2A2B;
}
#formulier span.lft, #formulier li strong {
  font-family:Source Sans Pro, Arial, Verdana, Helvetica, sans-serif;
  font-size:14px;
  line-height:30px;
}

/* Algemene tekstopmaak in .content */
.content p, .content li {
  font-family:Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
  font-size:12px;
  line-height:21px;
}

.wrap {
  overflow:auto;
}

.ctr {
  width:960px;
  margin:0 auto;
  overflow:auto;
}

#header {
  width:960px;
  height:120px;
}

#header div.logo {
  padding-top:10px;
  width:405px;
  float:left;
}

#header div.menu {
  width:550px;
  float:right;
}
#header div.menu ul { list-style:none; float:right; padding-top:40px; }
#header div.menu ul li { display:inline; }
#header div.menu ul li a {
  display:block;
  padding:0 0 20px 0;
  font-size:16px;
  color:#000;
  margin-right:20px;
  text-transform:uppercase;
  float:left;
}
#header div.menu ul li.active a, #header div.menu ul li a:hover {
  border-bottom:3px solid #000000;
}
#header div.menu ul li a:hover { border-bottom:3px solid #eee; }
#header div.menu ul li.active a { border-bottom:3px solid #000000; }

.splashWrap { }
#splash {
  height:399px;
}

#page {
  overflow:auto;
  padding:30px 0;
}

#page div#content {
  width:625px;
  float:left;
}

#page div#sidemenu {
  width:300px;
  float:right;
}

.multicolWrap { background:##Invalid.Content; }
#multicol {
  padding:40px 0;
  padding-left:30px;
  overflow:auto;
  background:##Invalid.Content;
}
#multicol div.col {
  width:280px;
  float:left;
  margin-right:30px;
  background:##Invalid.Content;
}
#multicol div.last { margin-right:0; }

.footerWrap { background:#353734; }
#footer {
  color:#fff;
  padding:20px 0 10px 0;
  background:#353734;
  text-align:center;
  font-size:15px;
  line-height:35px;
}
#footer a { color:#fff; }

/* Content */
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content p, .content ul, .content ol, .content hr, .content table {
  margin-bottom:5px;
}
.content h1, .content h2, .content h3, .content h4, .content h5 {
  font-size:18px;
  font-weight:600;
  color:#01451e;
}
.content h1 u, .content h2 u, .content h3 u, .content h4 u, .content h5 u {
  font-size:14px;
}
.content p, .content ul, .content ol { margin-bottom:15px; }
.content ul, .content ol { padding-left:30px; }
.content h1, .content h2, .content h3, .content h4, .content h5 { padding-top:10px; }
.content h1 { font-size:21px; }
.content h2 { font-size:20px; }
.content h3 { font-size:19px; }
.content h4 { font-size:18px; }
.content h5 { font-size:14px; font-weight:bold; margin-bottom:0px; }
.content a { color:#1148d4;  }
.content a:hover { text-decoration:underline; }
.content hr {
  height:1px;
  border:0;
  color:#ccc;
  background:#ccc;
  margin:10px 0 35px 0;
}

.sff { overflow:auto; }
.sff ul { list-style:none; padding:0; margin:0; }
.sff ul li { display:block; overflow:auto; margin-bottom:10px; line-height:28px; text-transform:lowercase; }
.sff ul li span.lft, .sff ul li span.rgt { display:block; float:left; }
.sff ul li span.rgt { float:right; width:474px; text-align:right; padding-right:6px; }
.sff ul li span.lft { float:left; width:100px; }
.sff input.text, .sff textarea, .sff input.submit {
  border-radius:7px;
  -moz-border-radius:7px;
  -webkit-border-radius:7px;
}
.sff input.text, .sff textarea {
  border:2px solid #CFCDCE;
  padding:3px;
}
.sff textarea { width:600px; height:200px; padding:7px; }
.sff input.submit {
  margin:0 8px 6px 0;
  border:0;
  padding:0 5px 2px 5px;
  background:#007332;
  text-align:center;
  height:30px;
  font-weight:bold;
  color:#ffffff;
  float:right;
  -moz-box-shadow: 3px 3px 3px #888;
  -webkit-box-shadow: 3px 3px 3px #888;
  box-shadow: 3px 3px 3px #888;
}
.sff li.mbb { margin-bottom:15px; }
.sff input.text { line-height:24px; height:24px; width:436px; padding-left:10px; }
.sff h2 { margin-bottom:30px; }
.sff li strong { font-weight:normal; }

