/*
 *Common
 */
html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
}

div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, 
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, 
ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, 
ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
}

.Close
{
	clear: both;
}

ul, ol
{
	margin-left: 15px;
}

a img
{
	border: none 0;
}

/*
 *Main
 */
body
{
	background-image: url(../media/img/body_bg.gif);
	background-repeat: repeat-x;
	background-color: #fff;
}

div#Wrapper
{
	position: relative;
	text-align: left;
	margin: 0 auto -60px;
	width: 980px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

	div#Header
	{
		position: relative;
		width: 980px;
		height: 124px;
		margin-bottom: 34px;
		overflow: hidden;
	}
	
	div#MenuBar
	{
		position: absolute;
		padding-left: 205px;
		top: 124px;
		left: 0;
		height: 24px;
	}
	
	div#Left
	{
		position: relative;
		padding-bottom: 10px;
		width: 190px;
		float: left;
	}
	
		div#QuickMenu
		{
			position: relative;
			width: 190px;
		}
		
			div#QuickMenuHeading
			{
				position: relative;
				height: 34px;
				background-image: url(../media/img/quickmenu_header_bg.gif);
				background-repeat: no-repeat;
			}
			
			div#QuickMenuContent
			{
				position: relative;
				border-left: 1px solid #7f9bba;
				border-right: 1px solid #7f9bba;
				background-image: url(../media/img/quickmenu_bg.gif);
				background-position: bottom;
				background-repeat: no-repeat;
				background-color: #003674;
			}
			
			div#EventBanner
			{
				position: relative;
				padding-left: 10px;
				padding-right: 10px;
				padding-top: 9px;
				width: 170px;
				height: 137px;
				background-image: url(../media/img/event_banner_bg.gif);
				background-repeat: no-repeat;
			}
	
	div#Content
	{
		position: relative;
		padding: 0 20px 10px 20px;
		width: 560px;
		float: left;
	}
	
		div.FormRow
		{
			position: relative;
			padding-bottom: 8px;
		}
	
	div#Right
	{
		position: relative;
		padding-bottom: 10px;
		width: 190px;
		float: left;
	}
	
		div#MaturityScan
		{
			position: relative;
			width: 190px;
			height: 95px;
			margin-bottom: 8px;
			overflow: hidden;
		}
	
		div.Module
		{
			position: relative;
			width: 190px;
		}
		
			div.ModuleHeading
			{
				position: relative;
				height: 33px;
				background-image: url(../media/img/module_header_bg.gif);
				background-repeat: no-repeat;
			}
			
			div.ModuleContent
			{
				position: relative;
				padding-top: 2px;
				padding-left: 20px;
				padding-right: 10px;
				border-left: 1px solid #7f9bba;
				border-right: 1px solid #7f9bba;
				background-color: #fff;
			}
			
			div.ModuleFooter
			{
				position: relative;
				height: 24px;
				background-image: url(../media/img/module_bottom_bg.gif);
				background-repeat: no-repeat;
				margin-bottom: 8px;
			}

	div#FooterSpace
	{
		position: relative;
		height: 60px;
	}
	
div#Footer
{
	position: relative;
	height: 60px;
	background-image: url(../media/img/footer_bg.gif);
}

	div#FooterContent
	{
		position: relative;
		text-align: left;
		margin: 0 auto;
		width: 980px;
		height: 60px;
		background-image: url(../media/img/footer_content_bg.gif);
		background-repeat: no-repeat;
		overflow: hidden;
	}
	
/*
 *Contact Button
 */
div#Left a.ContactButton
{
	position: relative;
	display: block;
	text-decoration: none;
	width: 190px;
	height: 63px;
	background-image: url(../media/img/contact_button_up.gif);
	background-repeat: no-repeat;
}

div#Left a.ContactButton:hover
{
	background-image: url(../media/img/contact_button_hover.gif);
}

div#Left a.ContactButton span
{
	visibility: hidden;
}
 
div#EventBanner a
{
	display: block;
	width: 160px;
	height: 100px;
	padding: 5px;
	background-color: #1a417c;
}

div#EventBanner a:hover
{
	background-color: #7f9bba;
}

/*
 * Menu
 */
#nav-one
{
	position: relative;
	list-style: none;
	border-left: 1px solid #435f90;
	border-right: 1px solid #002467;
}

.nav, .nav ul
{ 
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav
{
	z-index: 100;
	position: relative;
}

.nav li
{
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}

.nav li.First
{
	border-right: 1px solid #002467;
	padding: 1px 0 4px 0;
}

.nav li.Last
{
	border-left: 1px solid #7F9BBA;
	padding: 1px 0 4px 0;
}

/*
 * Top Menu
 */
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited
{
	height: auto;
	display: block;
	font-size: 12px;
	color: #fff;
	line-height: 20px;
	text-decoration: none;
	border-right: 1px solid #002467;
	border-left: 1px solid #7F9BBA;
	padding: 1px 8px 3px 8px;
}		

#nav-one li:hover a,
#nav-one li.sfHover a
{
	color: #f8991c;
	background-color: #003775;
}

/*
 * Niveau 1
 */
#nav-one li:hover ul a, 
#nav-one li.sfHover ul a 
{
	height: auto;
	display: block;
	width: 140px;
	font-size: 12px;
	color: #fff;
	line-height: 20px;
	border: none 0;
	border-top: 1px solid #7F9BBA;
	background-color: #003775;
	padding: 2px 8px;
}

#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover
{
	color: #273574;
	background-color: #f8991c;
}

.nav ul 
{		  
	list-style: none;
	margin: 0;
	position: absolute;
	top: -999em;
	left: 0;
	border-bottom: 1px solid #435f90;
}

.nav li:hover ul,
.nav li.sfHover ul 
{
	top: 23px;
	left: 0;
}

.nav ul li 
{
	height: auto;
	border: none 0;
	float: none;
}

.nav ul li a 
{
	border: none 0;
}

/*
 *QuickMenu
 */
#QuickMenuItems
{
	margin: 0;
	list-style: none;
}

	#QuickMenuItems li
	{
	}
	
	#QuickMenuItems li.Last
	{
		border-top: 1px solid #435f90;
		height: 1px;
		font-size: 1px;
		line-height: 1px;
	}
	
		#QuickMenuItems li a
		{
			display: block;
			border-top: 1px solid #435f90;
			border-bottom: 1px solid #000;
			padding: 4px 0 4px 20px;
			font-size: 13px;
			color: #fff;
			height: 1%;
			text-decoration: none;
		}
		
		#QuickMenuItems li a.First
		{
			border-top: none 0;
		}
		
		#QuickMenuItems li a:hover
		{
			color: #f8991c;
			background-color: #00195F;
		}

/*
 *Datum
 */
p#Date
{
	position: absolute;
	top: 2px;
	left: 0;
	font-size: 10px;
	color: #fff;
}

/*
 *ModuleContent
 */	
div.ModuleContent p
{
	font-size: 10px;
	line-height: 14px;
	color: #f8991c;
}

div.ModuleContent p.Date
{
	color: #003875;
}

div.ModuleContent a
{
	font-size: 10px;
	font-weight: bold;
	color: #003875;
	text-decoration: none;
}

div.ModuleContent a:hover
{
	text-decoration: underline;
}

div#Portfolio{
	overflow: hidden;
	height: 138px;
}
	
	div#Portfolio ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

/*
 *EventBanner
 */
div#EventBanner ul li
{
	font-size: 11px;
	line-height: 15px;
	color: #fff;
}
	
	div#EventBanner ul li a
	{
		font-size: 11px;
		color: #f8991c;
	}
	
	div#EventBanner ul li a:hover
	{
		color: #fff;
	}

/*
 *External link
 */
div#Right a.External
{
	position: relative;
	display: block;
	width: 170px;
	height: 36px;
	padding: 6px 0 0 20px;
	background-image: url(../media/img/button_extern.gif);
	background-repeat: no-repeat;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
}

div#Right a.External:hover
{
	color: #003875;
}

div#Right a span
{
	color: #003875;
}

/*
 *Sitemap
 */
ul#Sitemap, ul#Sitemap ul
{
	list-style: none;
}

/*
 *Address
 */
table#Address
{
	width: 500px;
}

    table.vcard caption,
    table.vcard .type,
    table.vcard .country-name{
        display: none;
    }

	table#Address td
	{
		width: 33%;
		vertical-align: top;
		line-height: 16px;
		color: #f8991c;
	}
	
	/* alternatieve kleur */
	table#Address td span
	{
		color: #003875;
	}

/*
 *BreadCrumbs
 */	
div#Content p.BreadCrumbs
{
	font-size: 10px;
	color: #f8991c;
	margin: 0 100px 8px 0;
}

div#Content p.BreadCrumbs a
{
	font-size: 10px;
	font-weight: normal;
	color: #003875;
	text-decoration: none;
}

div#Content p.BreadCrumbs a:hover
{
	color: #f8991c;
	text-decoration: underline;
}

/*
 *Back Forward Top links
 */
div#Content a.Back, div#Content a.Top
{
	padding-left: 16px;
	font-size: 12px;
	font-weight: normal;
	color: #003875;
	text-decoration: none;
	background-position: left 2px;
	background-repeat: no-repeat;
}

div#Content a.Back
{
	background-image: url(../media/img/back.gif);
}

div#Content a.Top
{
	background-image: url(../media/img/top.gif);
}

div#Content a.Forward
{
	font-size: 12px;
	font-weight: normal;
	color: #003875;
	padding-right: 16px;
	background-image: url(../media/img/forward.gif);
	background-position: right 2px;
	background-repeat: no-repeat;
}

div#Content a.Back:hover, div#Content a.Top:hover, div#Content a.Forward:hover
{
	text-decoration: underline;
}
 
/*
 *Print button
 */
div#Content p.PrintContainer{
	position: absolute;
	top: 0;
	right: 20px;
	width: 100px;
	height: 20px;
	text-align: right;
}

div#Content p.PrintContainer a {
	font-size: 10px;
	font-weight: normal;	
}

div#Content a.PrintPage
{
	color: #003875;
	text-decoration: none;	
	padding: 3px 0 2px 24px;	
	background-image: url(../media/img/print_page.gif);
	background-repeat: no-repeat;
}

div#Content a.PrintPage:hover
{
	color: #f8991c;
	text-decoration: underline;
}

/*
 *Footer Content
 */
div#FooterContent p, div#FooterContent a
{
	padding-top: 7px;
	font-size: 10px;
	color: #fff;
}

div#FooterContent a
{
	text-decoration: none;
}

div#FooterContent a:hover
{
	text-decoration: underline;
}

div#FooterContent p.Right
{
	float: right;
}

/*
 *Forms
 */
form, fieldset
{
	border: none 0;
}

form
{
	width: 540px;
}

	legend
	{
		font-size: 1px;
		height: 1px;
	}
	
	label, input, textarea, form p
	{
		font-size: 12px;
		color: #273574;
		font-weight: bold;
	}
	
	label
	{
		width: 126px;
		margin-top: 6px;
		float: left;
	}
	
	label.LongLabel
	{
		width: auto;
		margin-bottom: 2px;
	}
	
	label.RadioLabel
	{
		width: auto;
		float: none;
		font-weight: normal;
	}
	
	input, textarea
	{
		padding: 3px;
		border: 2px solid #8ea0bd;
		background-image: url(../media/img/input_bg.gif);
		background-attachment: scroll!important;
		background-attachment: fixed;
		background-repeat: repeat-x;
		font-weight: normal;
	}
	
	input, textarea
	{
		width: 270px;
	}
	
	textarea
	{
		height: 120px;
		overflow: auto;
	}
	
	input.Radio
	{
		width: auto;
		border: none 0;
		margin-top: 2px;
		margin-right: 6px;
		float: left;
	}
	
	input#Submit
	{
		width: 72px;
		height: 26px;
		border: none 0;
		background-image: url(../media/img/submit_bg.gif);
		background-repeat: no-repeat;
		font-size: 10px;
		color: #fff;
		float: right;
	}
	
p.Notice
{
	font-size: 10px;
	color: #273574;
}

div#Error p
{
	font-size: 12px;
	font-weight: bold;
	color: #f00;
}

