body
{
	background: #FFFFFF url("../images/background.jpg") repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
h1
{
	font-size: 18px;
	font-weight: bold;
}

#all
{
	width: 920px;
	margin: 0 auto;
}
#shadow_l
{
	background: url("../images/shadow_l.png") repeat-y;
	width: 15px;
}
#shadow_r
{
	background: url("../images/shadow_r.png") repeat-y;
	width: 15px;
}
#shadow_bl
{
	background: url("../images/shadow_bl.png") no-repeat;
	width: 15px;
	height: 15px;
}
#shadow_b
{
	background: url("../images/shadow_b.png") repeat-x;
	height: 15px;
}
#shadow_br
{
	background: url("../images/shadow_br.png") no-repeat;
	width: 15px;
	height: 15px;
}

#main
{
	background: #FFFFFF url("../images/content_background.jpg") repeat-y;
	width: 890px;
}

#banner
{
	background: url("../images/banner.jpg") no-repeat;
	width: 890px;
	height: 245px;
}
#logo
{
	position: absolute;
	margin-left: 20px;
	margin-top: 24px;
	width: 181px;
	height: 41px;
}
#banner_text
{
	position: absolute;
	margin-left: 228px;
	margin-top: 21px;
	font-size: 10px;
	line-height: 12px;
	width: 125px;
	height: 50px;
}
#friesland
{
	background: url("../images/friesland.png") no-repeat;
	position: absolute;
	margin-left: 562px;
	margin-top: 7px;
	width: 420px;
	height: 314px;
}
#shadow_banner
{
	background: url("../images/shadow_banner.png") repeat-x;
	width: 890px;
	height: 24px;
	position: absolute;
	margin-top: 221px;
}

#menu_bar
{
	background: url("../images/menu_bar.jpg") repeat-x;
	width: 890px;
	height: 33px;
}
#menu_bar a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
#menu_bar ul.level0
{
	display: block;
	padding: 6px 0 0 5px;
	margin: 0;
}
#menu_bar li.level0
{
	display: block;
	margin-right: 14px;
	padding: 0 5px 8px 5px;
	float: left;
}
#menu_bar li.level0 a
{
	color: #CBCBCB;
	display: block;
	clear: both;
}
#menu_bar li.level0.active a,
#menu_bar li.level0.hover a,
#menu_bar li.level0:hover a
{
	color: #FFFFFF;
}
#menu_bar ul.level1
{
	display: none;
	position: absolute;
	top: 277px;
	background: #0093D0;
	margin: 0 0 0 -10px;
	padding: 4px 0 0 0;
	border: 1px solid #006EB7;
}
#menu_bar li.level1
{
	display: block;
	padding: 0 18px 3px 9px;
}
#menu_bar ul.level1 li.last
{
	padding-bottom: 7px;
}
#menu_bar li.hover ul, #menu_bar li:hover ul
{
	display: block;
	height: auto;
}
#menu_bar li ul li.hover, #menu_bar li ul li:hover
{
	background-color: #33C6F3;
}

#content_left
{
	background: #FFFFFF;
	width: 383px;
	float: left;
	padding: 0 36px 0 26px;
}
#content_left h1
{
	color: #EE2E24;
	margin-left: 6px;
}
#content_left a
{
	color: #EE2E24;
}
#content_left .block .image img
{
	border: 1px solid #ED2E24;
}
#content_left .block form td
{
	width: 100px;
	padding-bottom: 3px;
}
#content_left .block form td+td
{
	width: 5px;
}
#content_left .block form td+td+td
{
	width: 257px;
}
#content_left .block form input[type="text"],
#content_left .block form textarea,
#content_left .block form select
{
	border: 1px solid #ED2E24;
}
#content_left .block form input[type="text"],
#content_left .block form textarea
{
	width: 257px;
}
#content_left .block form input[type="button"],
#content_left .block form input[type="submit"]
{
	color: #FFFFFF;
	background-color: #0093D0;
	border-color: #0093D0;
}

#content_right
{
	background: #0093D0 url("../images/content_right.jpg") no-repeat top right;
	width: 371px;
	float: left;
	color: #FFFFFF;
	padding: 0 37px;
}
#content_right h1
{
	color: #FFFFFF;
}
#content_right a
{
	color: #FFFFFF;
}
#content_right .block .image img
{
	border: 1px solid #CBCBCB;
}
#content_right .block form td
{
	width: 100px;
	padding-bottom: 3px;
}
#content_right .block form td+td
{
	width: 5px;
}
#content_right .block form td+td+td
{
	width: 245px;
}
#content_right .block form input[type="text"],
#content_right .block form textarea,
#content_right .block form select
{
	border: 1px solid #CBCBCB;
}
#content_right .block form input[type="text"],
#content_right .block form textarea
{
	width: 245px;
}
#content_right .block form input[type="button"],
#content_right .block form input[type="submit"]
{
	color: #FFFFFF;
	background-color: #ED2E24;
	border-color: #ED2E24;
}

#search
{
	clear: both;
	height: 58px;
	margin-top: 30px;
	margin-bottom: 55px;
}
#search h1
{
	margin-top: 0px;
}
#search #search_text
{
	width: 189px;
	height: 28px;
	padding-top: 7px;
	float: left;
}
#search #search_button
{
	width: 36px;
	height: 35px;
	float: left;
}

#search input[type=text]
{
	background: #FFFFFF url("../images/search.jpg") no-repeat top left;
	border: 1px solid #CBCBCB;
	width: 175px;
	height: 17px;
}

.leesmeer
{
	display: inline;
	background: none;
	float: right;
	padding: 0;
	margin: 0;
	text-decoration: underline;
	font-size: 12px;
	height: 20px;
	width: 60px;
}
.leesmeer:hover
{
	background: none;
	padding: 0;
	height: 20px;
}

#bottom_left
{
	background: #FFFFFF;
	width: 445px;
	height: 67px;
	float: left;
}
#logos
{
	margin-top: 20px;
}
#logos img
{
	margin-left: 20px;
	margin-right: 15px;
}

#bottom_right
{
	background: #0093D0;
	width: 445px;
	height: 67px;
	float: right;
}
#copyright
{
	font-size: 10px;
	color: #FFFFFF;
	position: absolute;
	margin-top: 45px;
	margin-left: 285px;
}

.clearer
{
	clear: both;
}

.mandatory_field
{
	background-color: #FFFFFF;
}

strong
{
	font-weight: bold;
}

em
{
	font-style: italic;
}