/* Elements */
body {
	background-color: #E1E1E1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#kop, #jaarnav, #nav, .content, .contact, #module, #herkansingen, #context {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #808080;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #808080;
	background-color: #CDCDCD;
}
#kop {
	background-image: url(images/header.png);
	height: 120px;
	width: 800px;
	margin-top: 50px;
}
#kop h1 {
	display: none;
}
#jaarnav {
	height: 30px;
	background-image: url(images/navbackground.png);
	background-repeat: repeat-x;
	font-size: 15px;
	font-weight: bold;
	color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5C5C5C;
	margin-top: -150px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5C5C5C;
}
#jaarnav ul{
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	height: 30px;
}
#jaarnav li {
	float: left;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 22px;
	margin-top: 0px;
	padding: 0px;
}
#jaarnav li a{
	color: #666666;
	text-decoration: none;
	display: block;
	height: 23px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 7px;
}
#jaarnav li a:hover{
	color: #CACACA;
	background-image: url(images/navbackgroundsel.png);
}
#nav {
	height: 30px;
	background-image: url(images/navbackground.png);
	background-repeat: repeat-x;
	font-size: 15px;
	font-weight: bold;
	color: #666666;
	border: 1px solid #808080;
	margin-top: 118px;
	padding-left: 20px;
	width: 780px;
}
#nav ul  {
	list-style-type: none;
	padding: 0px;
	height: 30px;
	margin: 0px;
	z-index: 500;
}
#nav  ul li {
	float: left;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 22px;
	margin-top: 0px;
	padding: 0px;
	margin-right: 20px;
	width: 150px;
	z-index: 500;
	position: relative;
}
#nav   ul   li a {
	color: #666666;
	text-decoration: none;
	height: 23px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 7px;
	display: block;
}
#nav  ul  li a:hover {
	color: #CACACA;
	background-image: url(images/navbackgroundsel.png);
}
#nav ul li ul{
	padding-top: 1px;
	display: none;
}
#nav ul li:hover ul {
	display:block;
}
#nav ul li ul li {
	float: none;
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #9C9D9D;
}
.content, #module, #herkansingen, #context {
	padding: 10px;
	width: 780px;
}
#context {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #808080;
}
p  {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h3 {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.contact {
	padding: 10px;
	width: 780px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #808080;
}
.contact table {
	text-align: left;
	padding: 0px;
	border: 1px solid #B7B7B7;
	border-collapse: collapse;
	width: 99%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.contact table td {
	border: 1px solid #9F9E9E;
	padding: 2px;
}
.contact table caption {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #B7B7B7;
	border-right-color: #B7B7B7;
	border-bottom-color: #B7B7B7;
	border-left-color: #B7B7B7;
	padding: 2px;
	font-weight: bold;
	color: #666666;
	background-color: #B7B7B7;
}
.contact     table th  {
	padding: 2px;
	border: 1px solid #9F9E9E;
}
#staart {
	background-image: url(images/corner.png);
	height: 100px;
	width: 100px;
	position: fixed;
	right: 0px;
	bottom: 0px;
}
