html,body
{
	width: 100%;
}

body
{
	padding: 0px;
	margin: 0px;
	font-family: arial, verdana, tahoma, helvetica;
	font-size: 12px;
	text-align: center;
	behavior: url('/style/csshover.htc');
}

img.png24
{
	behavior: url('/style/png24.htc');
}

a
{
	color: #000;
	font-size: 12px;
	text-decoration: underline;
}
a:hover
{
	text-decoration: none;
}
p
{
	font-size: 12px;
}
.error
{
	color: #f00;
}

.clr {
	clear: both;
}
/*  structure  */

#top
{
	width: 975px;
	height: 195px;
	background: #fff;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#maincontentcontainer
{
	width: 975px;

	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: #f7eed1;
}
#maincontentcontainer.sideblockon
{
	background: transparent url(/img/bg/bg_content.gif) repeat-y left top;
}
#bottom
{
	clear: both;
	width: 975px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	background: #fff;
	text-align: left;
}

/*  top  */

.bgbloktop
{
	float: left;
	width: 216px;
	height: 47px;
	background: #f7eed1;
	margin: 0 5px 0 0;
	padding: 0;
}
ul.mainnav
{
	float: right;
	margin: 30px 0 0 0;
	padding: 0;
}
ul.langswitch
{
	float: left;
}
	ul.mainnav li
	{
		margin: 0;
		padding: 0 15px 0 0;
		float: left;
		display: block;
		list-style: none;
		font-size: 11px;
		vertical-align: middle;
		white-space: nowrap;
		line-height: 20px;
	}
		ul.mainnav li a
		{
			display: inline;
			text-decoration: none;
			color: #172b46;
			padding: 0;
			margin: 0;
		}
		ul.mainnav li img
		{
			border: 0px;
			width: 19px;
			height: 20px;
			margin: 0 3px 0 0;
			padding: 0;
			float: left;
		}

div.navcontainer
{
	float: left;
	margin: -4px 0 0 0;
	width: 975px;
	height: 147px;
	background: transparent url(/img/bg/bg_navigation.png) repeat-x left 7px;
}
	div.logo
	{
		float: left;
		width: 216px;
		height: 147px;
		margin: 0;
		padding: 0;
		background: transparent url(/img/bg/bg_logo.png) repeat-x left 7px;
		cursor: hand;
		cursor: pointer;
	}
		div.logo img
		{
			margin: 0 0 0 27px;
		}
	h1.maintitle-nl, h1.maintitle-en
	{
		float: left;
		width: 389px;
		height: 40px;
		padding: 0;
		margin: 14px 0 0 0;
		font-size: 18px;
	}
	h1.maintitle-nl
	{
		background: transparent url(/img/alg/title_nl.png) no-repeat top left;
	}
	h1.maintitle-en
	{
		background: transparent url(/img/alg/title_en.png) no-repeat top left;
	}
		h1.maintitle-nl b, h1.maintitle-en b
		{
			display: none;
		}
	#sitenav
	{
		width: 750px;
		float: left;
		margin: 14px 0 0 4px;
		text-align: left;
		color: #fff;
	}
		#sitenav ul
		{
			list-style: none;
			margin: 0;
			padding: 0;
			float: left;
		}
			#sitenav a, #sitenav span
			{
				font-family: arial, verdana, tahoma, helvetica;
				font-size: 11px;
				display: block;
				margin: 0;
				padding: 3px 5px;
				cursor: hand;
				cursor: pointer;
				height: 1%;
				color: #000;
				background: #e2c564;
				text-decoration: none;
			}
			#sitenav span.mainsitennav, #sitenav a.mainsitennav
			{
				font-size: 12px;
				color: #fff;
				background: transparent;
				padding-left: 5px;
				padding-right: 5px;
			}
			#sitenav span:hover, #sitenav a:hover
			{
				color: #172b46;
				background-color: #efdda4;
			}
			#sitenav ul ul
			{
				position: absolute;
				z-index: 500;
				width: 160px;
				background: #e2c564;
				border: 2px solid #172b46;
				border-bottom: 1px solid #172b46;
			}
			#sitenav ul ul ul
			{
				z-index: 500;
				position: absolute;
				top: 0;
				left: 100%;
			}
			#sitenav li
			{
				position: relative;
				z-index: 500;
			}
			#sitenav td.seperator
			{
				padding-left: 5px;
				padding-right: 5px;
			}
			#sitenav ul li
			{
				float: left;
				width: 100%;
				z-index: 500;
			}
			#sitenav ul ul li
			{
				border-bottom: 1px solid #172b46;
				z-index: 500;
			}
			#sitenav a.children, #sitenav span.children
			{
				background-image: url('/mod_bin/general/arrow.php?d=r');
				background-position: 98% center;
				background-repeat: no-repeat;
				z-index: 500;
			}
			div#sitenav ul ul, div#sitenav ul li:hover ul ul, div#sitenav ul ul li:hover ul ul, div#sitenav ul ul ul li:hover ul ul
			{
				display: none;
			}
			div#sitenav ul li:hover ul, div#sitenav ul ul li:hover ul, div#sitenav ul ul ul li:hover ul, div#sitenav ul ul ul ul li:hover ul
			{
				display: block;
				z-index: 500;
			}

	div.brcrumbs
	{
		float: left;
		font-size: 12px;
		margin: 42px 0 0 4px;
		width: 750px;
	}
	div.brcrumbs img
	{
		margin: 0 5px;
	}
	div.brcrumbs a
	{
		color: #000;
		text-decoration: none;
	}
	div.brcrumbs a:hover
	{
	   text-decoration: underline;
	}

/*  content  */

#contentcontainer
{
	float: left;
	width: 744px;
	margin: 0;
}
#contentcontainer .content
{
	padding: 10px 20px 40px 40px;
	margin: 0;
	text-align: left;
	background: transparent;
}
h2
{
	float: left;
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 20px;
	color: #172b46;
}
h2 img.titleimg
{
	margin: 0 0 -5px -25px;
}

ul.sitemap
{
	list-style: none;
	margin: 0 0 0 40px;
	padding: 0;
}
ul.sitemap li
{
	margin: 0 0 10px 0;
	color: #172b46;
	font-weight: bold;
}
ul.sitemap li, ul.sitemap li a
{
	color: #000;
	text-decoration: none;
}
ul.sitemap ul ul
{
	margin: 0 0 0 20px;
	padding: 0;
}
ul.sitemap ul li
{
	margin: 0;
	color: #000;
	font-weight: normal;
	list-style-type: disc;
	list-style-position: outside;
	list-style-image: url(/img/alg/bullet.png);
	padding: 0;
	line-height: 18px;
}
ul.sitemap ul li a
{
	margin-left: 5px;
	font-weight: normal;
}


.linkblok
{
	border: 1px solid #172b46;
	background: #fff;
	margin: 0 0 10px 0
}
.linkblok h3
{
	color: #fff;
	background: #172b46;
	margin: 0;
	padding: 2px 5px;
	font-size: 12px;
}
.linkblok li
{
	list-style-type: disc;
	list-style-position: outside;
	list-style-image: url(/img/alg/bullet.png);
	padding: 0;
	line-height: 18px;
}

.loginblok
{
	width: 300px;
	margin: 10px 0 0 0;
}
.loginblok p.forwardlink a
{
	background-image: url('/mod_bin/general/arrow.php?d=r&fc=ffffff&bc=ffffff');
	background-position: left center;
	background-repeat: no-repeat;
	color: #fff;
	padding-left: 10px;
	margin: 0;
	text-decoration: none;
}
.loginblok p.forwardlink a:hover {
	text-decoration: underline;
}
.loginblok table.form form
{
	padding: 0;
	margin: 0;
}
.loginblok table.form
{
	color: #fff;
	background-color: #172b46;
}
.loginblok table.form td
{
	padding: 2px 5px;
}
table.form td.one {
	background-color: #172b46;
}
table.form td.two {
	background-color: #2e4058;
}
.loginblok table.form table.button {
	width: 172px;
}

.searchblok
{
	width: 480px;
	margin: 10px auto 0 auto;
	color: #fff;
}
.searchblok table th, .searchblok table td
{
	padding: 10px;
	color: #fff;
	font-size: 12px;
	vertical-align: top;
	text-align: left;
	background: #172b46;
}
.searchblok table td td
{
	padding: 0;
	font-size: 10px;
	vertical-align: top;
	background: transparent;
}
.searchblok table td.right
{
	text-align: right;
}
.searchblok table th.light, .searchblok table td.light
{
	background: #2e4058;
}
.searchblok table td.searchinfo
{
	font-size: 10px;
	text-align: right;
}
input.submitbutton
{
	background: #f7eed1;
	border: 1px solid #172b46;
	cursor: hand;
	cursor: pointer;
}
input.submitbutton:hover
{
	background: #172b46;
	border: 1px solid #f7eed1;
	color: #fff;
}
input.search
{
	border: 1px solid #172b46;
	width: 175px;
	height: 19px;
}
select.searchselect
{
	border: 1px solid #172b46;
	width: 175px;
	height: 20px;
	line-height: 21px;
	margin-top: 1px;
}
input.searchcode
{
	border: 1px solid #172b46;
	width: 75px;
	height: 19px;
}
div.searchresultbox
{
	background: #172b46;
	padding: 2px 5px;
	color: #fff;
	margin: 10px 0;
}
div.searchpercentage
{
	width: 40px;
	float: left;
	clear: both;
	font-weight: bold;
	padding: 2px 0;
	font-size: 12px;
	color: #172b46;
}
div.searchdetail
{
	padding: 2px 0;
	margin-left: 40px;
	position: relative;
	font-size: 12px;
}
div.searchdetail h3
{
	margin: 0;
	padding: 0;
}
div.searchdetail a h3
{
   text-decoration: underline;
}
div.searchdetail a:hover h3
{
   text-decoration: none;
}
/*  cins0100 search results  */
table.result
{
	width: 684px;
	margin-bottom: 20px;
}
table.result thead
{
	background: #172b46;
}
table.result thead th
{
	text-align: left;
	color: #fff;
	font-weight: bold;
	padding: 2px 11px 2px 5px ;
	font-size: 11px;
	white-space: nowrap;
	vertical-align: top;
}
table.result thead th a
{
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
table.result thead th.ordered
{
	padding-right: 3px;
}
table.result thead th.ordered a
{
	color: #e2c564;
}
table.result tbody td
{
	font-size: 11px;
	padding: 1px 5px;
	vertical-align: top;
	border-bottom: 1px solid #2e4058;
}
table.result tbody tr.prolonged td, table.result tbody tr.prolonged td a
{
	color: #800 !important;
}
table.result tbody tr.suspended td, table.result tbody tr.suspended td a
{
	color: #f00 !important;
}
table.result tbody tr:hover
{
	background: #fff;
}
table.detail
{
	margin-bottom: 20px;
	border: 1px solid #172b46;
	background: #e2c564;
}
table.detail td
{
	font-size: 12px;
	padding: 2px 5px;
	vertical-align: top;
}
table.detail td.value
{
	font-weight: bold;
}
p.suspended, p.partsuspended
{
	font-weight: bold;
	color: #f00;
	font-size: 14px;
}

/*  start of 3 pixel hack  */
* html div.searchpercentage
{
	margin-right: 1px;
}

* html div.searchdetail
{
	height: 1%;
	margin-left: 0;
}
/*  end of 3 pixel hack  */

div.search-paging
{
	background: #172b46;
	height: 23px;
	padding: 0 5px;
	margin: 10px 0 0 0;
}
div.search-paging a
{
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}
div.search-paging a:hover
{
   text-decoration: underline;
}
div.search-paging-prev
{
	position: relative;
	float: left;
	width: 15%;
	margin-top: 3px;
}
div.search-paging-pages
{
	position: relative;
	float: left;
	width: 70%;
	text-align: center;
	font-weight: bold;
	letter-spacing: 2px;
	margin-top: 3px;
	color: #f7eed1;
}
div.search-paging-pages a
{
	color: #fff;
	font-weight: normal;
}
div.search-paging-pages span.seperator
{
	color: #fff;
	font-weight: normal;
	padding: 0 10px;
}
div.search-paging-next
{
	position: relative;
	float: right;
	width: 15%;
	text-align: right;
	margin-top: 3px;
}

a.content_link
{
	color: #000;
	text-decoration: none;
}
a.content_link:hover
{
	text-decoration: underline;
}

/*  splash page */

div.splashcontainer
{
	width: 530px;
	margin: 0 auto;
	padding-top: 10px;
	text-align: center;
}
	div.splash
	{
		float: left;
		width: 261px;
		height: 104px;
		text-align: left;
		margin: 0 5px 5px 0;
		cursor: hand;
		cursor: pointer;
	}
	div.splash.right
	{
		margin: 0 0 5px 0;
		text-align: right;
	}
		div.splash div.splashcontent
		{
			width: 261px;
			height: 70px;
			background: #172b46;
			color: #fff;
			padding: 0;
			margin: 0;
		}
			div.splash div.splashcontent img
			{
				height: 70px;
				width: 261px;
			}
			div.splash div.splashcontent p
			{
				padding: 10px 10px 0 10px;
				margin: 0;
				font-size: 11px;
				text-align: left;
			}
		div.splash div.splashtitle, div.splash div.splashtitleover
		{
			background: #fff;
			font-size: 18px;
			padding: 5px 10px;
			line-height: 24px;
			margin: 0;
		}
		div.splash div.splashtitleover
		{
			background: #172b46;
			color: #fff;
		}


/*  articles  */

h3
{
	font-weight: bold;
	font-size: 12px;
	color: #172b46;
	margin: 1em 0 0.5em 0;
}
div.paragraph
{
	clear: both;
	margin: 0 0 0 0;
	font-size: 12px;
	padding: 0;
}
div.image_holder
{
	clear: both;
	margin: 0 0 1.5em 0;
	font-size: 12px;
	padding: 0;
	background-color:#FFFFFF;
	padding-bottom:3px;

}
div.paragraph div
{
	font-size: 12px;
	margin: 1em 0 0 0;
}
p.link_holder
{
	clear: both;
	margin: 0;
	font-size: 12px;
	padding: 0;
}
p.bijschrift
{
	font-style: normal;
	font-size: 11px;
	color:black;
	margin: 0;
text-indent:0.7em;
background:#FFFFFF none repeat scroll 0%;
font-size:18px;
line-height:24px;
}
div.paragraph ul
{
	padding: 0;
	margin: 1em;
}
div.paragraph ul li
{
	font-size: 12px;
	padding: 0;
	list-style-type: disc;
	list-style-position: outside;
	list-style-image: url(/img/alg/bullet.png);
	margin: 0 0 0 2em;
	line-height: 16px;
}
img.img_single
{
margin: 0;
padding-top:20px;
background-color:#f7eed1;
margin-bottom:-3px;
}

img.img_left
{
   float: left;
   margin: 0;
   padding: 0 10px 10px 0;
}
img.img_right
{
	float: right;
	margin: 0 0 10px 10px;
}
a.article_link
{
	margin: 0;
	font-size: 12px;
	display: block;
}
p.backlink
{
	clear: both;
	font-size: 12px;
	border-top: 1px solid #172b46;
	padding: 5px 0 0 0;
	margin: 1em 0 0 0;
}
p.backlink a
{
	background-image: url('/mod_bin/general/arrow.php?d=l');
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 10px;
	margin: 0;
}

p.forwardlink
{
	clear: both;
	font-size: 12px;
	padding: 5px 0 0 0;
	margin: 1em 0 0 0;
}
p.forwardlink a
{
	background-image: url('/mod_bin/general/arrow.php?d=r');
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 10px;
	margin: 0;
}

/* summaries */

div.summary {
	border-top: 1px solid #172b46;
	position: relative;
	clear: both;
	font-size: 12px;
	margin: 0;
	font-size: 12px;
	padding: 5px 0;
}
div.summary.last
{
	border-bottom: 1px solid #172b46;
}
div.summary h3
{
	margin: 0 0 5px 0;
	padding: 0;
}
div.summarydetails
{
	padding: 0;
	margin: 0;
}
p.readon
{
	padding: 0;
	margin: 0;
}
p.readon a
{
	background-image: url('/mod_bin/general/arrow.php?d=r');
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 10px;
	margin: 0;
}
div.connection
{
	padding: 5px;
}

/*  zijblokken  */

#sidebarcontainer
{
	background: transparent;
}
#sidebarcontainer.sideblockon
{
	float: right;
	width: 231px;
	padding: 0;
	background: transparent;
	vertical-align: top;
	text-align: right;
}
div.sidebar
{
	width: 226px;
	background: transparent;
	padding: 0 0 0 0;
	margin-left: 5px;
	color: #fff;
	text-align: left;
}
div.sidebarblock
{
	margin: 0 10px 20px 10px;
}

	div.sidebarblock h3 {
		color: white;
	}

/* july 2007 nieuwe logo afbeelding in rechter kolom */

div.sidebar_bottom_img {
	background-color:#red;

}
	div.strip {
		height:5px;
		font-size:1px;
		line-height:0.1em;
		background-color:#FFFFFF;
	}
	div.logo_comment {
		padding:5px 0 5px 10px;
		font-weight:normal;
		background-color:#11223b;
	}
	div.logo_duo {
		width:196px;
		height:80px;
		padding-left:30px;
		background-color:#11223b;
	}


div.sidebarblockfoto
{
	margin: 0;
	padding: 0;
}
div.sidebar h2
{
	color: #fff;
	margin: 0 0 1em 0;
	padding: 0;
}
div.sidebar h2 img
{
	display: none;
}
div.sidebar div.summary
{
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #fff;
}
div.sidebar div.summary a
{
	color: #fff;
	font-weight: bold;
}
div.sidebar div.summary a:hover
{
	text-decoration: underline;
}
div.sidebar a.article_link, div.sidebar p.backlink a, div.sidebar p.readon a, div.sidebar a
{
   color: #fff;
   text-decoration: underline;
}
div.sidebar a.article_link:hover, div.sidebar p.backlink a:hover, div.sidebar p.readon a:hover, div.sidebar a:hover
{
   text-decoration: none;
}
div.sidebar div.summary div.sidebar div.summary i
{
	color: #e2c564;
}
div.sidebar p.backlink
{
	display: none !important;
}

/*  bottom  */

div.bgblokbottom
{
	float: left;
	width: 220px;
	height: 25px;
	background: #f7eed1;
	margin: 5px 5px 0 0;
}
p.copyright
{
	float: left;
	margin: 8px 0 0 0;
	font-size: 11px;
}

div.block {
width: 300px;
float: left;
padding-left: 10px;
margin: 0 0 30px 0;

}

div.block img {
float: left;
margin: 0 10px 0 0;
}

div.block div {
}

h1.block {
font-family: arial;
font-size: 12px;
margin: 0px;
margin-bottom: 5px;
}

h2.block {
font-family: arial;
font-size: 12px;
margin: 0px;
font-weight: normal;cont
font-style: italic;
margin-bottom: 10px;
}

h3.block {
font-family: arial;
font-size: 12px;
margin: 0px;
font-weight: normal;
}

h3.block a{
color: #000;
}

.flashfile {
margin: 0 0 50px 0;
}

h1.bestuur {
font-family: arial;
font-size: 12px;
margin: 0px;
font-weight: bold;
margin-bottom: 10px;
}

h3.bestuur {
font-family: arial;
font-size: 11px;
margin: 0px;
font-weight: normal;
margin-bottom: 15px;
}

p.bestuur {
font-family: arial;
font-size: 11px;
margin: 0px;
font-weight: normal;
margin: 0px;
color: #000;;
}

table.bestuur{
margin-bottom: 20px; 
margin-left: 0px;
}

a.bestuur {
font-family: arial;
font-size: 11px;
color: #000;
}

a.bestuur:hover {
color: #000;
text-decoration: none;
}

.doc_title {
	margin: 10px 0 20px 0;
	font-size: 16px !important;
}

.doc_subtitle {
	margin: 0px 0px 10px 0px !important;
	clear: left;
}		

.doc_text {
	margin: 0 0 10px 0 !important;
	clear: left;
}

.fld_l {
	margin-top: 10px;
}

.fld_help {
	left: 400px;
	position:absolute;
}
.fld_m {
	margin: 10px 0;
}

/* ---  Mijn RVA Styles --- */
#myrva_container {
	margin: 0;
	padding: 0;
}
#myrva_tab_container {
	margin: 0;
	padding: 0;
}
#myrva_tab_container ul {
	padding: 0;
	margin: 0;
}
#myrva_tab_container ul li {
	list-style: none;
	display: inline;
	background: #fff;
}
#myrva_tab_container ul li a {
	display: block;
	float: left;
	padding: 5px 10px;
	margin-right: 2px;
	background: #172b46;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#myrva_tab_container ul li a.sel {
	background: #e2c564;
	color: #172b46;
}
#myrva_tab_container ul li a:hover {
	text-decoration: underline;
}
#myrva_content_container {
	clear: both;
	background: #e2c564;
	margin: 0;
	padding: 10px;
}
#myrva_content_container h3 {
	font-size: 16px;
}
table.scopeslist {
	border-top: 1px solid #172b46;
	border-left: 1px solid #172b46;
	border-right: 1px solid #172b46;
}
table.scopeslist th {
	background: #172b46;
	color: #fff;
	padding: 0 10px 0 10px;
}
table.scopeslist th.first {
	padding-top: 2px;
}
table.scopeslist th.second {
	padding-bottom: 2px;
}
table.scopeslist td {
	padding: 1px 10px 0px 10px;
	text-align: center;
	border-bottom: 1px solid #172b46;
}
p.myrvasideblock
{
	clear: both;
	font-size: 12px;
	padding: 0 0 1em 0;
	margin: 1em 0 0 0;
	border-bottom: 1px solid #fff;
}
p.myrvasideblock a
{
	background-image: url('/mod_bin/general/arrow.php?d=r&fc=ffffff&bc=ffffff');
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 10px;
	margin: 0;
}


/* Div forms */

.form {
	color: #fff;
	margin: 20px 0 0 0;
}
	.form .row {
		padding: 5px 10px;
		clear:both;
	}
	.form div.one {
		background-color: #172b46;
	}
	.form div.two {
		background-color: #2e4058;
	}

		.form .row .lbl {
			width: 350px;
			font-weight: bold;
		}

		.form .row .inp {
			width: 350px;
			float: left;
		}

		.form .row .hlp {
			float: left;
			margin-left: 10px;
		}

/* When using only floating div's within another div, the outer div won't get properly resized in Mozilla. */
/* Printing an element at the bottom of the outer div that has clear: both set fixes the problem */

p.moz-spacer {
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 1px ! important;
	height: 1px;
	line-height: 1px;
	width: 1px;
	visibility: hidden;
}

#rea306di_ctrl_maincontainer .ctrl_rdo_label {
	color: #172B46;
}

h4 {
	font-size: 13px;
	/*margin-top: 0;*/
}

dl.doc_list {

}
	dl.doc_list dt {
		float:left;
		width: 500px;
	}


.paragraph h3.bureau, 
.paragraph h3.organigram, 
.paragraph h3.bestuur
{
	position: relative;
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 20px;
	color: #172b46;
}
.paragraph h3.bureau img.titleimg,
.paragraph h3.organigram img.titleimg,
.paragraph h3.bestuur img.titleimg
{
	margin: 0 0 -5px -25px;
}