/* CSS Document Jira Verkooyen*/

body {
	font-family:		century gothic, sans-serif;
	background-color:	#ffffff;
	margin:				0px;
	text-align: 	    center;
	font-variant:		normal;
}

a{  text-decoration:	none;
	font-size:			21px;
}
	
a:hover{
	text-decoration:	none;
	font-size:			32px;
}
			
#container	{
	position:			relative; 
	top:				0px; 
	left:				0px; 
	width:				800px;
}
#background {
	position:			relative;
	top:				0px;
	width:				800px;
	height:				400px;
	z-index:			0;
}
#header {
	position:		relative;
	top:			200px;
	width:			800px;
	color:			#e08c8a;
	font-size:		250%; 
	font-weight:	bold;
	text-align: 	center; 
	z-index:		10;
}
#content     {
	position:		relative;
	top:			0px;	
	width:			800px;
	z-index:		0;
}
#adres     {
	position:		relative;
	top:			-110px;/*afstand adres-header*/		
	width:			800px;
	font-family: 	century gothic, sans-serif;
	color: 			#582f11;
	text-align: 	center;
	line-height: 	130%;
}
#navigation     {
	position:		relative;
	top:			-60px;	
	width:			800px;
	text-align: 	center;
}
#footer     {
	position:		relative;
	top:			20px;	
	width:			800px;
	height:			20px;
}


