/* ------------------------------- GENERAL ------------------------------------ */
html, body {margin: 0; padding: 0;}
body {
	background: #FFF url(../img/body_bg.jpg) repeat-x;
	font: normal 12px/1.6em Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #00577E;
}
#container_tabs {
	margin: 0 auto;
	padding: 0;
	background:#DAE0D2 url("../img/bg.gif") repeat-x bottom;
	height: 35px;
	/*background-color: #FFFFFF;*/ /* was #0078ae */
}
/* #container_tabs #tab {
	background: url(../img/container_bg.gif) no-repeat;
	margin: 0 auto;
	padding: 0;
	width: 849px;
	height: 30px;
} */

#tab {
  width:849px;
  background:#DAE0D2 url("../img/bg.gif") repeat-x bottom;
  margin: 0 auto;
  height: 35px;
  padding: 0;
  }
#tab ul {
  margin:0;
  padding:6px 0px 0 20px;
  list-style:none;
  }
#tab li {
  float:right;
  background:url("../img/left.gif") no-repeat left top;
  margin:0;
  padding:0 7px 0 5px;
  }
#tab a {
  float:right;
  display:block;
  background:url("../img/right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#765;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#tab a {float:none;}
/* End IE5-Mac hack */
#tab a:hover {
  color:#333;
  }
#tab #current {
  background-image:url("../img/left_on.gif");
  }
#tab #current a {
  background-image:url("../img/right_on.gif");
  color:#FFFFFF;
  padding-bottom:5px;
  }
#container_tabs div.clear {
	/* background-color: #d6271e; */
	border-bottom: solid #ffffff 2px;
}

/*#container_tabs ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#container_tabs ul li {
	float: right;
	padding: 0 10px 0 0;
	background-color: #FFFFFF;
}
#container_tabs a:link, #container_tabs a:visited {
  display: block;
  background-color: #68acdf;
  background-image: url(../img/bgtabs3.gif);
  background-repeat: no-repeat;
  background-position: top left;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  padding: 6px 0 6px 0;
}
#container_tabs a:hover, #container_tabs a:active, #container_tabs #actief a:link, #container_tabs #actief a:visited {
  background-color: #d6271e;
  background-image: url(../img/bgtabs1.gif);
}
#container_tabs a:link span, #container_tabs a:visited span {
	background-image: url(../img/bgtabs4.gif);
	background-repeat: no-repeat;
	background-position: top right;
	padding: 6px 14px 6px 14px;
}
#container_tabs a:hover span, #container_tabs a:active span, ##container_tabs #actief a:link span, #container_tabs #actief a:visited span {
  background-image: url(../img/bgtabs2.gif);
}
#container_tabs div.clear {
	height: 0px;
	background-color: #d6271e;
	border-bottom: solid #ffffff 2px;
}*/
#container_ghost {
	background: url(../img/container_ghost_bg.gif) repeat-y;
	width: 849px;
 	margin: 0 auto;
	padding: 0;
}
#container {
	background: url(../img/container_bg.gif) no-repeat;
	width: 849px;
 	margin: 0 auto;
	padding: 0;
}
#page {
	background:  #FFF url(../img/content_pic.jpg) right bottom no-repeat;
	position: relative;
	overflow: auto;
	width: 829px;
	margin: 0 0 0 10px;
	padding: 0;
}
/* ------------------------------- TOP ------------------------------------ */
#top {
	background: #0078AE url(../img/top_pic_left.jpg) left top no-repeat;
	width: 829px;
	height: 150px;
	margin: 0;
	padding: 0;
}
#top h1 {
	text-indent: 400px;
	height: 0px;
}

#hdr {
	position:absolute;
	width:434px;
	height:150px;
	margin-left:395px;
	top:0px;
	z-index:4;
}
#navig {
	width:829px;
	height:25px;
	top:150px;
	position: absolute;
	margin-bottom: 1px;
	background: #66AECE;
}
/* ------------------------------- MENU ------------------------------------ */
#menu {
    background: #66AECE;
	width: 829px;
	height: 24px;
	margin: 0px;
	padding: 0px;   
	list-style-type:none;
	list-style: none;
}

#menu li {
	display:block;
	position:relative;
	z-index:100;
	/*margin-right:1px;*/
	margin: 0 1px 0 4px;
	float: left;
}
#menu li span {
	display:block;
	z-index:100;
	/*background:#d6e9fe;*/
	padding: 3px 10px;
	font-size:1em;
}
#menu li a, #menu li a:visited {display:block; padding:0;}

#menu dl {
	position:absolute;
	top:0;
	left:0;
	margin: 0;
	padding: 0;
	background: url(../img/spacer.gif);
}
#menu dt {
	/*background: #d6e9fe;*/
	margin:0;
	font-size: 1em;
	/*border-bottom:1px solid #2b6291;*/
	float:left;
	/*border-right:1px solid #2b6291;*/
}
#menu dd {
	display:none;
	background: transparent;
	/*border-bottom:1px solid #2b6291;*/
	clear:left;
	margin:0;
	padding:0;
	color: #fff;
	font-size: 1em;
	text-align:left;
}

#menu dt a, #menu dt a:visited {display:block; padding: 3px 10px; text-decoration:none;	color: #FFF;}
#menu dd a, #menu dd a:visited {background:#6e9dc9; color:#FFFFFF; text-decoration:none; display:block; padding: 3px 10px;}

#menu li a:hover {border:0;}

#menu li:hover dd, #menu li a:hover dd {display:block;}
#menu li:hover dl, #menu li a:hover dl {border-bottom:3px solid #2b6291;}
#menu li:hover dt a, #menu li a:hover dt a, #menu dd a:hover {background: #6ea5d0; color:#003366;}
#menu #active a {color: #00577E;}
hr {color: #00577E;}

/* ------------------------------- CONTENT: BANNER - TEXT ------------------------------------ */
#content {
	background: url(../img/banner_bg.gif) repeat-y;
	overflow: auto;
	width: 829px;
	margin: 0 0 0 0;
	padding: 20px 0 17px 0; /* Padding onderkant pagina */
	_padding: 0; 		 /* IE-fix padding onderkant pagina */
}
#content .footer p a {
	color: #FFF;
	position: absolute;
	left: 752px;
	bottom: 6px !important;
	bottom: 5px;
	z-index: 12;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
#content .footer p a:hover {text-decoration: underline;}
#content .footer p #active {text-decoration: underline; color: #FFF;}

/* ------------------------------- BANNER ------------------------------------ */
#content #banner {
	color: #0078AE;
	float: left;
	width: 190px; /*236*/
	margin: 17px 0 0 0;
	padding: 0 21px 0 21px;
	z-index: -999;
}
#content #banner img {margin: 13px 0; 	padding: 0;}
#content #banner h2 {font: bold 13px/1.4em "Lucida Sans", Verdana, Arial; margin: 0; padding: 0;}
#content #banner h2.kader {
	background:  #FFF;
	color: #0078AE;
	width: 170px; /*194*/
	height: 87px; /*97*/
	margin: 15px 0 5px 0;
	padding: 5px 9px;
	border: solid 1px #0078ae;
	text-align: center;
}
#content #banner p {line-height: 1.2em; margin: 0 0 12px 0; padding: 0; font: normal 11px/1.2em Arial, Helvetica, sans-serif;}
#content #banner p.first { margin: 8px 0 13px 0;}

#content #banner .company, #content #banner .company a, #content #banner .company a:hover {font-family: Arial, Helvetica, sans-serif; font-size: 9px; color: #97c8eb; text-decoration: none;}
#content #text a, #content #text a:hover {color: #00577E; text-decoration: none; font: normal 12px/1.6em Arial, Helvetica, sans-serif;}
#content #text #fflink {font-size: 10px; font-weight: bold;}

#content #banner marquee {
	font-family: Arial, Helvetica, sans-serif;
	border: 0 none;
	height: 85px;
	width: 180px;
	z-index: -999;
}

/* ------------------------------- TEXT ------------------------------------ */
#content #text {float: left; width: 551px; /*593*/ margin: 17px 0 0 0; padding: 0 21px 0 21px;}
#content #text p.fotouitleg {margin: 0 0 13px 0; padding: 0; font-size: 11px;}
#content #text p {margin: 0 0 13px 0; padding: 0;}
#content #text p a:hover{text-decoration: underline;
}
#content #text p.title {font-weight: bold; margin: 0; padding: 0;}
#content #text p.title a, #content #text p.title a:hover{font-weight: bold; margin: 0; padding: 0;}
#content #text .subtitlesponsors {
	margin: 0 0 -14px 0;
	font-weight: bold;
}

#content #text .title .intitle {font-weight: normal;
}

#content #text .verpl {font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #00577E;}
#content #text .fflogol {margin: 5px 10px 50px 40px; border: 0;}
#content #text .fflogor {margin: 5px 5px 50px 80px;	border: 0;}
#content #text #foto {margin: 5px 6px 0 0; float: left; border: 0;}
#content #text #arrow {float: right; border: 0; margin: 0 20px 0 0;}


#content #text em {font-family: Arial, Helvetica, sans-serif; line-height: 20px; font-size: 10px; font-weight: bold;}
#content #text .heading li{font-weight: bold;}
#content #text li {font-weight: normal; margin: 8px 0 0 0;}
/*#content #text ul {
	margin: 0;
}*/

#content #text .linormal {font-weight: normal;}
#content #text ol {margin: 0 0 2px 5px; list-style-type: square; font-weight: normal;}


/* --------------------------- TEXT SECUREPAGE ----------------------------- */

#content #textq {float: left; width: 780px; /*593*/	margin: 17px 0 0 0;	padding: 0 21px 0 21px;}
#content #textq p {margin: 0 0 13px 0; padding: 0;}
#content #textq p.title {font-weight: bold; margin: 0; padding: 0;}

