/* 

  Used colors
  
    rood = #ce4114
	blauw = #566c79

*/

  * {
    font-family: Arial;
	font-size: 12px;
	color: #353f44;
	line-height: 1.2em;
  }
  
  a {
    color: #BC3219;
    text-decoration: underline;
  }

  a:hover {
    text-decoration: none;
  }
  
  img {
    border: none;
  }
  
  #Page {
    margin-left: auto;
    margin-right: auto;
  }
  
  .Title {
	  font-size: 18px;
	  font-weight: bold;
  }

/* Menu */

  .Menutext-hit {
    font-family: Arial;
	font-size: 14px;
	color: #ffffff;
	line-height: 1.4em;
	text-decoration: underline;	
  }

  
  .Menutext {

	font: 14px Arial;
	color: #e46e59;
	text-decoration:none;
	line-height: 1.4em;
}

  .Menutext a:link {

	font: 14px Arial;
	color: #e46e59;
	text-decoration:none;
	line-height: 1.4em;
}

.Menutext a:visited {
	font: 14px Arial;
	color: #e46e59;
	text-decoration:none;
	line-height: 1.4em;

}

.Menutext a:hover{

	font: 14px Arial;
	color: #ffffff;
	text-decoration:none;
	line-height: 1.4em;

}

  .subMenutext-hit {
    font-family: Arial;
	font-size: 12px;
	color: #ffffff;
	line-height: 1.4em;
	text-decoration: underline;	
  }

  
  .subMenutext {

	font: 12px Arial;
	color: #e46e59;
	text-decoration:none;
	line-height: 1.4em;
}

  .subMenutext a:link {

	font: 12px Arial;
	color: #e46e59;
	text-decoration:none;
	line-height: 1.4em;
}

.subMenutext a:visited {
	font: 12px Arial;
	color: #e46e59;
	text-decoration:none;
	line-height: 1.4em;

}

.subMenutext a:hover{

	font: 12px Arial;
	color: #ffffff;
	text-decoration:none;
	line-height: 1.4em;

}


  .Menutext-taal {

	font: 11px Arial;
	color: #e46e59;
	text-decoration:none;
	line-height: 1.4em;
}

  .Menutext-taal a:link {

	font: 11px Arial;
	color: #e46e59;
	text-decoration:none;
	line-height: 1.4em;
}

.Menutext-taal a:visited {
	font: 11px Arial;
	color: #e46e59;
	text-decoration:none;
	line-height: 1.4em;

}

.Menutext-taal a:hover{

	font: 11px Arial;
	color: #ffffff;
	text-decoration:none;
	line-height: 1.4em;

}

  .Menutext-taal-hit {
    font: Arial;
	font-size: 11px;
	color: #ffffff;
	line-height: 1.4em;
	text-decoration: none;	
  }
  
/* Footer */

  #footer_content_blok {
    font-family: Arial;
	font-size: 10px;
	color: #ffffff;
	line-height: 1.4em;
	font-variant:small-caps;
  }
  
  .Tekst1 {
    font-family: Arial;
	font-size: 10px;
	color: #ffffff;
	line-height: 1.4em;
	font-variant:small-caps;
  }

  .Tekst2 {
    font-family: Arial;
	font-size: 10px;
	color: #ced8e2;
	line-height: 1.4em;
	font-variant:small-caps;
  }
  
  .Footer_Title {
    font-family: Arial;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	line-height: 1.4em;
	font-variant:small-caps;
  }
  



/* FORM */
#footer_form {
	width: 260px;
	position:relative;
	float:left;
	border-right:1px dotted #566c79;
	height: 400px;
	padding-right: 20px;
}

	.formfield {
	color:#ce4114;
	text-decoration:none;
	border-left: 1px solid #adc3d0;
	border-right: 1px solid #adc3d0;
	border-top: 1px solid #adc3d0;
	border-bottom: 1px solid #adc3d0;
	height: 15px;
	}
	
	.formfield2 {
	color:#ce4114;
	text-decoration:none;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	}
	
	.formfieldb {
	color:#ce4114;
	text-decoration:none;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 2px solid #566c79;
	height: 15px;
	background-color:#cccccc;
	}
	
	.formfieldb2 {
	color:#ce4114;
	text-decoration:none;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 2px solid #566c79;
	background-color:#cccccc;
	}
	
	#div.errormsg {
    display: block;
    color: #ed1b2e;
    font-size: 8px;
  }