@import "form1.css";

body, html {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	
	background: #fff;
	
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #000;
	
	line-height: 18px;
	
	text-align: center; /* IE6 */
}

a {
	color: #003366;
	text-decoration: underline;
}

		h2 a,
		h3 a,
		h1 a {
			color: #000;
			text-decoration: none;
		}

	a:hover {
		text-decoration: none;
	}
	
		a.green {
			padding: 2px;
			background: #4c9501;
			color: #fff;
			text-decoration: none;
		}
	
		a.green:hover {
			color: #fff;
			text-decoration: none;
			background: #003366;
			padding: 2px;		
		}
		
		a.nowrap {
			white-space: nowrap;
		}
		
		a.map-button {
			text-decoration: none;
		}

div.clear {
	font-size: 1px;
	clear: both;
	height: 1px;
}

abbr, acronym {
	border-bottom: 1px dotted #4C9501;
	cursor: help;
}

img {
	border: 0px;
}

h1 {
	margin: 0px;
	padding: 0 0 10px 0;
	font-size: 24px;
	font-weight: normal;
	color: #003480;
}

	div#content div.abstract h1,
	div#content div.space h1 {
		padding: 0px 0px 18px 0px;
	}
	
	div#content h1 {
		padding: 20px 20px 0px 20px;
	}

h2 {
	margin: 0px;
	padding: 10px 0 10px 0;
	color: #000;
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
}

div#leftContent h2 {
	font-size: 18px;
	color: #003480;
	padding: 0 0 10px 0;
}

.home h2 {
	color: #003480;
	padding:0 0 10px 0;
}

	div#content div.abstract h2,
	div#content div.space h2 {
		padding: 0px 0px 6px 0px;
	}
	
	div#content h2 {
		padding: 20px 20px 0px 20px;
	}

h3 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
}

p {
	margin: 0 0 10px 0;
	font-size: 12px;
}

p.noscript {
	color: #AB0000;
}

p.no-space {
	margin: 0;
}

h5 {
	margin: 0px;
	padding: 0px 0px 6px 0px;
	font-size: 12px;
	font-weight: normal;
}

/*
--------------- Container --------------- */

div#container {
	width: 940px;
	margin: 0 auto 0px auto;
	padding: 0px;
	text-align: left;
	background-image:url('../images/header.gif');
	background-repeat: no-repeat;
}

/*
--------------- Header --------------- */

div#header {


	float:left;
	line-height: 11px;
}

	div#header div#logos
	{
		width: 940px;
		height: 90px;
		
	}

/*
--------------- Menu --------------- */

	div#header div#menu
	{
		width: 940px;
		height: 32px;
		background: #003480;
		margin: 0 0 20px 0;
		float: left;
	}
		div#header div#menu ul
		{
			margin: 0px;
			padding: 0px 0px 0 10px;
			list-style: none;
			font-size: 11px;
			text-transform: uppercase;
			font-weight: bold;			
		}
	
		div#header div#menu ul li
		{
			margin: 0px;
			padding: 0px 20px 0 0;
			display: inline;
		}	
				
		div#header div#menu a
		{
			color: #fff;
			text-decoration:none;
		}
		
		div#header div#menu .active a,
		div#header div#menu a:hover
		{
			color: #fae500;
			text-decoration:none;
		}	
	
		div#header div#menu div.left
		{
			width: 8px;
			height: 32px;
			float: left;
			background-image:url('../images/menu_left.gif');
		}
		
		div#header div#menu div.center
		{
			float: left;
			height: 32px;
			width: 924px;
			line-height: 32px;
		}
			div#header div#menu div.center div#search {
				float: right;
				margin: 0 2px 0 0;
				padding: 5px 0 0;
			}
				div#header div#menu div.center div#search input.searchBox {
					background: #FFFFFF none repeat scroll 0 0;
					border: 1px solid #CBD9E6;
					float: left;
					font-size: 12px;
					padding: 3px;
					width: 149px;
				}
				
				div#header div#menu div.center div#search input.searchBox:focus {
					border: 1px solid #FAE500;
				}
				
				div#header div#menu div.center div#search input.searchButton {
					float: left;
				}
		
		div#header div#menu div.right
		{
			width: 8px;
			height: 32px;
			float: right;
			background-image:url('../images/menu_right.gif');			
		}
		
/*
--------------- nav Menu --------------- */	
	
	.autoMenu, .autoMenu ul
	{
		list-style-type:none;
		margin: 0;
		padding: 0;
	}
		
	.autoMenu a,
	.autoMenu li.title
	{
		text-decoration: none;
		font-size: 18px;
		color: #003480;
	}
	
	.autoMenu li
	{
		padding-bottom: 5px;
	}
	
	.autoMenu ul li
	{
		list-style-type: none;
		background-image: url('../images/menuarrow_red.gif');
		background-repeat: no-repeat;
		background-position: center left;
		padding: 0 0 0 25px;
		line-height:30px;
		position: relative;
	}
	
	.autoMenu ul li.active
	{
		background-image: url('../images/menuarrow_black.gif');
	}
	
	.autoMenu ul li a
	{
		font-size: 12px;
		color: #000;
	}
	
	.autoMenu ul li span.badge
	{
		width: 15px;
		position: absolute;
		font-size: 9px;
		right: 0px;
		background-image: url('../images/badge.gif');
		background-repeat: no-repeat;
		background-position: center center;
		text-align: center;
		color: #fff;
		cursor: pointer;
	}
	
	.manMenu, .manMenu a
	{
		padding:0px;
		margin:0px;
		text-decoration: none;
		color: #000;
	}
	
	.autoMenu a:hover,
	.manMenu a:hover {
		text-decoration: underline;
	}
	
	.manMenu li
	{
		list-style-type: none;
		background-image: url('../images/menuarrow_red.gif');
		background-repeat: no-repeat;
		background-position: center left;
		padding-left: 20px;	
		line-height: 26px;
	}		


/*
--------------- Options --------------- */

div#options {
	
}
	div#options ul {
		list-style: none;
		margin: 0;
		padding: 0 0 0 20px;
	}
		div#options ul li {
			padding: 0 0 0 25px;
			margin: 0 0 10px 0;
			background-repeat: no-repeat;
			background-position: center left;
		}
			div#options ul li a {
				color: #5d5d5d;
				text-decoration: none;
			}
				div#options ul li a:hover {
					text-decoration: underline;
				}
			
			div#options ul li.print {
				background-image: url('../images/print.gif');
			}
			
			div#options ul li.forward {
				background-image: url('../images/forward.gif');
			}

/*
--------------- Banner --------------- */
				
div#header div#banner
{
	width: 940px;
	height: 268px;
	margin-bottom: 15px;
	float: left;
}

	div#header div#banner div#top
	{
		height:5px;
		width: 940px;
		background-image:url('../images/banner_top.gif');
		float: left;
	}
	
	div#header div#banner div#image
	{
		padding: 0px 4px 0px 4px;
		float: left;
		border-width: 0 1px 0 1px;
		border-color: #ccc;
		border-style:solid;
		
		height: 250px;
		
		overflow: hidden;
		position: relative;
	}
	
	div#header div#banner div#image div#image-mover
	{
		width: 929px;
		height: 250px;
	}
	
	div#header div#banner div#bottom
	{
		height:13px;
		width: 942px;
		background: url('../images/banner_bottom.gif') left top no-repeat;
		float: left;
	}
	
	div#header div#banner div#banner-nav {
		position: absolute;
		right: 14px;
		bottom: 10px;
		z-index: 1000;
	}	
	
		div#header div#banner a.banner-nav-button {
			width: 20px;
			height: 20px;
			display: block;
			color: #000;
			text-decoration: none;
			cursor: pointer;
			font-size: 11px;
			text-align: center;
			line-height: 20px;
			background: url(../images/home_banner_nav.png) no-repeat;
			float: left;
			margin: 0px 0px 0px 10px;
		}
		
			div#header div#banner a.banner-nav-button-active,
			div#header div#banner a.banner-nav-button:hover {
				background: url(../images/home_banner_nav_hover.png) no-repeat;
				color: #fff;
			}

/*
--------------- Content --------------- */

div#mainContent
{
	width: 940px;
	float: left;
}	

div#leftContent
{
	width: 220px;
	float: left;
}

div#rightContent
{
	width: 720px;
	float:left;
}
	div#rightContent div.wrapper {
		 padding: 17px 20px 0 20px;
	}

	div#rightContent .content
	{
		padding: 0 0 0 10px;
	}
	
	div#rightContent div.column-left,
	div#rightContent div.column-right {
		float: left;
		width: 50%;
	}
	
	ul.faq {
		margin: 0 0 20px 20px;
		padding: 0;
	}
		ul.faq li {
			padding-bottom: 5px;
		}
	

/*
--------------- Blocks --------------- */

	div.narrowblock
	{
		width: 220px;
		float:left;
	}
		div#container div#mainContent div.narrowblock3 div.center p {
			margin: 0 0 5px 0 !important;
		}
		
		div.narrowblock div.top
		{
			width: 220px;
			height: 10px;
			float:left;
			background-image:url('../images/narrowblock_top.gif');
		}

		div.narrowblock div.center
		{
			width: 178px;
			padding: 10px 20px 10px 20px;
			border-width: 0 1px 0 1px;
			border-color: #ccc;
			border-style:solid;
			background-color: #fff;
			background-image:url('../images/wideblock_gradient.gif');
			background-repeat: repeat-x;
			background-position: bottom;
			float:left;
		}

		div.narrowblock div.bottom
		{
			width: 220px;
			height: 10px;
			float:left;
			background-image:url('../images/narrowblock_bottom.gif');		
		}	
	
	div#wideblock
	{
		width: 460px;
		float: left;
	}

		div#wideblock div.top
		{
			width: 460px;
			height: 10px;
			float:left;
			background-image:url('../images/wideblock_top.gif');
		}
	
		div#wideblock div.center
		{
			width: 418px;
			height: 105px;
			padding: 10px 20px 10px 20px;
			border-width: 0 1px 0 1px;
			border-color: #ccc;
			border-style:solid;
			background-image:url('../images/wideblock_gradient.gif');
			background-repeat: repeat-x;
			background-position: bottom;
			float:left;
		}
	
		div#wideblock div.bottom
		{
			width: 460px;
			height: 10px;
			float:left;
			background-image:url('../images/wideblock_bottom.gif');		
		}
		

div#newsticker-container {
	padding: 5px 10px;
	border: 1px solid #fff8ba;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	background: #fffad4;
	margin-top: 10px;
	margin-bottom: -5px;
}	
	div#newsticker-spacer {
		margin: 0 0 0 10px;
		line-height: 20px;
		height: 20px;
	}
	
	div#newsticker-container a#news-title {
		font-weight: bold;
		padding-right: 10px;
		text-decoration: none;
		color: #000;
	}
	
	div#newsticker-container a#news-link {
		color: #000;
		text-decoration: none;
	}
		div#newsticker-container a#news-link:hover {
			color: #000;
			text-decoration: underline;
		}
		
		div#newsticker-container a#news-link span.news-date {
			font-size: 11px; color: #827e60;
		}
	
		
/*
--------------- Footer --------------- */

div#footer
{
	width: 940px;
	height: 31px;
	margin-top: 20px;
	background: #e0e0e0;
	float: left;
}

	div#footer div.left
	{
		width: 8px;
		height: 31px;
		float:left;
		background-image:url('../images/footer_left.gif');	
	}
	
	div#footer div.center
	{
		width: 924px;
		line-height:31px;
		height: 31px;
		float: left;
		text-align: center;
	}
	
	div#footer div.right
	{
		width: 8px;
		height: 31px;
		float:right;
		background-image:url('../images/footer_right.gif');		
	}
	
	div#footer p {
		font-size: 11px;
	}
	
	div#footer p a,
	div#footer p a:hover {
		color: #000;
		text-decoration: underline;
	}
	
	div#footer p a:hover {
		text-decoration: none;
	}

	
/*
--------------- Mijn gegevens pagina --------------- */		
.inlineTable
{	
	line-height: 25px;
}

.styleTable
{
	border-width: 1px 1px 0 1px;
	border-color: #cecece;
	border-style: solid;
}

	.styleTable .top
	{
		background:#eaeaea;
	}
	
	.styleTable th
	{
		text-transform: uppercase;
		font-weight: normal;
		font-size:11px;
		border-width: 0 0 1px 0;
		border-color: #cecece;
		border-style:solid;		
	}
	
	.styleTable td
	{
		border-width: 0 0 1px 0;
		border-color: #cecece;
		border-style:solid;
	}	

.columntitle
{
	width: 110px;
	text-align:right;
	color: gray;
	font-size: 11px;
	vertical-align: top;
}
.note
{
	color: gray;
}
.bang 
{
	background-image: url('../images/i.gif');
	background-repeat: no-repeat;
	line-height: 14px;
	padding-left: 20px;
}

.green {
	color: #006600;
}

.red {
	color: #AB0000;
}

div.title-with-button h2 {
	float: left;
}

div.title-with-button span {
	float: left;
	padding: 10px;
	line-height: 18px;
}

/**
 * Tell a friend
 */

div.forward {
	width: 370px;
}

form.forward textarea,
form.forward input.inputTextLarge {
	width: 350px;
}

form.forward textarea {
	height: 200px;
}

/* search */
fieldset.searchForm {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	border: 0;
}

	fieldset.searchForm input.searchFormQuestion {
		width: 60%;
		padding: 5px;
		font-size: 14px;
	}
	
		fieldset.searchForm input.searchFormSubmit {
			font-size: 14px;
			padding: 5px;
		}
		
div.searchResultsResult {
	margin: 0px;
	padding: 0px 0px 18px 0px;
}

	div.searchResultsResult span.highlight {
		font-weight: bold;
	}

	div.searchResultsResult div.searchResultsUrl a {
		color: #999;
	}
