body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height: 1.62857;
	font-size: 14px;
}

/* bootstrap overrides 
------------------------------------------------ */

.container {
width: 900px;
}

/* header 
------------------------------------------------ */
#topstrip {
	background-color: #4b1d17;
	border-bottom: 0px solid #999;
	height: 1px;
	width: 100%;
}

#topmenuwrap {
	height: 80px;
	width: 100%;
}

#topmenu {
	height: 80px;
	margin: 0 auto;
	text-align: left;
	width: 900px;
background-image: url(../images/topbg.gif);
	background-position: top;
	background-repeat: no-repeat;	
}

#headerwrap {
	height: 200px;
	margin: 0 auto;
	width: 100%;
background-color: #424b17;
background-image: url(../images/headerwrapbg.gif);
	background-position: top;
	background-repeat: repeat-x;	
}

#header {
	height: 200px;
	margin: 0 auto;
	width: 900px;
	background-image: url(../images/header.jpg);
	background-position: top;
	background-repeat: no-repeat;	
}

/* mainbody
------------------------------------------------ */

#bodywrap {
	padding: 30px 0;
}

/* menu 
------------------------------------------------ */

.nav > li > a {
  padding: 5px 8px;
  border-bottom: 1px solid #4b1d17;
  color: #333;
}

.nav > li > a:hover, .nav > li > a:focus {
background: #fafdf4;
}

/* sidebar 
------------------------------------------------ */
.moduletable_menu {margin-bottom: 20px;}

/* footer 
------------------------------------------------ */

#footer {
  border-top: 1px solid #ededed;
  text-align: center;
  padding: 15px 0;
}

/* OVERIGE OPMAAK */ 

/* kopjes en paragrafen 
--------------------------------------------- */

.page-header {
  border-bottom: 0px solid #eee;
  margin: 0px 0 20px;
  padding-bottom: 0px;
}

h1 {
  color: #424b17;
  font-size: 26px;
  font-weight: normal;
  letter-spacing: -1px;
  margin: 0;
}

p {margin-bottom: 20px;}

#leftcolumn .moduletable {line-height: 1.42857}

/* links
--------------------------------------------- */



/* buttons
--------------------------------------------- */

.btn-groen {background: #424b17; color: #fff;font-size: 18px;}
.btn-groen:hover {background: #000; color: #fff;}

/* formulieren
--------------------------------------------- */

fieldset.formFieldset ol.formContainer li {
  background-image: none;
  clear: both;
  list-style: outside none none;
  margin: 0 0 5px 0;
  padding: 5px 0;
  overflow: hidden;
}

div.formCaption2 {
  clear: both;
  display: block;
  font-weight: 600;
  margin-bottom: 3px;
}

div.formBody {
  display: block;
  width: 95%;
}

input[type="text"], select, textarea {
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  padding: 8px 10px;
  width: 50%;
}

input#onderwerp, textarea {width: 100%;}

/* icons
--------------------------------------------- */


/* EIND OVERIGE OPMAAK */

/* AANPASSINGEN VOOR TABLET EN MOBIEL */

@media (min-width: 320px) {


	
}

@media (min-width: 480px) {


	
}

@media (max-width: 479px) {
	
	

}

@media (min-width: 768px) {

	
	
}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

	
}


@media (min-width: 1400px) {


	
}