@charset "utf-8";

a {
	color: #666;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
html, body {
	background: #4F4F4F;
	margin-top: 10px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #333;
	height: 100%;
	}
div {
	margin: 0px;
	padding: 0px;
	}
#center {
	width: 914px;
	margin: 0px auto;
	background: #fff url('../images/rechts.png') right repeat-y;
	min-height: 250px;
	}
#header {
	background: url('../images/rechtsvanboven.png') top right no-repeat;
	padding: 0px 41px 10px 30px;
	}
#main {
	padding: 0px 41px 10px 30px;
	min-height: 100%;
	}
#footer {
	background: #4F4F4F url('../images/vanonder.png') top right no-repeat;
	padding: 20px 0px 10px;
	text-align: center;
	color: #999;
	font-size: 10px;
	width: inherit;
	}
#menuicons {
	float: right;
	margin: 15px 0px 0px;
	padding: 0px;
	}
#menuicons li {
	height: 20px;
	display: inline;
	}
#menuicons li a, #menuicons li a:hover {
	font-size: 10px;
	padding: 5px 0px 5px 20px;
	margin: 0px 5px;
	text-decoration: none;
	}
#menuicons .mhome:hover {
	background: url('../images/homehuisje.png') center left no-repeat;
	}
#menuicons .mcontact:hover {
	background: url('../images/contactbrief.png') center left no-repeat;
	}
#logo {
	background: #fff url('../images/logo.png') center bottom no-repeat;
	text-indent: -5000px;
	width: 288px;
	height: 78px;
	padding: 0px;
	padding-top: 15px;
	margin: 0px;
	}
#banner {
	width: 843px;
	padding-top: 143px;
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: right;
	color: #666;
	font-weight: bold;
	font-size: 14px;
	}
#content {
	float: right;
	width: 650px;
	margin-top: 5px;
	}
#leftbar {
	width: 150px;
	}
#menu {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	}
#menu li {
	background: url('../images/menulink.png') left center no-repeat;
	padding: 10px 0px 10px 30px;
	}
#news, #news a, #news a:hover {
	margin: 20px 0px 10px 10px;
	padding: 0px;
	color: #d33728;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	}
#newsmenu {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	}
#newsmenu li {
	background: url('../images/newslink.png') left center no-repeat;
	padding: 10px 0px 10px 30px;
	}
#newsmenu li:hover {
	background:transparent url('../images/menulink.png') no-repeat scroll left center;
}
.clear {
	clear: both;
}
#by {
	color: #ccc;
	}
#footer a {
	color: #ccc;
	}
#pagetitle {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin-bottom: 20px;
	}
#pagetitleparent {
	font-size: 11px;
	}
.paragraph {
	margin-bottom: 15px;
	line-height: 1.5em;
	clear: both;
	}
p {
	padding: 0px;
	margin: 0px;
	}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 15px;
	}
.paraimg {
	padding: 5px;
	padding-right: 15px;
	padding-bottom: 10px;
	}
.paradown {
	margin-top: 15px;
	color: #333;
	font-weight: bold;
	}
#adress {
	border-top: 1px solid #999;
	float: right;
	width: 600px;
	margin-right: 11px;
	padding: 10px 10px 0px;
	text-align: right;
	color: #666;
	font-size: 10px;
	}
#adress a{
	color: #333;
	}
.date {
	font-size: 11px;
	font-style: italic;
	color: #666;
	}
#newstitlebig {
	font-weight: bold;
	margin: 2px 0px 10px;
	font-size: 13px;
	}
#newsbody {
	line-height: 1.3em;
	margin-bottom: 35px;
	}
#newsimg {
	margin: 5px;
	}
.newsmore {
	text-transform: lowercase;
	}
#newsitem {
	background: url('../images/newsicon.png') top left no-repeat;
	padding: 6px 0px 20px 30px;
	}
.newstitle, .newstitle a {
	color: #333;
	}
#contactadress {
	width: 300px;
	line-height: 1.2em;
	margin-bottom: 20px;
	}
.adresstitle {
	font-weight: bold;
	color: #000;
	}
#contactadress a {
	font-weight: bold;
	color: #cc3f2d;
	}
#formtable {
	margin-bottom: 20px;
	}
.inputbox {
	width: 200px;
	}
.necessary  {
	text-decoration: underline;
	}
#thanks {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin: 40px 0px;
	}
#breadcrumb {
	color: #999;
	font-style: italic;
	font-size: 11px;
	margin-left: 240px;
	}
#sitemap .main {
	list-style-type: square;
	}
#sitemap .sub {
	list-style-type: circle;
	list-style-position: inside;
	}