* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, sans-serif;
	font-size: 12px;	
	background: #fefdfd url(../siteimg/bg.jpg) repeat-x center top;
}

p {
	margin: 0;
	padding: 0;
}

h1 {
	display: none;
}

div#container {
	position: relative;
	margin: 0 auto;
	width: 995px;
}

div#header {
	height: 126px;
	background: url(../siteimg/header.jpg) no-repeat;
}

a#homelink {
	position: absolute;
	width: 260px;
	height: 75px;
	background: none;
	left: 50px;
	top: 15px;
}

ul#nav { 
	list-style: none;
	position: absolute;
	left: 47px;
	top: 92px;
}

ul#nav li {
	float: left;
	width: 124px;
	height: 34px;
	margin-right: 4px;
}

ul#nav li a {
	display: block;
	line-height: 34px;
	background: url(../siteimg/li_nav.gif) no-repeat;
	color: #f0e1d1;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
}

ul#nav li a:hover,
ul#nav li a.active {
	background: url(../siteimg/li_nav_.gif) no-repeat;
	color: #626262;
}

div#main {
	background: url(../siteimg/bg_main2.gif) repeat-y;
	clear: both;
}

div#main2 {
	background: url(../siteimg/bg_main.jpg) no-repeat;
	min-height: 571px;
	_height: 571px;
	padding-top: 17px;
}

div.home {
	position: relative;
	margin-left: 34px;
	height: 546px;
	width: 927px;
}

div.home div.quote {
	position: absolute;
	left: 50px;
	top: 450px;
	width: 510px;
	color: #fff;
	font-size: 11px;
	font-family: Verdana, sans-serif;
	text-transform: uppercase;
}

div.home div.quote h2 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #ffd437;
	font-size: 25px;
	font-weight: normal;
	margin-bottom: 10px;
}

div.home div.quote h3 {
	color: #fff;
	font-size: 11px;
	font-family: Verdana, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}

div.home div.blokje {
	position: absolute;
	width: 290px;
	height: 83px;
	bottom: 25px;
	right: 25px;
	overflow: hidden;
	padding: 15px;
	background: url(../siteimg/blokje.png) no-repeat;
	line-height: 17px;
}

div.home div.blokje img {
	float: left;
	border: 2px solid #fff;
	margin-right: 10px;
}

div.content {
	padding: 0 34px;
}

div.content ul,
div.content ol {
	margin: 1em 1.5em;
}

div.content div.visual {
	position: relative;
	width: 927px;
	height: 272px;
	margin-bottom: 18px;
}

div.content div.visual h2 {
	position: absolute;
	width: 740px;
	bottom: 25px;
	left: 25px;
	font-size: 36px;
	line-height: 36px;
	font-weight: normal;
	color: #fff;
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-transform: uppercase;
}

div.col1 {
	float: left;
	width: 536px;
	background: url(../siteimg/bg_col1.gif) repeat-y;
	padding: 0 20px;
	color: #504d46;
	line-height: 20px;
	margin-right: 31px;
}

div.col1 div.top {
	width: 576px;
	height: 10px;
	background: url(../siteimg/col1_top.gif) no-repeat;
	overflow: hidden;
	margin-left: -20px;
}

div.col1 div.bottom {
	width: 576px;
	height: 11px;
	background: url(../siteimg/col1_bottom.gif) no-repeat;
	overflow: hidden;
	margin-left: -20px;
}

div.col1 p {
	margin: 0px 0 20px 0;
}

div.col1 h3 {
	color: #af5211;
	font-size: 15px;
}

div.col2 {
	float: left;
	width: 290px;
	background: #cfb89c;
	padding: 0 15px;
}

div.col2 div.top {
	width: 320px;
	height: 10px;
	background: url(../siteimg/col2_top.gif) no-repeat;
	overflow: hidden;
	margin-left: -15px;
}

div.col2 div.bottom {
	width: 320px;
	height: 10px;
	background: url(../siteimg/col2_bottom.gif) no-repeat;
	overflow: hidden;
	margin-left: -15px;
}

div.col2 img {
	margin-bottom: 10px;
}

div.colbreed {
	width: 886px;
	padding: 0 20px;
	background: url(../siteimg/colbreed_bg.gif) repeat-y;
	color: #504d46;
	line-height: 20px;
}

div.colbreed h2 {
	margin-bottom: 15px;
}

div.colbreed h3 {
	color: #af5211;
}

div.colbreed div.top {
	width: 926px;
	height: 10px;
	background: url(../siteimg/colbreed_top.gif) no-repeat;
	overflow: hidden;
	margin-left: -20px;
	margin-bottom: 10px;
	clear: both;
}

div.colbreed div.bottom {
	width: 926px;
	height: 10px;
	background: url(../siteimg/colbreed_bottom.gif) no-repeat;
	overflow: hidden;
	margin-left: -20px;
	clear: both;
}

div.colbreed div.intro {
	font-weight: bold;
	margin-bottom: 20px;
}

div.colbreed div.intro img {
	float: right;
	margin-left: 30px;
}

div.colbreed div.intro a {
	color: #af5211;
	text-decoration: none;
}

div.colbreed div.intro a:hover {
	text-decoration: underline;
}




div.colbreed p {
	margin-bottom: 20px;
}

div.colbreed ul {
	list-style: none;
}

div.colbreed ul a {
	color: #504d46;
	text-decoration: none;
}

div.colbreed ul a:hover {
	text-decoration: underline;
}

div.element ul {
	list-style: disc;
}

div.bestemming {
	margin-bottom: 30px;
	clear: both;
}

div.bestemming img {
	float: right;
	display: inline;
	margin-left: 30px;
}

div.bestemming h3,
div.bestemming h3 a,
div.bestemming a {
	color: #af5211;
	text-decoration: none;
}

div.bestemming h3 a:hover {
	text-decoration: underline;
}

div.bestemming p {
	margin: 0;
}

ul.links {
	list-style: none;
}

ul.links li {
	margin-bottom: 15px;
}

ul.links a {
	color: #af5211;
	font-size: 15px;
	text-decoration: none;
}

ul.links a:hover {
	text-decoration: underline;
}

blockquote p {
	font-style: italic;
}

div.reizen {
	float: left;
	width: 370px;
}

div#accordion {
	margin-top: 20px;
}

div#accordion .element {
	background: #f0e1d1;
}

div#accordion .element p {
	margin: 0;
	padding: 0px 10px;
}

div#accordion h3 {
	cursor: hand;
	cursor: pointer;
	padding: 3px 5px;
}

div#accordion2 {
	margin-top: 20px;
}

div#accordion2 .element {
	/*background: #f0e1d1;*/
}

div#accordion2 .element p {
	margin: 0;
	padding: 0px 10px;
}

div#accordion2 h2 {
	cursor: hand;
	cursor: pointer;
	padding: 3px 5px;
}

a.pdf {
	display: block;
	margin-top: 20px;
	line-height: 30px;
	font-size: 13px;
	color: #504d46;
	text-decoration: none;
	padding-left: 30px;
	background: url(../siteimg/pdf.gif) no-repeat;
}

div.adres {
	font-weight: bold;
}

div.adres img {
	float: right;
	margin: 0 9px 15px 16px;
}

fieldset {
	border: 0;
}

legend {
	display: none;
}

div.formulier h3 {
	margin-bottom: 10px;
}

div.formulier fieldset {
	float: left;
	width: 405px;
}

div.formulier label {
	float: left;
	clear: left;
	width: 100px;
	margin-bottom: 10px;
}

div.formulier input {
	float: left;
	margin-bottom: 10px;
	width: 225px;
}

div.formulier textarea {
	width: 470px;
	height: 115px;
	margin-bottom: 25px;
}

div#sgr {
	float: right;
	width: 100px;
	height: 90px;
	background: url(../img/common/sgr_large.png) no-repeat;
}

div#footer {
	height: 110px;
	background: url(../siteimg/bg_footer.jpg) no-repeat;
	padding-top: 60px;
	padding-right: 20px;
	text-align: right;
	color: #686665;
	text-transform: uppercase;
}

div#footer div.logo {
	float: left;
	height: 30px;
	width: 33px;
	margin: -15px 0 0 20px;
	background: url(../img/common/sgr_small.png) no-repeat;
}

div#footer a {
	color: #686665;
	text-transform: uppercase;
}
