body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #AFD6C2;
}

h1 {
	font-size: 15px;
}

h2 {
	font-size: 13px;
}

hr {
	border: 0px;
	height: 1px;
	background-color: #21955B;
}

/*Begin style links*/
a:link {
	color: #21955B;
	text-decoration: none;
}

a:visited {
	color: #21955B;
	text-decoration: none;
}

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

a:active {
	color: #000000;
	text-decoration: underline;
}
/*end style links*/

div.container {
	width: 780px;
	margin: 0px auto;
	position: relative;
	background-color: #FFF;
}

div.header {
	position: relative;
	float: left;
	width: 780px;
	height: 160px;
	background-image: url('../images/banner.jpg');
}

div.subheader {
	position: relative;
	float: left;
	width: 780px;
	height: 10px;
	background-color: #21955B;
}

div.menu {
	position: relative;
	float: left;
	width: 190px;
}

div.adres {
	font-size: 9px;
	padding: 10px;
}

div.content {
	position: relative;
	float: left;
	width: 570px;
	padding: 10px;
	font-size: 11px;
}

div.content .links {
	position: relative;
	float: left;
	width: 310px;
	text-align: justify;
}

div.content .rechts {
	position: relative;
	float: right;
	width: 240px;
}

div.footer {
	position: relative;
	width: 780px;
	height: 10px;
	clear: both;
	text-align: center;
	font-size: 10px;
	color: #999999;
	padding-bottom: 4px;
}

/**
 * Stijlen voor het menu
 */
ul.menu {
	list-style: none;
	margin: 10px;
	padding: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: #21955B;
}

li.menuitem {
	padding: 4px;
	padding-left: 10px;
	font-weight: bold;
}

li.selected {
	background-color: #F6EB13;
}

li.menuitem a:link {
	color: #F6EB13;
	text-decoration: none;
}

li.menuitem a:visited {
	color: #F6EB13;
	text-decoration: none;
}

li.menuitem a:hover {
	color: #000000;
	text-decoration: none;
}

li.menuitem a:active {
	color: #000000;
	text-decoration: none;
}

/**
 * Stijlen voor het nieuws
 */
div.bericht {
	border: 1px solid #21955B;
	margin-bottom: 10px;
}

div.berichtdatum {
	color: #FFFFFF;
	background-color: #21955B;
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
}

div.berichttekst {
	padding: 4px;
}