body {
	margin: 0;
	font-family: arial,tahoma,verdana, sans-serif;
	font-size: 13px;	
	color: #333;
	background: url('/gfx/bg_header_menu.gif') repeat-x;
}

img {
	border: 0;
}

form {
	margin: 0;
}

a {
	font-family: arial, tahoma, verdana, sans-serif;
	color: #fc7a00;
	text-decoration: none;
}

h1 { 
	font-family: Georgia, arial, tahoma, verdana, sans-serif;
	color: #fc7a00;
	font-size: 18px;
}

h1 a { 
	font-family: Georgia, arial, tahoma, verdana, sans-serif;
	text-decoration: none;
}

h2 {
	font-family: Georgia, arial, tahoma, verdana, sans-serif;
	color: #fc7a00;
	font-size: 13px;
	
}

h2 a { 
	font-family: Georgia, arial, tahoma, verdana, sans-serif;
	text-decoration: none;
}

h3 {
	font-family: Georgia, arial, tahoma, verdana, sans-serif;
	color: #fc7a00;
	font-size: 11px;
	
}

h3 a { 
	font-family: Georgia, arial, tahoma, verdana, sans-serif;
	text-decoration: none;
}

h4 {
	font-family: Georgia, arial, tahoma, verdana, sans-serif;
	color: #fc7a00;
	font-size: 9px;
	
}

h4 a { 
	font-family: Georgia, arial, tahoma, verdana, sans-serif;
	text-decoration: none;
}

div#mainContainer {
	width: 780px;
	margin: auto;
}

div#header {
	height: 190px;
	position: relative;
	margin-top: -5px;
	background: url('/gfx/bg_header.jpg') no-repeat left top;
}

div#headerLogo {
	padding: 15px 0px 0px 25px;
}

div#topNav {
	height: 42px;
}

div#topNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
div#topNav ul li {
	position: relative;
	float: left;
	z-index: 8;
  line-height: 36px;
  height: 36px;
}

div#topNav li ul {
	position: absolute;
	z-index: 10;
	left: 30px; /* Set 1px less than menu width */
	display: none;
}
/* Styles for Menu Items */
div#topNav ul li a, div#topNav ul li span.menuHead {
	display: block;
	margin-left: 40px;
	text-decoration: none;
	color: #333;  
}
div#topNav ul li a.active, div#topNav ul li span.active{
	font-weight: bold;
	text-decoration: none;
}
div#topNav ul li a:hover {
	text-decoration: none;
}
div#topNav span.menuHead {
  cursor: default;
}
/* Holy Hack. IE Requirement \*/
* html ul li { height: 1%; }


/* Submenu */
div#topNav li:hover ul, 
div#topNav li.over ul { 
	display: block;
	width: 210px;
	background-color: #333;
  filter:alpha(opacity=75);
  opacity:0.75;
}
div#topNav li ul {
	padding: 10px 0;
}
div#topNav li ul li {
	float: none;
  line-height: 25px;
  height: 25px;
}
div#topNav li ul li a {
	width: 140px;
	line-height: 21px;
	height: 21px;
	color: #fff;
	text-transform: none;
	font-size: 11px;
	margin: 0px;
	padding-left: 10px;
  width: auto;
}
div#topNav li ul li a:hover {
	color: #333;
	text-decoration: none;
	background-color: #cccccc;
	display: block;
}

div#dossierOnline {
	float: right;
	margin-right: 10px;
}
div#dossierOnline img {
	margin-top: 6px;
}

div#contentLeft {
	width: 227px;
	float: left;
}

div#contentLeft_online, div#contentLeft_news {
	background-color: #f8f8f8;
	border: 1px solid #dddddd;
	padding: 0px 10px 10px 10px;
  cursor: pointer;
}

div#contentLeft_menu a {	
	background-color: #fff;
	color: #333;
	border-bottom: 1px solid #dddddd;
	padding: 5px;
	display: block;
	text-decoration: none;
}

div#contentLeft_menu a:hover {	
	background-color: #fafafa;
	color: #333;
	border-bottom: 1px solid #dddddd;
	padding: 5px;
	display: block;
	text-decoration: none;
}

div#contentLeft_menu a.active.active {	
	background-color: #fafafa;
	color: #333;
	border-bottom: 1px solid #dddddd;
	padding: 5px;
	display: block;
	text-decoration: none;
}

div#contentLeft_news a {	
	color: #333;
	text-decoration: none;
}

div#contentLeft_news a:hover {	
	color: #FC7A00;
	text-decoration: none;
}

div#contentRight {
	background: url('/gfx/contact_info_bg.jpg') no-repeat left top;
	float: right;
	width: 553px;	
	display: inline;
}

div#contentRight a {
  color: #FC7A00
	text-decoration: none;
}

div#contentRight_contactinfo {
	background: url('/gfx/bg_contact.gif') repeat-y;
	height: 60px;
}

div#contactinfo_Top {
	height: 60px;
	padding: 0px 10px 0px 30px;
	color: #fff;
	font-size: 11px;
}

div#contactinfo_a, div#contactinfo_i {
	height: 60px;
	float: left;
}

div.contactinfo_TXT {
	height: 60px;
	padding-left: 20px;
	float: left;
}


div#contentRight_contactBttm {
	background: url('/gfx/bg_contact_footer.gif') no-repeat bottom;
	height: 10px;
  clear: both;
  line-height: 10px;
}

div#contentRightTXT	{
	padding: 10px;
	margin-right: 10px;
}

div#contentRightTXT2	{
	width: 500px;
	padding: 10px;
	background-color: #f8f8f8;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

div#footer {
	margin-top: 40px;
	height: 35px;
	line-height: 35px;
	text-align: right;
}

div.spacer {
	clear: both;
}

div#footerOrange {
	height: 5px;
	background-color: #fc7a00;
}

div#footerContent {
	width: 780px;
	margin: auto;
	font-size: 11px;
	padding-right: 50px;
}

div#footerContent a {	
	color: #333;
	font-size: 11px;
	text-decoration: none;
}
div#footerContent a:hover {	
	color: #fc7a00;
	font-size: 11px;
	text-decoration: none;
}

div.pagingMenu {
  margin: 15px;
  text-align: center;
}

/**
 *  FORMULIEREN
 */
span.required {
  float: right;
  color: #fc7a00;
} 
table.form th {
  text-align: left;
}
table.form input[type="text"], table.form select {
  border: 1px solid #ccc;
  width: 300px;
  margin: 0 1px;
}
table.form textarea {
	float: right;
  width: 442px;
  height: 150px;
  border: 1px solid #ccc;
}
table.form td.seperator {
  height: 5px;
  background: url('/gfx/bg_seperator.gif') repeat-x center left transparent;
}
table.form button {
  width: 100px;
  height: 25px;
  padding: 0;
  font-weight: bold;
  border: 1px solid #ccc;
  background-color: #eeeeee;
  cursor: pointer;
}
div.formError, div.formMessage {
  width: 440px;
  text-align: center;
  border: 1px dotted #000000;
  background-color: #eeeeee;
  margin: 3px;
  padding: 6px 5px;
}
table.form  input.error, textarea.error{
  border: 1px solid #ff0000;
}