/* main elements of the site */

body {
	margin: 0;
	padding: 0;
}

html,body {
	height: 100%;
}

#site {
	max-width: 990px;	
	background-color: #FFFFFF;
	position: relative;
	text-align: left;

	/* center in the middle */
	margin-left: auto;
	margin-right: auto;

	/* 100% height */
	min-height: 100%;
	height:auto !important; /* voor moderne browsers */
	height:100%; /* voor IE */
}

#header {
	height: 80px;
}

#content_left {
	display: none;
}

#content_right {
	display: none;
}

#content_middle {
	padding: 15px 10px 0 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
}

#content_middle h1 {
	font-size: 14px;
	margin: 0 0 10px 0;
	color: #5F7F07;
}

#content_middle h2 {
	font-size: 10px;
	padding: 0;
	margin: 0;
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	line-height: 1.5em;
	padding: 8px 0 8px 0;
	width: 100%;
	position: absolute;
	bottom: 0;
}

#footer A {
	color: #000000;
	text-decoration: none;
}

#footer A:hover {
	color: #000000;
	text-decoration: underline;
}

#clear { 
	clear: both;
	height: 60px;
	width: 100%;
}

/* navigation */

#nav {
	display: none;
}


/* elements of the site */

.logo {
	margin-left: 20px;
	margin-top: 10px;
}

.topmenu {
	display: none;
}

.provincie {
	font-size: 13px;
	font-weight: bold;
}

.provincie A {
	color: #000000;
	text-decoration: none;
}

.provincie A:hover {
	color: #000000;
	text-decoration: underline;
}

.plaats {
	font-size: 11px;
	line-height: 1.7em;
}

.plaats A {
	color: #000000;
	text-decoration: none;
}

.plaats A:hover {
	color: #000000;
	text-decoration: underline;
}

.hoofdletter {
	font-size: 14px;
	font-weight: bold;
}

.breadcrump {
	font-size: 11px;
	margin-bottom: 5px;
}

.breadcrump A {
	color: #000000;
	text-decoration: none;
}

.breadcrump A:hover {
	color: #000000;
	text-decoration: underline;
}

.print {
	display: none;
}

.map {
	width: 200px;
}
