@charset "UTF-8";
/* layout */

* {
	margin:0;
	padding:0;
}

p, ul{
	line-height:16px;
	margin-bottom:12px;
}
.center a {
	color: #172369;
	text-decoration: none;
}
.center a:hover {
	color: #172369;
	text-decoration: underline;
}
html{
	min-height:100%;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
	text-align:center;
	background-color:#EEEFF7;
	line-height:16px;
}
h3 {
	font-weight:bold;
	color:#172369;
	font-size:11px;
	}
h1 {
	font-weight:normal;
	color:#000000;
	font-size:15px;
	}
h2 {
	font-weight:bold;
	color:#000000;
	font-size:11px;
	margin-bottom: 1em;
	}
	
/* Clear Floats Without Structural Markup
http://www.positioniseverything.net/easyclearing.html
----------------------------------------------------------*/
/* put period after content and clear it to expand div */
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
html .clearfix{
	height:1%;
}

#wrapper {
	width:980px; /*center hack*/
	margin:0 auto; /*center hack*/
	text-align:left;
	background-color: #eeeff7;
	z-index: 1;
	}
#header {
	position:relative;
	margin-left: 202px;
	width: 576px;
	height:92px;
	background: #A6CE94;
	z-index: 100;
	}
#search { 
	position: absolute;
    right: 10px;
    top: 10px;
}
#header input#ajaxSearch_input{
	width: 100px;
    color: #1A583B;
    background: #D2E6C9;
    border: 1px solid #D2E6C9;
}
input#ajaxSearch_submit{
    color: #fff;
    background: #8AAA9B;
    border: 1px solid #8AAA9B;
}
p#ajaxSearch_intro {
	display: none;
}
#header #search p, 
#header #search span,
#header #search div {
	display: none;
}
span.ajaxSearch_highlight {
	font-weight: bold;
	color: #1A583B;	
}
#header h1 {
	background:url(/images/header_bg.gif) 0px 25px no-repeat;
	line-height: 100px;
	text-align: center;
	text-indent: -9999px;
}
#logo {
	position: absolute;
	left: -202px;
	top: 0px;
	width: 200px;
	height: 180px;
	background-color:#ccc;
	background: url(/images/logo_transparant.gif) no-repeat top left;
}

/* subheaders */

#subhead_talen {
	width: 447px;
	height: 34px;
	padding: 30px 20px 0 109px;
	background:#D2E6C9 url(/images/subh_alg.gif) no-repeat;
	top:0;
	position:absolute;
}
#subhead_algemeen {
	width: 447px;
	height: 34px;
	padding: 30px 20px 0 109px;
	background:#D2E6C9 url(/images/bg_algemeen.jpg) no-repeat;
	top:0;
	position:absolute;
}
.sh_duits {
	background:#FFDD00 url(/images/img_duits.jpg) no-repeat !important;
}
.sh_engels {
	background:#3B7AB9 url(/images/img_engels.jpg) no-repeat !important;
}
.sh_frans {
	background:#CBD300 url(/images/img_frans.jpg) no-repeat !important;
}
.sh_russisch {
	background:#E85612 url(/images/img_russisch.jpg) no-repeat !important;
}
.sh_italiaans {
	background:#CD5F95 url(/images/img_italiaans.jpg) no-repeat !important;
}
.sh_spaans {
	background:#FCC200 url(/images/img_spaans.jpg) no-repeat !important;
}
#container{
	float:left;
	width:576px;
	border-left:202px solid #EEEFF7; /* The width and color of the left rail */
	border-right:202px solid #EEEFF7; /* The width and color of the right rail */
	z-index: 1;
}
#leftrail{
	float:left;
	width:202px;
	margin-left:-202px;
	position:relative;
}
#center {
	background-color:#FFFFFF;
	float:left;
	width:576px;
	margin-right:-576px;
	padding-top:80px;
	padding-bottom:200px;
	position:relative;
	
	min-height:300px;
	height:auto !important;
	height:300px;
	
}
#center ul,
#center ol {
	margin-left: 1em;
}
#center_home {
	background-color:#FFFFFF;
	float:left;
	width:576px;
	margin-right:-576px;
	padding-top:50px;
	padding-bottom:515px;
	position:relative;
	z-index: 10;
}
.center_home {
	padding: 0 10px 0 200px;
}
.center {
	padding:0 10px 0 109px;
}
#rightrail{
	float:right;
	width:202px;
	margin-right:-202px;
	position:relative;
}

/* left item block */

#left_item {
	position: absolute;
	width: 170px;
	left: 0px;
	top: 85px;
	border-bottom:#172369 1px solid;
	color:#172369;
	margin-left:20px;
}
#left_item img {
	display: block;
	margin-bottom: 10px;
}
#left_item p {
	margin-bottom: 1em !important;
}

/* blue block */

#blueblock {
	height: 455px;
	background:#172369;
}

/* language blocks */

#talenbalk {
	position: absolute;
	width: 576px;
	height: 100px;
	left: 0px;
	top: 400px;
}
#talenbalk a {
	display: block;
	float: left;
	width: 96px;
	height: 128px;
	text-align:center;
	text-decoration:none;
	font-weight:300;
}
#talenbalk a span {
	display: block;
	margin: 85px 0 0 0;
}
#talenbalk a.duits {
	background: #FFDD00 url(/images/img_duits.jpg) no-repeat;
	color:#172369;
}
#talenbalk a.engels {
	background: #3B7AB9 url(/images/img_engels.jpg) no-repeat;
	color:#fff; 
}
#talenbalk a.frans {
	background: #CBD300 url(/images/img_frans.jpg) no-repeat;
	color:#172369; 
}
#talenbalk a.italiaans {
	background: #CD5F95 url(/images/img_italiaans.jpg) no-repeat;
	color:#fff; 
}
#talenbalk a.russisch {
	background: #E85612 url(/images/img_russisch.jpg) no-repeat;
	color:#fff; 
}
#talenbalk a.spaans {
	background: #FCC200 url(/images/img_spaans.jpg) no-repeat; 
	color:#172369;
}
#talenbalk a.duits:hover {
	background: #FFBB00 url(/images/img_duits_f2.jpg) no-repeat;
	color:#172369;
}
#talenbalk a.engels:hover {
	background: #3B5800 url(/images/img_engels_f2.jpg) no-repeat;
	color:#fff; 
}
#talenbalk a.frans:hover {
	background: #CBB100 url(/images/img_frans_f2.jpg) no-repeat;
	color:#172369; 
}
#talenbalk a.italiaans:hover {
	background: #CD3D00 url(/images/img_italiaans_f2.jpg) no-repeat;
	color:#fff; 
}
#talenbalk a.russisch:hover {
	background: #E83400 url(/images/img_russisch_f2.jpg) no-repeat;
	color:#fff; 
}
#talenbalk a.spaans:hover {
	background: #FCA000 url(/images/img_spaans_f2.jpg) no-repeat; 
	color:#172369;
}

/* banner blocks */

.banner {
	position: absolute;
	width: 202px;
	height: 64px;
	left: 0px;
	top: 400px;
	background-color:#DDE1E8;
}
.banner1 {
	position: absolute;
	width: 202px;
	height: 64px;
	left: 0px;
	top: 464px;
	background-color:#FFFFFF;
}
.banner a, .banner1 a {
	display: block;
	height: 34px;
	text-align:center;
	font-weight:300;
	padding-top:30px;
	color: #172369;
}
.banner a.globe {
	background:url(/images/globe.gif) no-repeat;
	padding-left: 55px;
	}
.banner1 a.nvao {
	background: url(/images/logo_nvao.gif) no-repeat;
	}

/* navigation */

#navigation {
	position: absolute;
	bottom: 0px;
	font-size: 11px;
	width: 576px;
	z-index: 100;
	}
#navigation ul {
	margin: 0;
	list-style: none;
	background: #1A583B;
	text-transform: uppercase;
}
#navigation li {
	float: left;
	text-decoration: none;
	text-align: left;
}
#navigation li a {
	font-size: 11px;
	display: block;
	margin: 0;
	padding: 2px 10px;
	color: #fff;
	text-decoration: none;
}
#navigation li.active a {
	color: #1A583B;
	background: #D2E6C9;
	text-decoration: none;
}
#navigation ul li a:hover {
	color: #fff;
	background: #8AAA9B;
}

#navigation ul ul {
	position: absolute;
	background: #D2E6C9 !important;
	width: 150px;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #8AAA9B;
}
#navigation ul li ul li {
	float: none;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #8AAA9B;
	text-transform: none;
}
#navigation ul li ul li a {
	color: #1A583B;
}
#navigation ul li ul li a:hover {
	color: #fff;
}


#navigation ul li:hover ul,
#navigation ul ul li:hover ul,
#navigation ul ul ul li:hover ul {
	display: block;
	}
#navigation ul ul{
	display:none;
}
#navigation li:hover ul,
#navigation li.sfhover ul, /* this is a custom sfhover class */
#navigation li.active ul{
	left:auto;
}


/* subnavigation */

#subnav {
	position: absolute;
	left: 0px;
	top: 85px;
	width:202px;
	z-index: 200;
}
#subnav ul {
	list-style: none;
}
#subnav ul li {
	display: none;
}
#subnav ul li.active ul li {
	text-decoration: none;
	text-align: left;
	border-bottom: 1px solid #CCCEE0;
}
#subnav ul li.active,
#subnav ul li.active li {
	display: block;
}
#subnav li a {
	font-size: 11px;
	display: block;
	margin: 0;
	color: #172369;
	padding: 2px 10px 4px 20px;
	text-decoration: none;
	background:url(/images/bullet.gif) no-repeat center left;
}
#subnav li.active a {
	background-color: #DDE1E8;
	text-decoration: none;
}
#subnav ul li a:hover {
	text-decoration:underline;
}
#subnav li.active ul {
	margin: 3px 0 0 0px;
}
#subnav li.active ul li {
	border: 0px;
}
#subnav li.active ul li a {
	background-color: #eeeff7;
	padding-left: 40px;
}
#subnav li.active ul li.active a {
	text-decoration: underline;
}

/* home adress block */

#address {
	position: absolute;
	width: 175px;
	height: 100px;
	left: 0px;
	top: 85px;
	float: left;
	background:url(/images/logo_home.jpg) no-repeat;
	border-right:1px solid #DDE1E8;
	color:#172369;
	margin-left: 15px;
	padding-top: 120px;
}

