@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;
}

#kolom_150 {
	width: 144px; 
	float: left; 
	margin-right: 0px; 
	height: auto;
	min-height: 200px;
	border: 0px solid white;
	padding-right: 16px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 1.0em;
/*	background-color: white;*/
}

body {
	background: transparent url(../images/bg.jpg);
	background-color: #a6a6a6;
	background-repeat: repeat;
	color: #d5d900;
	font-style: normal;
	font-size: 12px;
	font-family: Arial, 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 top;
	left: 50%;
	margin-left: -400px;
	position: absolute;
	width: 800px;
}

div.footer {
	background: #d5e04d url(../images/footer.jpg) no-repeat top;
	clear: both;
	height: 100px;
	text-align: right;
	margin-right: 10px;
}

div.footer p {
	color: #5d1011;
	line-height: 20px;
	font-size: 8px;
	letter-spacing: 2px;
	position: relative;
	padding-top: 30px;
	text-transform: uppercase;
}

div.footer p a {
	color: #c42224;
	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;
}

/* 2-kolommen */
/* Linkerkolom */
#left {
	display: inline;
	float: left;
	width: 230px;
	margin: 10px;
	margin-left: 20px;
	background-color: #d5e04d;
	padding: 10px
}

#left h2 {
	color: #5d1011;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
}

#left p {
	color: #5d1011;
	font-size: 9px;
}

/* Rechterkolom */
#right {
	float: left;
	width: 490px;
	margin-left: 0px;
	margin-right: 10px;
/*	background-color: white;*/
	padding: 10px;
}

#right p {
	color: #5d1011;
	font-size: 100%;
	line-height: 16px;
	margin: 0;
	padding: 0 0 8px 0px;
	text-align: justify;
}

#right h2 {
	color: #c42224;
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
}

#right h3 {
	color: #5d1011;
	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: #5d1011;
	font-size: 100%;
	line-height: 1.3em;
	padding: 0px 0px 8px 22px;
}

#right a {
	text-decoration: none;
}


#right a:link {
	color: #c42224;
	border: 0;
}

#right a:visited {
	color: #c42224;
	border: 0;
}

#right a:hover {
	color: black;
	border: 0;
}

#right a:active {
	color: #000000;
	border: 0;
}

#right table {	
	margin-left: 0px;
}

#right .img {
	border: 1px solid #ECEBE9;
	padding: 3px;
}

#right .thumbnail {
	border: 1px solid #ECEBE9;
	padding: 3px;
	margin-bottom: 5px;
}


.kleineletters {
	font-size: 9px;
	margin-left: 13px;
}