body {
	background:#8ab814 url(../images/bg01.jpg) top no-repeat;
	margin:0;
	padding:0;
}

/******************/
/* Header Styles */
/******************/

#header {
	height: 170px; /* 385px; */
	width:790px;
	margin:0 auto;
	position:relative;
}

#header h1 {
	position:absolute;
	top:75px;
	right:0;
	background:url(../images/rechtjerug.jpg) top no-repeat;
}

#header h1, 
#header h1 a {
	display:block;
	height:70px;
	width:275px;
}

#header h1 a span {
	display:none;
}

#subheader {
	height: 50px;
	width:790px;
	margin:0 auto;
	position:relative;
}


/**************************/
/* Content Wrapper Styles */
/**************************/
#contentWrapper{
	background:url(../images/bg03.jpg) repeat-y;
	background-position:center;	
	margin:0;
	padding: 0;
}

#contentWrapper2{
	background:url(../images/bg02.jpg) top no-repeat;
	width: 100%;
	margin:0;
	padding: 0;
}

#content{
	width: 790px;
	margin: auto;
}



/*********************/
/*** Footer Styles ***/
/*********************/
#footer{
	background:url(../images/bg04.jpg) no-repeat bottom;
	width: 100%;
	height: 25px;
	background-position:center;
	text-align:center;
}

#footerBelow{
	background:#8AB814 url(../images/bg05.jpg) repeat-y;
	width: 100%;
}

#footerText{
	margin: 10px 0 20px 0;
	text-align:center;
	font-size: 10px;
	line-height: 14px;
}

#footerText p{
	color:#E8F8BE;
	margin-bottom: 5px;
}

.footerEmail{
	color:#E8F8BE;
}

.footerEmail:hover{
	color:#fff;
}


/* ========================================================= STYLES */
.clearMe{
	clear:both;
	margin:0;
	padding:0;
}

.white{
	color: #fff;
}

/*********************/
/* Hacks/Misc Styles */
/*********************/
.cf:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.cf {display: inline-block;}

/* Hides from IE-mac \*/
* html .cf {height: 1%;}
.cf {display: block;}
/* End hide from IE-mac */

.clear1{
  clear: both;
  font-size: 1px;
  margin-bottom: 0px;
  line-height: 1px;
  height: 1px;
}



/*********************/
/* Header Menu */
/*********************/

#headerMenu{
  font-weight: normal;
  font-size: 13px;
  vertical-align: bottom;
  color: #150E08;
  line-height: 24px;
  font-family: Arial, Helvetica, sans-serif;
  height: 24px;
  text-align: right;
  letter-spacing: .03em;   
}

#headerMenu ul{
  margin: 0;
  padding: 0;
  position:absolute;
  top:100px;
  left:0;
  list-style:none;
}

#headerMenu ul li{
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  display:inline;
  background:none;
}

#headerMenu a{
  margin-right: 12px;
  text-decoration: none;
}

#headerMenu a:link, #headerMenu a:visited{
  color: #333333;
}

#headerMenu a:hover, #headerMenu li.active a{
  padding-bottom: 2px;
  color: #006600;
  border-bottom: #006600 2px solid;
}

.bg1 .seperator {
  margin-right: 12px;
  color: #C8B7A4;
}


/*********************/
/* Main Column */
/*********************/

.maincol, .maincol-split, .rightcol {
  margin-top: 10px;
}

.maincol {
  float: left;
  width: 515px;

}

.maincol-left {
  float: left;
  width: 240px;

}
.maincol-right{
  float: right;
  width: 240px;
}

.maincol-split{
  float: left;
  width: 790px;
  padding: 0 5px 25px 0px;
}

.contentpaneopen { width: 100%; }

/* @group rightcol */

.rightcol{
  float: right;
  padding-bottom: 5px;
  width: 240px;
}

div.moduletable ul.sidenav, div.moduletable ul.sidenav ul{
  margin: 0;
  padding: 0;
}

ul.sidenav li{
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
  margin-left: 0px;
}

ul.sidenav li li{
  margin-left: 15px;
}

ul.sidenav img{
  float: left;
  margin-top: 5px;
}

ul.sidenav a{
  margin-left: 0px;
  padding-left: 10px;
  line-height: 25px;
  font-weight: bold;
}

ul.sidenav a:hover{
  text-decoration: none;
}
/* @end rightcol */

ul #errors {
  display: none;
  color: #C00051;
  font-weight: bold;
}

input.inputbox {
	border: 1px solid #CDCDCD;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

input.inputnieuwsbrief {
	border: 1px solid #CDCDCD;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

textarea.inputbox {
	border: 1px solid #CDCDCD;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 300px;
}

input.button, input.butonnieuwsbrief {
	color: #006600;
	background-color: #F7F7F7;
	border: 1px solid #CDCDCD;
	font-weight: bold;
	margin: 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

