/*
stylesheet van de landingpage
*/

* {
	padding:0px;
	margin:0px;
	font-family:verdana;
}

#banner-overlay {
	top:-727px;
	width:506px;
	height:727px;
	position:absolute;
	left:50%;
	margin-left:-253px;
	z-index:99;
}
#banner-overlay a#close {
	position:absolute;
	height:30px;
	width:30px;
	top:684px;
	left:50%;
	margin:0 0 0 208px;
	z-index:100;
	background-image:url(../../images/blank.gif);
}
#banner-overlay a img {
	border:none;
	height:667px;
	margin:60px 0 0 0;
}
#banner-reversebutton {
	top:-31px;
	width:506px;
	height:31px;
	position:absolute;
	left:50%;
	margin-left:-253px;
	z-index:98;
	background:url(../../images/index/banner_button.gif) top no-repeat;
	cursor:pointer;
}


#container {
	
}

#structure {
	position:absolute;
	width:784px;
	height:495px;
	top:50%;
	left:50%;
	margin-left:-392px;
	margin-top:-217px;
}

	#main {
		height:435px;
		background-position:right;
		background-repeat:no-repeat;
	}
	
		#main_top {
			height:45px;
			background-image:url(../../images/index/logo.jpg);
			background-position:left;
			background-repeat:no-repeat;
		}
		#main_middle {
			height:215px;
		}
		#main_middle .tekst {
			font-size:12px;
			width:430px;
			padding-left:16px;
			padding-top:60px;
			color:#333333;
			line-height:18px;
		}
			#main_middle .tekst a {
				color:#333333;
			}
		#main_bottom {
			height:175px;
		}
		#main_bottom ul{
			list-style-type: none;
			white-space:nowrap;
		}
		#main_bottom ul li{
			float:left;
			height:175px;
			width:175px;
		}
			#main_bottom ul li .blok{
				display:block;
				float:left;
				padding-top:80px;
				padding-left:10px;
				height:95px;
				width:165px;
				font-size:12px;
				text-decoration:none;
				background-position:-5px 31px;
				background-repeat:no-repeat;
			}
			
			#main_bottom ul li .blok.a1{
				background-color:#f4e96a;
				background-image:url(../../images/index/buttona.jpg);
				color:#000;
				height:77px;
			}
			#main_bottom ul li .blok.a1:hover{background-color:#999; background-image:url(../../images/index/buttona_hover.jpg); color:#fff}
			#main_bottom ul li .blok.a2{
				background-color:#000;
				color:#fff;
				height:16px;
				line-height:16px;
				clear:left;
				padding:0 0 0 0;
				text-align:center;
				font-size:10px;
				width:173px;
				border:1px solid #f4e96a;
			}
			#main_bottom ul li .blok.a2:hover{background-color:#999; color:#fff}
			#main_bottom ul li .blok.b{background-color:#b4ac4e; background-image:url(../../images/index/buttonb.jpg); color:#000}
			#main_bottom ul li .blok.b:hover{background-color:#999; background-image:url(../../images/index/buttonb_hover.jpg); color:#fff}
			#main_bottom ul li .blok.c{background-color:#756f33; background-image:url(../../images/index/buttonc.jpg); color:#fff}
			#main_bottom ul li .blok.c:hover{background-color:#999; background-image:url(../../images/index/buttonc_hover.jpg); color:#000}
			#main_bottom ul li .blok.d{background-color:#353217; background-image:url(../../images/index/buttond.jpg);}
		
	#footer {
		height:60px;
		background-position:16px 18px;
		background-repeat:no-repeat;
		background-image:url(../../images/index/footer.jpg);
	}
	
/* form */
input, select, option {
	font-size:10px;
}
select{
	width:139px;
	margin-top:4px;
}
input {
	margin-top:4px;
	border:1px solid #696969;
	width:56px;
	height:23px;
	background-image:url(../../images/index/zoeken.jpg);
	cursor:pointer;
}
	
