/*-----------------------------------------------------+
|		Style voor de vervolgpage 					|
+----------------------------------------------------*/

/* Haal basis lays */
@import "leaderbasis.css";


/* Headers */
#headerimg {
	width : 100%;
	height : 100px;
	background : #fff url(../img/pub/standaard_foto.jpg);
	background-position: right top;
	border-bottom : 1px solid white;
	float : left;
}

#headerimg .logo {
	width : 290px;
	height : 100px;
	background : #dceef6 url(../img/pub/logo_vervolg.gif);
	border-bottom : 1px solid white;
	float : left;
}

#headerimg .foto {
	
}




/* Linkerbar - Gerelateerde links */
.linksbar {
	width: 247px;
	height: 250px;
	float:left;
	background: url(../images/sleutel_bg.gif) no-repeat;
}

.linkstext{
	width: 232px;
	text-align: right;
	margin: 43px 0px 50px 0px;
}


.linkstext .hr {
	border-bottom: 1px dashed #ccc;
	margin: 10px 0px 10px 5px;
}

.linksitem {
	margin: 0px 0px 20px 10px;
	vertical-align: middle;
}

.linksitem a {
	color: black;
	text-decoration: none;	
}

.linksitem a:hover {
	color: #bd0000;
	text-decoration: underline;
}


.linksitem img {
	float:right;
	margin: 4px 0px 10px 5px;
}

.proselect {
	width: 125px;
	margin-top: 4px;
	font-size: 10px;
	color: #292929;
}


/* Linker submenu */
.submenu {
	width: 220px;
	height: 250px;
	padding-right:25px;
	box-sizing			:	border-box; 
	-moz-box-sizing		: 	border-box;
	float:left;
	background: url(../images/sleutel_bg.gif) no-repeat;
}

.submenutext{
	width: 232px;
	text-align: right;
	margin-top: 39px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 24px;
	color: #000;
}

.submenuheader{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000;
}

.submenulinks {
	line-height: 24px;
}

.submenulinks a, .submenulinks img{
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
}

.submenulinks a:hover {
	color: #bd0000;
}



/* Mainbody tekst */
.bodytekst {
	margin: 0px 0 20px 260px;
	padding: 43px 24px 20px 24px;
	
}

strong {
	color: #303030;
}

.lijstje {
	margin: 0px 0px 0px 10px;
}

.lijstknop {
	float:left;
	margin: 4px 0px 0px  1px;
}



/* Footers */
#footerbalk {
	padding: 20px 0px 0px 284px;
}

