@charset "UTF-8";

html,
body {
   margin:0;
   padding:0;
   height:100%;
   font-family: font-family: 'Roboto', sans-serif;
}
#container {
   min-height:100%;
   position:relative;
}

/* HEADER */
#headerwrap {

   height:120px;background-color:#333; 
}
#header {
    max-width:1400px;  
    margin: 0px auto 0px auto; 
    padding: 0px 20px 0px 20px;
}

/* BODY */
#bodywrap {
   padding-bottom:60px;   /* HOOGTE VAN DE FOOTER - AAN TE PASSEN */
}
#body {
    max-width:960px;  
    margin: 0px auto 0px auto; 
    padding: 0px 20px 40px 20px;
}

/* FOOTER */
#footerwrap {
   position:absolute;
   bottom:0;
   width:100%;
   height:60px;   /* HOOGTE VAN DE FOOTER - AAN TE PASSEN */
   background:#141414;
}
#footer {
    max-width:1400px; 
    margin: 0px auto 0px auto; 
    padding: 0px 20px 0px 20px; text-align:center;
}

#footer a { font-size:10px; color:#666;}



.top { height:80px; width:100%;  text-align:center;}



.nav { width:100%;}
.nav a { color:#000; float:right; font-size:0.8em; line-height:2em; padding:0 5px 0 5px; margin-left:1%; border:1px solid #000; display:block; text-transform:uppercase;}

.banner { width:100%; height:350px; background: url(../images/banner.jpg) no-repeat center top; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; -moz-box-shadow: 0 0 5px #333;
-webkit-box-shadow: 0 0 5px#333;
box-shadow: 0 0 5px #333;}


h1 { text-align:center; border-bottom:1px solid #999; color:#333; line-height:0px; margin-top:70px; font-size:1em; margin-bottom:40px; text-transform:uppercase;  }
h1 span { background-color:#FFF; padding:0 20px 0 20px;}


.content { font-size:1em;}


.line { border-bottom:1px solid #f2f2f2; line-height:30px; margin-top:2%; margin-bottom:2%;}


.txt { color:#333; text-align:justify; font-size:0.8em; line-height:1.4em;}













/*  SECTIONS  */
.section {
  clear: both;
  padding: 0px;
  margin: 0px;
}

/*  COLUMN SETUP  */
.col {
  display: block;
  float:left;
  margin: 1% 0 1% 3%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 65.66%; }
.span_1_of_2 { width: 48%; text-align:center; background-color:#333; color:#FFF; line-height:2em; }
.span_1_of_2:first-child { background-color:#bb1515;}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 600px) {
  .col {  margin: 1% 0 1% 0%; }
  .span_3_of_3, .span_2_of_3, .span_1_of_2 { width: 100%; }
}
