td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #000000;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
	border: 1px solid #FFFFFF;
}

.footer {
	font-size: 9px;
}

body {
	background-color: #6E8899;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-attachment: fixed;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #0000CC;
	text-decoration: underline;
}
.zakelijkelink {
	background-color: #FF6600;
	border: thin none #000000;
	width: auto;

}
.buttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #333333;
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
	height: 30px;
	width: 70px;
	border: thin double #FFFFFF;




}

.bericht {
	background-color: yellow;
	border-bottom: solid #0000FF;
	border-top: solid #0000FF;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center; 
	position:absolute;
	visibility:show; 
	left: 300px; 
	top: 200px; 
	z-index:2 
}