#wrapper-background {
	height: 700px;
	width: 1001px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#wrapper-header {
	background-color: #FFF;
	float: left;
	height: 50px;
	width: 1000px;
	position: relative;
	margin-left: 0px;
	padding-left: 1px;
}
#wrapper-menu {
	background-color: #FFF;
	float: left;
	height: 625px;
	width: 130px;
	position: relative;
}
#wrapper-content {
	float: left;
	height: 575px;
	width: 728px;
	position: relative;
	margin-top: 50px;
	border-left: 1px solid #ececec;
	border-right: 1px solid #ececec;
	background-image: url(../images/content_bckground.png);
	padding-left: 5px;
	padding-right: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000;
}
#wrapper-disclaimer {
	float: left;
	height: 575px;
	width: 728px;
	overflow: scroll;
	padding-right: 0px;
	padding-left: 5px;
	position: relative;
}
#wrapper-form-q {
	height: 200px;
	width: 200px;
	float: left;
}
#wrapper-footer {
	background-color: #FFF;
	float: right;
	height: 25px;
	width: 740px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	margin-right: 131px;
	border-top: 1px solid #ececec;
}
#wrapper-footer-disclaimer {
	background-color: #FFF;
	float: left;
	height: 25px;
	width: 100px;
	text-align: right;
	font-size: 11px;
	margin-left: 390px;
	position: relative;
	
}
#wrapper-flash {
	float: none;
	height: 100px;
	width: 728px;
	position: relative;
	padding-left: 11px;
	margin-left: 129px;
	margin-right: 0px;
	padding-top: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ececec;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ececec;
	
}
#vluchtkolom-wrapper {
	float: right;
	height: 573px;
	width: 129px;
	position: relative;
	margin-right: 0px;
	margin-top: 50px;
}
#menu-title {
	float: left;
	height: 40px;
	width: 130px;
	text-align: center;
	font-style: normal;
	position: relative;
	
}
#header-logo {
	float: left;
	height: 50px;
	width: 118px;
	position: relative;
	left: 6px;
	background-image: url(../images/Logo-h50.png);
}
#content-blok1 {
	float: left;
	height: 185px;
	width: 354px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	position: relative;
}
#content-blok2 {
	float: right;
	height: 185px;
	width: 354px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center center;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	position: relative;
}
#content-blok3 {
	float: left;
	height: 185px;
	width: 354px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center center;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	position: relative;
}
#content-blok4 {
	float: right;
	height: 185px;
	width: 354px;
	position: relative;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	
}
#content-blok5 {
	float: left;
	height: 185px;
	width: 354px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	position: relative;
}
#content-blok5 img {
	margin-top: -130px;
	margin-left: -10px;
}

#content-blok6 {
	float: right;
	height: 185px;
	width: 354px;
	position: relative;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin: 0px;
}
.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #a95542;
	font-style: italic;
}
.mainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	letter-spacing: 0.1ex;
	text-align: left;
}
.warningtext {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #F00;
}
.formtext{
	float:left;
	line-height: 20em;	
}


A:link			 { color: #a95542; }
A:visited          { color: #a95542; }

/* images css*/

#gallery {
		padding-left: 3px;
		padding-top: 8px;
		width: 720px;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 1px solid #ececec;
		border-width: 1px 1px 3px;
	}
	#gallery ul a:hover img {
		border: 1px solid #a95542;
		border-width: 1px 1px 3px;
	}
	#gallery ul a:hover { color: #fff; }
