/* CSS Document */

body{
	background-color: #FED88E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

h1{
	color: #FFAB1B;
	font-size: 18px;
}


#mainDiv{
	width: 735px;
	height: 100%;
	position: absolute;
	left: 50%;
	margin-left: -367px;
}

a{
	color: #A6B32F;
}

table{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}



/* Linker kolom */

#linkerDiv{
	display: none;
	width: 160px;
	float: left;
}

#logoDiv{
	background-image: url(../images/bg_logo.jpg);
	width: 160px;
	height: 135px;
}


#menuDiv{
	display: none;
	background-image: url(../images/bg_menu.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	width: 160px;
	height: 370px;
	padding-top: 33px;
}

#submenuDiv{
	display: none;
	position: absolute;
	top: 242px;
	left: 156px;
	margin: 0px;
	padding: 0px;
	width: 150px;
	height: 149px;
	visibility: hidden;
	z-index: 1040;
}

.menuitem{
	border: 0px;
}

#contactDiv{
	display: none;
	background-image: url(../images/bg_contact.jpg);
	font-family: Arial, Helvetica, sans-serif;
	width: 142px;
	padding-top: 40px;
	padding-left: 18px;
	height: 131px;
	color: #666666;
	font-size: 9px;
	line-height: 15px;
}

* html #contactDiv{
	padding-top: 45px;
	width: 160px;
	height: 171px;
}

/* Middelste kolom */


#middenDiv{
	float: left;
	width: 434px;
}

#headerDiv{
		display: none;
	background-image: url(../images/bg_header.jpg);
	width: 424px;
	height: 52px;
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
}

* html #headerDiv{
	width: 434px;
	height: 62px;
	padding-top: 10px;
	padding-right: 10px;
}

#fotoDiv{
	display: none;
	width: 434px;
	height: 301px;
}

#fotoDiv img{
	marhin: 0px;
}

#tekstbovenDiv{
	background-image: url(../images/bg_tekstboven.jpg);
	background-repeat: no-repeat;
	width: 434px;
	height: 30px;
}

#tekstDiv{
	background-image: url(../images/bg_tekstachter.jpg);
	background-repeat: repeat-y;
	width: 394px;
	padding-left: 45px;
	padding-right: 17px;
	padding-bottom: 10px;
	float: left;
	display: table;
}

* html #tekstDiv{
	width: 434px;
}


#footerDiv{
	display: none;
	margin-bottom: 10px;
}

/* Rechter kolom */

#rechterDiv{
	display: none;
	width: 141px;
	float: left;
}

/* Formulier */

.formVeld, SELECT{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border: 1px solid #FFAB1B;
}

/* Div image fade*/

DIV.fade {
  behavior: url('../js/htmlfade.htc');
  -moz-binding: url(../js/bindings.xml#htmlfade.htc);
  visibility: hidden;
}

/* Afbeeldingen */

.afbeeldingrechts{
	float: right;
	margin: 0px 0xp 4px 4px;
}

.afbeeldinglinks{
	float: left;
	margin: 0px 10px 4px 0px;
}


