/* CSS Document */

/* Algemene tags */

body{
	background-color: #B9DAEE;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:  #000066;
	margin: 0px;
	scrollbar-face-color: #FFFFFF; 
	scrollbar-shadow-color:#5AABF7;
	scrollbar-highlight-color: #5AABF7;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #B9DAEE;
	scrollbar-arrow-color:#5AABF7;
	overflow: auto; 
}

h1{
	color: #064E8E;
	font-size: 18px;
	margin: 0px 0px 10px 0px; 
	padding-top: 0px;
}

h2{
	color: #064E8E;
	font-size: 11px;
  margin-top: 10px;
  margin-bottom: 10px;
}

a{
	color: #064E8E;
	text-decoration: none;
}

a:hover{
	color: #5AABF7;
	text-decoration: underline;
}

p{
	padding: 0px;
	margin-bottom: 10px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

td{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

ul{
  margin: 0 0 0 20px;
  padding: 0px;
}

ul li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

DIV.divLine {
  font: verdana;
  clear: both;
  padding-top: 10px;
  margin-bottom: 10px;
  border-bottom: 2px dotted #00652B;
}

/* De lay-out */

#inhoudDiv{
	position: absolute;
	top: 0;
	left: 50%;
	width: 900px;
	height: 587px;
	margin-left: -450px;
	border: 2px solid #FFFFFF;
}

#headerDiv{
	background-image:url(../images/b_logo2.jpg);
	width: 900px;
	height: 67px;
}

#headerDiv ul{
	margin-top: 0px;
	margin-right: 3px;
	float: right;
	list-style: none;
}

#headerDiv ul li a{
	color: #000066;
}


#headerDivFR{
	background-image:url(../images/b_logo_fr.jpg);
	width: 900px;
	height: 67px;
}

#headerDivFR ul{
	margin-top: 3px;
	margin-right: 3px;
	float: right;
	list-style: none;
}

#headerDivFR ul li a{
	color: #000066;
}

#headerDivEN{
	background-image:url(../images/b_logo_en.jpg);
	width: 900px;
	height: 67px;
}

#headerDivEN ul{
	margin-top: 3px;
	margin-right: 3px;
	float: right;
	list-style: none;
}

#headerDivEN ul li a{
	color: #000066;
}


#middenDiv{
	width: 900px;
}


/* Navigatie */

#menuDiv{
	width: 900px;
	height: 181px;
}

#menuDiv a{
	display: block;
	text-decoration: none;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #208FF4;
}

#menuDiv a:hover{
	background-color: #5AABF7;
	color: #FFFFFF;
}

#navigatie1Div{
	background-image: url(../images/f_foto1.jpg);
	height: 56px;
	width: 150px;
	display: inline;
	float: left;
	padding-top: 128px;
	text-align: center;
	border-right: 2px solid #FFFFFF;
}

* html #navigatie1Div{
	width: 152px;
}

#navigatie2Div{
	background-image: url(../images/f_foto2.jpg);
	height: 56px;
	width: 147px;
	display: inline;
	float: left;
	padding-top: 128px;
	text-align: center;
	border-right: 2px solid #FFFFFF;
}

* html #navigatie2Div{
	width: 149px;
}

#navigatie3Div{
	background-image: url(../images/f_foto3.jpg);
	height: 56px;
	width: 148px;
	display: inline;
	float: left;
	padding-top: 128px;
	text-align: center;
	border-right: 2px solid #FFFFFF;
}

* html #navigatie3Div{
	width: 150px;
}

#navigatie4Div{
	background-image: url(../images/f_foto4.jpg);
	height: 56px;
	width: 145px;
	display: inline;
	float: left;
	padding-top: 128px;
	text-align: center;
	border-right: 2px solid #FFFFFF;
}

* html #navigatie4Div{
	width: 147px;
}

#navigatie5Div{
	background-image: url(../images/f_foto5.jpg);
	height: 56px;
	width: 150px;
	display: inline;
	float: left;
	padding-top: 128px;
	text-align: center;
	border-right: 2px solid #FFFFFF;
}

* html #navigatie5Div{
	width: 152px;
}

#navigatie6Div{
	background-image: url(../images/f_foto6.jpg);
	height: 56px;
	width: 150px;
	display: inline;
	float: left;
	padding-top: 128px;
	text-align: center;
}

/* Linkerkant */

#linksDiv{
	float: left;
	background-image:url(../images/b_links.jpg);
	width: 140px;
	padding-left: 5px;
	padding-right: 5px;
	height: 320px;
}

* html #linksDiv{
	float: left;
	background-image:url(../images/b_links.jpg);
	width: 150px;
}

p.linkstekst{
	font-size: 11px;
	color: #5AABF7;
  margin: 0;
  padding: 0;
}

/* Footer */

#footerDiv{
	float: left;
	width: 900px;
	height: 12px;
}

#footerbalk1{
	background-color: #B9DAEE;
	text-align: center;
	color:  #000066;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	width: 900px;
	padding: 2px 0px 1px 0px;
}

#footerbalk1 a{
	color:  #000066;
}

/* Tekst & inhoud */


#tekstDivContainer{
	float: left;
	background-image: url(../images/b_tekst.jpg);
	background-repeat: no-repeat;
  background-position: left top;
	width: 750px;
	height: 320px;
}

#tekstDiv{
	width: 750px;
	height: 320px;
	overflow-y:scroll;
	overflow-x: hidden;
}

.tekst{
	padding-top: 30px;
	padding-right: 215px;
	padding-left: 20px;
	line-height: 20px;
	font-size: 12px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

.tekst2{
	padding-top: 30px;
	padding-right: 185px;
	padding-left: 20px;
	line-height: 20px;
	font-size: 12px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}


/* Afbeeldingen */

.afbeelding{
	border: 2px solid white;
}

.afbeeldingrechts{
	border: 2px solid white;
	margin: 5px;
	float: right;
}

.afbeeldinglinks{
	border: 2px solid white;
	margin: 5px;
	float: left;
}

/* Formulieren */

table, input{
 font-size: 11px;
}

.veld{
	border: 1px solid white;
	color: #000066;
	background-color: #B9DCFF;
}

/* Nieuwsitems op de homepage */

#nieuwsDiv{
	float: left;
	background-color: #5AABF7;
	width: 140px;
	height: 320px;
}

#tekstDivHomeContainer{
	float: left;
	background-image: url(../images/b_tekst2.jpg);
	background-repeat: no-repeat;
	width: 610px;
	height: 320px;
}

#tekstDivHome{
	width: 610px;
	height: 320px;
	overflow-y: scroll;
}

.tekst3{
	padding-top: 30px;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 20px;
	font-size: 12px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

DIV.fade {
  visibility: hidden;
}


.frmVeld {
  background-color: #EEEEEE;
  border: 1px solid BLACK;
}
.frmVeldError {
  background-color: RED;
  border: 1px solid WHITE;
}

table.gridtable {
  margin-bottom: 30px;
}
table.gridtable td {
  padding: 1px 10px 1px 0;
  min-width: 25px;
}
tr.tr_tabel_0, 
td.td_tabel_rowheader {
  display: none
}