html
{
    font-size: 		100%;
}

body
{
    font-family:	Georgia, 'Times new Roman';
    font-size:		13px;
    background: 	#FFFFFF url('../images/background.jpg') center top no-repeat;
}

#contentviewer
{
	overflow:		hidden;
}

#friesland
{
	position: 		absolute !important;
	width: 			449px;
	height: 		345px;
	top: 			0;
	left: 			0;
	margin-top: 	42px;
	margin-left: 	512px;	
	z-index: 		20 !important;
}

.clear2 
{
	display: 		block;
	overflow: 		hidden;
	visibility: 	hidden;
	width: 			0;
	height: 		0;
}

a
{
	color: 			#094FA3;
}

a:hover
{
	color:			black;
}

#main
{
	position: 		relative;
	z-index: 		10;
}

/* HEADER */

#languagebar
{
	height: 20px;
	text-align: right;
	padding-top: 3px;

}

#languagebar img
{
	margin-left: 5px;
}

#header_left
{
	padding-top: 29px;
	margn-left: -32px;
}

/* NAV */

#nav
{
	position: relative;
	margin-top: 25px;
	height: 30px;
	z-index: 50 !important;
}

#nav ul, #nav li
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#nav li.level0
{
	display: 			block;
	float: 				left;
	background: 		transparent url('../images/menu_button.png');
	height: 			33px;
	margin-left: 		8px;
	line-height: 		33px;
}

#nav li.first
{
	margin-left: 0px;
}

#nav li.level0 a
{
	display: 			block;
	width: 				110px;
	padding-left: 		6px;
	color: 				#FFFFFF;
	font-size: 			1.2em;
	text-decoration: 	none;
}

#nav .level0 A:hover {
	color:				#EDB224;
}

/* Niveau 1 */

#nav .level1 ul
{
	line-height: 100% !important;
}

#nav .level1 li
{
	background-color:		#3D74B6;
	position:				relative;
	height:					19px;
	float: 					left;
	clear: 					both;
	width:					116px !important;
	border: 				none !important;
}

#nav .level1 li.last
{
	padding-bottom:			7px;
}

#nav .level1 li:hover
{
	background-color:		#094FA3;		
}

#nav .level1 li a {	
	color:					#FFFFFF;
	padding:				0px !important;
	padding-left:			5px !important;
	margin:					0px !important;
	border: 				none !important;
	font-size:				1em;
	line-height:			16px;
	width: 					110px;
}

li > ul {	
	display:				none;
	margin: 				0px !important;
	padding:	 			0px !important;
	border: 				none !important;
}

#nav li.over > ul , #nav li:hover > ul
{
	display: 				block;
	margin: 				0px !important;
	padding:	 			0px !important;	
}


/* CONTENT */

#breadcrumbs
{
	color: 				#999999;
	margin-top: 		15px;
	margin-bottom:		15px;
	font-size:			1em;
}

#breadcrumbs a
{
	color: 				#999999;
	text-decoration: 	none;
}

#breadcrumbs a:hover
{
	text-decoration: 	underline;
}

h1
{
	color: 				#07448C;
	font-size: 			1.2em;
	font-weight: 		bolder;
	margin-bottom:		0.2em;
}

h2
{
	color: 				#07448C;
	font-size: 			1em;
	font-weight: 		bolder;
	margin-bottom:		0.2em;
}

.block
{
	padding-right:		10px;
}	

.block .content
{
	color: 				#333333;
	font-size:			1em;
	text-align:			justify;
}

.block p:last-child {
	margin:				0px;
}

.block .end {
	height:				1.5em;
	display:			block;
	clear:				both;
}

.block .image
{
	float: 				left;
}

.block .image img
{
	margin: 0 10px 10px 0;
}

.leesmeer
{
	background: 		transparent url('../images/readmore_art.png') no-repeat center left;
	line-height: 		1em;
	font-size:			0.75em;
	clear: 				both;
	color: 				#333333;
	display: 			block;
	font-weight: 		bold;
	margin-top: 		0px;
	padding-left: 		15px;
	padding-top: 		1px;
	text-decoration: 	underline;
	width: 				100px;
}

.leesmeer:hover
{
	
}

/* RIGHT SIDE */

#content_right
{
	padding-top: 	110px;
	font-size:		1em;
	font-family:	Georgia, 'Times new Roman';
	color: 			#333333;
}

#content_right h2
{
	color: 			#07448C;
	font-weight: 	bolder;
	margin: 		20px 0 5px 0;
	font-size:		1.7em;
}

#content_right input.text
{
	color: 			#333333;
	font-size: 		12px;
	border: 		1px solid #EDB224;
	width: 			136px;
	height: 		19px;
}

#content_right input.button
{
	color: 			#FFFFFF;
	font-family: 	verdana;
	border: 		0;
	font-weight:	bolder;
	font-size:		0.95em;
	line-height:	22px;
	cursor:			pointer;
	text-align:		center;
	padding-left:	2px;	
	height: 		26px;
	width:			100px;
	background: 	transparent url('../images/yellowbutton.png') 0 0 no-repeat;
	margin-top:		-2px;
	margin-right:	-4px;
}

#searchfor {
	width:			198px;
	float:			left;
	margin-right:	2px;
}

#content_right td.fieldname
{
	padding-bottom: 10px;
}

#content_right td.fieldname
{
	width: 			158px;
}

#related a
{
	color:				#333333;
	font-size:			1em;
	text-decoration:	none;
}

#related a:hover{
	text-decoration:	underline;
}

#related UL {
	color:				gray;
}

#related UL LI {
	padding-left:		0px;
	margin-left:		15px;
}

/* FOOTER */

#footer
{
	font-family: 		Georgia, 'Times new Roman'; 
	color: 				#FFFFFF;
	font-size: 			1em;
	height: 			3em;
	width: 				100%;
	overflow: 			hidden;
	background-color: 	#094FA3;
}

#yellowbar
{
	background: url('../images/yellowbar.png') top left repeat-x;
	height: 			5px;
}

#footer_info
{
	height: 34px;

}

#footer_info_text
{
	margin-top: 11px;
}

/* Smaller and bigger text buttons */

.smallertext
{
	display:			block;
	width:				52px;
	height:				26px;
	float:				left;
	background:			url(../images/text_smaller.png) no-repeat top left;
}

.biggertext
{
	display:			block;
	width:				52px;
	height:				26px;
	float:				left;
	background:			url(../images/text_bigger.png) no-repeat top left;
}

.fhmessage
{
	color:red;
}
.fherrormessage
{
	color:red;
}
