* { 
	padding: 0; 
	margin: 0; 
	border: none; 
	outline: none; 
} 
 
.clear { 
	clear: both; /* Clearen na een float */ 
} 
 
html>body #header { 
	z-index: 10; /* Prevent certain problems with form controls */ 
} 
 
html>body #footer { 
	z-index: 10; /* Prevent certain problems with form controls */ 
} 
h1 { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 24px; 
	font-style: normal; 
	font-weight: bold; 
	color: #000000; 
} 
 
h2 { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 18px; 
	font-style: normal; 
	font-weight: bold; 
	color: #000000; 
} 
 
h3 { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	font-style: normal; 
	font-weight: bold; 
	color: #000000; 
} 
 
h6 {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: normal; 
	color: #000000; 
} 
 
	h6 a { 
		color: #000000; 
		text-decoration: none; 
	} 
 
	h6 a:hover {  
		text-decoration: underline; 
	} 
 
a { 
	text-decoration: none; 
	color: #000000; 
} 
 
a:hover { 
	text-decoration: underline; 
} 
 
html { 
	margin: 0; 
	padding: 0; 
} 
 
body {	 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal; 
	font-style: normal; 
	color: #000000; 
	background: url("/upload/2314_bg_body.jpg") repeat #FFFFFF; 
} 

fieldset {
font-size: 12px !important;
}
 
#pagewrap { 
	margin: 0 auto; 
	position: relative; 
	width: 902px; 
	background: url("/upload/2314_bg_pagewrap.jpg") repeat-y #b8b8b8; 
} 
 
#header { 
	width: 902px; 
	height: 167px; 
	overflow: hidden; 
	background: url("/upload/2314_bg_header.jpg") no-repeat top center; 
	position: relative; 
} 
 
	#header h1 { 
		position: absolute; 
		text-indent: -9999px; 
	} 
 
#sidebar { 
		width: 150px; /* breedte van je sidebar */ 
		display: block; 
		float: left; 
		background: url(/upload/2314_bg_sidebar.jpg) ; 
	} 
 
		/* Verticale navigatie */ 
		ul#navigatie { 
			display: block; 
			width: 150px; /* breedte van button */ 
			margin: 0px 0px 0px 0px; /* de X en Y coordinaat van het menu binnen DIV (links boven) */ 
		} 
 
			ul#navigatie li { 
				overflow: hidden; 
				line-height: 0; 
				display: inline; /* Fix voor IE6 */ 
			} 
 
				ul#navigatie li a { 
					display: block; 
					line-height: 17px; /* hoogte van button */ 
					width: 150px; /* breedte van button */ 
					background: url(/upload/2314_bg_nav.jpg) no-repeat -1px; 
					text-decoration: none; 
					text-indent:10px;
					font-size: 13px; 
					color: #FFFFFF; 
				} 
 
				ul#navigatie li a:hover { /* bij rollover, uitlijnen naar onder zodat rollover state zichtbaar is */ 
					background: url(/upload/2314_bg_nav_hover.jpg) no-repeat -1px;  
				} 
 
#content { 
	width: 902px; 
	background: url("/upload/2314_bg_content.jpg"); 
	position: relative; 
} 
 
	#contenttext { 
		float:left; 
		width: 712px; 
		padding: 20px; 
		background: url("/upload/2314_bg_cttext.jpg") ; 
		line-height: 18px; 
	} 
 
		#contenttext_left { 
			width: 368px; 
			float: left; 
			text-align: left; 
		} 
 
		#contenttext_right { 
			width: 322px; 
			float: right; 
			text-align: right; 
		} 
 
#gallery { 
			text-align: left; 
			position: relative; 
			width: 320px; 
			height: 240px; 
			border: 1px solid #000000; 
			overflow: hidden; 
			line-height: normal; 
		}
 
			#gallery a { 
				float: left; 
				position: absolute; 
			}
 
				#gallery a img { 
					width: 320px; 
					height: 240px; 
				}
 
				#gallery a.show { 
					z-index: 500; 
				}
 
			#gallery .caption { 
				z-index: 600;  
				background-color: #3A6A92;  
				color: #FFFFFF; 
				width: 320px;  
				position: absolute; 
				bottom: 0px; 
			}
 
				#gallery .caption .content { 
					margin: 5px; 
					color: #FFFFFF; 
				}
 
					#gallery .caption .content h3 { 
						margin: 0px; 
						padding: 0px; 
						color: #FFFFFF; 
					} 
 
#footer { 
	width: 752px; 
	height: 35px; 
	margin-left:150px;
	line-height: 35px; /* Hoogte van footer */ 
	overflow: hidden; 
	background: url("/upload/2314_bg_footer") repeat-x; 
	text-align: center;  
	position: relative;  
}  
 
