﻿@import url('layout.css');
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url("../images/background.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 80%;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
	background-color: #fff;
}
@media screen and (min-width: 1441px) {
#container {
	width: 65%;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
	background-color: #fff;
}
}
@media screen and (max-width: 800px) {
#container {
	width: 92%;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
	background-color: #fff;
}
}
#masthead {
	text-align: center;
	width: 96%;
	padding: 1px;
	border: 1px dotted #725972;
	background-image: url("../images/masthead.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}
#inhoud {
	float: left;
	width: 95%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#menuboven {
	text-align: center;
	width: 96%;
	border: 0px dotted #d8bfd8;
}
#menuonder {
	text-align: center;
	clear: both;
	width: 96%;
	border: 1px dotted #d8bfd8;
	background-color: aqua;
}
/* Masthead Styles */
#masthead h1 {
	color: black;
	font-size: 2em;
}
/* navigatie Styles */
#menuboven p {
	color: #808080;
}
#menuboven a {
	color: #503750;
	text-decoration: underline;
}
#menuboven a:hover {
	color: #402640;
	text-decoration: none;
}
#menuonder p {
	color: #808080;
}
#menuonder a {
	color: black;
	text-decoration: underline;
}
#menuonder a:hover {
	color: #402640;
	text-decoration: none;
	background-color: white;
}
.selmenu {
	color: black;
	background-color: aqua;
}
a {
	color: #402640;
	text-decoration: underline;
}
.center {
	text-align: center;
}
a:hover {
	color: black;
	text-decoration: underline;
	background-color: aqua;
}
img:hover {
	border: 0px;
}
/* inhoud Styles */
#inhoud h2, h3, h4 {
	color: #503750;
}
#inhoud table {
	border: thin aqua none;
}
#inhoud tr {
	border: thin aqua none;
}
#inhoud td {
	border: thin aqua solid;
}
.boven {
	vertical-align: text-top;
}
.dik {
	font-weight: bold;
}
.schuin {
	font-style: italic;
}
.klein {
	font-size: small;
}
.wrand {
	border: thin blue solid;
}
.grand {
	border: 0px;
}
.tabelkop {
	background-color: #d3d3d3;
	color: #000000;
	text-decoration: none;
}
ol.urdecla {
	list-style-type: upper-roman;
	list-style-image: none;
	list-style-position: outside;
	text-decoration: none;
}
ol.urdecla ol.urdecla {
	list-style-type: decimal;
	list-style-image: none;
	list-style-position: outside;
	text-decoration: none;
}
ol.urdecla ol.urdecla ol.urdecla {
	list-style-type: lower-alpha;
	list-style-image: none;
	list-style-position: outside;
	text-decoration: none;
}
