/** Globale instellingen **/
body
{
	background-color:  	#FFFFFF;	
	height:				100%;
	
	padding:			0px;
	margin:				0px;
	
	font-family:		Verdana;
	font-size: 			12px;
	color: 				#333333;
	font-weight:		normal;		
}

html
{
	height: 	100%;
	
	padding:	0px;
	margin:		0px;	
}

img
{
	border: 0px;
}

a
{
	font-family:		Verdana;
	font-size: 			12px;
	color: 				#0067A4;
	font-weight:		bold;		
}

/** Body **/
div#container
{
	position: 	relative;
	
	width: 		880px;
	min-height: 100%;
	/*_height: 	100%;*/
	
	margin: 	0px auto;
}

div#header
{
	position: 	relative;	
	
	width: 		880px;
	height:		116px;
	
	background: url( "/images/header.jpg" ) no-repeat;
}

div#content
{
	position: 	relative;	
	
	width: 		828px;
	min-height: 450px;
	height: 	auto;
	
	margin:		8px 0px 0px 0px;
	padding:	22px 25px 120px 25px;
	
	border: 	1px solid #C8D7E4;
	
	background:	url( "/images/footer.jpg" ) no-repeat bottom;
}

* html div#content
{
	padding:	22px 25px 55px 25px;
	
	height:		450px;
}

div#content_banner
{
	position: 		relative;
	width: 			830px;
	height:			59px;
	margin-top:		-43px;
	margin-right:	-25px;
	float:			right;
	z-index:		1;
}

* html div#content_banner
{
	margin-right: -12px;
}

div#content_header
{
	position:	relative;
	
	float:		left;
	
	z-index: 	2;
}

div#content_left, div#content_left_noPhoto
{
	margin:	20px 0px 0px -15px;
}

div#content_left {
	position:	relative;
	left:		200px;
	width:		650px;
}

div#photos_left {
	margin-top:		5px;
	margin-left:	-200px;
	margin-right:	5px;
	position:		relative;
	width:			200px;
	width:			200px;
	/*overflow-x:		hidden;*/
	float:			left;
}

div#content_right 
{
	width: 	230px; 
	float: 	right; 
}

div#content_right_news
{
	position: relative;
	width: 	230px;
	float: 	right;
	clear: right;	
	/*margin-top:	-600px;*/

}

/** Blue bar **/
div#blue_bar
{
	position: 			relative;
	
	width: 				875px;
	height: 			16px;
	
	margin: 			2px 0px 0px 0px;
	padding: 			2px 5px 0px 0px;
	
	background-color: 	#0067A4;
}

p#blue_bar_text
{
	margin: 		0px;
	padding: 		0px;
	
	font-family:	Verdana;
	color:			#FFFFFF;
	font-size:		11px;
	
	text-align: 	right;
}

/** Text **/
h1
{
	margin: 		0px;
	padding:		0px;
	
	font-family:	Verdana;
	font-size: 		18px;
	color: 			#0067A4;
	font-weight:	normal;	
	
	z-index: 		1;
}
hr
{
	border: 		1px solid #C8D7E4;
}
h6
{
	font-family:	Verdana;
	font-size: 		12px;
	color: 			#0067A4;
	font-weight:	bold;	
}

div#content_text
{
	margin: 		0px;
	width:			100%; 
	padding:		0px;
	margin-left:	1px;
	
	font-family:	Verdana;
	font-size: 		12px;
	color: 			#333333;	
}

p#content_right_text
{
	font-family:	Verdana;
	font-size: 		11px;
	color: 			#0067A4;
	font-weight:	bold;
}

p#news_title /* site.php Line 184*/
{
	margin: 		0px;
	padding:		0px;
	
	font-family:	Verdana;
	font-size: 		12px;
	color: 			#0067A4;	
	/*font-weight: 	none;*/
}

p#news_text	/* site.php Line 187*/
{
	margin: 		0px;
	padding:		0px;
	
	font-family:	Verdana;
	font-size: 		10px;
	color: 			#0067A4;	
}

td.tdBold
{
	font-family:	Verdana;
	font-size: 		12px;
	color: 			#000000;
	font-weight:	bold;	
}

td.tdNormal
{
	font-family:	Verdana;
	font-size: 		12px;
	color: 			#000000;	
}

span.requiredField
{
	font-family:	Verdana;
	font-size: 		12px;
	color: 			red;		
}

/** Footer **/
div#footer
{
	position: 	relative;
	margin-bottom: 2px;
	width: 		880px;
	height:		25px;
}

div#footer_left
{
	float: left;
	margin-bottom: 2px;
}

div#footer_right
{
	float: right;
	margin-bottom: 2px;
}

div#footer_right a
{
	font-family:	Verdana;
	font-size: 		9px;
	color: 			#333333;	
}

div#footer_right a:hover
{
	font-family:	Verdana;
	font-size: 		9px;
	color: 			#0067A4;	
}

p#flag_en
{
	width: 		22px;
	height:		14px;
	
	margin:		5px 5px 0px 0px;
	
	float: 		left;
	
	background: url( "/images/vlag_en.jpg" ) no-repeat;
}

p#flag_nl
{
	width: 		22px;
	height:		14px;
	
	margin:		5px 5px 0px 0px;
	
	float: 		left;
	
	background: url( "/images/vlag_nl.jpg" ) no-repeat;	
}

p#flag_de
{
	width: 		22px;
	height:		14px;
	
	margin:		5px 5px 0px 0px;
	
	float:		left;
	
	background: url( "/images/vlag_de.jpg" ) no-repeat;	
}

p#footer_right_text
{
	margin: 		5px 5px 0px 0px;
	padding: 		0px;
	
	float: 			left;
	
	font-family:	Verdana;
	font-size: 		10px;
	color: 			#464646;	
}

p#footer_right_bar
{
	margin: 		5px 5px 0px 0px;
	padding: 		0px;
	
	float: 			left;
	
	font-family:	Verdana;
	font-size: 		10px;
	color: 			#0067A4;	
}


/** Clear **/
div#clear
{
	clear: both;
}

div#menu
{
	position:			relative;
	left:				0px;
	top:				0px;
	width:				982px;
	height:				63px;
}

div#menu_left
{
	position:			absolute;
	left:				0px;
	top:				0px;
	width:				221px;
	height:				63px;
	overflow:			hidden;
}

div#menu_center
{
	position:			absolute;
	left:				221px;
	top:				0px;
	width:				635px;
	height:				63px;
}

div#menu_center_main
{
	position:			absolute;
	left:				0px;
	top:				0px;
	width:				754px;
	height:				30px;
}

div#menu_center_sub
{
	position:			absolute;
	left:				0px;
	top:				30px;
	width:				754px;
	height:				35px;
}

div#menu_right
{
	position:			relative;
	left:				0px;
	top:				0px;
	width:				119px;
	height:				30px;
	background:			url( "/images/menu/menu_right.jpg" ) no-repeat right; 
}
