html, body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}
* {
	font-size:11px;
	line-height:17px;
	font-family:Arial, Verdana;
}

body {
	background: #262e30 url(/assets/images/body_bg.gif) -10px -10px  repeat-y;
}


div.breaker {
	font-size:1px;
	height:1px;
	line-height:1px;
	clear:both;
}

#bodyContainer {
	margin:16px;
	width:978px;
}



#mpHeader {
	border-bottom:2px solid #CCC;
	height:357px;
	position:relative;
	width:978px;
	z-index:0;
}
	#mpHeaderTransparent1 {
		position:absolute;
		bottom:65px;
		left:0;
		height:27px;
		width:978px;
		background-color:#3fa8cd;
		opacity:.25;
		filter: alpha(opacity=25);
		z-index:1;
	}
	#mpHeaderTransparent2 {
		position:absolute;
		bottom:0px;
		left:0;
		height:65px;
		width:978px;
		background-color:#3fa8cd;
		opacity:.75;
		filter: alpha(opacity=75);
		z-index:1;
	}
	#mpHeaderTitle {
		position:absolute;
		bottom:0px;
		left:0;
		height:40px;
		width:954px;
		z-index:2;
		padding:25px 0 0 24px;
	}

	#mpHeaderLogo {
		position:absolute;
		top:0px;
		left:373px;
		height:129px;
		width:231px;
		z-index:2;
		background:url(../images/dg_logo.gif) no-repeat 0 0;
	}
	#mpHeaderMenu {
		position:absolute;
		z-index:2;
		right:0px; 
		top:40px;
		height:142px;
		width:182px;
		color:#FFF;
	}
	
#mpHeaderMenuBottom {
		background-position:left bottom;
		background-repeat:no-repeat;
		top:222px;
		width:172px;
		height:15px;
		z-index:2;
		position:absolute;
		right:0px;
}

#mpHeaderColUp {
		background-position:left bottom;
		background-repeat:no-repeat;
		height:15px;
}

#mpHeaderColDown {
		background-position:left top;
		background-repeat:no-repeat;
		height:15px
}


		#mpHeaderMenu h2 {
		}
		#mpHeaderMenuUl {
			margin:0;
			padding: 0px 17px;
		}
		#mpHeaderMenuUl li {
			margin:0;
			padding:0;
			list-style:none;
		}
#mpBody {
	margin:21px 0 24px 0;
	background:url(../images/mpBody_background.gif) repeat-y;

}
	div.mpBodyPart {
		float:left;
		padding-top:8px;	
		}
		
	div.mpBodyPart1 { 
		width:177px;
		padding:8px; 
		text-align:left; 
	}
	
		
	div.mpBodyPart2 { width:336px;padding:8px 12px 8px 22px}
	div.mpBodyPart3 { width:361px;padding:8px 12px 8px 40px;}
	
		div.content {
			font-size:14px;
			margin-top:0;
		}
		div.content h2 {
			color:#a49c8b;
			font-size:14px;
			margin-top:0;
		}
		#mpNews {
			padding:0;
			margin-left:0;
		}
		#mpNews li {
			list-style:none;
		}
		#mpNews li a {
			font-size:9px;
		}
		#mpNews li span {
			color:#3fa8cd;
		}
		div.mpRecent {
			background:no-repeat 0 0 ;
			padding-left:110px;
		}
		div.mpRecent2 {
			padding-left:0;
		}
		div.mpRecent h3 {
			margin:0;
			color:#a49c8b;
			font-weight:normal;
		}
		div.mpRecent p {
			line-height:15px;
			margin:0;
			height:49px;
		}
#mpFooter {
	border-top:1px solid #CCC;
	padding:8px;
} 
	#footerMenu {
		margin:0;
		padding:0;
	}
	#footerMenu li {
		float:left;
		margin:0 10px 0 0;
		padding:0;
		list-style:none;
	}
	#footerMenu a {
		font-family:Arial, Verdana;
		font-size:10px;
		color:#3fa8cd;
		font-weight:bold;
	}
	span.copyrightNotice {
		color:#CCC;
	}

.cursor {
	cursor:default;
	cursor:pointer;
	cursor:hand;
}

.date {
	font-family:Verdana;
	font-size:11px;
	color:#3fa8cd;
}

a.nieuwsheader {
	font-family:Arial, Verdana;
	font-size:11px;
	color:#000000;
	text-decoration:none;
}

a.mpRecentLink {
	color:#a49c8b;
	text-decoration:none;
}
a.mpRecentLink:hover {
	color:#3fa8cd;
	text-decoration:none;
}

a.mpHeaderMenuLink {
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
a.mpHeaderMenuLink:hover {
	font-size:11px;
	font-weight:bold;
	color:#CCCCCC;
	text-decoration:none;
}


