body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	min-width:960px;    	/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	
	background: #EEEBE9 url(../images/bg.jpg) repeat-x;
	font-family: Arial, Helvetica, Garuda, sans-serif;
	font-size: 14px;
}
a {
	color:#A59A91;
	text-decoration:none;
}
a:hover {
	color:#383838;
	text-decoration:none;
}
h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
	font-size: 14px;
	line-height: 20px;
}
div,
img {
	margin:0;
	padding:0;
	border:0;
}


#wrapper {
	height: auto !important;
	width: 961px;
	margin: 0 auto;
	height: auto;
	display: block;
}


/* Header styles */
#header {
	clear:both;
	float:left;
	width:100%;
	height: 70px;
	background:#FFF;
}
#header img{
	border: none;
	position: absolute;
	left:31px;
	top:23px;
}

/* menu styles */
#menu,
#menu li,
#submenu {
	float:left;
	list-style-type:none;
	margin:0px;
	padding:0px;
	width: 145px;
	line-height: 15px;
}
#menu{
	margin-left: 16px;
}
#submenu{
	margin-bottom: 10px;
}
/* menu borders */
#menu{
	border-bottom: 1px dotted black;
}
#menu li {
	border-top: 1px dotted black;
	padding: 5px 0;
}
#menu li.nolink,
#menu li a {
	color:	#333333;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
#submenu li a {
	float:left;
	color:	#333333;
	font-size: 12px;
	font-weight: normal;
}
#submenu ul{
	padding: 10px 0;
}
#submenu li{
	padding: 0;
	border: 0;
}
#menu li.nolink,
#menu li a{
	padding-left:10px;
}
#menu li.selected,
#menu li a:hover {
	background:transparent url(../images/tri.gif) no-repeat left;
	background-position:0 50%;
}



/* imagesHeader */
#imagesHeader {
	clear: 			both;
	float: 			left;
	padding: 		10px;
	/*padding-right: 	0;*/
	/*width:	612px;*/
	/*width:			510px;*/
	padding-bottom: 8px;
	width:			auto;
	margin-bottom: 	15px;
	border: 		1px dotted black;
}
#imagesHeader .thumb,
#imagesHeader .thumbHome {
	width: 95px;
	height: 95px;
	margin-right: 10px;
	margin-bottom: 7px;
}
.imgTitle{
	width: 280px;
	height: 95px;
	margin-right: 10px;
	margin-bottom: 7px;
}
.thumbHome{
	float: left;
}
.thumbHomeLast{
	margin-bottom: 0;
}
.thumbOver{
	width: 			199px;
	height: 		198px;
	margin-bottom: 	0;
	margin-right: 	10px;
}
.last{
	margin-right: 0;
}

#content {
	position:		relative;
	clear: 			both;
	/*width:			629px;*/
	width:			645px;
	left: 			0;
	margin-bottom: 	80px;
	
}


#imagesHeader .col1{
	position:	relative;
	left:		0;
	float: 		left;
	overflow:	hidden;
	width:		105px;
	height:		405px;
	height:		auto;
	/*background: #cc3399;*/
	margin:		0;
	padding:	0;
}


/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	top:	20px;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colmid,
.colleft {
	float:left;
	width:100%;
	position:relative;
}
.col1,
.col2 {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
}
/* 2 Column (left menu) settings */
.leftmenu {
	/*background:#fff;		 right column background colour */
}
.leftmenu .colleft {
	right:79%;			/* right column width */
	/*background:#f4f4f4;	 left column background colour */
}
.leftmenu .col1 {
	width:74%;			/* right column content width */
	left:102%;			/* 100% plus left column left padding */
}
.leftmenu .col2 {
	width:18%;			/* left column content width (column width minus left and right padding) */
	left:6%;			/* (right column left and right padding) plus (left column left padding) */
}

/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	margin-bottom: 67px;
	font-size:	11px;
}


/*contact*/
#contactInfo {
	/*letter-spacing: 0.1em;*/
}
.formL{	
	float:		left;
	clear:		both;
	width:		120px;
	margin-top:	5px;
}

.formR{
	float:		left;
	width:  	525px;
	margin-top: 5px;
}
.formR input,
.formR textarea{	
	width:  	100%;
	padding:	0 2px;
	border:		0;
	background: #DBD6D2;
}
.validation-advice{
	clear:		both;
	color: 		#666;
}
.formBig input{
	padding:	0 2px;
	height:  	119px;
}

#optinDiv{
	clear:		both;
	float:		left;
	color: 		#5A5348;
	font-size:	14px;
	margin-top:	5px;
	width:		300px;
}

#verstuurBtn{
	margin-top:	5px;
	margin-right:-5px;
	float:		right;
	padding: 	2px 5px;
	background: #211F1B;
}
#verstuurBtn a,
#verstuurBtn a:hover{
	color:				#FFF;
	text-decoration:	none;
	background: 		none;
}

.note {
	color: #A59A91;
}
.small {
	font-size:	10px;
}
/*end form*/



