body {
	margin: 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
}

img {
	border: 0;
}

textarea {
	font: 12px Arial, Helvetica, sans-serif;
}

#logo {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1000;
	background: url(../images/logo.gif);
	width: 331px;
	height: 211px;
}

#container {
	background: url(../images/background.gif) repeat-y;
	margin: 0;
	padding: 0;
}

#title-container {
	width: 739px;
	text-align: right;
	height: 99px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#title-container h1 {
	margin: 0;
	padding: 50px 0 0 0;
	font: 48px Arial, sans-serif;
	color: #8cc63f;
}

#menu-container {
	height: 31px;
	background-color: #8cc63f;
	overflow: hidden;
}

#menu-container ul {
	margin: 0;
	padding: 11px 0 2px 318px;
	list-style: none;
	overflow: hidden;
}

#menu-container ul li {
	margin: 0;
	padding: 0;
	float: left;
}

#menu-container ul li a {
	font: bold 16px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #fff;
	padding: 2px 12px;
}

#menu-container ul li a:hover {
	font: bold 16px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000;
	padding: 2px 12px;
}

#leftcolumn-container {
	float: left;
	width: 197px;
}

#leftcolumn {
	margin: 88px 3px 0 19px;
}

#leftcolumn-content {
	padding: 8px;
	margin: 0;
}

#content-container {
	float: left;
	width: 549px;
	margin-top: 85px;
}

#content {
	padding: 7px;
}

#rightcolumn {
	position: absolute;	
	top: 139px;	
	left: 746px;
	z-index: 1001;
	width: 243px;
	margin: 0;
	padding: 0;
}

#rightcolumn-content {
	padding: 0px;
}

#footer-top {
	float: left;
	clear: both;
	height: 3px;
	width: 100%;
	overflow: hidden;
	background-color: #fff;
}

#footer {
	clear: left;
	height: 28px;
	background-color: #4dac27;
}

#footer-left {
	float: left;
	width: 19px;
	height: 28px;
	background-color: #fff;
}

#footer-url {
	float: left;
	width: 175px;
	height: 22px;
	padding-top: 6px;
	text-align: center;
}

#footer-url a {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#footer-url a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#footer-main {
	float: left;
	padding-top: 6px;
	width: 546px;
	height: 28px;
	text-align: center;
}

#footer-main a {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#footer-main a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#footer-email {
	float: left;
	width: 243px;
	height: 22px;
	text-align: center;
	padding-top: 6px;
}

#footer-email a {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#footer-email a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.footer-separator {
	float: left;
	width: 3px;
	height: 28px;
	background-color: #fff;
}


#newsletter-container {
	position: absolute;
	top: 0;
	left: 746px;
	z-index: 1001;
	width: 243px;
	height: 85px;
	padding-top: 11px;
	background-color: #4dac27;
}

#newsletter {
	padding: 27px 7px 7px 7px;
}

.column-title {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 0 0 0 3px;
	margin: 0;
}

.column-label {
	font: 10px Arial, Helvetica, sans-serif;
	padding: 0 0 0 3px;
}

.column-textfield, .column-textfield-error {
	width: 155px;
}

.column-textfield-error {
	
}

#leftcolumn a, #newsletter-container a, #searchbox a {
	display: block;
	font: 10px Arial, Helvetica, sans-serif;
	text-decoration: none;
	background: url(../images/link.gif) no-repeat 3px 6px;
	padding: 2px 0 1px 10px;
	color: #fff;
}

#leftcolumn a:hover, #newsletter-container a:hover, #searchbox a:hover {
	display: block;
	font: 10px Arial, Helvetica, sans-serif;
	text-decoration: underline;
	background: url(../images/link.gif) no-repeat 3px 6px;
	padding: 2px 0 1px 10px;
	color: #000;
}

.column-link {
	display: block;
	font: 10px Arial, Helvetica, sans-serif;
	text-decoration: none;
	background: url(../images/link.gif) no-repeat 3px 6px;
	padding: 2px 0 1px 10px;
	margin: 0;
	color: #000;
}

a.column-link {
	text-decoration: none;
	color: #fff;
}

a:hover.column-link {
	text-decoration: underline;
	color: #000;
}

#searchbox-topspace {
	height: 0px;
}

#searchbox-container {
	width: 243px;
	height: 56px;
	margin: 0px;
	padding: 0px;
	background-color: #4dac27;
}

#searchbox {
	padding: 10px;
	margin: -6px 0 0 0;
}

#searchbox input {
	float: left;
	width: 160px;
}

#searchbox a {
	margin-top: 3px;
	margin-left: 10px;
	float: left;
}



div.errors {
	background-color: #eee;
	width: 535px;
	font-weight: bold;
	font-size: 12px;
}

#zoek-resultaat {
	background-color: #eee;
	width: 535px;
	font-weight: bold;
	font-size: 12px;
}

div.errors img {
	padding: 10px 0 0 10px;
	float: left;
}

div.errors div {
	float: left;
	width: 100px;
	padding: 20px 0 0 10px;
}

ul.errors {
	clear: left;
	margin: 0;
	background-color: #eee;
	padding: 10px 10px 10px 25px;
	margin: 0 0 0 0;
}

ul.errors li {
	font-family: arial;
	font-size: 10px;
}

.title {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #000;
}

a {
	color: #308f0b;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.smallTitle {
	font-weight: bold;
}

.url {
	font-size: 10px;
}


.rightcolumn-title {
	font: bold 14px Arial, Helvetica, sans-serif;
	padding: 0 0 3px 0;
}

.nieuws-title {
	font: bold 14px Arial, Helvetica, sans-serif;
	padding: 0 0 3px 0;
	color: #fff;
}

#copyright {
	margin: 5px 0 0 197px; 
	width: 549px; 
	text-align: center; 
	font-size: 10px;
}

#poll-container {
	width: 221px;
	overflow: hidden;
	border-left: 1px solid #4dac27;
	border-right: 1px solid #4dac27;
	padding: 10px;
	background-color: #fff;
}

.poll {
	overflow: hidden;
	padding: 0 0 5px 0;
	font-size: 11px;
}



.pollAnswer {
	/* float: left; */
	width: 220px;
}

.pollAnswer a {
	display: block;
	font: 10px Arial, Helvetica, sans-serif;
	text-decoration: none;
	background: url(../images/link.gif) no-repeat 3px 6px;
	padding: 2px 0 1px 10px;
	color: #000;
}

#all-polls {
	float: left;
	clear: left;
	padding: 10px 0 0 0;
}

#all-polls a {
	display: block;
	font: 10px Arial, Helvetica, sans-serif;
	text-decoration: none;
	background: url(../images/link.gif) no-repeat 3px 6px;
	padding: 2px 0 1px 10px;
	color: #000;
}
.tekst-agenda {
	font: 10px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000;
}

#all-polls a:hover {
	display: block;
	font: 10px Arial, Helvetica, sans-serif;
	text-decoration: underline;
	background: url(../images/link.gif) no-repeat 3px 6px;
	padding: 2px 0 1px 10px;
	color: #000;
}

#agenda-container {
	width: 221px;
	overflow: hidden;
	border-left: 1px solid #4dac27;
	border-right: 1px solid #4dac27;
	padding: 10px;
	background-color: #fff;
}

.agenda {
	overflow: hidden;
	padding: 0 0 5px 0;
	font-size: 11px;
}

#nieuws-container {
	width: 221px;
	padding: 10px;
	border-left: 1px solid #4dac27;
	border-right: 1px solid #4dac27;
	border-top: 1px solid #4dac27;
	border-bottom: 1px solid #4dac27;
	background-color: #4dac27;
}

#nieuws {
	font: 11px Arial, Helvetica, sans-serif;
	color: #000;
	padding: 0 0 10px 0;
}

.agenda-title {
	font: bold 14px Arial, Helvetica, sans-serif;
	padding: 0 0 3px 0;
	color: #fff;
}
.news-item {
	padding-bottom: 10px;
}

.news-image {
	float: left;
	clear: left;
	width: 120px;
	height: 83px;
}

.news-image img {
	border: 1px solid #8cc63f;
}

.news-title {
	font-style: italic;
	font-size: 10px;
	color: #000;
}

.news-title a {
	font-weight: bold;
	font-style: normal;
	font-size: 18px;
	color: #000;
}

.news-title a:hover {
	font-weight: bold;
	font-size: 18px;
	color: #5a8029;
	text-decoration: none;
}

.news-meta {
	font-style: italic;
	font-size: 10px;
}

.seperator {
	height: 5px;
	clear: both;
}

form {
	margin: 0;
	padding: 0;
}

/* general form classes */

.form_table {
	
}

.form_row {
	
}

.form_row_no_label {
	font-weight: bold;
	color: #8cc63f;
}

.form_column_label {
	width: 150px;
	vertical-align: top;
	line-height: 20px;
}

.form_column_data {
	
}

.form_required {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #666;
}

.form_required_notice {
	font-family: arial;
	font-size: 12px;
	color: #666;
}

.form_header {
	
}

.form_label {
	font-weight: normal;
	font-family: arial, sans-serif;
	font-size: 12px;
}

.form_hint {
	font-family: arial, sans-serif;
	font-size: 11px;
}

/* form text element */

.form_text_tiny, .form_textarea_tiny {
	width: 42px;
}

.form_text_small, .form_textarea_small {
	width: 92px;
}

.form_text_split, .form_textarea_split {
	width: 142px;
}

.form_text_medium, .form_textarea_medium {
	width: 192px;
}

.form_text_large, .form_textarea_large {
	width: 242px;
}

.form_text_huge, .form_textarea_huge {
	width: 292px;
}

.form_text_tiny_error, .form_textarea_tiny_error {
	width: 42px;
	background-color: #8cc63f;
	color: #fff;
	font-weight: bold;
}

.form_text_small_error, .form_textarea_small_error {
	width: 92px;
	background-color: #8cc63f;
	color: #fff;
	font-weight: bold;
}

.form_text_split_error, .form_textarea_split_error {
	width: 142px;
	background-color: #8cc63f;
	color: #fff;
	font-weight: bold;
}

.form_text_medium_error, .form_textarea_medium_error {
	width: 192px;
	background-color: #8cc63f;
	color: #fff;
	font-weight: bold;
}

.form_text_large_error, .form_textarea_large_error {
	width: 242px;
	background-color: #8cc63f;
	color: #fff;
	font-weight: bold;
}

.form_text_huge_error, .form_textarea_huge_error {
	width: 292px;
	background-color: #8cc63f;
	color: #fff;
	font-weight: bold;
}

/* form select element */

.form_select_tiny {
	width: 42px;
}

.form_select_small {
	width: 92px;
}

.form_select_split {
	width: 142px;
}

.form_select_medium {
	width: 192px;
}

.form_select_large {
	width: 242px;
}

.form_select_huge {
	width: 292px;
}

.form_select_tiny_error {
	width: 42px;
	background-color: #8cc63f;
	color: #fff;
	font-weight: bold;
}

.form_select_small_error {
	width: 92px;
	background-color: #8cc63f;
	color: #fff;
	font-weight: bold;
}

.form_select_split_error {
	width: 142px;
	background-color: #8cc63f;
	color: #fff;
	font-weight: bold;
}

.form_select_medium_error {
	width: 192px;
	background-color: #8cc63f;
	color: #fff;
	font-weight: bold;
}

.form_select_large_error {
	width: 242px;
	background-color: #8cc63f;
	color: #fff;
	font-weight: bold;
}

.form_select_huge_error {
	width: 292px;
	background-color: #8cc63f;
	color: #fff;
	font-weight: bold;
}

.form_display {
	font-family: arial, sans-serif;
	font-size: 12px;
}

.form_textarea_huge, .form_textarea_huge_error {
	height: 150px;
}

