@charset "UTF-8";
/* CSS Document */
html * {
padding:0;
margin:0;
border:none;
}

body, html {
background:url(../gfx/back_stripe.jpg) repeat black;
}

p {
font-family:"Times" Times New Roman, serif;
font-size:14px;
line-height:20px;
color:white;
}

h1 {
display:none;
}

h2 {
font-family:"Times" Times New Roman, serif;
font-size:16px;
line-height:20px;
font-weight:bold;
color:white;
padding-left:10px;
margin:0;
}

.canvas {
width:940px;
margin:0 auto;
padding-bottom:20px;
position:relative;
background-color:#0d1c43;
height:100%;
z-index:0;
}
/* navigatie */
dl.menu, dl.menu * {
margin:0;
padding:0;
}

dl.menu {
	width:131px;
	margin-top:36px;
	z-index:-1;
}

dl.menu dt {
display:none;
}

dl.menu ul {
list-style-type:none;
}

dl.menu li {
width:116px;
height:45px;
text-align:center;
margin:4px 10px;
}

dl.menu a {
display:block;
width:116px;
height:45px;
background-image:url(../gfx/button.jpg);
text-decoration:none;
}

#active,
dl.menu a:hover {
background-image:url(../gfx/button_active.jpg);
}

dl.menu span {
color:white;
font-family:"Times" Times New Roman, serif;
font-size:18px;
line-height:45px;
}

#active span,
dl.menu a:hover span {
color:#b2d4f9;
}

/* end navigatie */

/* top footer */
dl.top_footer {
height:110px;
background:url(../gfx/footer_top.jpg) 0 0 no-repeat white;
font-size:12px;
line-height:16px;
color:#0d1c43;
}

.top_footer dt {
visibility:hidden;
}	
	/* contactgegevens */
	.contactgegevens {
	margin:35px 101px 0;
	list-style-type:none;
	width:200px;
	}	
	/* end contactgegevens */
	
	/* generaties */
	.generaties {
	position:absolute;
	left:620px;
	top:50px;
	list-style-type:none;
	}
	
	.generaties li:first-child {
	margin-left:-20px;
	}
	
	.generaties li:last-child {
	margin-left:20px;
	}
	/* end generaties */
	
/* end top footer */

/* content */
.content {
position:absolute;
top:147px;
padding-left:141px;
padding-bottom:20px;
width:799px;
background-color:#0d1c43;
z-index:-2;
}

	.content p {
	width:360px;
	padding:5px 20px 0 10px;
	float:left;
	}
	.content span {
	font-weight:bold;
	}

.contactform {
height:430px;
position:relative;
}
	.contactform p {
	clear:both;
	}
	
	.verplicht {
	position:relative;
	left:70px;
	top:180px;
	}
	
	input, textarea {
	position:absolute;
	left:80px;
	margin-bottom:10px;
	margin-top:5px;
	border:none;
	}
	
	textarea {
	width:400px;
	height:200px;
	overflow:auto;
	}
	
	.button {
	position:relative;
	top:158px;
	left:419px;
	}
	
#index {
width:360px;
padding:0 20px 0 10px;
float:left;
}
	
	#googlemaps {
	margin-top:-50px;
	}
	
	/* slide show */
	#slide_show {
	width:340px;
	height:240px;
	list-style-type:none;
	margin-left:430px;
	margin-top:10px;
	}
	/* end slide show */
	
	.map {
	margin:0;
	margin-bottom:20px;
	}
	
	#pijl {
	position:absolute;
	left:390px;
	top:100px;
	}
	
	#pijl2 {
	position:absolute;
	left:390px;
	top:360px;
	}	
	
	.print {
	position:absolute;
	left:540px;
	top:25px;
	color:#0d1c43;
	font-size:12px;
	background:url(../gfx/printer.png) 0 0 no-repeat;
	padding-left:20px;
	line-height:16px;
	}
	
	#print {
	display:none;
	}
/* end content */

hr {
clear:both;
height:1%;
width:1%;
visibility:hidden;
display:none;
border:none;
}