body{
	background-image: url(afbeeldingen/background.jpg);
	background-repeat: no-repeat;
	background-position: center 15px;
	background-attachment: fixed;	
	margin: 0;
	padding: 0;
	color: #737373;
	font-family: Arial;
	font-size: 0.8em;
}

.wrapper{
	position: relative;
	width: 620px;
	margin-left: auto;
	margin-right: auto;
}

.header{
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	height: 200px;
	width: 620px;
	background-image: url(afbeeldingen/header.jpg);
	background-repeat: no-repeat;
	background-position: center 10px;
}

.menu{
	position:relative;
	left:0px;
	padding-top: 43px;
	top: 140px;
}

.header ul{
	display: inline;
	list-style: none;
	padding: 0;
	margin: 0;
	color: #737373;	
}

.header li{
	display: inline;
	font-weight: bold;
	padding: 0;
	margin: 0;
	font-size: 0.9 em;
	color: #b1cbe7;
}

.header li a{
	text-decoration: none;
	color: #737373;	
}

.header li a:hover{
	text-decoration: underline;
	color: #737373;	
}

.contentBody a{
	text-decoration: underline;
	color: #0057ad;
}

.contentBody a:hover{
	color: #737373;
}

.content{
	position: relative;
	width: 589px;
	left: 15px;
	float: left;
}

.contentBody{
	position: relative;
	width: 559px;
	padding: 0px; 
}

h4{
	font-family: Times New Roman;
	font-size: 1.7em;
	line-height: normal;
	color: #737373;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

img{
	border: 0px;
}

:-moz-any-link :focus {
	outline: none;
}

:focus {
	-moz-outline-style: none;
	outline: none;
}

form table td {
	padding: 5px;
}

form table input {
	width: 250px;
	padding: 3px;
	margin: 0px;
}

div.buttonSubmit {
	position: relative;
}

div.buttonSubmit input,div.buttonSubmit span {
	height: 36px;
	position: relative;
	background-image: url(afbeeldingen/button-submit.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	float: left;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px 15px 2px 15px;
	margin: 20px 0px 20px 0px;
	border: 0px;
	cursor: pointer;
	z-index: 5;
}

div.buttonSubmit input {
	width: auto;
}

div.buttonSubmit span {
	width: 4px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-position: left -36px;
	padding: 0px 0px 0px 0px;
	z-index: 10;
}

body.safari div.buttonSubmit span {
	display: none
}

div.buttonSubmitHover input {
	background-position: right -72px;
}

div.buttonSubmitHover span {
	background-position: left -108px;
}

td.field input.error, td.field select.error, tr.errorRow td.field input,tr.errorRow td.field select {
	border: 2px solid red;
	background-color: #FFFFD5;
	margin: 0px;
	color: red;
}

tr td.field div.formError {
	display: none;
	color: #FF0000;
}

tr.errorRow td.field div.formError {
	display: block;
	font-weight: normal;
}





/* TEST */


