@charset "utf-8";
/* CSS Document */

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #444444; text-decoration: none;
	margin: 0px;
	margin-bottom: 0px;
	text-align: center;
}
a{
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #444444; text-decoration: none;
}
a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #444444; text-decoration: none;	
}
a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #181818; text-decoration: none;	
}
h3{
	font-size: 1.1em;
	margin: 0;
	padding: 0;
}
h4{
	font-size: 1.0em;	
	margin: 0;
	padding: 0;
}
#container
{
	position: relative;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 900px;
	height: 592px;
	background-image: url('images/background.png');
}
#logo{
	position: absolute;
	left: 115px;
	top: 30px;
}
#foto{
	position: absolute;
	right: 32px;
	top: 25px;
}
#logo2{
	position: absolute;
	left: 25px; top: 435px;
	width: 172px; height: 137px;
}
#logo3{
	position: absolute;
	left: 195px; top: 435px;
	width: 158px; height: 137px;
}
#logo4{
	position: absolute;
	left: 353px; top: 435px;
	width: 158px; height: 137px;
	z-index: 100;
}
#button{
	position: absolute;
	left: 353px; top: 435px;
	width: 172px; height: 137px;
	z-index: 90;
}
#contact{
	position: absolute;
	left: 32px;
	top: 251px;
	background-image: url('images/contactformulier.png');
	width: 322px;
	height: 166px;
}
#contact table{
	width: 300px;
	margin: 2px 11px 2px 11px;
}
#contact table tr td{
	vertical-align: top;
}
#Copyright{
	width: 900px;	
	margin-left: auto;
	margin-right: auto;
	margin-top: 2px;
	padding-left: 150px;
	text-align: left;
}

.hidden{
	display: none;	
}
.field{
	font-family: "Lucida Sans", Verdana, Helvetica, sans-serif; font-size: 12px; 
	color: #1e0cdd;
	background-color:#FFF;
	border:1px solid #000;
	width: 200px;
}
.bericht{
	font-family: "Lucida Sans", Verdana, Helvetica, sans-serif; font-size: 12px; 
	color: #1e0cdd;
	background-color:#FFF;
	border:1px solid #000;
	width: 200px; height: 60px;
}
.button{
	font-family: "Lucida Sans", Verdana, Helvetica, sans-serif; font-size: 12px; 
	color: #000;
	font-weight: bold;
	background-color:#d0d0d0;
	border:1px solid #000;
	width: 100px;
}
.error{
	font-weight: bold;
	color: red;
}
