body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #333333;
	font-size: 12px;
	margin: 10px;
	background-color: #eef1ed;
	background-image: url(../images/bg.gif);
	line-height: 18px;
}
#wrapper {
	width: 900px;
	margin: 0 auto;
	background-position: center;
}
/* Begin Parent Left Column --------------------------------------------------------------------- */
#leftcolumn {
	padding: 0px;
	display: inline; /* IE Fix */
	float: left;
}
#leftcolumn .logo {
	margin: 0px 0px 10px 0px;
	width: 180px;
	background-color: #EEF1ED;
	background-image: url(../images/logo.jpg);
}
#leftcolumn .logo img { display: block; }
#leftcolumn .leftbox2 { /* Generic Box */
 margin: 0px 0px 10px 0px;
 border-top: 1px dashed #ccc;
}
/* Begin Left Navigation */
#leftcolumn ul.mainnav { 
 margin: 0px;
 padding: 0;
 list-style: none;
}
#leftcolumn ul.mainnav .heading {
	background-color: #333;
	color: #fff;
	padding: 5px;
	font-size: 14px;
	margin-bottom:5px;
	margin-top:5px;
}
#leftcolumn ul.mainnav li { 
 margin-bottom:3px;
}
#leftcolumn ul.mainnav li a:link, #leftcolumn ul.mainnav li a:visited{
	color: #333;
	background-color: #ffffff;
	text-decoration: none;
	display: block;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 8px;
}
#leftcolumn ul.mainnav li a:hover{
	display: block;
	background-color: #841e33;
	color:#FFF;
	text-decoration: none;
}
#leftcolumn ul.subnav { 
 margin: 0px;
 padding: 0;
 list-style: none;
}
#leftcolumn ul.subnav li {
	background-color: #333;
	color: #fff;
	padding: 5px;
	font-size: 14px;
	margin-bottom:3px;
}
#leftcolumn ul.subnav li a:link, #leftcolumn ul.subnav li a:visited, #leftcolumn ul.subnav li a:hover   {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	display: block;
}
/* End Left Navigation */
/* End Parent Left Column ----------------------------------------------------------------------- */


/* Begin Parent Right Column ----------------------------------------------------------------------- */
#banner {
 background-color: #EEF1ED;
 width: 710px;
 height:170px;
 float: left;
 margin-left:10px;
 margin-bottom:10px;
}

#rightcolumn {
	margin-left:10px;
	margin-top:0px;
	padding:15px;
	display: inline; /* IE Fix */
	width: 680px;
	float: left;
	background-color: #fff;
}
#rightcolumn img {
 margin:5px;
}
#rightcolumn p {
 font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #333333;
	font-size: 12px;
}
#rightcolumn h1 {
	font-size: 17px;
	color: #000000;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
#rightcolumn h2 {
	font-size: 14px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #666666;
}
#rightcolumn h3 {
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
}
#rightcolumn h4 {
	font-size: 14px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A8A8A8;
}
#rightcolumn a:link, a:visited {
	color: #841e33;
	text-decoration: none;
}
#rightcolumn a:hover {
	color: #2D0000;
	text-decoration: underline;
}
#opvallend {
	padding: 10px;
	margin-bottom: 10px;
	background:#841e33;
	color:#FFF;
	width:400px;
	
}
/* End Parent Right Column ----------------------------------------------------------------------- */

/* nieuws ----------------------------------------------------------------------- */
#nieuws {
	padding: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#gepost {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding-bottom: 3px;
}
#nieuws titelnieuws {
	font-size: 18px;
	color: #000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height:25px;
}
#leesmeer {
	font-size: 11px;
	margin-top: 10px;
	width: 550px;
}

/* End nieuws ----------------------------------------------------------------------- */

.clear {
 clear: left;
}
#footer {
	background: #333;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	width: 900px;
	background-position: center;
	height: 30px;
}
#footer .text {
	padding: 10px;
	margin: 0 auto;
	text-align: left;
}
#footer .text a:link, #footer .text a:visited { color: #333; text-decoration: none; }
#footer .text a:hover {  color: #333; text-decoration: underline; }
