html, body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	font-family: "Century Gothic","myriad Pro",sans-serif,Verdana,arial;
	font-size:13px;
	color:#030656;
	background:#FFFFFF;
}

div#container {
	position:relative; /* Nodig voor footer positie */
	width:984px;
	height:auto !important; /* Echte browsers */
	height:100%; /* IE6: behandeld als min-height*/
	min-height:100%; /* echte browsers */
	padding:0px;
	float:left;
	margin:0 auto; /* center, niet in IE5  */
	left:50%;
	margin-left:-492px;
	background:url(/gfx/bg_container.png) no-repeat center top;
}

div#container_header {
	width:984px;
	height:162px;
	float:left;
}

div#container_header_top {
	width:984px;
	height:101px;
	float:left;
}

div#container_header_top_left {
	width:301px;
	height:101px;
	float:left;
	background:url(/gfx/bg_logo.png) no-repeat top left;
}

div#container_header_top_right {
	width:683px;
	height:101px;
	float:left;
}

div#container_header_bottom {
	width:984px;
	height:61px;
	float:left;
	background:url(/gfx/bg_container_header_bottom.png) no-repeat top center;
}

div#container_header_bottom_left {
	width:185px;
	height:61px;
	float:left;
}

div#container_header_bottom_body {
	width:622px;
	height:61px;
	float:left;
}

div#container_header_bottom_body_top {
	width:622px;
	height:36px;
	float:left;
}

div#container_header_bottom_body_bottom {
	width:622px;
	height:25px;
	float:left;
}

div#container_header_bottom_right {
	width:177px;
	height:61px;
	float:left;
}

div#container_content {
	width:984px;
	float:left;
	padding-bottom:118px;
}

div#container_content_left {
	width:185px;
	float:left;
}

div#container_content_left a {
	color:#030656;
	text-decoration:none;
}

div#container_content_left a:hover {
	color:#030656;
	text-decoration:underline;
}

div#container_content_left a:visited {
	color:#030656;
	text-decoration:none;
}

div#container_content_left a:visited:hover {
	color:#030656;
	text-decoration:underline;
}

div#container_content_body {
	width:596px;
	padding:0px 13px;
	float:left;
}

div#container_content_body_header {
	width:596px;
	float:left;
	margin-bottom:20px;
}

div#container_content_body_content {
	width:596px;
	float:left;
	display:block;
	padding:0px;
	margin:0px;
}


div#container_content_body_content h1 {
	margin-top:0px;
}

div#container_content_body_content p {

}

div#container_content_right {
	width:177px;
	height:inherit;
	float:right;
	bottom:0px;
}

div#container_content_right_news_holder {
	position:absolute;
	width:177px;
	margin-top:-14px;
	float:left;
}

a.container_content_right_newsitem {
	width:152px;
	height:94px;
	float:right;
	background:url(/gfx/bg_newsitem.png) no-repeat center center;
	margin-bottom:3px;
	margin-top:7px;
	padding:7px 10px 11px 8px;
	border:0px;
	text-decoration:none;
}

div.container_content_right_newsitem_content {
	width:152px;
	height:94px;
	float:left;
	cursor:pointer;
}

div.container_content_right_newsitem_content_top {
	width:150px;
	height:46px;
	float:left;
	margin:1px;
	background:#666;
}

div.container_content_right_newsitem_content_bottom {
	width:140px;
	height:29px;
	float:left;
	padding:8px 5px;
	margin:1px;
	margin-top:0px;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	color:#001e50;
}















div#footer {
	position:fixed;
	width:100%;
	left:0;
	bottom:0; /* stick to bottom */
	height:108px;
}

div#footerholder {
	text-align:center;
	font-size:0.8em;
	position:absolute;
	z-index:120000;
	height:108px;
	width:984px;
	top:50%;
	left:50%;
	margin-top:-54px;
	margin-left:-492px;
	background:#fff url(/gfx/bg_footer.png) no-repeat center top;
}

div#pagetags {
	position:absolute;
	width:522px;
	height:74px;
	padding:10px 10px 24px 10px;
	top:50%;
	left:50%;
	margin-top:-54px;
	margin-left:-311px;
}

div#pagetags a {
	text-decoration:none;
}

div#pagetags a {
	text-decoration:underline;
}

h1#pagetags_h1 {
	font-size:18px;
	font-weight:normal;
	float:left;
	padding:0px;
	margin:0px;
	width:522px;
	background:none;
	color:#ddd;
	text-align:left;
	float:left;
}


