/* Layout */
html,
body{
	background-color: #FFFFFF;
	font-size: 100%;
	font-family: Arial;
	line-height: 1.3;
}
form#pagina{
	text-align: center;
	color: #535353;
	background: url(/images/form_bg.gif) repeat-x left top #ffffff;
}
#frame{
	width: 1001px;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
/* Header */
#CCIPlaceHolder_Header{
	height: 251px;
	position: absolute;
	left: 20px;
	top: 0;
	width: 961px;
}
#CCIPlaceHolder_Header .datum_zoek{
	height: 25px;
	overflow: hidden;
}
#datum{
	color: #717171;
	float: left;
	font-size: 12px;
	padding-top: 4px;
}
#zoek{
	float: right;
	padding-top: 1px;
	padding-right: 10px;
}
#zoek input{
	border: solid 1px #B6B6B6;
	padding: 1px 5px;
	color: #7B7B7B;
	font-size: 12px;
}
#zoek #btnContentSearch{
	border: none;
	background-image: url(/images/zoek_knop.gif);
	width: 25px;
	height: 18px;
	cursor: pointer;
	padding: 0;
}
h1{
	float: left;
	margin: 15px 0 0 34px;
}
h2{
	float: right;
	width: 584px;
	height: 199px;
}
#hoofdmenu{
	background: url(/images/hoofdmenu_bg.gif) repeat-x left top #E9E8E8;
	height: 27px;
	width: 961px;
	float: left;
	overflow: hidden;
}
#links{
	background: url(/images/hoofdmenu_links.gif) no-repeat left top #E9E8E8;
	width: 5px;
	height: 27px;
	float: left;
}
#rechts{
	background: url(/images/hoofdmenu_rechts.gif) no-repeat left top #E9E8E8;
	width: 5px;
	height: 27px;
	float: right;
}
#hoofdmenu li{
	float: left;
	background: url(/images/hoofdmenu_tussen.gif) no-repeat right top;
	padding: 6px 14px 7px 12px;
	font-weight: bold;
	font-size: 12px;
}
#hoofdmenu ul#home{
	float: right;
}
#hoofdmenu ul#home li{
	background: url(/images/hoofdmenu_tussen.gif) no-repeat left top;
	padding: 6px 12px 7px 14px;
}
#hoofdmenu li a{
	color: #6C6C6C;
	text-decoration: none;
}
#hoofdmenu li a:hover,
#hoofdmenu li.active a{
	color: #452683;
}
/* Footer */
#CCIPlaceHolder_Footer{
	background: url(/images/footer_bg.gif) repeat-x left top #E2E2E2;
	height: 24px;
	overflow: hidden;
	font-size: 12px;
	padding: 0 20px;
}
#CCIPlaceHolder_Footer ul{
	margin: 4px 0 0 0;
}
#CCIPlaceHolder_Footer li{
	float: left;
	border: solid 1px #313131;
	border-width: 0 1px 0 0px;
	padding: 0 5px;
}
#CCIPlaceHolder_Footer li.last{
	border: none;
}
#CCIPlaceHolder_Footer li a{
	color: #313131;
	text-decoration: none;
}
#CCIPlaceHolder_Footer li a:hover{
	text-decoration: underline;
}