/* CSS Document */
body, html{
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
	background-color:#000000;
	overflow:hidden;
	color:#FFFFFF;
}
#container{
	background-color:#FFFFFF;
	background-position:center;
	background-repeat:no-repeat;
	width:680px;
	height:540px;
	padding:0px;
	position:absolute;
	left: 50%;
	top:50%;
	margin:-270px 0 0 -340px;
	z-index:1;
}
#logo_balk{
	background-color:#000000;
	width:680px;
	height:126px;
	padding:0px;
	position:absolute;
	left: 50%;
	top:50%;
	margin:72px 0 0 -340px;
	z-index:2;
	/* transparantie*/
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;	
	/*einde transparantie */
}
#logo_balk_border{
	width:680px;
	height:126px;
	padding:0px;
	position:absolute;
	left: 50%;
	top:50%;
	margin:69px 0 0 -340px;
	z-index:3;
	border-top:#FFFFFF solid 3px;
	border-bottom:#FFFFFF solid 3px;
}
#logo_balk_img{
	width:130px;
	height:113px;
	padding:0px;
	position:absolute;
	left: 50%;
	top:50%;
	margin:78px 0 0 -65px;
	z-index:3;
	background-image:url(../images/logo_voskuilen.png);
	background-position:center;
	background-repeat:no-repeat;
}

#gewoon_bijzonder{
	width:680px;
	height:30px;
	padding:0px;
	position:absolute;
	left: 50%;
	top:50%;
	margin:232px 0 0 -340px;
	z-index:4;
	background-image:url(../images/gewoon_bijzonder.jpg);
	background-position:center;
	background-repeat:no-repeat;
}
.zakelijk{
	background-color:#000000;
	width:285px;
	height:230px;
	padding:0px;
	padding-top:220px;
	position:absolute;
	left: 50%;
	top:50%;
	margin:-225px 0 0 -285px;
	z-index:2;
	/* transparantie*/
	filter:alpha(opacity=30);
	-moz-opacity:.30;
	opacity:.30;	
	/*einde transparantie */
	color:#FFFFFF;
	text-align:center;
	font-size:32px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:oblique;
	font-weight:bold;
	cursor:hand;
	cursor:pointer;
	text-decoration:none;
}
.particulier{
	background-color:#000000;
	width:285px;
	height:230px;
	padding:0px;
	padding-top:220px;
	position:absolute;
	left: 50%;
	top:50%;
	margin:-225px 0 0 0;
	z-index:2;
	/* transparantie*/
	filter:alpha(opacity=30);
	-moz-opacity:.30;
	opacity:.30;	
	/*einde transparantie */
	color:#FFFFFF;
	text-align:center;
	font-size:32px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:oblique;
	font-weight:bold;
	cursor:hand;
	cursor:pointer;
	text-decoration:none;
}
.zakelijk_standaard{
	background-color:#000000;
	width:285px;
	height:230px;
	padding:0px;
	padding-top:220px;
	position:absolute;
	left: 50%;
	top:50%;
	margin:-225px 0 0 -285px;
	z-index:2;
	/* transparantie*/
	filter:alpha(opacity=0);
	-moz-opacity:.0;
	opacity:.0;	
	/*einde transparantie */
	color:#FFFFFF;
	text-align:center;
	font-size:32px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:oblique;
	font-weight:bold;
	cursor:hand;
	cursor:pointer;
}
.particulier_standaard{
	background-color:#000000;
	width:285px;
	height:230px;
	padding:0px;
	padding-top:220px;
	position:absolute;
	left: 50%;
	top:50%;
	margin:-225px 0 0 0;
	z-index:2;
	/* transparantie*/
	filter:alpha(opacity=0);
	-moz-opacity:.0;
	opacity:.0;	
	/*einde transparantie */
	color:#FFFFFF;
	text-align:center;
	font-size:32px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:oblique;
	font-weight:bold;
	cursor:hand;
	cursor:pointer;
}
a:hover, a:link, a:visited, a:active{
	text-decoration:none;
	color:#FFFFFF;
}
