@charset "utf-8";
/* CSS Document */

*, html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

body {
	background-color: #e5e5e5;
	height: 100%;
	width: 100%;
}
h1 {
	font: normal 48px/56px arial, helvetica, sans-serif;
	letter-spacing: 2px;
	color: #ff0000;
	text-align: left;
	padding: 8px 0 20px 20px;
	border-bottom: 1px solid #89662e;
	margin-bottom: 10px;
}
p {
	font: bold 14px/20px arial, helvetica, sans-serif;
	color: #e0e0e0;
	text-align: left;
}

#container {
	width: 1024px;
	min-height: 690px;
	border: 1px solid #89662e;
	margin: 20px auto;
	overflow: auto;
	background: url(../afbeeldingen/achtergrond-alg.jpg);
}
#kop {
	background: url(../afbeeldingen/4xh-logo.gif) top right no-repeat;
	height: 85px;
	background-position: right 4px;
	background-color: #ffffff;
	margin-bottom: 65px;
	padding-top: 5px;
}
#lijst {
	width: 350px;
	float: left;
	padding: 310px 0 0 20px;
}
#lijst p {
	font: bold 15px/26px arial, helvetica, sans-serif;
	color: #e1e1e1;
}
#lijst ul {
	width: 330px;
	margin-left: 20px;
}
 #lijst ul li {
	font: bold 15px/20px arial, helvetica, sans-serif;
	color: #e1e1e1;
	padding: 0;
}
#lijst p a.knop_button {
	display: block;
	width: 285px;
	height: 64px;
	margin: 40px 0 0  30px;
	background-image: url(../afbeeldingen/knop_geef-je-op.png);
	background-position: top;
	text-indent: -9999px;
}
#lijst p a.knop_button:hover {
	background-position: center;
}
#lijst p a.knop_button:active {
	background-position: bottom;
}
#algemeen {
	vertical-align: top;
	float: right;
	padding: 135px 20px 0 0;
	width: 590px;
}
#algemeen p {
	font: bold 15px/26px arial, helvetica, sans-serif;
	color: #e1e1e1;
}
#navigatie {
	background: url(../afbeeldingen/navbar.png) no-repeat;
	height: 60px;
}
.clearfloat {
	clear: both;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
.kaart {
	width: 650px;
	height: 470px;
	padding: 10px;
	border: 1px solid white;
	margin: 150px 0 0 175px;
}
.kaart a:link, a:visited, a:hover, a:active {
	font: normal 12px/15px arial, helvetica, sans-serif;
	color:#fff;
	text-align:left;
}
.kaart p {
	margin-top: 10px;
}
.terug a {
	text-decoration: none;
}
.menu{
	width: 750px;
	margin: 0 auto;
	font: bold 14px Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.menu ul{
	margin: 20px auto;
	margin-bottom: 0;
	padding: 0;
	background: transparent;
}

.menu ul li{
display: inline;
}

.menu ul li a{
	float: left;
	color: #ffffff;
 	padding: 20px;
	text-decoration: none;
	border-right: 1px solid #b1c5d0;
}

.menu ul li a:visited{
color: #ffffff;
}

.menu ul li a:hover{
	color: #a1b7cc !important;
	background: #ffffff;
}
