* { 
	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: Calibri, Helvetica, sans-serif; 
	font-size: 24px; 
	font-style: normal; 
	font-weight: bold; 
	color: #FFF; 
} 
 
h2 { 
	font-family: Calibri, Helvetica, sans-serif; 
	font-size: 20px; 
	font-style: normal; 
	font-weight: bold; 
	color: #FFF; 
} 
 
h3 { 
	font-family: Calibri, Helvetica, sans-serif; 
	font-size: 18px; 
	font-style: normal; 
	font-weight: bold; 
	color: #FFF; 
} 
 
h6 {  
	font-family: Calibri, Helvetica, sans-serif; 
	font-size: 14px; 
	font-style: normal; 
	font-weight: normal; 
	color: #FFF; 
} 
 
	h6 a { 
		color: #ef0101; 
		text-decoration: none; 
	} 
 
	h6 a:hover {  
		text-decoration: underline; 
	} 
 
a { 
	text-decoration: none; 
	color: #ef0101; 
} 
 
a:hover { 
	text-decoration: underline; 
} 
 
html { 
	margin: 0; 
	padding: 0; 
} 
 
body {	 
	font-family: Calibri, Helvetica, sans-serif; 
	font-size: 15px; 
	font-weight: normal; 
	font-style: normal; 
	color: #FFF; 
	background: url("/upload/3017_bg_body.jpg") repeat-x #020202; 
} 
 
 
 
#pagewrap { 
	margin: 0 auto; 
	position: relative; 
	width: 1000px; 
} 
 
#header { 
	width: 1000px; 
	height: 70px; 
	overflow: hidden; 
	background: url("/upload/3017_bg_header.jpg") no-repeat top left; 
	position: relative; 
} 
 
	#header h1 { 
		position: absolute; 
		text-indent: -9999px; 
	} 
	
	#adresgegevens {
	float: right;
	margin-top: 39px;
	letter-spacing: -1px;
	}
	
	#adresgegevens p {
		margin-right: 6px;
		float:left;
	}
 
#container {
	height: 240px;
	width: 1000px;
	background: url(/upload/3017_bg_container.jpg) no-repeat top center;
} 
 
#sidebar { 
		width: 110px; /* breedte van je sidebar */ 
		display: block; 
		float: left; 
		
	} 
	
	#sidebar2 { 
		padding-top:20px;
		width: 157px; /* breedte van je sidebar */ 
		display: block; 
		float: right; 
		line-height: 16px;
		
	} 
 
		/* Verticale navigatie */ 
		ul#navigatie { 
			display: block; 
			width: 110px; /* breedte van button */ 
			margin: 20px 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: 22px; /* hoogte van button */ 
					width: 110px; /* breedte van button */ 
					text-indent: 13px;
					text-decoration: none; 
					
					font-size: 15px; 
					color: #FFFFFF; 
				} 
 
				ul#navigatie li a:hover { /* bij rollover, uitlijnen naar onder zodat rollover state zichtbaar is */ 
					background: url(/upload/3017_nav_menu.png) no-repeat 0px 6px; 
					color: #ef0101; 
				} 
 
#content { 
	width: 1000px; 
	position: relative; 
} 
 
	#contenttext { 
		width: 1000px; 
		padding-top: 20px; 
		padding-bottom:20px;
		background: url("/upload/3017_bg_cttext.jpg") no-repeat bottom center; 
		line-height: 20px; 
		min-height: 450px;
	} 
 
		#contenttext_left { 
			width: 598px; 
			float: left; 
			text-align: left; 
		} 
 
		#contenttext_right { 
			width: 322px; 
			float: right; 
			text-align: right; 
		} 
		
		.trigger1 {
    background-color: #991E20;
    border: 1px solid;
    color: #FFFFFF;
    font-weight: bold;
    padding: 20px;
}
 
#gallery { 
			text-align: left; 
			position: relative; 
			width: 320px; 
			height: 240px; 
			border: 1px solid #000000; 
			overflow: hidden; 
			line-height: 17px;
		}
 
			#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: #a12a2f;  
				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: 1000px; 
	height: 30px; 
	line-height: 30px; /* Hoogte van footer */ 
	overflow: hidden; 
	text-align: center;  
	position: relative;  
}  



	/* ######## POPUP ########*/
	
	#achtergrond_popup {
		display: none;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: #000000;
		z-index: 9998;
	}
		
		#popup_contact {
			display: none;
			position: absolute;
			width: 800px;
			height: 500px;
			background: url('upload/3017_popup_zondag5.jpg') no-repeat 0 40px;
			border: 2px solid gray;
			z-index: 9999;
		}
		
			#popup_contact div.popup_head {
				position: relative;
				height: 40px;
				background: url('/upload/3017_bg_popup_head.jpg') repeat-x center;
			}
		
			#popup_contact div.popup_head h2 {
				line-height: 40px;
				margin: 0;
				padding: 0;
				text-indent: 20px;
				color: #fff;
			}
			
				#popup_contact div.popup_sluiten {
					position: absolute;
					top: 0px;
					right: 0px;
					width: 50px;
					height: 40px;
					text-indent: -9999px;
					border: 0;
					background: url('/upload/3017_btn_popup_close.png') no-repeat center top;
					cursor: hand;
					cursor: pointer;
				}
				
					#popup_contact div.popup_sluiten:hover {
						background-position: center bottom;
					}
 