@import url(navigatie.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: #3c72b7;
	background-repeat: repeat-x;
	color: Black;
	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;
}

div.content {
	background: transparent url(../images/content-bg.jpg) repeat-y;
	left: 50%;
	margin-left: -296px;
	position: absolute;
	width: 592px;
}

div.footer {
	background: #3c72b7 url(../images/footer.jpg) no-repeat top;
	clear: both;
	height: 58px;
	text-align: center;
}

div.footer p {
	color: #000000;
	font-size: 9px;
	letter-spacing: 2px;
	position: relative;
	padding-top: 30px;
	text-transform: uppercase;
}

div.footer p a {
	color: #e5eff5;
}

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: 227px;
	margin-left: 28px;
	margin-right: 0px;
}

#left h2 {
	color: #000000;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
}

#left p {
	color: #000000;
	font-size: 9px;
}

/* Rechterkolom */
#right {
	float: left;
	width: 552px;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 30px;
	margin-bottom: 0px;
}

#right p {
	color: Black;
	font-size: 100%;
	line-height: 16px;
	margin: 0;
	padding: 0 0 8px 0px;
	text-align: justify;
}

#right h2 {
	color: black;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 8px;
}

#right h3 {
	color: #3c72b7;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
}

#right h4 {
	color: black;
	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: black;
	font-size: 100%;
	line-height: 1.3em;
	padding: 0px 0px 8px 22px;
}

#right a:link {
	color: #3c72b7;
	border: 0;
	text-decoration: none;
}

#right a:visited {
	color: #3c72b7;
	border: 0;	
	text-decoration: none;
}

#right a:hover {
	color: black;
	border: 0;
	text-decoration: none;
}

#right a:active {
	color: black;
	border: 0;
	text-decoration: none;
}

#right table {	
	margin-left: 0px;
}



#right .thumbnail {
	float: left;
	font-size: 10px;
	margin-right: 10px;
	margin-top: 2px;
	margin-bottom: 5px;
	width: 100px;
}




.kleineletters {
	font-size: 9px;
	margin-left: 13px;
}

strong {
	font-weight: bold;
	color: #3c72b7;
	font-size: 1.0em;
}

.img-left {
	border: 1px solid #3c72b7;
	display: block;
	float: left;	
	padding: 3px;
	margin-top: 3px;
	margin-right: 10px;	
}

.img-right {
	border: 1px solid #3c72b7;
	display: block;
	float: right;	
	padding: 3px;
	margin-top: 3px;
	margin-left: 10px;	
}

#img-bottom {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	position: relative;
	background-color: #3C72B7
}

input {
	font-family: "Lucida Sans Unicode", verdana, helvetica, sans-serif;
	font-size: 12px;
	color: white;
	padding: 2px;
	border: 0;
	background-color:  #3c72b7;
	
}