/* CSS document voor VERVOLG.HTML*/

#menuhome {
	width: 138px;
	height: 190px;
	display: block;
	float: left;
	
}

.blocklargeVervolg {
	width: 681px;
	height: 100%;	
	padding-top: 50px;
	padding-left: 10px;
	float: left; /* BELANGRIJK */	
}

.blocklarge2 {
	width: 681px;
	height: 100%;
	padding-right: 15px;
	padding-top: 20px;
	float: none; /* BELANGRIJK */
}

.blocklargetop2 {
	background: url(../img/blocklargetop2.gif) top left no-repeat;
	width: 627px; /* 681px */
	height: 25px; /* 37px */
	padding-top: 12px;
	padding-left: 54px;
	display: block;
}

.blocklargebtm2{
	background: url(../img/blocklargebtm2.gif) top left no-repeat;
	width: 681px;
	height: 26px;
	display: block;
}

.blocklargetxt2 {
	background: url(../img/blocklargebg2.gif) left repeat-y;
	width: 651px; /* 681px */
	height: 100%;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 15px;
	padding-right: 15px;
}

.blocklargetxt2 ul, .blocklargetxt li {
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.blocklargetxt2 ul {
	padding-top: 15px;
}

.blocklargetxt2 li {
	background: url(../img/arrow.gif) center left no-repeat;
	padding-left: 13px;
	margin-top: 3px;
}


.padright {	padding-right: 25px; }

a.inzicht, a.doorzicht, a.daadkracht, a.homebutton {
	display: block;
	height: 180px;
	width: 180px;
	float: left;
	text-indent: -9999px;
	padding-right: 25px;
}

a.homebutton { background: url(../img/home.jpg) top left no-repeat; }
a:hover.homebutton { background: url(../img/home-active.jpg) top left no-repeat; }

a.inzicht {	background: url(../img/img1.jpg) top left no-repeat; }
a:hover.inzicht { background: url(../img/img1-active.jpg) top left no-repeat; }

a.doorzicht { background: url(../img/img2.jpg) top left no-repeat; }
a:hover.doorzicht { background: url(../img/img2-active.jpg) top left no-repeat; }

a.daadkracht { background: url(../img/img3.jpg) top left no-repeat; /* LETOP */ padding-right: 0; }
a:hover.daadkracht { background: url(../img/img3-active.jpg) top left no-repeat; }
/**************************************/
