@charset "utf-8";
/* CSS Document */

@media print 
{
	#lightwindow_container, #lightwindow_overlay, #lightwindow  {
		display: none;	
	}
}

* {
margin: 0;
padding: 0;
}

/* Standaard instellingen (cross-browser fixes) */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,button,input,textarea,p,blockquote,th,td 
{ margin: 0; padding: 0; }
table 
{ border-collapse: collapse; border-spacing: 0; }
fieldset,img,abbr,acronym 
{ border: 0; }
address,caption,cite,code,dfn,em,strong,th,var 
{ font-style: normal; font-weight: normal; }
ol,ul 
{ list-style: none; }
caption,th 
{ text-align: left; }
h1,h2,h3,h4,h5,h6 
{ font-size: 100%; font-weight: normal; }
q:before,q:after 
{ content: ''; }

body {
	padding-top:0;
	background: white;
}

.desktoponly
{
	display: block;
}
.handheldonly
{
	display: none;
}

#container {
	position:relative;
	width:960px;
	margin:0 auto;
	/*background: url(/img/containerbg.gif) repeat-y;*/
	background: url(/img/main_bg.gif) no-repeat;
	overflow:auto;
}

#navigation {
	z-index:1;
	position:absolute;
	width:249px;
	height:48px;
	line-height:30px;
	top:140px; 
	left:182px;
	background-color:white;
	overflow: hidden;
	white-space: nowrap;
	/*background-image:url(/img/navigation_bg.gif);*/
	background-image:url(/img/navigation_bg_v2.jpg);
	background-repeat:no-repeat;
	background-position: top left;
}
#navigation h1 {
	padding-left: 27px;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #E50004;
	text-decoration: none;
}


#spacing_topbar
{
	background: transparent;
	position: relative;
	height: 23px;
	width:944px;
	padding-top: 7px;
	padding-right: 16px;
}

#topbar {
	background: transparent;
	position: absolute;
	height: 23px;
	width:944px; /* 960 -/- padding-right */
	top: 7px;
	left: 0;
	text-align: right;
	color: #4C7EB4; 
}

#topbar a {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: /*white*/ #4C7EB4; /* changed 20071221 */
	padding-right:16px;
	text-decoration:none;
}

#topbar a:hover {
	font-family: Arial, sans-serif;
	font-size: 13px;
	text-decoration: underline;
}


/* HEADER */

#header {
	position:relative;
	width:  960px; /* voorkomt heen en weer bonken in ie6 tijdens laden */
	height: 130px; /* voorkomt heen en weer bonken in ie6 tijdens laden */
	background-color: transparent;
}

#header-left {
	float:left;
	width:250px;
	height:130px;
	background: transparent; /* #ffffff url('/img/logo_middle.jpg') no-repeat; */
}
#header-middle {
	float: left;
	width: 250px;
	height: 130px;
}
#header-right {
	float: left;
	width: 460px;
	height:130px;
	overflow:hidden;
}

#header-small-pic {
	float: left;
	top: 98px;
	width: 120px;
	height: 70px;
	background: black;
}

#header-statement {
	float: left;
	width: 340px;
	height: 70px;
	background: white;	
	color:	#8C8C8C;
	overflow:hidden;
}

#header-statement span{
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4C7EB4;
	text-decoration: none;
}

#header-statement p {
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-top:  12px;
	padding-left: 10px;
	line-height: 16px;
}

	
/* topmenu */

#topmenu {
	float:	left;
	background: #FFF /* url('/img/topmenu_bg.jpg') right no-repeat */;
	height: 60px;
	width:	490px;
	color:	#4C7EB4; /* #80A3C9; */ /* changed 20071221 */
}

#topmenu div {
	padding-left: 20px;
	padding-top:  30px;
}

#topmenu a {
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #b4b4b4; /* #80A3C9; */ /* changed 20071221 */
	text-decoration: none;
}

#topmenu a.active {
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #4C7EB4;  /*#fff*/ /* changed 20071221 */
	text-decoration: none;
}

#topmenu a:hover {
	font-family: Arial, sans-serif;
	font-size: 16px;
	text-decoration: underline;
}


/* CONTENT */
#maincontent {
	float:left;
	background: url(/img/maincontent_bg.gif);
}

#sidebar-left {
	float:left;
	width: 220px;
	/* background:#004794; wordt via bg img geregeld */
	background: transparent; /* #ffffff url('/img/logo_bottom.jpg') no-repeat;*/
}
#sidebar-left div.wrap {
	padding-top: 30px;
	padding-left: 5px;
}
#content {
	float:left;
	font-family: Arial, sans-serif;
	font-size: 12px;
	width: 530px;
	background:#FFF;
	color: #818181;
	line-height:17px;
}
#content div.wrapper {
	padding-top:	34px;
	padding-left:	30px;
	padding-right: 	30px;
	padding-bottom:	10px;
}

#content strong, #content b
{
	font-weight: bold;
	color: #13427d;
}
#content em, #content i
{
	font-style: italic;
}
#content a:visited,
#content a:link,
#content a:active,
#content a:focus
{
	color: #004794;
}

#content a:hover
{
	color: #E50004;
}

/* NIEUWSBERICHTEN */

.nvd_niews
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	width: 470px;
	line-height:17px;
	margin-bottom: 17px;
	overflow: hidden;	
}

.nvd_niews .column_left
{
	width: 220px;
	float: left;
	margin-right: 15px;
}

.nvd_niews .column_right
{
	width: 220px;
	float: left;
}

.nvd_nieuws_title
{
	margin-bottom: 12px;
	color: #13427d;
	font-family: Arial, sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
}

.nvd_nieuws_scheider
{
	background:url(/img/red_dots.png) no-repeat top center;
	height:8px;
	width: 27px;
	overflow: hidden;
	margin-left: 221px; 	
}

/* FOOTER */

#footer {
	float:left;
}

#footer-left {
	float: left;
	position:relative;
	width: 220px;
	height: 30px;
}
#footer-right {
	/* background:#ebf2fa; */
	background-image:url(../img/nieuwskader_bg.gif);
	background-position: top left;
	float: left;
	width: 210px;
	height: 30px;
}
#footer-content {
	float: left;
	font-family: Arial, sans-serif;
	font-size: 12px;
	width: 530px;
	height: 30px;
	color: #b4b4b4;
	overflow:hidden;
}
#footer-content p {
	padding-left: 30px;
	padding-top:10px;
}

#footer-content a {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #B2B2B2;
	text-decoration: none;
}

#footer-content a.active {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #B2B2B2;
	text-decoration: none;
}

#footer-content a:hover {
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}

/* NIEUWSOVERZICHT */

.nieuwsoverzicht-row {
	position:relative;
	text-decoration:none;
	font-size:12px;
	font-family:Arial, sans-serif;
	cursor:pointer;
}
.nieuwsoverzicht-title {
	font-weight:bold;
	color:#13427d;
	font-size: 13px;
}
.nieuwsoverzicht-row-txt {
	float:left;
	font-weight:normal;
	color:#818181;
	padding-right:0px;
	font-size: 12px;
	overflow: hidden;
	width: 100%;
	margin-bottom: 8px;
}
.nieuwsoverzicht-txt {
	margin-right: 4px;	
}
.nieuwsoverzicht-leesverder 
{
	font-weight:normal;
	color: #E50903;
	text-decoration:underline;
	cursor:pointer;
}

/* KADER RECHTS */

#sidebar-right {
	background:white;
	background-image:url(/img/nieuwskader_bg.gif);
	float:left;
	width:210px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
}
#sidebar-right-spacer {
	width:186px;
	padding: 12px;
}

.nieuwskader_item img
{
	cursor: pointer;
}

div#nieuwskader_titel
{
	position: relative;
	/* changed 20071221 */
	/* background: #e50004; */ 
	background-image:url(../img/nieuwskader_titel.gif);
	background-position: top left;
	/* changed 20071221 */
	color: white;
	width: 186px;
	overflow: hidden;
	height: 0px;
	margin-bottom: 0px;
	overflow: hidden;
	white-space: nowrap;
}

div#nieuwskader_titel2
{
	position: relative;
	/* changed 20071221 */
	/* background: #e50004; */ 
	/* changed 20071221 */
	background: white url(../img/nieuwskader_titel.gif) 0px 0px no-repeat;
	color: white;
	width: 210px; /* dit is eigenlijk breder (te breed?) dan het was; 186px! */
	overflow: hidden;
	height: 50px;
	margin-bottom: 0px;
	overflow: hidden;
}


div#nieuwskader_scroller
{
	position: absolute;
	left: 3px;
	top: 0px;
	font-weight: bold;
}


/* NIEUWSKADER RECHTS */

div.nieuwskader_blauwekop
{
	font-size: 13px;
	color: #004794;
	font-weight: bold;
	width:187px;
	margin-left: -1px; /* -1 ivm bold */
	overflow: hidden;
	cursor: pointer;
}

div.nieuwskader_leesverder
{
	font-size: 10px;
	width:186px;
	overflow: hidden;
	cursor: pointer;			
}

div.nieuwskader_leesverder a
{
	color: #E50004;	
}

div.nieuwskader_tekst
{
	font-size: 11px;
	width:186px;
	overflow: hidden;
	cursor: pointer;	
}

div.nieuwskader_scheider
{
	background:url(/img/red_dot.gif) no-repeat top center;
	height:8px;
	width:186px;
	overflow: hidden;
	margin-bottom: 6px;
	margin-top: 6px;
}

#feest
{
	background: url(/img/feest.png);
	behavior: url(/js/iepngfix.htc);		
	width: 960px;
	height: 179px;
	position: absolute;
	top: 0;
	left: 0;
}

#verloop {
	background: url(/img/grijs_verloop.png);
	behavior: url(/js/iepngfix.htc);		
	width: 455px;
	height: 59px;
	position: absolute;
	left: 502px;
	top: 29px;
}


#mijn_nvd {
	background: url(/img/mijn_nvd_logo.png);
	behavior: url(/js/iepngfix.htc);		
	width: 112px;
	height: 100px;
	position: absolute;
	left: 750px;
	top: 19px;
}

#inloggen {
	background: url(/img/inloggen.gif);
	background-position: 0 -30px;
	width: 56px;
	height: 40px;
	position: absolute;
	left: 865px;
	top: 47px;
}

#inloggen:hover {
	cursor: hand; /* IE7 */
}
