body {
	position: relative;
	width: 950px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	line-height:1.5em;
	color: #000000;
}

a, a:active, a:visited {
	color: #FF9900;
}

a:hover {
	color: #000000;
}

h1 {
	
	font-size: 14pt;
	margin: 0px;
	padding: 0px;
	font-family: arial;
}

h1#topheading {
	font-style: italic;
	text-align: right;
	border-top: 3px solid black;
	letter-spacing: 0.5em;
}

h2 {
	color: #FF9900;
	margin: 0px;
	padding: 0px;
	font-size: 11pt;
}

h3 {
	color: #FF9900;
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
}

hr {
	color: black;
	height: 1px;
}

div#head {
	position: relative;
	top: 69px;
}

p {
	text-align: justify;
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
	color: #000000;
}

span#menu {
	position: absolute;
	z-index: 2;
	top: 25px;
	right: 0px;
	text-align: right;
}

a.menulink, a.menulink:active, a.menulink:visited {
	font-size: 10pt;
	color: black;
	font-weight: bold;
	text-decoration: none;
}

a.menulink:hover {
	color: #FF9900;
	text-decoration: underline;
	font-weight: bold;
}

div#leftside {
	float: left;
	width: 70%;
}

div#rightside {
	float: right;
	width: 200px;
	padding-right: 20px;
}

a.button, a.button:hover, a:button:active, a.button:visited {
	border: 0px;
}

img {
	border: 0px;
}

form#contactFormulier {
	background: #EEEEEE;
	width: 95%;
	border: 1px solid #DDDDDD;
	padding: 10px;
}

form#contactFormulier input, textarea {
	border: 1px solid #DDDDDD;
	width: 60%;
	font-family: verdana;
	font-weight: 10px;
	height: 1.5em;
}

form#contactFormulier textarea {
	border: 1px solid #DDDDDD;
	width: 100%;
	font-family: verdana;
	font-weight: 10px;
	height: 150px;
}

form#contactFormulier input.submitKnop {
	border: 1px solid #EE9900;
	background: #FF9900;
	font-weight: bold;
	width: 200px;
}

form#contactFormulier td {
	vertical-align: middle;
}
