/* -------------------------- */
/* GENERAL */
/* -------------------------- */

html,body				{ margin: 0; padding: 0; }

body
	{
	background-color: #666;
	font-family: verdana,helvetica,sans-serif;
	font-size: 0.8em;
	color: #000;
	}

div
	{
		border:0px solid #000;
	}

div#wrapper
	{
	background-color: #fff;
	position: relative;
	width: 800px;
	margin: 0px auto;
	padding: 0px;
	}

div#wrapper404
	{
	position: relative;
	width: 980px;
	margin: 0px auto;
	padding: 0px;
	}

.button					{ cursor: hand; cursor: pointer; }
.clear					{ clear: both; }

a						{ color: #cb2127; text-decoration: underline; }
a:hover					{ color: #f90; text-decoration: underline; }

#breadcrumb p
	{
	font-size:10px;
	color: #999;
	margin-bottom:10px;
	}

#breadcrumb a			{ color: #999; text-decoration: underline; }
#breadcrumb a:hover		{ color: #f90; text-decoration: underline; }


/* -------------------------- */
/* HEADER */
/* -------------------------- */

div#header
	{
	background: url(/grfx/bgheader.jpg) no-repeat;
	border: solid #fff;
	border-width: 0px 1px 1px 1px;
	height: 169px;
	padding: 0px;
	}

div#header404
	{
	background: url(/grfx/404_logo.jpg) no-repeat;
	height: 169px;
	padding: 0px;
	}

h1
	{
/*	background: url(/grfx/logo.gif) no-repeat center; */
	width: 240px;
	height: 160px;
	margin: 0px;
/*	text-indent: -9999px; */
	}

/* -------------------------- */
/* MENU */
/* -------------------------- */

#snelmenu
	{
		float:left;
		border-bottom: 1px solid #12007c;
		width:522px;
		padding: 0px 5px 0px 10px;
		margin-left:5px;
	}

#menu
	{
	background:url(/grfx/menu.png) repeat-x top left;
	font-family: verdana, arial, sans-serif;
	font-size:12px;
	width:798px;

/* height op auto zetten om IE 7 en FF te laten reageren zodat paarse menu balk tevoorschijn komt*/

	height: 45px auto;
	_height: 45px;




	margin:0px;
	border: 1px solid #fff;
	}

#menu ul
	{
	padding:0px;
	margin:0px;
	list-style-type:none;

	}

#menu ul li
	{
	background:url(/grfx/menuline.gif) no-repeat right;
	float:left;
	}

#menu ul li a, #menu ul li a:visited
	{
	float:left;

	display:block;
	text-decoration:none;
	color:#fff;
	padding:0px 16px;
	line-height:42px;
	height:45px;
	z-index:99;
	}

#menu ul li:hover, #menu ul li a:hover
	{
	width:auto;
	border-color:#fff;
	color:#0c0cf8;
/*position:relative uit #menu ul li verwijderd en hier geplaatst, namelijk niveau lager in de html parsing volgorde*/

	position:relative;
	}

#menu ul li ul		{ display: none; }

#menu table
	{
	margin:0;
	border-collapse:collapse;
	font-size:11px;
	position:absolute;
	top:0;
	left:0;
	}

/* specific to non IE browsers */
#menu ul li:hover ul, #menu ul li a:hover ul
	{
	background:#fff;
	display:block;
	position:absolute;
	top:42px;
	left:0;
	margin-top:1px;
	width:154px;
	border:1px solid #000;
	z-index:90;
	}

#menu ul li:hover ul li a, #menu ul li a:hover ul li a
	{
	display:block;
	color:#000;
	height:auto;
	line-height:15px;
	padding:4px 16px;
	width:122px;
	border-bottom:0;
	}

#menu ul li:hover ul li a:hover, #menu ul li a:hover ul li a:hover
	{
	color:#0c0cf8;
	}


/* -------------------------- */
/* CONTENT */
/* -------------------------- */

div#main
	{
	background: url(/grfx/cnt-bdy.gif) repeat-y;
	position:relative;

	}

div#main-top
	{
	background: url(/grfx/cnt-top.gif) no-repeat;
	height: 15px;
	position:relative;
	}

div#main-bot
	{
	background: url(/grfx/cnt-bot.gif) no-repeat;
	width: 800px;
	height: 15px;
	}

div#content
	{
	font-size: 0.85em;
	float: left;
	position:relative;
	width: 750px;
	min-height: 355px;
   	height: auto;
   	_height: 355px;
	/* http://wellstyled.com/css-underscore-hack.html */
	text-align: left;
	margin-top: 0px;
	padding: 14px;
	}

div#content404
	{
	font-size: 0.85em;
	color:#fff;

	float: left;
	position:relative;
	width: 750px;
	min-height: 355px;
   	height: auto;
   	_height: 355px;
	/* http://wellstyled.com/css-underscore-hack.html */
	text-align: left;
	margin-top: 0px;
	padding: 14px;
	}

#content404 h2
	{
		font-size:1.3em;
		color:#65b821;
		padding:0px;
		margin:0px;

	}

#content404 a, #content404 a:visited
	{
		color:#65b821;
		font-weight:bold;
	}

h3
	{
	border-bottom: 1px solid #12007c;
	font-weight: normal;
	font-size: 20px;
	color: #12007c;
	margin:0px;
	margin-bottom: 10px;
	padding: 0px;
	padding-bottom: 5px;
	}

.btn_stof
	{
		float:left;
		display:block;
		background:#65B821;
		border: 2px solid #12007C;
		width: 150px auto;
		height:15px;
		padding:5px;
		margin: 10px;
	}

.btn_stof a
	{
		color: #fff;
		font-weight:bold;
		text-decoration: none;
	}

.btn_stof a:hover
	{
		color: #fff;
		font-weight:bold;
		text-decoration: none;
	}
/* -------------------------- */
/* SIDEBAR */
/* -------------------------- */

#sidebar
	{
	background: url(/grfx/bgsidebar.gif) repeat-y top left;
	font-size: 0.9em;
	color: #000;
	width:195px;
	padding: 5px;
	padding-left: 15px;
	margin-left: 580px;
	}



/* -------------------------- */
/* LINKS pagina */
/* -------------------------- */


#link_block
	{
		display:block;
		float:left;
		border:1px dotted #B8B8B8;
		padding:5px;
		min-height:75px;
		height:auto;
		_height:75px;
	}

#text_link
	{
		display:block;
		float:left;
		width:450px;
		min-height:75px;
		height:auto;
		_height:75px;
	}

#img_link
	{
		display:block;
		float:right;
		width:230px;
		min-height:75px;
		height:auto;
		_height:75px;

	}

/* -------------------------- */
/* Downloads pagina */
/* -------------------------- */
h4#downloads
	{
	font-weight: normal;
	font-size: 20px;
	color: #12007c;
	margin:0px;
	margin-bottom: 10px;
	padding: 0px;
	padding-bottom: 5px;
	}


/* -------------------------- */
/* FOOTER */
/* -------------------------- */

#footer
	{
	position: relative;
	clear:both;
	font-size: 0.75em;
	color:#999;
	height:21px;
	}

#footer div#copyright	{ position: relative; float: left; padding: 3px 2px; padding-left: 6px; margin: 0px; width: 300px; }
#footer p				{ padding: 3px 2px; margin: 0px; margin-left: 300px; text-align: right; width: 480px; }

#footer a 				{ color: #999; text-decoration: none; }
#footer a:hover 		{ color: #65b821; text-decoration: none; }

/* -------------------------- */
/* VRAAG & AANBOD */
/* -------------------------- */

#va_menu
	{
		float:left;
		min-height: 500px;
		height: 500px auto;
		_height: 500px;
		border: 0px solid #000;
		background: url(/grfx/bg_menu.gif) repeat-y;
		max-width: 200px;
		width: 200px;
		padding:4px;
	}


.va_items
	{
		width:200px;
		padding:0
		margin:0;
		border: 0px solid #000;
	}

.va_subitems
	{
		border: 1px solid #DCDCDC;
		padding-left:25px;
	}

.va_detail
	{
		border: 0px solid #12007c;
		float:right;
		padding: 0px 5px 0px 10px;
		width:476px;
		display:block;
	}

.va_form
	{
		float:right;
		margin-top:10px;
		border:0px solid #000;
		width: 485px;
		min-height:300px;
		height:300px auto;
		_height:300px;
		background: #F1F1F1;
		color:	#13007D;
		display:block;
	}

.va_form_head
	{
		position:relative;
		border:3px solid #fff;
		top:-40px;
		left:10px;
		padding:10px;
		height:20px;
		_height:20px;
		width: 200px;
		max-width: 200px;
		background:#74C23B;
		color:	#13007D;
		font-size:1.5em;
		font-weight:bold;
		display:block;
		margin-top:23px;
	}

/* opmaak detail stof */

.header_detail
	{
		background: #BEF693;
		width:474px;
		height:25px auto;
		_height:25px;
		font-size: 1.5em;
		font-weight:bold;
		color:#12007C;
		margin-top:10px;
		padding:5px 5px 0px 5px;

	}

.content_block

	{
		background: #F1F1F1;
		width:474px;
		min-height:154px;
		height: auto;
		_height:154px;
		color:#12007C;
		margin-top:10px;
		padding:5px 5px 5px 5px;

	}

.content_desc

	{
		background: url(/grfx/bg_va_detail.gif) repeat-y;
		width:466px;
		color:#12007C;
		padding:3px;
	}
.content_detail

	{
		float:right;
		background: #FFF;
		width:300px;
		min-height:139px;
		height:139px auto;
		_height:139px;
		color:#12007C;
		padding:3px;
	}

.arrow_down
	{
		float:right;
		padding-right:450px;
		padding-top: 10px;
		border: 0px solid #12007c;
		width:22px;
		height:22px;
		display:block;
		border:0px;
		margin-bottom:10px;
	}

/* -------------------------- */
/* LOGIN */
/* -------------------------- */

.content_left
	{
		float:left;
		width:375px;
	}

.border_sep
	{
		float:left;
		margin-left:37px;
		margin-top:10px;
		height:150px;
		_height:150px;
		border-right: 1px solid #13007D;
	}

.form_right
	{
		float:right;
		width:300px;
		color:#12007A;
		font-weight:bold;
		border: 1px solid #64B727;
	}

.form_label_right
	{
		position:relative;
		top:-8px;
		left:5px;
		background:#fff;
		padding:0px 5px 0px 5px;
		width:50px;
		color:#12007A;
		font-weight:bold;
		border: 0px solid #000;
	}

.error_padding
	{
		padding:0px 4px 0px 5px;
		color:#FF0000;
		font-weight:bold;
		margin:0;
	}

.btn_aanmelden
	{
		float:left;
		display:block;
		width: 200px;
		background: #97CF6B;
		border: 2px solid #fff;
		height:25px;
		_height:25px;
		text-align:center;
		padding-top:10px;
		margin-left:53px;

	}

.header_login
	{
		float:right;
	}