/* CSS Document */
* {
	margin:0;
	padding:0;
}

html, body {	
	text-align  : center;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	background  : #FFF;
}
.d, .c {
	font-weight: bold;
	color: #65ABC8;
}
.i {
	font-weight: bold;
	color: #BFD830;
}
h1 {
	font-size   : 14px;
	font-weight : bold;
	padding-bottom:10px;
}
h2 {
	font-size   : 13px;
	font-weight : bold;
	padding-bottom:10px;
}
h3 {
	font-size   : 12px;
	font-weight : bold;
	padding-bottom:10px;
}
h4 {
	font-size   : 11px;
	font-weight : bold;
	padding-bottom:10px;
}
p {
	font-size : 11px;
	padding-bottom:10px;
}
a {
	font-size       : 11px;
	font-weight     : bold;
	text-decoration : none;
	color           : #5690A9;
}
a:hover {
	font-size       : 11px;
	font-weight     : bold;
	text-decoration : none;
	color           : #C5DA42;
}
/* UNDERCONSTRUCTION */
#underconstrucrion {
	float:left;
	width:150px;
	margin: 10px 0 0 0;
	padding: 5px 0 5px 10px;
	text-align:left;
	font-size       : 12px;
	font-weight     : bold;
	line-height:20px;
	color: #FFF;
	border-right:2px solid #FFF;
}
#underconstrucrion_ {
	float:left;
	width:150px;
	margin: 10px 0 0 0;
	padding: 5px 0 5px 10px;
	text-align:left;
	font-size       : 12px;
	font-weight     : bold;
	line-height:20px;
	color: #FFF;
}

/* MAIN CONTAINER */
#container {
	position         : relative;
	width            : 962px; 
	margin           : 0 auto;
	text-align       : left;
	background-image : url(../images/background.gif);

}
/* COLUMN LINKS */
#container #left {
	float       : left;
	width       : 739px;
	margin-left : 2px;
	_margin-left : 1px;
}
/* COLUMN LINKS HEADER*/
#container #left #header {
	width            : 739px;
    background-image : url(../images/header_bg.jpg);
    height           : 114px;
}
#container #left #header a img {
	border : 0px;
}
/* COLUMN LINKS HOOFDMENU */
#container #left #menu {
    width            : 739px;
    height           : 31px;
    background-image : url(../images/menu_bg.gif);
}
#container #left #menu ul {
	list-style : none;
}
#container #left #menu ul li {
	display      : block;
	float        : left;
	padding      : 0px;
	_margin-left:-4px;
	line-height  : 22px;
}
#container #left #menu ul .sep {
	width            : 2px;
    background-image : url(../images/menu_separator.gif);
    background-repeat: no-repeat;
}
#container #left #menu ul li a{
	display         : block;
	float           : left;
	text-decoration : none;
	font-family     : Helvetica, Verdana, Geneva, Arial, sans-serif;
	font-size       : 13px;
    font-weight     : bold;
	color           : #FFF;
    height          : 22px;
    background-position: 0px -31px;
/*    padding         : 0px 15px 0 15px;*/
}
#container #left #menu ul li a:hover{
	background-position: 0px 0px;
}
#container #left #menu ul li a.active{
	background-position: 0px 0px;
}
#container #left #menu ul li img {
	border:none;
}
/* SUBMENU EN CONTENT */
#container #left #main_content {
	padding : 0px;
    margin  : 0px;	
	width   : 739px;
}
#content {
	font-family: verdana, sans-serif;
	line-height: 16px;
}
#content img {
	border:1px solid #6EA8C0;
}
#content .icon {
	margin-left:30px;
	margin-right:10px;
	border:none;
	margin-bottom:-6px;
	padding:2px;
}
#content .headerg, #content .headerb {
	margin-left:-10px;
	height:35px;
	padding: 7px 0 0 50px;
	color:#fff;
	font-size: 12px;
	font-weight: bold;
}
#content .contentText {
	width: 450px;
	font-size: 10px;
}
#content .headerg {
	background:url(../images/header_groen.gif) no-repeat 0 0;
}
#content .headerb {
	background:url(../images/header_blauw.gif) no-repeat 0 0;
}
#content h2 {
	font-size:12px;
}
#content ul{

	padding:0 0 0 20px;
}
#content ol{
	list-style-type:decimal;
	padding:0 0 0 20px;
}

/* SUBMENU */
#container #left #main_content #sub {
	float        : left;
	margin       : 0px;
	padding      : 0px;
	width        : 188px;
	margin-left  : 16px;
	_margin-left : 8px;
}
#container #left #main_content #sub #submenu {  
	position: relative;
	z-index : 1;
	padding : 0px;
    margin  : -9px 0 20px 0;
}
#container #left #main_content #sub #submenu ul {
	padding           : 0px;
	#margin-top: -3px;
/*    margin-top        : -9px;
    padding-top:      : 9px;*/
	background-image  : url(../images/submenubg.jpg);
    background-repeat : repeat-y;
}
#container #left #main_content #sub #submenu ul li {
	display     : block;
	height      : 30px;
	line-height : 0px;
	margin      : 0px;

}
#container #left #main_content #sub #submenu ul li a {
	display      : block;
	margin       : 0px;
	padding-left : 12px;
	height       : 30px;
	line-height  : 30px;
	width        : 176px;
    color        : #FFF;
}
#container #left #main_content #sub #submenu ul li a:hover {
	text-decoration  : none;
	background-color : #96C5D9;
}
#container #left #main_content #sub #submenu ul li a.active {
	text-decoration  : none;
	background-color : #96C5D9;
}
#container #left #main_content #sub #submenu ul .sep {
	height      : 1px;
	line-height : 1px;
	font-size   : 1px;
	margin      : 0 10px 0 10px;
	#margin-top :-1px;
	background  : #F3F8D9;	
}
/* BANNERS */
#container #left #main_content #sub #banners img {
	border:0px;
	margin: 20px 0 0 0;
}
/* CONTENT */
#container #left #main_content #content {
	float             : right;
	width             : 505px /*509px*/;
	background-image  : url(../images/contentbg.jpg);
    background-repeat : no-repeat;
    min-height:535px;
    _height:535px;
	padding-left:30px;
}
#container #left #main_content #content #breadcrumb {
	height:57px;
	font-size:11px;
}

/* COLUMN RECHTS */
#container #right {
	float   : right;
	width   : 220px;
	margin  : 0 1px 0 0;
	padding : 0px;	
}
#container #right #top_flash {
	margin  : 0px;
	padding : 0px;	
	width  : 219px;
	height : 224px;
}
#container #right #green_menu {	
	margin     : 0px;
	padding    : 0px;
}
#container #right #green_menu ul{
	list-style        : none;
	margin            : -3px 0 0 12px;
	padding           : 0px;
	width             : 190px;	
	background-image  : url(../images/newsbg.gif);
    background-repeat : repeat-y;	
}
#container #right #green_menu ul li{
	display:block;
	padding             : 0 0 0 12px;
	background-image    : url(../images/news_errows.gif);
    background-repeat   : no-repeat;
    background-position : 162px;
    
}	
#container #right #green_menu ul li a{
	display         : block;
	width           : 150px;
	line-height     : 16px;
	text-decoration : none;
	font-size       : 10px;
    font-weight     : normal;
    color           : #000; 
    padding-bottom:2px;
}
#container #right #green_menu ul li a:hover{
	text-decoration : none;
	color           : #C5DA42;
}
#container #right #green_menu ul #green_sep {
	background-position : 0px;
	height				: 1px;
	margin              : 0px 10px 0px 12px;
	#margin             : -13px -10px 0px 12px;
	_margin             : -10px -10px -8px 12px;
	padding             : 0px;
    background-image    : url(../images/green_sep.gif);
    background-repeat   : no-repeat;
}
#container #right #blue_menu {	
	margin     : 0px;
	padding    : 0px;
}
#container #right #blue_menu ul{
	list-style        : none;
	margin            : -3px 0 0 12px;
	padding           : 0px;
	width             : 190px;	
	background-image  : url(../images/projectbg.gif);
    background-repeat : repeat-y;
		
}
#container #right #blue_menu ul li{
display:block;

	padding             : 0 0 0 12px;	
	background-image    : url(../images/project_errows.gif);
    background-repeat   : no-repeat;
    background-position : 162px;
}	
#container #right #blue_menu ul li a{
	display         : block;
	width           : 150px;
	line-height     : 16px;
	text-decoration : none;
	font-size       : 10px;
    font-weight     : normal;
    color           : #000; 
     padding-bottom:2px;
}
#container #right #blue_menu ul li a:hover{
	text-decoration : none;
	color           : #96C5D9;
}
#container #right #blue_menu ul #blue_sep {
	background-position : 0px;
	height     			: 1px;
	margin              : 0px 10px 0px 12px;
	#margin             : -13px -10px 0px 12px;
	_margin             : -10px -10px -8px 12px;
	padding             : 0px;
    background-image    : url(/images/blue_sep.gif);
    background-repeat   : no-repeat; 
}
#container #right #bottom_spacer {
	width  : 219px;
	height : 60px;
}
/* FOOTER */
#footer {
	position    : relative;
	width       : 962px; /* 906 */
	padding:0;
	margin      : 0 auto;
	text-align  : right;
	background  : #C5DA42;
	height      : 74px;
/*	line-height : 74px;*/
}
#footer ul {
	list-style    : none;
	padding-right : 5px;
}
#footer ul li {
    display:block;
	float: right;
	padding-right : 5px;
	font-family   : inherit;
	font-size     : 12px;
	font-weight   : bold;
	color         : #FFF;
	height: 74px;
	vertical-align:middle;
}
#footer ul .sep {
	height:10px;
	padding-top:28px;
}

#footer ul li a {
	display:block;
	font-family     : inherit;
	font-size       : 12px;
	font-weight     : bold;
	color           : #FFF;
	text-decoration : none;
	height: 74px;
	background-position: 0 -73px;
}
#footer ul li a:hover {
	font-family     : inherit;
	font-size       : 12px;
	font-weight     : bold;
	color           : #96C5D9;
	text-decoration : none;
	background-position: 0 0;
}
#footer ul li a img {
	border:0px;
}


