*{

	margin:			0;
	padding:		0;

	font:			normal normal 400 12px "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color:			#666666;
	
}

body{

	background-color:		#efefef;

}

div#container{

	position:				absolute;
	top:					0;
	left:					50%;
	right:					0;
	
	width:					770px;
	
	margin:					0 auto;
	margin-left:			-400px;
	padding-left:			15px;
	padding-right:			15px;

	
	background-color:		#fff;	

}

div#head div, div#footer div, div#head div a,div#footer div a{

	font-size:				11px;

}
div#datum{

	width:					770px;
	height:					25px;

	float: 					left;
	
	line-height:			24px;
	text-align:				left;
	
}

div#slogan{

	width:					535px;
	height:					25px;
	
	float:					left;

	border-top:				1px solid #ff9900;
	
	line-height:			24px;
	text-align:				center;

}

div#top_navigation{

	width:					220px;
	height:					25px;
	
	float:					left;
	margin-left:			15px;
	
	border-top:				1px solid #ff9900;
	
	line-height:			24px;
	text-align:				center;
	
}

div#header{

	width:					770px;
	height:					150px;
	
	float:					left;
	
	background-image:		url(images/bg_header.jpg);

}

div#header_list{

	width:					220px;
	float:					right;
	
}

div#header_list ul{

	margin-top:				30px;
	list-style-type:		none;

}

div#header_list ul li{

	display: 				block;
	
	width:					220px;
	height:					18px;
	
	text-align:				center;
	
	font-weight:			700;
	line-height: 			18px;
	color:					#fff;

}

div#content{

	width:					535px;
	
	margin-top:				12px;
	margin-bottom:			15px;
	
	float:					left;

}
div#footer{

	width:					770px;

}

div#copyright{

	width:					535px;
	height:					25px;
	
	float:					left;

	border-top:				1px solid #ff9900;
	
	line-height:			24px;
	text-align:				center;
	
}

div#ontwerp{

	width:					220px;
	height:					25px;
	
	margin-left:			15px;
	
	float:					left;

	border-top:				1px solid #ff9900;
	
	line-height:			24px;
	text-align:				center;
	
}

a:hover{

	text-decoration:		none;

}

h1{

	color:					#1263c4;
	font-size:				18px;
	margin-bottom:			7px;

}

p{

	padding-top:			5px;
	margin-bottom:			9px;

}

div#content ul{

	margin-left:			23px;
	margin-top:				10px;
	margin-bottom:			10px;