*{
	margin:0;
	padding:0;
	outline:none;
}
.pngfix {
	behavior: url(scripts/iepngfix.htc);
}

body, p, td, input {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:12px;
	line-height:1.6;
}

body {
	background:url(../img/bg.jpg) top left;
}

table.displayData {
	
}
	table.displayData tr td, table.displayData tr th {
		padding:3px 5px;
		text-align:left;
	}
	table.displayData tr th {
		background:#fff;
		color:#000;
	}
	
p{
	padding-bottom:16px;
}

	
a{
	font-weight: bold;
	text-decoration:none;
	color:#ff7200;
}

a.terug img {
	border:0;
}
a.edit_button {
	float:right;
}

a:hover{
	color:#a5d6e4;
}

h1 {
	font-size:22px;
	font-weight:normal;
}
h2 {
	color:#ff7200;
}
h3 {
	font-size:14px;
	color:#a9d8e5;
	font-weight:bold;
}
h3.high {
	color:#ff7200;
}
h3 a {
	color:#a9d8e5;
}
h4 {
	font-size:12px;
}

hr {
	clear:both;
	border:none;
	height:1px;
	background:#5a4c3a;
	margin:0 0 20px 0;
}

.oranje{
	font-weight:bold;
	color:#ff7200;
}

.blauw{
	font-weight:bold;
	color:#a5d6e4;
}

.contactinput{
	background:url(../img/bgInput.png) top left no-repeat;
	behavior: url(scripts/iepngfix.htc);
	width:218px;
	height:27px;
	border:0;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;

}