body {
	font: normal 12px Arial, sans-serif; color: #000;
	background-color: #000;
	text-align: center; }
	
#wrapper {
	width: 660px; height: 100%; 
	margin: 0;
	padding: 0;
	background-color: #FFF;
	text-align: left;
	border: none;}
	
/* HEADER*/	
#header {
	width: 650px; height: 80px;}
	
#header h2 { 
	font: normal 14px /*13px*/ Arial, sans-serif; color: #000; 
	text-align: center; /*left;*/
	margin-top: 4px; padding: 0px;}

#logo { display: none;}
	
#logoprint {
	display: block;
	position: absolute;
	z-index: 10;
	top: 0; left: 0;
	width: 80px;}
	
/* FOOTER */	
#footer { display: none;}

#footerprint {
	display: block;
	margin-top: 40px;
	text-align: center;
	width: 650px; 
	font: bold 22px Arial, sans-serif; color: #000;
	letter-spacing: 2px;}	
	
#footerprint h1 { 
	font: bold 18px Arial, sans-serif; color: #333; 
	text-align:center;
	margin: 0px; padding: 0px;}	
	
/*NAVIGATIE TOP*/
#navtop { display: none;}
	
/* NAVIGATIE LINKS */
#nav { display: none;}

/* INHOUD*/	
#content {
	width: 650px; height: 100%;
	background-color:#FFF;
	border: none;
	text-align: left;
	margin: 10px 0px 0 0px;} 
	
#tekst, #index {
	position: absolute; /* deze moet */
	text-align:left;
	top: 95px; left: 0; 
	width: 650px; 
	background-color: #FFF;
	font: normal 12px Arial, sans-serif; color: #000;
	overflow: visible;/* deze moet */
	margin: 15px 0px 0 0px;} 
	
#tekst .blokbovenste { width: 650px;}
	
#tekst .blokmidden {  width: 650px;}

#tekst .blokonderste { width: 650px;}
	
#tekst .blokalleen { width: 650px;}

.rood12 { font: normal 12px Arial, Helvetica, sans-serif; color: #C30;}

/* HOME */	
	
#indexlogo {
	position: absolute;
	top: 120px; left: 0px;
	width: 155px; height: 155px;
	z-index: 5;}
	
#giant {
	position: absolute;
	top: 120px; right: 0px;
	width: 158px; 
	height: 155px; 
	z-index: 5;}
	
#index p {
	font: normal 14px /*18px*/ Verdana, Arial, Helvetica, sans-serif; color: #C30;
	line-height: 180%;
	letter-spacing: 0.1em;
	padding: 45px 20px 12px 0;
	text-align: center;}

#index img {float: none; margin: 0;}
	
/* ROUTE */	
#wagt_map_2 {
	width: 350px; height: 350px; 
	float: right;
	margin-right: 0px;}	
	
* html #wagt_map_2 {
	width: 350px; height: 350px; 
	float: right;
	margin-right: 10px;}
	
#route {width: 290px; float: left;}	
* html #route {width: 280px; float: left;}	

/* PORTFOLIO pagina's */
#flashcontent {
	float: left;
	width: 684px; height: 360px;}	
	
/* CONTACT EN FORMULIER */	
#colofon {
	position: absolute;
	width: 270px; /*height: 85px;*/
	left: 0; bottom: 0;}
	
#adres { float: left; width: 240px;}
#form { float: right; padding-left: 20px; border-left: none;}

form p {
	clear: left;
	font: 12px Arial, Helvetica, sans-serif; color: #000;
	margin-bottom: 2px;}
	
form p.onderste { margin-bottom: 0;}
	
form p label {
	float: left;
	width: 110px;
	font: 12px Arial, Helvetica, sans-serif; color: #000;}
	
input.txt {
	width: 250px;
	font: 12px Arial, Helvetica, sans-serif; color: #000;
	background-color: #FFF;
	padding: 1px 0px; 
	border: 1px solid #333;}
	
input.submit {
	width: 252px;
	font: bold 13px Arial, Helvetica, sans-serif; color: #000;
	background-color: #FFF;
	padding: 1px 0px;
	border: 1px solid #333;}
	
textarea {
	width: 250px; height: 34px;
	font: 12px Arial, Helvetica, sans-serif; color: #000;
	background-color: #FFF;
	padding: 1px 0px;
	border: 1px solid #333;}	
