body{
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}

DIV.container{
	width:850px;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	background-color:#FFFFFF;
}

DIV.logo{
	width:100%;
	margin-bottom:30px;
	height:46px;
}

/*------------------------------------------------
					FRONTPAGE
------------------------------------------------*/					
DIV.bg{
	width:100%;
	height:309px;
	padding-top:30px;
	background-image:url(images/bg_front.gif);
	background-repeat:no-repeat;
	background-position:center;
}

DIV#hebjeonsgemist{
	width:674px;
	height:84px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/hebjeonsgemist.gif);
	margin-bottom:20px;
}

H1.hiddentxt{
	text-indent:-1000px;
	font-size:10px;
	display:none;
}

div#button{
	width:674px;
	height:125px;	
	margin-left:auto;
	margin-right:auto;
	margin-bottom:50px;
}


UL.buttons,
UL.buttons LI{
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: none;
}


UL.buttons LI{
	display: block;
	width: 242px;
	height: 125px;
	margin-left:60px;
	float: left;
}

UL.buttons LI A{
	background-image:url(images/buttons.gif);
	display: block;
	width: 242px;
	height: 125px;
	text-indent: -10000px;
}

UL.buttons LI.yes A					{ background-position: -4px -2px;}
UL.buttons LI.no A	        		{ background-position: 246px -2px;}

UL.buttons LI.yes A:hover, UL.buttons LI.no  A:hover			{ background-position: -4px 402px;}

DIV#gratis{
	width:830px;
	height:20px;
	text-align:right;
	padding-right:20px;

}

/*------------------------------------------------
					jehebtonsgevonden.HTML
------------------------------------------------*/		

UL.nav,
UL.nav LI{
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: none;
}


UL.nav LI{
	display: block;
	width: 112px;
	height: 20px;
	float: left;
	margin-top:25px;
}

UL.nav LI.contact{
	width: 30px;
	height: 20px;
}

UL.nav LI A{
	background-image:url(images/buttonshome.gif);
	display: block;
	width: 112px;
	height: 20px;
	text-indent: -10000px;
}

UL.nav LI.contact A{
	width: 30px;
	height: 20px;
}

UL.nav LI.home A					{ background-position: 0px 0px;}
UL.nav LI.contact A	        		{ background-position: 180px 0px;}

UL.nav LI.home A:hover			{ background-position: 0px -314px;}
UL.nav LI.contact  A:hover			{ background-position: 180px -316px;}
 
DIV.left {
	width:527px;
	background-color:#ffffff;
	margin-bottom:30px;
	float:left;
	margin-right:10px;

}

DIV.right {
	width:313px;
	height:465px;
	background-color:#ffffff;
	margin-bottom:30px;
	float:right;

}

  
 DIV.footer{
 	width:100%;
	height:105px;
	padding-top:10px;
	background-image:url(images/bg_footer.gif);
	clear:both;
	font-size:11px;
	line-height:17px;
	
 }

A {
	text-decoration:underline;
	color:#4094e0;
}

A:hover{
	text-decoration:none;
}

