/* Master1.master */
body
{
	font-family: trebuchet ms,sans-serif;
	font-size: 9pt;
	background-color: rgb(252,251,213);
	color: #025332;
}

.divContent
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}

.header
{
	padding-top: 8px;
	background-color: #025332;
	width: 100%;
	height: 109px;
}

.navigatie
{
	background-color: rgb(252,251,213);
	width: 145px;
	border-style: solid;
	border-width: 1px;
	border-color: #dad5bf;
	margin: 3px;
	margin-bottom: 6px;
	padding: 5px;
	opacity: 0.65;
	filter: alpha(opacity=65);
	z-index: 1;
}

.navigatie_titel
{
	color: #025332;
	font-weight: bold;
	font-size: 10pt;
	margin-top: -3px;	
	margin-bottom: 5px;
}

.navigatie_item
{
	width: 145px;
	color: #025332;
	margin-bottom: 3px;
	font-weight: normal;
	font-size: 9pt;
}

.navigatie_item_bold
{
	width: 150px;
	color: #025332;
	margin-bottom: 3px;
	font-weight: bold;
	font-size: 8pt;
}

.navigatie_button
{
	color: #025332;
}

.image_background
{
	position: absolute;
	left: 0px;
	margin-top: -15px;
	z-index: -1;
	opacity: 0.80;
	filter: alpha(opacity=80);
}

.labelBold
{
	color: #025332;
	margin-bottom: 3px;
	font-weight: bold;
	font-size: 9pt;
}

/* Home.ascx */
.titel
{
	color: #025332;
	margin-bottom: 3px;
	font-weight: bold;
	font-size: 12pt;
}

.divHeader
{
	margin-top:30px;
	margin-left: 170px;
}

.divPromoTekst
{
	margin-left: 200px;	
}

.divGegevens
{
	margin-left: 245px;
	position: absolute;
	
}


/* Nieuws.ascx */
.divNieuws
{
	background-color: rgb(252,251,213);
	border-style: solid;
	border-width: 1px;
	border-color: #dad5bf;
	margin: 3px;
	margin-bottom: 6px;
	padding: 5px;
	color: #025332;
}

.divTitel
{
	margin-left: 50px;
}

.divNieuwsItem1
{
	margin-left: 220px;
}

/* Wiezijnwij.ascx */
.divTekst
{
	margin-left: 185px;
}
.tableGeopend
{
	width: 350px;
	border-style: solid;
	border-width: 1px;
	border-color: #dad5bf;
}

.tblGeopend
{
 text-align:left;	
}