/* mac hide\*/
html, body {
	height:100%;
	margin: 0;
	padding: 0;
	}
/* end hide */


/* ----------------------------------------------------------------------------- */
/* ---------------------------- FONT ------------------------------------------- */
/* ----------------------------------------------------------------------------- */


a,
a:link,
a:visited,
a:active {
    color: #4ca6d9;
}


/* ----------------------------------------------------------------------------- */
/* ---------------------------- BASE-------------------------------------------- */
/* ----------------------------------------------------------------------------- */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #003e7e;
	padding:0;
	margin:0;
	text-align:center;
	min-width:900px;/* for mozilla*/	
	background:white;
}



#outer{
	height:100%;
	min-height:100%;
	width:900px;
	text-align:left;
	margin:auto;
	position:relative;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width:900px;
	background: url(/images/footer2.jpg) no-repeat bottom;	
}


/* ----------------------------------------------------------------------------- */
/* ---------------------------- TOP -------------------------------------------- */
/* ----------------------------------------------------------------------------- */

#header{
	position:absolute;
	top:0px;
	left:0px;
	width:900px;
	height:266px;
	background: url('/images/header.jpg') no-repeat;
	color: #000000;
	z-index:0;
}


/* ----------------------------------------------------------------------------- */
/* -------------------------- FOOTER ------------------------------------------- */
/* ----------------------------------------------------------------------------- */

#footer {
	width:900px;
	height:101px;
	//background: url(/images/footer.jpg) no-repeat; 	
	margin:auto;
	position:absolute;
	bottom:0px;	
	left:0px;
}

#menu_onder {
	width:244px;
	height:223px;
	//background: url(/images/menu_onder.jpg) no-repeat; 		
	margin-top:-122px;
	margin-left:18px;
	_position:absolute;
}

/* ----------------------------------------------------------------------------- */
/* --------------------------- CONTENT ----------------------------------------- */
/* ----------------------------------------------------------------------------- */

#left {
	position:relative;
	width:282px;
	float:left;
	padding-left: 15px;
	padding-top:270px;
}

#centrecontent {
	width:255px;
	float:left;
	padding-top:270px;
	color:#003e7e;
	padding-right:0px;
}

#titel {
	width:480px;
	height: 16px;
	padding-top:0px;
	color: #4ca6d9;
	font-size: 18px;
	font-weight:bold;	
	font-family: "Times New Roman";
}

#content {
	width:590px;

	padding-top: 5px;
	font-size:12px;
	line-height:16px;
	color:#614b37;
	padding-bottom:100px;
}
	
#content a {
	font-size:12px;
	line-height:16px;
	color: #003e7e;
	font-weight:bold;
}

/* ----------------------------------------------------------------------------- */
/* -------------------------- TOP NAVIGATIE ------------------------------------ */
/* ----------------------------------------------------------------------------- */	

#topmenu {
	height:30px;
	left:300px;
	*left:335px;
	position:absolute;
	top:188px;
	width:590px;
}

#topmenu ul {
	position:absolute;
	height: 30px;
	margin:0px;
	margin-left:-40px;
}

#topmenu li {

	float:left;
	height:21px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-right:4px;
	padding-left:10px;
	width:100px;	
}


#topmenu ul li a {
  color: white;
  font-family: "Times New Roman";
  font-weight: bold;
  font-size: 14px;
  text-transform:uppercase; 
  display: block; 
  _display: inline-block;
  text-decoration:none;
}

#topmenu li.selected a {
	color:#d5ad00;	
}

#topmenu li ul {
	display: none;
}

/*submenu*/

#nav{
	width: 200px;
	height:auto;	
	padding-bottom:200px;	
}

#nav ul {
	padding-left: 0px;
	margin-left: 0px;
	width: 186px;
}

#nav li {
	list-style-type: none;
	width: 186px;
	height:28px;
	padding-top: 5px;
	padding-left: 5px;	
	background:url(/images/submenu_back.jpg) no-repeat;
}

#nav li ul, #nav li ul ul  {
	display: none;
}


#nav li a, a:link {	
  color: #9eac0c;
  font-family: "Times New Roman";
  font-weight: bold;
  font-size: 14px;
  text-transform:uppercase;
  text-decoration:none; 
}

.fieldWithErrors
{
	border:solid 2px red;
}
