/* opmaak van de site */

hr {
	height: 				1px;
	border: 				none;	
	background-color: 		#CFD2DB;
}

body, td, table
{
	margin: 				0px;
	padding: 				0px;
	text-align: 			left;
	font-family:			Verdana, Lucida, Helvetica, Arial, sans-serif;
	font-size: 				12px;
	background:				#F3F3F3 url('/siteimg/background.png') repeat-y 50% 0;
}

table.white
{
	background:		#FFFFFF;
}

td.white
{
	background:		#FFFFFF;
}

a
{
	text-decoration:		none;
	color:					#ff0000;
}

div.clear
{
	clear:					both;
	height:					0px;
	margin-top:				-1px;
	overflow:				hidden;
}

div#header
{
	background:				url('/siteimg/header-background.png') no-repeat;
	width:					940px; /* 940px - 10px van de padding*/
	height:					75px; /* 75px - 41px van de padding*/
	margin:					20px auto 0px auto;
	color:					#000000;
	/*padding:				41px 0px 0px 10px;*/
	position:				relative;
}

div#language-switcher
{
	padding:				8px 0px 0px 10px;
}

div#language-switcher img
{
	border:					none;
}


div#crumbs
{
	margin:					21px 0px 0px 10px;
	width:					400px;
}


div#header a
{
	color:					#ff0000;
	font-weight:			normal;
}

div#header span.arrow
{
	font-size:				13px;
	margin-right:			4px;
	line-height:			13px;
}

a#twittericon
{
	position:				absolute;
	right:					158px;
	top:					36px;
}

a#twittericon img
{
	border:					0;
}

div#mainmenu
{
	width:					929px;
	margin:					10px auto;
	padding-right:			12px;
}

div#mainmenu ul
{
	list-style-type:		none;
	margin:					0px;
	padding:				0px;
    width:					100%;
    border-bottom:			2px solid #000000;
    height:					25px;
}

div#mainmenu ul li
{
	float:					left;
	background:				url('/siteimg/tab.gif') no-repeat;
	font-weight:			bold;
	text-align:				center;
	line-height:			24px;
	margin-right:			14px;
}

div#mainmenu ul li a
{
	width:					102px;
	height:					25px;
	display:				block;
	color:					#ffffff;
}

div#mainmenu ul li.active
{
	background-image:		url('/siteimg/tab-selected.gif');
}

div#container
{
	width:					929px;
	margin:					0px auto;
	padding-right:			12px;
	position:				relative;
}

div#portlets
{
	float:					left;
}

div.portlet
{
	width:					180px;
	margin-bottom:			10px;
}

div.portlet div.portlet-header
{
	background:				url('/siteimg/portlet-header.png') no-repeat;
	height:					25px;
	font-weight:			bold;
	line-height:			24px;
	padding-left:			6px;
}

div.portlet div.portlet-body ul
{
	list-style-type:		none;
	margin:					0px;
	padding:				8px 24px 8px 8px;
}

div.portlet div.portlet-body ul li
{
	width:					100%;
	margin-bottom:			1px;
}

div.portlet div.portlet-body ul li.active a.active
{
	background:				#ffffff;
}

div.portlet div.portlet-body ul li ul.children li.active a.active,
div.portlet div.portlet-body ul li a:hover,
div.portlet div.portlet-body ul li.active a:hover
{
	background-color:		#CFD2DB;
	color:					#000000;
}

div.portlet div.portlet-body ul li a
{
	color:					#ff0000;
	width:					100%;
	display:				block;
	padding:				6px 4px;
}

div.portlet div.portlet-body ul.children
{
	padding:				0px;
	margin-left:			10px;
	margin-top:				1px;
	display:				none;
}

div.portlet div.portlet-body ul li.active ul.children
{
	display:				block;
}

div.portlet div.portlet-body ul#latestnews li div.date
{
	color:					#000000;
	text-align:				right;
	margin-top:				8px;
}

div.portlet div.portlet-body ul#latestnews li a:hover
{
	background-color:		#ffffff;
	color:					#ff0000;
}

div.portlet div.portlet-body
{
	background:				url('/siteimg/portlet-body.png') repeat-y;
	padding-bottom:			1px;
}

div.portlet div.portlet-footer
{
	background:				url('/siteimg/portlet-footer.png') no-repeat;
	height:					10px;
}

div#content
{
	width:					750px;
	margin-left:			186px;
	margin-bottom:			1px;
}

div#content div#content-header
{
	background:				url('/siteimg/body-header.png') no-repeat;
	height:					25px;
}

div#content div#content-body
{
	background:				url('/siteimg/body-body.png') repeat-y;
	padding:				10px 20px 20px 10px;
}

div#content div#content-body h1
{
	border-bottom:			1px solid #CFD2DB;
	font-weight:			normal;
	font-size:				22px;
	margin-top:				0px;
}

div#content div#content-body-footer
{
	width:					100%;
	height:					1px;
	background:				#CFD2DB;
	text-align:				right;
	margin-top:				20px;
}

div#content span#content-body-footer-text
{
	background:				#ffffff;
	padding:				0px 5px;
	line-height:			1px;
	margin-right:			10px;
}

div#content div#content-footer
{
	background:				url('/siteimg/body-footer.png') no-repeat;
	height:					25px;
}

div#footer
{
	background:				url('/siteimg/footer-background.png') no-repeat;
	width:					915px; /* 940px - 25px van de padding*/
	height:					55px; /* 75px - 20px van de padding*/
	padding:				12px 25px 10px 0px;
	margin:					0px auto;
	text-align:				right;
	line-height:			18px;
}

ul#newsoverview
{
	list-style-type:		none;
	margin:					0px;
	padding:				0px;
}

ul#newsoverview li
{
	margin-bottom:			20px;
}
