/* algemene / TOP navigatie tabs */

#navigatie {
	position: relative;
	width: 900px; 
	height: 3em;/* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#navigatie ul#primary {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -6px;
	width: 900px; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#navigatie ul#primary li  {
	display: inline;
	list-style: none;
}

#navigatie ul#primary a,#navigatie ul#primary span,#navigatie ul#primary a.current {
	width: 11em;
	display: block;
	float: left;
	padding: 6px 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	color: #fff;
}

#navigatie ul#primary span,#navigatie ul#primary a.current,#navigatie ul#primary a.current:hover {
	border: 1px solid #666;
	border-bottom: none;
	background-repeat: no-repeat;
	padding-bottom: 6px;
	margin-top: 0;
	background: #fff;
	color: #000;
}

#navigatie ul#primary a {
	border: 0px solid #AAA;
	border-bottom: none;
}

#navigatie ul#primary a:hover {
	margin-top: 0;
	border-color: #666;
	background: transparent;
	color: #000;
	padding-bottom: 5px;
	color:red; 
	text-decoration:underline;
}

#navigatie ul#secondary {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: -1.4em;
	left: 1px;
	width: 80em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#navigatie ul#secondary li a,#navigatie ul#secondary li span {
	width: auto;
	display: block;
	float: left;
	padding: 0 5px;
	margin: 0;
	text-align: auto;
	border: none;
	background: none;
}

#navigatie ul#secondary li a {
	color: #06C;
	text-decoration: underline;
}

#navigatie ul#secondary li a:hover {
	color: #000;
	background: transparent;
	padding: 0 5px;
	border: none;
}

#navigatie ul#secondary li a:active {
	color: #000;
	background: transparent;
}

#navigatie ul#secondary li:last-child a { border: none; }

/* fancy tabs on info page */
a{
color: #fff;
text-decoration: none;
}
a:hover{
color: #DFE44F;
}
p{
margin: 0;
padding: 5px;
line-height: 1.5em;
text-align: justify;
border: 1px solid #73A405;
}
#wrapper{
width: 796px;
margin: 0 auto;
}
.box{
background: #fff;
}
.boxholder{
clear: both;
padding: 5px;
background: #5FB0CC;

}
.tab{
float: left;
height: 32px;
width: 110px;
margin: 0 1px 0 0;
text-align: center;
background: url(../images/info_tab.jpg);
}
.tabtxt{
margin: 0;
color: #fff;
font-size: 12px;
font-weight: bold;
padding: 9px 0 0 0;
}


/* inner form tabs --------------------------- */


#Formtabs {
  float:left;
  width:100%;
  font-size:93%;
  line-height:normal;
  border-bottom:0px;
  }
#Formtabs ul {
  margin:0;
  padding:10px 10px 0 50px;
  list-style:none;
  }
#Formtabs li {
  display:inline;
  margin:0;
  padding:0;
  }
#Formtabs a {
  float:left;
  background:url("../images/tableft1.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 4px;
  text-decoration:none;
  }
#Formtabs a span {
  float:left;
  display:block;
  background:url("../images/tabright1.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  color:#000;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/ 
#Formtabs a span {float:none;}
/* End IE5-Mac hack */
#Formtabs a:hover span {
  color:#627EB7;
  }
#Formtabs a:hover {
  background-position:0% -42px;
  }
#Formtabs a:hover span {
  background-position:100% -42px;
  }

#Formtabs #current a {
  background-position:0% -42px;
  }
#Formtabs #current a span {
  background-position:100% -42px;
  }
