/* start 0 lijn */
	html, body, div, table, tr, td, th, span, h1, h2, h3, h4, h5, h6, p, li, ul, ol, form, input, textarea
	{
		margin: 0;
		padding: 0;
	}
/* einde 0 lijn */

/* start algemeen */
	html
	{
		background: #F1F1F1 url(images/dcr_bg.jpg) top center no-repeat;
	}
	
	body
	{
		width: 960px;
		margin: 0 auto;
		font-family: Verdana, Geneva, sans-serif;
		font-size: 11px;
		color: #525a62;
	}
	
	/* start logo link */
		div#logo
		{
			display: block;
			width: 230px;
			height: 94px;
		}
		
		div#logo a
		{
			display: block;
			width: 230px;
			height: 94px;
			text-decoration: none;
		}
	/* einde logo link */
	
	/* start language */
		div#language
		{
			/* onzichtbaar maken taal menu - voorlopig */
			visibility: hidden;
			
			width: 22px;
			float: right;
			margin-top: 72px;
			position: absolute;
			margin-left: 865px;
			margin-top: 375px;
		}
		
		div#language ul
		{
			list-style-type: none;
		}
		
		div#language ul li
		{
			width: 50px;
		}
		
		div#language ul li a
		{
			/*background: #525a62;*/
			/*display: block;*/
			display: inline;
			height: 18px;
			width: 22px;
			padding-top: 4px;
			/*color: #d1fc76;*/
			text-align: center;
			text-transform: uppercase;
			text-decoration: none;
			color: #D1FC76;
			font-weight: bold;
	
		}
	/* einde language */
	
	/* start pagebanner */
		div#banner
		{
			width: 958px;
			margin: 0 auto;
		}
	/* einde pagebanner */
	
	/* start navigatie */
		div#mainnav
		{
			position: absolute;
			margin-top: -47px;
		}
		
		ul.mainlevel-suckerfish-horizontal, 
		ul.mainlevel-suckerfish-horizontal ul
		{
			list-style-type:none;
		}
		
		ul.mainlevel-suckerfish-horizontal li
		{
			float:left;
			height:47px;
			position:relative;
			text-align: center;
			text-transform: uppercase;
		}
		
		a.mainlevel-suckerfish-horizontal
		{
			background: url(images/dcr_mainnav.jpg) right center no-repeat;
			color: #f0fcd7;
			text-decoration: none;
			display: block;
			height: 32px;
			padding-top: 15px;
			width: 110px;
		}
		
		/*.item_6 a.mainlevel-suckerfish-horizontal
		{
			color: #D1FC76;
			font-weight: bold;
		}*/
		
		ul.mainlevel-suckerfish-horizontal ul
		{
			display: none;
		}
		
		ul.mainlevel-suckerfish-horizontal li a#active_menu-suckerfish-horizontal, 
		a.mainlevel_active-suckerfish-horizontal
		{
			display: block;
			height: 32px;
			padding-top: 15px;
			width: 110px;
			/*background: #d1fc76;
			color: #525a62;*/
			color: #f0fcd7;
			background: url(images/dcr_mainnav.jpg) right center no-repeat;
			text-decoration: none;
		}
		
		ul.mainlevel-suckerfish-horizontal li:hover a, 
		ul.mainlevel-suckerfish-horizontal li.hover a,
		ul.mainlevel-suckerfish-horizontal li:hover a#active_menu-suckerfish-horizontal,
		ul.mainlevel-suckerfish-horizontal li.hover a#active_menu-suckerfish-horizontal
		{
			color: #525a62;
			background: #d1fc76;
		}
		
		ul.mainlevel-suckerfish-horizontal li:hover ul, 
		ul.mainlevel-suckerfish-horizontal li.hover ul 
		{
			background: #d1fc76;
			display: block;
			border: 1px solid #abcb70;
			border-top: none;
			width: 160px;
			padding: 10px 0px 10px 0;
			top: 26;
			position: absolute;
		}
		
		ul.mainlevel-suckerfish-horizontal li:hover ul li, 
		ul.mainlevel-suckerfish-horizontal li.hover ul li
		{
			display: block;
			width: 150px;
			height: 14px;
			text-align: left;
			margin-bottom: 2px;
		}
		
		ul.mainlevel-suckerfish-horizontal li:hover ul li a, 
		ul.mainlevel-suckerfish-horizontal li.hover ul li a,
		ul.mainlevel-suckerfish-horizontal li:hover ul li a#active_menu-suckerfish-horizontal, 
		ul.mainlevel-suckerfish-horizontal li.hover ul li a#active_menu-suckerfish-horizontal
		{
			color: #525a62;
			text-decoration:none;
			display: block;
			width: 150px;
			height: 13px;
			padding: 0;
			padding-left: 10px;
		}
		
		ul.mainlevel-suckerfish-horizontal li:hover ul li:hover a, 
		ul.mainlevel-suckerfish-horizontal li.hover ul li.hover a,
		ul.mainlevel-suckerfish-horizontal li:hover ul li:hover a#active_menu-suckerfish-horizontal, 
		ul.mainlevel-suckerfish-horizontal li.hover ul li.hover a#active_menu-suckerfish-horizontal
		{
			background: #464d53;
			color: #d1fc76;
			display: block;
			width: 150px;
			height: 14px;
		}
		
		ul.mainlevel-suckerfish-horizontal li:hover ul li a#active_menu-suckerfish-horizontal, 
		ul.mainlevel-suckerfish-horizontal li.hover ul li a#active_menu-suckerfish-horizontal
		{
			background: #464d53;
			color: #d1fc76;
			display: block;
			width: 150px;
			height: 14px;
		}
	/* einde navigatie */
	
	/* start content */
		div#content
		{
			/*width: 860px;
			margin: 43px auto 10px;*/
			width: 475px;
			margin: 43px 43px 10px;
			text-align: justify;
		}
		.fotogallery div#content
		{
			width: 860px;
			margin: 43px 43px 10px;
			text-align: justify;
		}
	/* einde content */
/* eined algemeen */

/* start opmaak content */
	h1
	{
		font-size: 20px;
		font-weight: normal;
		color: #525a62;
		text-transform: uppercase;
		margin-bottom: 10px;
	}
	
	h2
	{
	font-size: 17px;
	color: #999999;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 22px;
	padding-top: 25px;
	}
	
	h3
	{
		font-size: 12px;
		color: #990;
		font-weight: normal;
		text-transform: uppercase;
		margin-bottom: 6px;
	}
	
	h4
	{
		font-size: 12px;
		color: #999999;
		font-weight: bold;
	}
	
	h5
	{
		font-size: 12px;
		color: #993;
		font-weight: normal;
	}
	
	h6
	{
		font-size: 12px;
		color: #999999;
		font-weight: normal;
		font-style: italic;
	}
	
	div#content ul
	{
	font-weight: normal;
	list-style: url(images/stories/art_download.jpg) none;
	margin-left: 30px;
	}
	
	div#content ul ul
	{
		font-weight: normal;
		font-style: italic;
		list-style: circle;
		margin-left: 30px;
	}
	
	p
	{
		margin-bottom: 10px;
	}
	
	a
	{
		color: #525a62;
	}
	
	a:hover
	{
		color: #525a62;
	}
	
	.darkgreen
	{
		color: #2f9f00;
		font-weight: bold;
	}
	
	.tip
	{
		background: #58595B;
		font: 11px Verdana, Geneva, sans-serif;
		color: #FFF;
		padding: 4px;
		border: 1px solid #99DB09;
		margin-top: 10px;
		text-transform: uppercase;
	}
	
	.groot {
		font: 15px Verdana, Geneva, sans-serif;
		text-transform: uppercase;
		color: #F60;
		margin-right: 20px;
		text-align: left;
}
/* einde fotoslide */
	
	.btn_home
	{
		font: 14px Verdana, Geneva, sans-serif;
		text-transform: uppercase;
		margin-right: 15px;
	}
	
	div#content table.contentpaneopen table
	{
	font-style: italic;
	font-size: 10px;
	}
	
	div#content table.contentpaneopen table td
	{
	}
/* einde opmaak content */

/* start fotoslide */
	#fotoslide {
		width: 860px;
		height: 139px;
		margin-top: 15px;
		float:left;	
	}
	
	#theImages
	{	
		position:relative;
		overflow:hidden;
		height:139px;	
		margin-left: 30px;
		margin-top: 4px;
	}
	#theImages div
	{	
		position:relative;	
		height:139px;
	}
	#theImages img
	{
		border:0px;	
		padding-top:1px;
		margin-right: 20px;
	}
	
	#fotoslide table 
	{
		width: 100%;
	}
	
	#fotoslide table tr td img {
		margin-top: 3px;
	}
	
	#fotoslide .fotoslide_left, 
	#fotoslide .fotoslide_right {
		width: 21px;
		height: 139px;
		vertical-align: middle;
	}
	
	#fotoslide .fotoslide_left a, 
	#fotoslide .fotoslide_right a {
		width: 21px;
		height: 139px;
		display: block;
		text-decoration: none;
	}
	
	#fotoslide .fotoslide_left {
		float: left;
		background: url(images/art_pijl_fotoslide_left.jpg) no-repeat left center;
	}
	
	#fotoslide .fotoslide_right {
		float: right;
		background: url(images/art_pijl_fotoslide_right.jpg) no-repeat left center;
	}
/* einde fotoslide */
/* start gallery start */
	div#gallery_start
	{
		position:absolute;
		margin-left: 660px;
	}
/* eindegallery start */

/* start btn particulier */
	img.btn_particulier 
	{
		position: absolute;
		z-index: 1;
		margin-left: 680px;
		margin-top: 40px;
	}
/* einde btn particulier */

/* start fotogallery */
	ul.sig-container li
	{
	list-style: url(none) none;
	}
/* einde fotogallery */