@import url(navigatie.css);
@import url(table.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: #e0f2fb;
	color: #04357b;
	font-style: normal;
	font-size: 12px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	margin: 0;	
}

p {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

hr {
	border-top: 2px dashed black;
	height: 0px;	
}

h1 {
	background: transparent url(../images/header.jpg) center top no-repeat;
	height: 241px;
	margin: 0;
	padding: 0;	
}

div.clearer {
	clear: both;
}

div.content {
	background: #d4edfa;
	left: 50%;
	margin-left: -498px;
	position: absolute;
	width: 996px;
}

div.footer {
	background: #305b95;
	clear: both;
	height: 20px;
}

div.footer p {
	color: #000000;
	font-size: 9px;
	letter-spacing: 2px;
	position: relative;
	padding-top: 30px;
	text-transform: uppercase;
}

div.footer p a {
	color: white;
}

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: 286px;
	margin-left: 40px;
	margin-right: 0px;
	margin-top: 40px;
}

/* Rechterkolom */
#right {
	float: right;
	width: 590px;
	margin: 40px;
}

#right p {
	font-size: 12px;
	line-height: 22px;	
	margin: 0;
	padding: 0 0 18px 0px;
}

#right p.groot { 
	line-height: 22px;
	font-size: 16px;
	font-weight: bold;
}

#right span.tijd {
	display: inline-block;
	width: 100px;
	color: #009EE0;
}

#right h2 {
	font-size: 24px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 20px;
}

#right h3 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
}

#right h4 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 4px;
}

#right h5 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 18px;
}


#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: #009ee0;
	border: 0;
	text-decoration: none;
}

#right a:visited {
	color: #009ee0;
	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;
}

#right div.align {
	width: 140px;
	display: inline-block;
	float: left;
	margin-right: 5px;	
}



.kleineletters {
	font-size: 9px;
	margin-left: 13px;
}

.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: Georgia;
	font-size: 12px;
	color: white;
	padding: 2px;
	border: 0;
	background-color:  #3c72b7;
	
}