body {
  background-color: #A9A9A9;
  font-family: verdana, helvetica, sans-serif;
  font-size: 11px;
  margin: 0px;
  padding: 0px;
}

table, td {
  font-family: verdana, helvetica, sans-serif;
  font-size: 11px;
}

a {
	text-decoration: none;
	color: #980622;
}

#menubalk {
	color: #FFFFFF;
	padding: 5px;
}

#menubalk a {
	text-decoration: none;
	color: #FFFFFF;
}

#menubalk a:hover {
	text-decoration: none;
	color: #ef808e;
}

#content {
	margin-bottom: 10px;
}

#onderbalk {
	position: relative;
	height: 10px;
	margin-bottom: 2px;
}

#copyright {
	position: relative;
	height: 10px;
	text-align: right;
	color: #ABABAB;
	font-weight: bold;
	font-size: 0.8em;
	margin-bottom: 5px;
}
#copyright a {
	color: #ABABAB;
	font-weight: bold;
	border-bottom: 0px;
}

.content_title {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 10px;
}

.menubutton_active {
	width: 170px;
	height: 15px;
	background-color: #980622;
	color: #FFFFFF;
	margin-bottom: 1px;
	padding: 3px;
}

.menubutton {
	width: 168px;
	height: 13px;
	background-color: #FFFFFF;
	color: #000000;
	margin-bottom: 1px;
	padding: 3px;
	border: solid 1px #980622;
}

.menubutton_hover {
	cursor: pointer;
	width: 168px;
	height: 13px;
	background-color: #ffe4e9;
	color: #000000;
	margin-bottom: 1px;
	padding: 3px;
	border: solid 1px #980622;
}

#contenttext {
	text-align: left;
	margin-bottom: 20px;
}

#contenttext a {
	border-bottom: 1px dotted #980622;
}

.image { border: 0px; }

#contenttext ul
{
	margin: 0px 0px 1em 0px;
	padding: 0px 0px 0px 25px;
	list-style-type: square;
	list-style-image: url('../img/list_stripes.gif');
	margin-bottom: -20px;
}
#contenttext li {
	margin-left: 10px;
	margin-bottom: 2px;
}

#downloadlist ul
{
	margin: 0px 0px 1em 0px;
	padding: 0px 0px 0px 30px;
	list-style-type: square;
	list-style-image: url('../img/pdf.gif');

}

#downloadlist li {
	margin-bottom: 10px;
}

input, select {
  font-family: "Arial", sans-serif;
  color: #000000;
  font-size: 12px; text-decoration: none; font-weight: normal;
  border: 1px;
  border-color: #888888;
  border-style: solid;
	margin: 1px;
	padding-left: 1px;
}
input:focus { background:#EFEFEF; border-color: #888888; }

.button {
	background: url('../img/button.gif');
	padding-left: 19px;
	text-align: left;
  color: #000000;
  font-family: "Arial", sans-serif;
  font-size:12px;
  font-weight:bold;
  width:200;
  height: 20;
  background-color:#D9D9D9;
  border-bottom-width:1px; border-left-width:1px; border-right-width:1px; border-top-width:1px;
  border-color: #888888;
}

form {
	margin: 0px;
}