* {
	margin:0;
	padding:0;
}

body {
	font: 62.5%/1.6em Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	color:#333333;
	margin:10px;
	/*color:#555;*/
	
	background:url(../images/new/bg-ncb.jpg) top repeat-x #000000;
}

h1{
	font-size:1.4em;
	font-weight:bold;
	color:#96be18;
}

h2{
	font-size:1.2em;
	font-weight:bold;
	margin:0;
	padding:0
}


h3{
	font-size:1.1em;
	font-weight:bold;
	margin:0;
	padding:0
}

h4{
	font-size:1.1em;
	font-weight:bold;
	margin:0;
	padding:0
}


a{
color:#333333;
}

td{
	color:#212121;
}



#wrapper {
	margin:0 auto;
	background-color:#ffffff;
	padding:0px;
	border:1px solid #828282;
}

.fixed {
	width:900px;
}

.fluid {
	width:90%;
}

#logo-bar *{
float:left;
}
#logo-bar{
	background:#e9e9e9;
	background-image:url(../images/ncb-header.jpg);
	/*background-image:url(../images/bg-header.gif);*/
	background-position:bottom;
	background-repeat:repeat-x;
	height:120px;
}

#logo-bar img{margin: -5px 10px 0 -10px;}



#top {
background-color:#000;
/*background-color:#E2E2E2;
background-image:url(../images/bg-top-ncb.gif);*/
height:0;

}
#header {
background-color:#FFF;
	/*height:110px;
	background:url(../images/header.jpg) top repeat-x;*/
}

#header h1 {
	height:45px;
	font:250% Trebuchet MS;
	padding:30px 20px 10px 20px;
	color:#fff;
}

/*navigation*/
#nav {
	margin:0 0 0 0;
	padding:16px 0 7px 44px;
	background: url(../images/new/nav-bg.gif) repeat-x;
border-bottom: #828282 1px solid;
}

#nav li {
	font-size:1.1em;
	list-style:none;
	display:inline;
	padding:7px 7px 7px 0;
	background:right no-repeat url(../images/new/bg-nav-bar.gif);
	
}

#nav li a {
	padding:7px;
	color:#718b1a;
	text-decoration:none;
}

#nav li a:hover {
	text-decoration:underline;
	color:#96bf0d;
}
/*navigation end*/


#sidebar_right {	
	width:200px;	
	float:right;
	background:#f0f0f0;
	/*background-image:url(../images/bg-sidebar.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-bottom:50px;
	border-top: 1px solid #660000;
	*/
	margin:0 0 0 10px;
	color:#404040;
	}


#sidebar_right h2 {
	font:1.05em Verdana;
	font-weight:bold;
	text-transform:uppercase;
	color:#333333;
	padding: 0 12px 0 24px;
	margin:0 0 -11px 11px;
	 
	/*background:url(../images/sidebar-twig.gif) left no-repeat;*/
}

#sidebar_right p {
	padding: 0 12px;
	font:100% Arial;
	line-height:12px;
}

#sidebar_right a{
	color:#718b1a;
}

#sidebar_right strong{
	font-family: verdana;
	font-weight:bold;
}

#sidebar_right img{
padding:5px 12px;}



#content {
	padding:0 20px 8px 50px;
	font-size:1.1em;
	color: #333333;
}

#content h2 {
	font-size:1.2em;
	font-weight:normal;
}
 
#content h3 {
	font-size:1.15em;
	font-weight:bold;
	color:#fff;
}

#content ul {
	margin-left: 25px;
	list-style-image:url(../images/new/vinkje.gif);
}

/* footer */
#footer {
	clear:both;
	color:#666666;
	margin:0;
	padding:7px 0 0 0;
	background:#e9e9e9;
	background-image:url(../images/bg-footer.gif);
	background-position:top;
	background-repeat:repeat-x;
	height: 120px;
}


#footer p {
margin: 0;
padding: 10px;
}


#footer a {
	color:#666;
	text-decoration:none;
}


#footer a:hover {
	text-decoration:underline;
}

#blackfooter{
	text-align:center;
	background-color:#000;
	color:#96bf0d;
	padding: 8px;
}

#blackfooter a{
	color:#96bf0d;
	text-decoration:none;
}

.blok1, .blok2{
float:left;
padding: 5px 18px 8px 18px;
height:110px;
}
.blok2{
border-left:#666666 1px dashed;
}
/* footer end */

#sidebar_left {
	float:left;
	width:180px;
	padding:0 10px;
	background:#f6f6f6;
	font:100% Verdana;
	line-height:20px;
	border-right:1px solid #eee;
	margin:0 15px 0 0;
}

#sidebar_left h2 {
	font:140% Arial;
	color:#222;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	padding:5px;
}

#sidebar_left p {
	line-height:20px;
}

.with_sidebar {
	margin:0 0 0 200px;
}

#content h1,h2,h3,h4,p,ul,ol,blockquote {
	margin:15px 0;
}
#sidebar_left h1,h2,h3,h4,p,ul,ol,blockquote {
	margin:15px 0;
}
#sidebar_right h1,h2,h3,h4,p,ul,ol,blockquote {
	margin:15px 0;
}

/* Column layouts */
.column { float:left; overflow:hidden;}
.columns { margin-bottom:20px; padding-top:10px; }
.three.columns .first { width:245px; padding-right:20px; border-right:#999999 1px dashed; }
.three.columns .second { width:245px; padding:0 20px; border-right:#999999 1px dashed; }
.three.columns .third { width:245px; padding-left:20px;}
.two.columns .first { width:407px;  height:227px;   overflow:hidden; background-color:#96be18; border:#000000 2px solid; }
.two.columns .second { width:407px; }
.columns p {padding:0 10px 0 10px;}

.third colum a {color:96be18; font-weight:bold;}

/* overige classes */
.linklist{
	margin-left:20px;
	list-style: none;
	font-weight:bold; 
}

.indent{
margin-left:20px;
}
.smalltext{
font-size:0.9em;
}

.imgborder{
 border: #CCCCCC 2px solid;
 margin: 8px;
}

.imgrightpadded{
float:right;
padding-right:170px;
}
.imgright{
	float:right;
}
.imgleft{
	float:left;
}
.whitetext{
color:#FFF;
}

.altheader{
color:#730F02;
}

.differentbox{
background-color:#CCCCCC; 
color:#333333; 
padding:2px 8px; 
width:580px; 
text-align:center;
}

.withpadding{padding:10px;}