@charset "ISO-8859-1";
.border_grey {
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.menuitem:link {
	color: #FFFF99;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.menuitem:visited {
	text-decoration: none;
	color: #FFFF99;
}
.menuitem:hover {
	text-decoration: underline;
	color: #FFFF99;
}
.menuitem:active {
	text-decoration: none;
	color: #FFFF99;
}
.evenement_titel{
	font-size: 18px;
	color: #000000;
}
.evenement_startdatum {
	color: #AE0600;
	font-size: 14px;
}.submit_nieuwsbrief {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #55B12D;
	border: 0px none #4CB72D;
	font-weight: normal;
}
.textfield_nieuwsbrief {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}
.textfield_nieuwsbrief_err {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #CC0000;
}
.submit_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #990000;
	border: 0px none #990000;
	font-weight: normal;
}
.txtfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
.txtfield_err {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #990000;
	border: 1px solid #990000;
}
.title_event {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.content {
    height: 320px;
	width:595px;
    overflow: scroll;
}
