/* style for the whole document */
body {
	font-family: "New Century Schoolbook", Garamond, serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 17px;
	line-height: normal;
	color: #43698B;
	background-color: #75B7F3;
	background-image: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0;
	margin: 0;
	padding: 0.5em;
	border-style: none;
	border-width: 0;
	white-space: normal;
	width: auto;
	height: 410px;
}
h1 {
	font-size: 200%;
	font-weight: normal;
	font-variant: small-caps;
	font-style: normal;
	text-transform: uppercase;
	margin: 0em 0em 1em 0em;
}
h2 {
	font-size: 150%;
	font-weight: normal;
	font-variant: small-caps;
	font-style: normal;
	text-transform: uppercase;
	margin: 1.5em 0em 0.75em 0em;
}
h3 {
	font-size: 125%;
	font-weight: normal;
	font-variant: small-caps;
	font-style: normal;
	text-transform: uppercase;
	margin: 1.25em 0em 0.625em 0em;
}
h4 {
	font-size: 125%;
	font-weight: normal;
	font-variant: small-caps;
	font-style: normal;
	text-transform: none;
	margin: 1.1em 0em 0.55em 0em;
}
h5 {
	font-size: 110%;
	font-weight: normal;
	font-variant: small-caps;
	font-style: normal;
	text-transform: none;
	margin: 1em 0em 0.5em 0em;
}
h6 {
	font-size: 100%;
	font-weight: normal;
	font-variant: normal;
	font-style: italic;
	text-transform: none;
	margin: 0.5em 0em 0em 0em;
}
p{
	margin: 0em 0em 0em 0em;
}
p + p {
	text-indent: 1.5em;
}
ul {
	margin: 0em 0em 0em 0em;
	padding: 0em 0em 0em 1em;
	list-style-type: circle;
	list-style-image: none;
	list-style-position: outside;
}
ul li:before {
	display: marker;
	marker-offset: 1em;
}
img {
	border-style: none;
	top: auto;
	bottom: auto;
	left: auto;
	right: auto;
	margin: auto;
	vertical-align: text-bottom;
}
a {
	text-decoration: none;
}
a:link {
	color: #293fdc;
	background-color: #75B7F3;
}
a:visited {
	color: #3c58a2;
	background-color: #75B7F3;
}
a:hover {
	color: #293fdc;
	background-color: #d7e2f5;
}
a:active {
	color: #ff4444;
	background-color: #d7e2f5;
}

/* style for the navigation section */
div.navigation {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 144px;
	height: auto;
	margin: 0;
	padding: 0.5em;
	border-style: none;
	text-align: center;
	font-size: 85%;
}
div.navigation p {
	text-indent: 0;
	margin: 0.5em 0.5em 0.5em 0.5em;
	padding: 0;
}
div.navigation a {
	display: block;
	margin: 0;
	border-style: outset;
	border-width: 2px;
}
div.navigation a:active {
	border-style: inset;
}
div.navigation a.flags {
	margin: 0 auto 0 auto;
	background-image: url(englishflag.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 31px;
	width: 44px;
	border-style: none;
	border-width: 0;
}
div.navigation a.flags:hover {
	background-image: url(dutchflag.gif);
}
div.navigation a.flags:active {
	background-image: url(dutchflagdown.gif);
}
div.navigation a.vlaggen {
	margin: 0 auto 0 auto;
	background-image: url(dutchflag.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 31px;
	width: 44px;
	border-style: none;
}
div.navigation a.vlaggen:hover {
	background-image: url(englishflag.gif);
}
div.navigation a.vlaggen:active {
	background-image: url(englishflagdown.gif);
}
div.navigation a.validator {
	margin: 10em auto 0 auto;
	height: 31px;
	width: 88px;
	border-style: none;
}

/* style for the content section */
div.content {
	position: absolute;
	top: 0px;
	left: 144px;
	width: 600px;
	height: auto;
	margin: 0;
	padding: 0.5em 0.5em 0.5em 0.5em;
	border-style: none;
}
div.content p#infotray {
	left: 0px;
	width: 456px;
	height: auto;
	margin: 0;
	padding: 0.5em 0.5em 0.5em 0.5em;
	border-style: none;
	text-align: center;
	font-size: 60%;
}
div.contact p {
	margin: 0.5em 0em 0.5em 0em;
	text-indent: 0;
}
div.reference p {
	padding: 0em 0em 0em 3em;
	text-indent: -3em;
}

/* style for the homepage */
body.homepage {
	background-color: #484848;
	background-image: url(grote_foto.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: scroll;
	height: 600px;
	width: 800px;
	color: #EE1212;
}
body.homepage p {
	text-indent: 0;
}
body.homepage p#infotray {
	border-style: none;
	text-align: center;
	font-size: 60%;
}
body.homepage a {
	text-decoration: none;
	background-color: #75B7F3;
	color: #43698B;
}

