body {
	background		: center url(plaatjes/body.gif) repeat-y;
	font-size		: 62.5%; /* = 10px */
}

/* ---------------------------------------------------------------------------------------------------- */
/* Algemeen			 																					*/
/* ---------------------------------------------------------------------------------------------------- */
div#container {
	position		: absolute;
	left			: 50%;
	width			: 784px;	
	text-align		: left;
	margin			: 80px 0 0 -392px;
}
.teller {
	float			: left;
}
.nav:link, .nav:visited, .nav:active {
	font			: normal 1.0em Verdana;	
	color			: #a9ada8;
	text-decoration	: none;
}
.nav:hover, .nav_selected {
	font			: normal 1.0em Verdana;	
	color			: #091507;
	text-decoration	: none;
}
A:link, A:visited, A:active {
	font			: normal 1.0em Arial;	
	color			: #FFF;
	text-decoration	: underline;
}
A:hover {
	font			: normal 1.0em Arial;	
	color			: #00eaff;
	text-decoration	: none;
}

/* ---------------------------------------------------------------------------------------------------- */
/* Biografie 																							*/
/* ---------------------------------------------------------------------------------------------------- */
.biografie {
	background		: url(plaatjes/biografie.jpg) no-repeat;
	width			: 774px; 
	height			: 20px; 
	text-align		: left;
	padding-top		: 100px;
	padding-left	: 10px;
	font			: normal 1.1em Verdana;	
	color			: #a9ada8;
}
.biofoto {
	float			: left;
	margin-top		: 6px;
	width			: 295px;
	height			: 200px;
	background		: right top url(plaatjes/chriszegers.jpg) no-repeat;
}
.content {
	float			: left;
	width			: 445px;
	padding			: 6px 0 0 10px;
	font			: normal 1.1em/1.5em Arial, Helvetica; 
	color			: #fff; 
}
/* ---------------------------------------------------------------------------------------------------- */
/* Gallery	 																							*/
/* ---------------------------------------------------------------------------------------------------- */
.gallery {
	background		: url(plaatjes/gallery.jpg) no-repeat;
	width			: 774px; 
	height			: 20px; 
	text-align		: left;
	padding-top		: 100px;
	padding-left	: 10px;
	font			: normal 1.1em Verdana;	
	color			: #a9ada8;
}
.rij {
	float			: left;
	margin-top		: 10px;
	width			: 780px;
}

.thumb {
	float			: left;
	margin-left		: 10px;
	width			: 295px;
	height			: 60px;
}

.preview {
	margin-right	: 10px;
	cursor			: pointer;
}

.omschrijving{
	float			: left;
	width			: 400px;
	padding			: 0 0 0 10px;
	font			: bold 1.1em/1.5em Arial, Helvetica; 
	color			: #fff; 
}

.lijn {
	float			: left;
	margin-top		: 10px;
	width			: 295px;
	height			: 23px;
	background		: url(plaatjes/lijn.gif) repeat-x;
}
/* ---------------------------------------------------------------------------------------------------- */
/* Nieuws	 																							*/
/* ---------------------------------------------------------------------------------------------------- */
.nieuws {
	background		: url(plaatjes/nieuws.jpg) no-repeat;
	width			: 774px; 
	height			: 20px; 
	text-align		: left;
	padding-top		: 100px;
	padding-left	: 10px;
	font			: normal 1.1em Verdana;	
	color			: #a9ada8;
}
.image {
	float			: left;
	margin-left		: 10px;
	width			: 295px;
}
.item{
	float			: left;
	width			: 400px;
	padding			: 0 0 0 10px;
	font			: normal 1.1em/1.5em Arial, Helvetica; 
	color			: #fff; 
}
.nieuwslijn {
	width			: 400px;
	height			: 23px;
	background		: url(plaatjes/nieuwslijn.gif) repeat-x;
}
/* ---------------------------------------------------------------------------------------------------- */
/* 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			: 150px 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;
}