@charset "UTF-8";
/* 

***********************************************************
	
	CSS-file by:
   
	Didjee, grafische vormgeving / multimedia, Delft
	Wateringsevest 38, 2611 AW Delft
	http://www.didjee.nl
	
	            
***********************************************************

*/

@import url('reset.css');
@import url('nav_ncb.css');

body {
	font-family: Arial, Helvetica, sans-serif;
	background: white url(/images/bg_wolken.jpg) top left repeat-x fixed;
	text-align: center;
}

sub{
	
	font-size: 9px !important;
}

div.clearfloat {
	font-size: 1px;
	line-height: 1px;
	margin-bottom: -1px;
	clear: both;
}

div#mainwrapper {
	position: relative;
	text-align: left;
	margin: 0 auto;
	width: 984px;
	min-height: 650px;
	height: auto !important;
	height: 650px;
	height: auto;
	padding: 0 8px 20px;
	overflow: visible;
	background: url(/images/bg_content.png) no-repeat top center fixed;
}

div#wrapper {
	background: white;
	padding: 0 10px;
}

div#top {
	position: relative;
	width: 100%;
	padding: 0 0 10px;
	background: url(/images/bg_top.jpg) no-repeat top right;
}

div#metanav {
	height: 30px;
	margin-bottom: 17px;
}

div#partners {
	position: absolute;
	font-size: 11px;
	bottom: 18px;
	right: 0;
}

div#partners img {
	margin: 0 0 -3px 7px;
}

h1 {
	width: 308px;
	height: 70px;
}

h1 a {
	display: block;
	width: 308px;
	height: 70px;
	background: url(/images/logo_ncb.gif) no-repeat;
}

h1 span {
	display: none;
}

div#contentwrapper {
	padding: 25px 0 15px;
}

div#content {
	font-size: 12px;
	line-height: 140%;
	padding: 0 40px 0 20px;
	float: left;
	width: 510px;
	margin-right: -1px;
	border-right: 1px solid #B2B2B2;
}

div#content.nosubmenu {
	width: 680px;	
}

div#sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 140%;
	/*width: 200px;*/
	overflow: auto;
	padding: 0 15px 0 10px;
	border-left: 1px solid #B2B2B2;
}

div.sidebar-item {
	border-bottom: 1px dotted #999;
	margin: 0 0 15px;
}

div.homepage-item {
	border-bottom: 1px dotted #999;
	margin: 0 0 15px;
}

div#footer {
	font-size: 11px;
	color: #0B2E82;
	clear: both;
	padding: 10px 20px;
}

/*--- STYLING ---*/

div#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 24px;
	font-weight: normal;
	color: #0B2E82;
	margin: 0 0 15px;
	line-height: 110%;
}

div#content h3 {
	font-size: 12px;
	margin: 25px 0 15px;
	line-height: 110%;
}

div#content p {
	margin-bottom: 15px;
}

div#content ul {
	list-style-type: square;
	padding-left: 20px;
	margin: 15px 0;
}

div#content a {
	color: black;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted black;
}

div#sidebar h2, div#sidebar h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 10px;
	color: #74B521;	
}

div#sidebar p {
	margin: 0 0 15px;	
}

/* News Archive */
#archive{
	position: absolute;
	left: 760px;
	top: 174px;
	width: 230px;
	margin: 0px;
	padding: 0px;
	background-image: url(/images/archief_back.gif);
	background-position: bottom;
	background-repeat:no-repeat;
}
#archive #archive_top{
	display:block;
	margin: 0px;
	padding: 0px;
}
#archive ul{
	margin-top: -10px !important;
	margin-left: 20px;
	padding: 0 20px 20px 20px !important;
	line-height: 150%;
	list-style: none !important;
}
#archive li{
	padding: 5px 0 5px 0;
	border-bottom: 1px solid white;
}
#archive a:link, #archive a:visited, #archive a:link, #archive a:visited {
	font-weight: bold;
	color: #555555;
	text-decoration: none !important;
	border-bottom: none;
	font-size: 14px;
	margin-left: 10px;
}
#archive em{
	position: relative;
	display: block;
	font-size: 10px;
	padding-left: 10px;
	margin-top: -4px;
	margin-bottom: -3px;
	margin-left: 10px;
}
p.newsdate{
	font-style: italic;
	font-size: 10px;
	color: #888888;
	padding-left: 10px;
}
