body{
	font-family: 			"Lucida Sans","Lucida Bright","Lucida Grande",Arial;
	font-size:				12pt;
	color:					#503083;
	background-image:		url('/images/design/background.jpg');
	background-position:	50% 300px;
	background-repeat:		no-repeat;
	background-attachment:	fixed;
}
a{
	font-family: 		"Lucida Sans","Lucida Bright","Lucida Grande",Arial;
	color:				#503083;
	text-decoration:	none;
}

q{
	padding:			10px;
	font-style:			italic;
	font-size:			13pt;
	text-align:			center;
	display:			block;
}
address{
	font-style:			normal;
}
strong{
	font-size:			12pt;
	font-style:			italic;
}
h1{
	font-size:				14pt;
}
h2{
	font-size:				12pt;
}
h3{
	font-size:				12pt;
	text-indent:				20px;
	font-weight:				normal;
	background-image:			url('/images/design/dot.jpg');
	background-position:			0 50%;
	background-repeat:			no-repeat;
	color:					#8060b3;
}
h4{
	font-size:				10pt;
}
ul,ol{
	padding-left:			30px;
	margin-left:			0;
}
div#head{
 	width:		780px;
 	height:		230px;
 	position:	absolute;
 	left:		50%;
 	margin-left:-390px;
 	top:		10px;
	background-image:		url('/images/design/head.jpg');
	background-position:	50% 50%;
	background-repeat:		no-repeat;
}
div#images{
	width:		615px;
	height:		123px;
	position:	absolute;
	top:		95px;
	left:		164px;
}
img.foto{
	float:		left;
	margin:		0;
}
div#menu{
 	width:		100%;
	height:		25px;
	position:	absolute;
 	left:		0;
 	top:		245px;
 	text-align:	center;
 	cursor:		pointer;
 	font-size:	12pt;
}
div#submenu{
	width:		123px;
	height:		506px;
 	position:	absolute;
 	left:		50%;
 	margin-left:-380px;
 	top:		435px;
	padding-top:0px;
	text-align: left;
	font-size: 	10pt;
}
div#content{
	width:		570px;
 	position:	absolute;
 	left:		50%;
 	margin-left:-205px;
 	top:		275px;
 	text-align:	justify;
 	padding-bottom:40px;
}
div#voet{
 	margin-left:-175px;
 	margin-top:	15px;
 	width:		750px;
 	padding:	5px;
 	color:		white;
 	height:		21px;
 	border-bottom:10px solid white;
 	background-color:		#503083;
 	position:	absolute;
 	text-align:	center;
 	font-size:	10pt;	
}
div#voet a{
	color: white;
}
