@import url(navigatie.css);
@import url(visit.css);


body, div, blockquote, p, a, td, tr, ul, li, img, h1, h2, h3, h4, pre, noscript {
/* Verwijderd alle browser afhankelijke defaults */
margin: 0; padding: 0; border: none; text-indent: 0;
}

td, tr, li ,dt, dd {
	margin-left: 0;
	padding-left: 0;
}

body {
	background-color: white;
	color: black;
	font-style: normal;
	font-size: 12px;
	font-family: "Arial", verdana, helvetica, sans-serif;
	margin: 0;
}

p {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

hr {
	border-top: 2px dashed black;
	height: 0px;	
}


div.clearer {
	clear: both;
	margin: 0;
	padding: 0;
}

div.footer {
	position: relative;
	display: block;
	background: white url(../images/footer.jpg) no-repeat top;
	clear: both;
	height: 50px;
	text-align: center;
}

div.footer p {
	color: black;
	line-height: 20px;
	font-size: 8px;
	letter-spacing: 2px;
	position: relative;
	padding-top: 10px;
	text-transform: uppercase;
	
}

div.footer p a {
	color: #405b81;
	text-decoration: none;
}

div.footer p a:hover {
	color: #000000;
}

ul {
	list-style: none;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding-left: 0px;
}


div.inhoud {
	display: block;
	clear: both;
	float: none;
	position: absolute;
	top: 448px;
	width: 752px;
	margin: 0 auto;
	margin-left: 44px;
	margin-top: 31px;
	padding: 24px;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
	text-align: justify;
	z-index: 1000;	
}

/* 2-kolommen */
/* Linkerkolom */
#left {
	position: absolute;
	display: block;
	float: both;
	width: 639px;
	margin-left: 44px;
	margin-top: 31px;
	padding: 0px;
}

/* Rechterkolom */
#right {
	float: left;
	width: 161px;
	margin: 0px;
	margin-right: 44px;
	padding: 0px;
}

.hide {
	display: none;
}

#main {
	display: block;
	float: left;
	position: relative;
	top: 80px;
	left: 66px;
	width: 600px;
	height: 365px;
	padding-right: 15px;
	overflow: auto;
	text-align: justify;
}

#main h2 {
  margin-bottom: 5px;
}

#main h3 {
  margin-bottom: 5px;
}

#main p {
  margin-bottom: 5px;
}

#main ul li {
	list-style: square;
	list-style-type: square;
	list-style-position: outside;
	margin-left: 20px;
	margin-bottom: 5px;
}

#main a {
	text-decoration: none;
}


#main a:link {
	color: white;
	border: 0;
}

#main a:visited {
	color: white;
	border: 0;
}

#main a:hover {
	color: black;
	border: 0;
}

#main a:active {
	color: #000000;
	border: 0;
}

img.banner {
	float: left;
	padding: 2px;
	border: solid black 1px;
	margin-right: 2px;
	margin-bottom: 2px;
}

img.banner-right {
	float: left;
	padding: 2px;
	border: solid black 1px;
	margin-right: 0px;
	margin-bottom: 2px;
}

#anim {
	display: block;
	position: absolute;
	top: 210px;
	left: 105px;
}

small {
	font-size: 0.8em;
}