* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center; /* IE Centreren */
	background-color: #808080;
	font-family: Verdana;
	font-size: 10px;
}

a {
	color: #555555;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #5d008e;
	font-weight: bold;
	text-decoration: underline;
}

h1 {
	color: #555555;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	display: inline;
}

#mainTable {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000
}

#header {
	background-image: url('../img/header.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

#tableBody {
	background: #fff url('../img/body_background.gif') repeat-y;
}

#footer {
	background: #fff url('../img/footer_background.gif') no-repeat top left;	
}

#menuContainer {
	background-image: url('../img/menu_background.gif');
	background-repeat: no-repeat;
	background-position: top left;
	width: 176px;
	min-height:250px;
	height:auto !important;
	height:250px;
	margin-top: 100px;
	margin-left: 36px;
	
}

#menu {
	text-align: left;
}
#menu li {
	list-style: none;
	float: right;
	margin-top: 3px;
	margin-right: 9px;
	margin-left: 1px;
	padding-right: 0;
	width: 166px;
	height: 35px;
}

#menu .normal 
{
	background: #fff url('../img/menu_item_background.gif') no-repeat bottom right;
}

#menu .hover 
{
	background: #fff url('../img/menu_item_background_hover2.gif') no-repeat bottom right;
}
#menu li a {
	position: relative;
	top: 12px;
	color: #555555;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin-left: 15px;
}

#menu li a:hover 
{
	color: #5d008e;
}

.submenu
{
	position: relative;
	top: -15px;
	left: 166px;
	display: none;
}

.submenu ul 
{
	position: absolute;
	background-color: #fff;
	margin-bottom: 10px;
	opacity: .8;
	filter: alpha(opacity=80);
	border: solid 1px #b080c9;
}
.submenu li 
{
	width: auto;
	float: none;
	margin: 0;
	list-style: none;
	display: block;
	/*
	height: 35px;
	line-height: 20px;
	width: 150px;
	background: #fff url('../img/menu_item_background.gif') no-repeat bottom right;
	*/
}

.submenu li a {
	color: #555555;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin-left: 15px;
	margin-right: 15px;
}

#buttons {
	margin-left: 5px;
	padding-top: 30px;
}
#buttons li {
	list-style: none;
	display: inline;
	padding-left: 15px;
}
#buttons li img {
	border: none;
}

#disclaimer {
	margin-left: 85px;
	float: left;
	font-size: 11px;
}

#copyright {
	color: #fff;
	float: right;
	margin-right: 5px;
	font-size: 10px;
}
#adresgegevens {
	width: 209px;
	height: 143px;
	padding-top: 40px;
	margin-left: 13px;
	background-image: url('../img/schaduw_boog.gif');
	background-repeat: no-repeat;
	list-style-image: url('../img/bullet.gif');

}
#adresgegevens li {
	color: #6a6a6a;
	font-size: 11px;
	margin-left: 57px;
	margin-top: 8px;
}
#blok_paars {
	background-image: url('../img/blok_paars.gif');
	background-repeat: no-repeat;
	width: 169px;
	height: 101px;
	margin-left: 38px;
	text-align: right;
}

#blok_paars span {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin-top: 4px;
	margin-right: 17px;
}

#blok_geel {
	background-image: url('../img/blok_geel.gif');
	background-repeat: no-repeat;
	width: 169px;
	height: 101px;
	margin-left: 38px;
	text-align: right;
}

#blok_geel form {
	align: left;
	margin-top: 17px;
	margin-right: 15px;
}

#blok_geel .balk {
	width: 90px;
}

#blok_geel .knop {
	margin-top: 5px;
}

#blok_geel span {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin-top: 4px;
	margin-right: 17px;
}

#content {
	padding: 20px;
	color: #000;
	text-align: left;
	font-family: Arial;
	font-size: 12px;
}


#actualiteiten {
	padding: 20px;
}

.bullet {
	margin-bottom: 1px;
	margin-right: 10px;
	margin-left: 2px;
}

.actualiteit {
	margin-left: 20px;
	margin-top: 12px;
	color: #555555;
}

input {
	margin:  0;
	padding: 0;
}

#inhoudTable a {
	color: #555555;
	font-weight: bold;
	text-decoration: none;
}
#inhoudTable a:hover {
	color: #5d008e;
	font-weight: bold;
	text-decoration: underline;
}
#inhoudTable a img {
	border: none;
}
#inhoudTable p 
{
	margin-top: 10px;
}
#inhoudTable ul 
{
	margin-left: 20px;
}
#inhoudTable li 
{
	color: #000;
}



#sitemap 
{
	margin-left: 20px;
}

#sitemap ul 
{
	margin-left: 30px;
}

#sitemap li 
{
	list-style-image: url('../img/bullet.gif');
	line-height: 20px;
}

#contactFormulier 
{
	margin-left: 20px;
	margin-top: 20px;
}

.envelop 
{
	/* background: #fff url('../img/envelop.jpg') no-repeat top right; */
	width: 628px;
}

.kaart 
{
	/* background: #fff url('../img/kaart.jpg') no-repeat top right; */
	width: 628px;
}
.krant 
{
	/* background: #fff url('../img/krant.jpg') no-repeat top right; */
	width: 628px;
}
#gemeenteIframe {
	border: solid 1px #fff;
}

#goldpartner 
{
	margin-left: 62px;
	margin-top: 10px;
	margin-bottom: 25px;
}
