/*body * {
	font-family:inherit;
	cursor:default;
	color:inherit;
	overflow:visible;
}*/
body {
	font-size:0.95em;
	font-family:Gill Sans MT;
	/*background-color:#500000;*/
	background-color:rosybrown;
	color:#500000;
	margin:0em;
	padding:1em;
}
a {
	text-decoration:none;
	color:#FF1493;
	cursor:auto;
}

a#deze
{
	background-color: ivory;
}

a#deze:hover
{
	background-color:#607339;
}

a:hover {
	background-color:#607339;
}
/* links linksboven */
div#links {
	position: absolute;
	top: 100px;
	left: 5px;
	width:9em;
	background-color:#500000;
	color:black;
	float:left;
	font-variant:small-caps;
	font-weight: bold;
}

div#top {
	font-size: 16pt;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 100%;
	height: 73px;
	background-color:ivory;
	color:#500000;
	padding: 0px;
}
div#links a {
	display:block;
/*	width:100%;*/
	margin:0em;
	padding:0.5em;
}

/* verschijnt onder en naast links als je er overheen gaat*/
span.linktext {
	font-variant:normal;
	font-weight:normal;
	color:#607339;
	margin-top:-0.5em;
	position:absolute;
	top: 11em;
	left: 1em;
	width:8em;
	padding:0.5em;
	visibility:hidden;
	text-align:left;
	cursor:default;
}

a:hover span.linktext {
	visibility:visible;
}

div.quote {
	margin:1em 5% 1em 5%;
}
h1, h2, h3, h4 {
	color:#EF7B14;
	margin:0.1em 0em 0.3em 0em;
	font-size:1.5em;
	font-weight:bolder;
	font-variant:small-caps;
	font-family:Gill Sans MT;
	color:#FFFFF0;
}

div#main
{
	position: absolute;
	top: 99px;
	left: 153px;
	text-align:justify;
	width: 700px;
}

div#footer {
	text-align:right;
	padding:2em;
	color:#607339;
}
div#footer div {
	float:left;
}
div#footer div a {
	text-align:left;
}

/*img#logo {
position: absolute;
top: 5px;
left: 4px;
}*/
