* {
	margin: 0;
	padding: 0;
}

body {
	FONT-FAMILY: Bookman Old Style, Century Gothic,Times New Roman;
	color: #312d2a;
	BACKGROUND-COLOR: #F4E9D6;
	}
A.gray {text-decoration: none;}
A.gray:link {	color: gray;}
A.gray:visited {	color: gray;}
A.gray:active {color: gray;}
A.gray:hover {	color: gray; text-decoration: underline;}

A.drie {text-decoration: none;}
A.drie:link {	color: #543f28;}
A.drie:visited {	color: #543f28;}
A.drie:active {color: #543f28;}
A.drie:hover {	color: #543f28; text-decoration: underline;}

A.vier {font-style : italic; text-decoration: none;}
A.vier:link {font-style : italic;	color: #A51805;}
A.vier:visited {	font-style : italic;	color: #D7B579;}
A.vier:active {	font-style : italic;	color: red;}
A.vier:hover {	color: red; text-decoration: underline;}
	
p {
	padding: 5px 0 0 0;
}
P SPAN.firstcapital{
	font-size : large;
	font-style : italic;
}
P SPAN.tussenkop{
	font-size : large;
	font-style : italic;
	font-variant: small-caps;
}

div#wrapper {
	width: 900px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	border-width: 0 1px;
	border-color: #D7B579;
	border-style: solid;
	BACKGROUND-COLOR: white;
}

div#header {
	font-size: 12px;
	padding: 10px 10px 0 0;
	color: #543f28;
	text-align: right;
	background: url('headertext.jpg') no-repeat top center;
}

#menu {
	text-align: left;
}

#menu ul {
	background-color: #F4E9D6;
	border: solid #D7B579;
	border-width: 1px 0;
	width: 100%;
	padding: 0;
	margin: 15px 0 0 0;
	white-space: no-wrap;
}

#menu ul li {
	display: inline;
	border-right: 1px solid #D7B579;
}

#menu ul li a {
	padding: 0 20px;
	font-size: 16px;
	text-decoration: none;
	color: #666;
	font-variant: small-caps;
}

#menu ul li a:hover {
	color: #000;
}

ul
{
list-style-position: inside;
list-style-type: disc;
}

div#tekst {
	padding: 20px;
	font-size: small;
	background-color: white;
}
div#teksthomepage {
	padding: 20px;
	font-size: small;
	background: url('homepagetekeningen.jpg') no-repeat top right;
}

div#footer {
	padding: 20px;
	clear: both;
	background-color: white;
	text-align: center;
}
INPUT.inputtext {
	COLOR: black; FONT-FAMILY: Bookman Old Style, Century Gothic,Times New Roman
}
OPTION.inputtext {
	COLOR: black; FONT-FAMILY: Bookman Old Style, Century Gothic,Times New Roman
}
INPUT.button {
	COLOR: black; FONT-FAMILY: Bookman Old Style, Century Gothic,Times New Roman
}
TEXTAREA.inputtext {
	COLOR: black; FONT-FAMILY: Bookman Old Style, Century Gothic,Times New Roman
}

