body {
	background		: #000;
	font-size		: 62.5%; /* = 10px */
}


/* ---------------------------------------------------------------------------------------------------- */
/* Homepage 		 																					*/
/* ---------------------------------------------------------------------------------------------------- */
div#container {
	position		: absolute;
	left			: 50%;
	width			: 630px;	
	text-align		: left;
	margin			: 150px 0 0 -315px;
}

.logo {
	background		: url(plaatjes/chriszegers.gif) no-repeat;
	height			: 34px;
	width			: 525px;
}

.navigatie {
	height			: 30px;
	text-align		: right;
	padding-right	: 20px;
	font			: normal 1.1em Verdana;	
	color			: #696769;
}

.email {
	background		: url(plaatjes/home.jpg) no-repeat;
	width			: 630px; 
	height			: 17px; 
	text-align		: right;
	padding-top		: 140px;
	font			: normal 1.2em Verdana;	
	color			: #696769;
}

.nav_selected {
	font			: normal 1.1em Verdana;	
	color			: white;
	text-decoration	: none;
}
.nav:link, 
.nav:visited, 
.nav:active {
	font			: normal 1.1em Verdana;	
	color			: #696769;
	text-decoration	: none;
}
.nav:hover {
	font			: normal 1.1em Verdana;	
	color			: white;
	text-decoration	: none;
}

/* ---------------------------------------------------------------------------------------------------- */
/* AJAX-contactformulier																				*/
/* ---------------------------------------------------------------------------------------------------- */
#mailform {
	position		: absolute;
	top				: 0;
	left			: 0;
	width			: 100%;
	height			: 100%;
	background		: url(plaatjes/trans.png);
}
#daform {
	position		: absolute;
	left			: 50%;
	width			: 430px;	
	margin			: 0 0 0 -250px;
	border			: 1px solid red;
	background		: white;
	padding			: 10px;
}
.formfield {
	width			: 270px;
	height			: 15px;
	font			: normal 11px verdana;
	border			: 1px solid #9a9a9a;
}
.formmini {
	width			: 60px;
	height			: 15px;
	font			: normal 11px verdana;
	border			: 1px solid #9a9a9a;
}
textarea {
	width			: 270px;
	height			: 60px;
	font			: normal 11px verdana;
	border			: 1px solid #9a9a9a;
}