/*-----------------------------------------------------+
|		Style voor de mainpage 						|
+----------------------------------------------------*/

/* Haal basis lays */
@import "leaderbasis.css";


/* Headers */
#headerimg {
	width : 100%;
	height : 163px;
	background : #fff url(../img/pub/standaard_foto.jpg);
	background-position: right top;
	border-bottom : 1px solid white;
	float : left;
}

#headerimg .logo {
	width : 290px;
	height : 163px;
	background : #dceef6 url(../img/pub/logo_home.gif);
	border-bottom : 1px solid white;
	float : left;
}

#headerimg .foto {
	
}



/* Rechter nieuws bar */
.nieuwsbar {
	width: 235px;
	float:right;
	height: 250px;
}

.nieuwstekst {
	margin: 37px 16px  0px 25px;
	width: 190px;
	text-align: left;
	color: #666;
	font-size: 11px;
}

.nieuwstekst a {
	color: #468483;
	text-decoration: underline;
}

.nieuwstekst a:hover {
	color: #000;
}

.nieuwsitem{
	border-bottom: 1px dashed #ccc;
	padding: 0px 0px 10px 0px;
	margin-bottom: 10px;
}

.nieuwslinks{
	margin-top: 3px;
	font-size: 10px;
}





/* Linker projectbar */
.projectbar {
	width: 293px;
	height: 250px;
	float:left;
}

.projecttext{
	width: 250px;
	text-align: right;
	margin-top: 39px;
	font-size: 21px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5b5b5b;
	line-height: 24px;
}

.projecttext img{
	margin-bottom: 20px;
}

.projecttext .hr {
	border-bottom: 1px dashed #ccc;
	margin: 40px 0px 13px 5px;
}

.projectlinks a, .projectlinks img{
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	line-height: 12px;
}

.projectlinks a:hover {
	color: #bd0000;
}




/* Mainbody */
.bodytekst {
	margin: 0px 235px 10px 295px;
	padding: 43px 24px 0px 24px;
	
}

