A:link {color: #000000; text-decoration: none;}
A:visited {color: #000000; text-decoration: none;}
A:active {color: #000000; text-decoration: none;}
A:hover {color: #FF0000;text-decoration: underline;}

#adress A:link {color: #000000; text-decoration: none; font-weight: bold; font-size:10px;}
#adress A:visited {color: #000000; text-decoration: none; font-weight: bold; font-size:10px;}
#adress A:active {color: #000000; text-decoration: none; font-weight: bold; font-size:10px;}
#adress A:hover {color: #FF0000;text-decoration: underline; font-weight: bold; font-size:10px;}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; 
}


html, body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	text-align: center;
	background-image: url(../images/bgWebsite.jpg);
	background-repeat: repeat-x;
}

img { 
	border: 0px; 
	padding: 0px;
	margin: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
	margin: 12px 0px 12px 0px;
	color: #000000;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
	margin: 12px 0px 0px 0px;
	color: #000000;
}

.main {
	width: 100%;
	height: 100%;
	text-align: left;
}

.website {
	tekst-align: left;
	width: 680px;
	height: 100%;
}

.bgleft{
	background-image: url(../images/bgLeft.jpg);
	background-repeat: repeat-x;
}
		
.bgright{
	background-image: url(../images/bgRight.jpg);
	background-repeat: repeat-x;
}

#container {
	width: 680px;
	margin: 0px auto;
	text-align: left;
	font-size: 12px;
}

#header {
	width: 680px;
	height: 190px;
	background-image: url(../images/bgHeader.jpg);
	background-repeat: no-repeat;
	position: relative;
}

#logo {
	position: absolute;
	top: 80px;
	left: 30px;
}

#footer {
	position: relative;
	width: 680px;
	height: 14px;
	clear: both;
}

#content {
	width: 506px;
	background-image: url(../images/bgGradient.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0px 0px 20px 0px;
	margin: 10px 0px 30px 30px;
}	

#content2 {
	width: 506px;
	background-image: url(../images/bgGradient2.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0px 0px 20px 0px;
	margin: 10px 0px 30px 30px;
}	


#text {
	width: 474px;
	padding: 0px 0px 0px 20px;
}

#textResult {
	width: 474px;
	padding: 0px 0px 360px 20px;
}

#adress {
	position: absolute;
	width: 140px;
	height: 200px;
	margin: 0px;
	padding: 0px;
	top: -144px;
	left: 550px;
	font-size: 9px;
}

#datafields {
	padding: 8px 0px 0px 24px;
}

#solliform p {
	padding: 0px;
	margin: 6px 0px 0px 0px;
}


label {
	width: 140px;
	float: left;
	text-align: left;
	display: block;
}


.submit input	{
	width: 280px;
	margin-top: 6px;
	margin-left: 163px;
	color: #000;
	background: #FFFFFF;
	border: 1px outset #0095da;
} 

.naw {
	width: 300px;
}

.nawText {
	width: 442px;
	height: 120px;
}

.nawBrowse{
	width: 298px;
}

.sex {
	float: left;
	padding: 0px 0px 2px 0px;
}

.sextext {
	padding: 2px 0px 0px 0px;
	width: 40px;
}

#verplicht {
}

#send {

	text-align: right;
	padding: 0px 40px 0px 0px;
}

#naw p {
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
