@charset "utf-8";
/* CSS Document */

#wrapper{
	position:absolute;
	width:926px;
	height:800px;
	left:50%;
	top:0px;
	margin-left:-463px;
}
#topbanner{
	position:relative;
	width:926px;
	height:294px;
	margin-top:10px;
	background-image:url(../images/bannerHome.png);
	background-repeat:no-repeat;
}

		
#content{
	position:relative;
	width:100%;
	height:auto;
	margin-top:20px;
}

	#content #contentLeft{
		float:left;
		width:540px;
	}
	#content #contentRight{
		float:left;
		width:386px;
	}
		#content #contentRight img.fotoKlein{
			float:left;
			height:135px;
			margin-left:20px;
			margin-bottom:20px;
		}
		#content #contentRight img.fade{
			cursor:pointer;
		}
		#content #contentLeft img.fotoGroot{
			float:left;
			margin:0;
			height:290px;
		}
		#content #contentLeft img.fotoKLein{
			float:left;
			margin-top:20px;
			margin-right:5px;
		}
	#content input.oranjeLicht, textarea.oranjeLicht{
		background-color:#EFE2C5;
		border:0px solid red;
		width:250px;
		font-family:arial;
		font-size:11px;
		padding:2px;
	}
	#content input.oranjeDonker{
		background-color:#CBA040;
		color:black;
		border:0px solid red;
		width:100px;
		font-size:12px;
		font-weight:bold;
		padding:5px 0px;
	}
	#content th{
		font-size:11px;
		color:#FF0000;
		font-weight:bold;
	}

#logoOnder{
	position:absolute;
	width:66px;
	height:33px;
	top:850px;
	left:50%;
	margin-left:-33px;
	background-image:url(../images/logoOud.png);
}
#fotoGroot{
	position:absolute;
	width:auto;
	height:auto;
	left:50%;
	top:20px;
	margin-left:-580px;
	padding:20px;
	border:1px solid black;
	background-color:#FFFFFF;
	visibility:hidden;
	z-index:1000;
}
