body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	
	background-image: url(/images/background.jpg);
	background-position:right;
	background-position:top;
	background-attachment:fixed;
}

.header {
	font-size:45px;
	color: #795241;
	margin-left: -190px;
	text-align: center;
	font-style: italic;
}

.header_text {
	color: #463634;
	font-size: 15px;
	margin-left: 145px;
	width: 700px;
}

.gemeentes {
	
}

.tekst_vermelding:link {
	text-align: left;
	font-size: 13px;
	font-weight: bold;
}

.tekst_vermelding:hover {
	font-size: 13px;
	color: #795241;
	cursor: pointer;

}

.menu {
	margin-left: 10px;
	margin-bottom: 25px;
	color: #000000;
}

.gemeente {
	font-size: 14px;
	color: #993300;
}

.gemeente:hover {
	font-size: 14px;
	color: #000000;
	cursor: pointer;
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	color: #993300;
	font-weight: bold;
}