/******************************************************************************
MAIN
******************************************************************************/

html, body, form, fieldset
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0f2751;
	background-image: url('gui/bg.gif');
	background-repeat: repeat-x;
	background-position: top left;
}

h1, h2, h3, h4, h5, h6
{
	margin: 0;
	padding: 0;
	font-family: Georgia;
	font-weight: normal;
}

p, pre, blockquote, ul, ol, dl, address
{
	margin: 0;
	padding: 0;
}

li, dd, blockquote
{
	margin: 0;
	padding: 0;
}

form label { /* 	cursor: pointer; */ }
fieldset { border: none; }

input, select, textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

a {color: #8d8465;}
a:hover {color: #0f2751;}

/* ##############################################################
						 	REGULAR		
(voor de hover kleur effecten zie stylesheet bijbehorende pagina) 
###############################################################*/

.hide { display: none; }

.clear
{
	float: none;
	clear: both;
}

h1
{
	font-size: 18px;
	margin-bottom: 16px;
}

p
{
	font-size: 11px;
	line-height: 190%;
	margin-bottom: 16px;
}

p.lead
{
	font-size: 13px;
	line-height: 190%;
	margin-bottom: 16px;
	font-family:Trebuchet MS;
	color:#8d8465;
}

p.lead a
{
	color: #002748;
}

img { border-width: 0px; }


.cntntimg {}

/* ##############################################################
						 	MAIN DIV																																																							 
###############################################################*/

#holder
{
	margin-left: auto;
	margin-right: auto;
	width: 852px;
}

#hdr
{
	background-image: url('gui/bg_header.gif');
	background-repeat: no-repeat;
	background-position: top left;
}

#container
{
	/*min-height: 330px;
	_height: 330px;*/
	border-color: #CCD4DA;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	background-image: url('gui/bg_container.gif');
	background-repeat: repeat-y;
	background-position: top left;
	background-color:#fff;
	display:block;
	margin:0;
	position:relative;
}

/* ##############################################################
						 	HEADER																																																							 
###############################################################*/

#hdr #top
{
	padding-top: 5px;
	height: 110px;
}

#hdr #top #flags
{
	width: 550px;
	float: left;
}

#hdr #top #flags a
{
	margin-right:5px;
}

#hdr #bttm
{
	display:block;
	height: 50px;
	width: 850px;
	background-image: url('gui/img/hdr.jpg');
	background-repeat: no-repeat;
	padding-bottom: 3px;
	border-color: #CCD4DA #CCD4DA #002748 #CCD4DA;
	border-width: 0px 1px 3px 1px;
	border-style: solid;
	margin:0;
}

#hdr a#homegif
{
	position: relative;
	display: block;
	margin-top: 20px;
	height: 86px;
	width: 280px;
	top: 0px;
	left: 270px;
	text-decoration: none;
}
/*
#hdr a#homegif span
{
	vertical-align: bottom;
	color: #F6F6F6;
	position: relative;
	top: 73px;
	left: 18px;
}

#hdr a#homegif:hover span { color: #00213C; }

a#homegif2
{
	width: 872px;
	position: absolute;
	top: 119px;
	left: 2%;
}
*/


/* ##############################################################
						 	CONTAINER																																																							 
###############################################################*/

#container .left
{
	float: left;
	clear: none;
	width: 225px;
	padding-top: 3px;
	overflow: hidden;
}

#container .rght
{
	margin-left:225px;
}

#container .rght .content
{
	float: left;
	width: 400px;
	padding: 25px;
	display:inline-block;
}

#container .nieuwsitems
{
	float: left;
	width: 174px;
	background-color: #eaeef3;
}


/* ##############################################################
						 	PRESSRELEASES																																																							 
###############################################################*/
.nieuwsitems h3
{
	font-size: 15px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 3px solid #002748;
	background-color: #FFF;
}

.nieuwsitems .pressrelease,
.nieuwsitems .pressrelease h3
{	
	background-color: #eaeef3;
}

.pressrelease
{
	float:left;
	padding:14px;
}

.content .pressrelease
{
	width:370px;
}

.vacancie h3,
.pressrelease h3
{
	font-size: 14px;
	text-align:left;
	margin: 0;
	padding:0;
	border: none;
	background-color: #fff;
}

.pressrelease a,
.pressrelease p
{
	color: #002748;
	
}

.pressrelease p
{
	font-size: 10px;
}

.pressrelease a
{
	text-decoration: none;
}

/* ##############################################################
						 	RSS																																																							 
###############################################################*/
p.rss_title {
margin:0;
padding:0;

}

p.rss_title a{
color: #0f2751;
}

p.rss_pubdate {
color:#4b5a74;
margin:0;
padding:0;
}






