/* CSS Document */

body{
	background-repeat:no-repeat;
	margin-right: 0px;margin-left:0px;overflow-x: hidden;
	background-color: #D2CFC6;
}

#back{
background-image:url(background.png); 

position:relative;top:126px;  width:760px; height:458px; 
}

#tekst {
	position:relative;
	height:349px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:498px;
	left: -110px;
	top: 100px;
	padding-left:11px;
	padding-right:12px;
	text-align:left;
	background-color: #FFFFFF;
	overflow-x:hidden;
    overflow-y:auto;
}

#button {
	width:100px;
	position:absolute;
	left: 0px;
	top: 0px;
	height: 80px;
	display:block;
	cursor:pointer;
}
#button2 {
	width:220px;
	position:absolute;
	left: 535px;
	top: 10px;
	height: 80px;
	display:block;
	cursor:pointer;
}
	
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#000000;
}
a:hover {
	text-decoration: underline;
	color:#000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.style18 {font-size: small}

h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #34467D;
	text-transform: uppercase;
	margin-top: 0px;
}

p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	color: #000000;
}

#form {
	margin: 10px;
	width: 450px;
}
	
#form fieldset {
	margin: 0;
	padding: 5px 5px 5px 30px;
	border: 0;
	border-top: 2px solid #000000;
}
	
#form table {
	width: auto;
	font-size: 1em;
}
	
#form table th {
	text-align: right;
	vertical-align: top;
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
	
#form table td {
	font-size: 0.9em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
	

#form .txtline,
#form .txtarea {
	width: 250px;
}
	
#form .txtarea {
	height: 80px;
}
	
#form .submit {
	margin: 5px auto;
	background-color: #34467D;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
	
#form .submit:hover {
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #000000;
}
	
#form .required {
	text-align: center;
	font: 0.8em;
}
	
#form .center {
	text-align: center;
}

.contactformuliertitel {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #34467D;
	text-transform: uppercase;
	margin-top: 0px;
	font-weight: bold;
}
