/*
    =Kleurenpalet=
 donkerblauw  #003366
 lichtblauw   #0370D3
 lichterblauw #4DA9FD
 gebrokenwit  #F5FAF4
*/
body {
	background-color: #003366;
	margin: 0px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F5FAF4;
}
img {
	border: 0;
}
#tabel {
	border-bottom: 1px solid #0370D3;
}
.leftCol {
	background-image: url(../images/bg_left.gif);
	background-repeat: repeat-y;
}
.rightCol {
	background-color: #F5FAF4;
	border-left: 1px solid #0370D3;
	width: 175px;
}
.topBar {
	background-image: url(../images/bg_top.gif);
	background-repeat: repeat-x;
}
.topBarRight {
	background-image: url(../images/bg_top_right.gif);
	background-repeat: repeat-x;
	border-left: 1px solid #0370D3;
	width: 175px;
}
.nav_button {
	padding-left: 7px;
}
.mainCell {
	padding: 8px;
}
.foto {
	border: 1px solid #0370D3;
	float: left;
	margin-right: 5px;
	margin-bottom: 3px;
}
.fotoR {
	border: 1px solid #0370D3;
	float: right;
	margin-left: 5px;
	margin-bottom: 3px;
}
.imgborder {
	border: 1px solid #0370D3;
}
a {
	text-decoration: none;
	color: #4DA9FD;
}
a:hover {
	text-decoration: underline;
	color: #4DA9FD;
}
.input {
	width: 180px;
}

div.clear {
clear: both;
display: block;
width:100%;
}
