html {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 101%;
}

td {
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}

.logo h1 {
	color: white;
	font-weight: bold;
	font-size: 20px;
	margin: 0;
	padding: 0;
	width: 271px; 
	height: 60px;
	cursor: pointer;
	cursor: hand;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	color: #000033;
	font-weight: bold;
	font-size: 20px;
	margin: 0;
	padding: 0;
}

h1 span {
	visibility: hidden;
	display: none;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0px;
	padding: 0px 0px 15px 0px; /* als een block-element in p-tag zit, werkt padding niet!*/
}

a.menuitem { 
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #000033;
}

a.menuitem:link, a.menuitem:visited, a.firstmenuitem:link, a.firstmenuitem:visited {
	font-size: 13px;
	font-weight: bold;
	color: #000033;
	text-decoration: none;
}

a.menuitem:active, a.menuitem:hover, a.firstmenuitem:active, a.firstmenuitem:hover {
	font-size: 13px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}

a, a:link, a:visited, a:active, a:hover { 
	color: #FF9900; 
	text-decoration: underline; 
	font-weight: bold;
}

.foutmelding { 
	color: red;
	font-weight: bold;
}

form, input {
	margin: 0px;
	padding: 0px;
}

.inputbox {
	vertical-align: bottom;
	font-weight: bold;
	font-size: 12px;
	color: black;
	background: #FFFFFF;
	border: 1px solid black;
	margin: 0 0 0 5px;
	padding: 0;
}

.radiobutton {
	vertical-align: bottom;
	font-weight: bold;
	font-size: 12px;
	color: black;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
}

.button {
	vertical-align: bottom;
	font-weight: bold;
	font-size: 12px;
	border:1px solid #999999;
	color:black;
	background:#EEEEEE;
	margin: 0;
	padding: 0;
}

a img {
	vertical-align: text-bottom;
	background-color:white;
}

img {
	border-width: 0;
	margin: 0;
	padding: 0;
	display: inline;
	text-decoration: none;
}

img.imglogo {
	border-width: 0;
	margin: 0;
	padding: 0;
	display: block;
}

.persbericht {
	text-align: center;
	display: block;
}

.nieuwsbrief {
	text-align: center;
	margin: 0;
	padding: 0 0 2em 0;
}
.nieuwsbrief-input {
	vertical-align:bottom;
	text-align: left;
	margin: 10px 0 10px 0;
	padding: 0;
}

.nieuwsbrief ul,.menu-content ul,.voetmenu ul {
	display: inline;
	margin: 0px;
	padding: 0px;
}

.nieuwsbrief li,.menu-content li,.voetmenu li {
	display: inline;
	margin: 0 15px 0 0px;
	padding: 0px;
}

ul li {
	list-style-type: disc;
	line-height: 22px;
}

ol li {
	list-style-type: decimal;
	line-height: 22px;
}

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

.displayNone {
    display: none;
}

#corner-menu-lb {
	position: absolute; 
	top: 0; 
	left: 0;
}

#corner-menu-rb {
	position: absolute; 
	top: 0; 
	left: 659px; 
}

#corner-adres-lb {
	position: absolute; 
	top: 0; 
	left: 0;
}

#corner-adres-rb {
	position: absolute; 
	top: 0; 
	left: 204px; 
}

#corner-adres-lo {
	float: left; 
}

#corner-adres-ro {
	float: right; 
}