@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: transparent url(../images/bg.jpg);
	background-color: black;
	background-repeat: repeat-x;
	color: white;
	font-style: normal;
	font-size: 12px;
	font-family: "Lucida Sans Unicode", 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.content {
	background: transparent url(../images/content-bg.jpg) repeat-y;
	left: 50%;
	margin-left: -421px;
	position: absolute;
	width: 842px;
}

div.footer {
	background: #95d06a url(../images/footer.jpg) no-repeat top;
	clear: both;
	height: 65px;
	text-align: center;
}

div.footer p {
	color: #68321f;
	font-size: 8px;
	letter-spacing: 2px;
	position: relative;
	padding-top: 45px;
	text-transform: uppercase;
}

div.footer p a {
	color: #b31f17;
}

div.footer p a:hover {
	color: #000000;
}

ul {
	list-style: none;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding-left: 0px;
}

/* 2-kolommen */
/* Linkerkolom */
#left {
	display: inline;
	float: left;
	width: 192px;
	margin-left: 31px;
	margin-right: 10px;
}

#left h2 {
	color: #68321f;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
}

#left p {
	color: #68321f;
	font-size: 9px;
}

/* Rechterkolom */
#right {
	float: left;
	width: 568px;
	margin-left: 10px;
	margin-right: 31px;
}

#right p {
	color: #68321f;
	font-size: 100%;
	line-height: 16px;
	margin: 0;
	padding: 0 0 15px 0px;
	text-align: justify;
}

#right h2 {
	color: #b31f17;
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
}

#right h3 {
	color: #68321f;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
}

#right ul li {
	background: url(../images/bullet.gif) no-repeat 0 3px;
	color: #68321f;
	font-size: 100%;
	line-height: 1.3em;
	padding: 0px 0px 8px 22px;
}

#right a:link {
	color: #b31f17;
	border: 0;
}

#right a:hover {
	color: #000000;
	border: 0;
	border-bottom: 1px; 
	border-style: dashed;
}

#right table {	
	margin-left: 0px;
}

#right .img {
	border: 1px solid #ECEBE9;
	padding: 3px;
}

#right .thumbnail {
	float: left;
	font-size: 10px;
	margin-right: 10px;
	margin-top: 2px;
	margin-bottom: 5px;
	width: 100px;
}

/* Links */
a {
	color: #473B07;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #b31f17;
	text-decoration: none;
}

a:active {
	color: #000000;
}

a:hover .img {
	border: 1px solid #b31f17;
	display: block;
	padding: 3px;
}

a.sublevel {
	font-weight: bold;
	text-transform: lowercase;
}

.kleineletters {
	font-size: 9px;
	margin-left: 13px;
}

input {
	font-family: "Lucida Sans Unicode", verdana, helvetica, sans-serif;
	font-size: 11px;
	color: Black;	
	background-color: #ECECEC;
	border: 0;
	border-bottom: dashed 1px;
	padding: 4px;
}

textarea {
	font-family: "Lucida Sans Unicode", verdana, helvetica, sans-serif;
	font-size: 11px;
	color: Black;
	border: 0;
	background-color: #ECECEC;
	padding: 4px;
}