/* CSS Document */

body {
	background-color:#6C8FC9;
	background-image:url(../images/back.gif);
	background-repeat:repeat-x;
	padding:0px;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	color:#666666;
}
#container {
	background-image:url(../images/container-back.gif);
	background-repeat:repeat-y;
	background-position:100% 100%;
	width:900px;
	margin:auto;
	height:100%;
}
#top {
	background-image:url(../images/top.gif);
	width:900px;
	height:145px;
	float:left;
}
#content {
	float:left;
}
#left {
	background-image:url(../images/left.gif);
	background-repeat:no-repeat;
	width:200px; /* 210 - 10 */
	min-height:474px;
	_height:474px;
	padding-left:10px;
	float:left;
}
#main {
	background-image:url(../images/main.gif);
	background-repeat:no-repeat;
	width:650px; /* 690 - 40 */
	min-height:394px; /* 474 - 60 */
	_height:394px;
	padding:20px;
	padding-top:40px;
}
#bottom {
	background-image:url(../images/bottom.gif);
	background-repeat:no-repeat;
	width:690px;
	height:20px;
}
td, p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	color:#666666;
}
.small {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
}
.small_bold {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	padding-left:10px;
}
.left {
	padding-left:10px;
}
.header {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	height:20px;
	font-weight:bold;
	color:#6C8FC9;
}
.bold {
	font-weight:bold;
}
a, a:link {
	color:#BB0017;
}
a:hover {
	text-decoration:none;
}
.red_none {
	color:#BB0017;
	text-decoration:none;
}.red_none a, a:link {
	color:#BB0017;
	text-decoration:none;
}
.red_none a:hover {
	color:#BB0017;
	text-decoration:underline;
}
.navigatie_tabel {
	background-color:#F1CCD1;
}
.navigatie_aan {
	background-color:#BB0017;
	border:1px solid;
	border-color:#FFFFFF;
	height:18px;
	border-top-style:none;
	border-right-style:none;
	width:200px;
	color:#FFFFFF;
	font-weight:bold;
}
.navigatie {
	background-color:#F1CCD1;
	border:1px solid;
	border-color:#FFFFFF;
	height:19px;
	border-top-style:none;
	border-right-style:none;
	width:200px;
}
a.link_navigatie, a.link_navigatie:link {
	color:#BB0017;
	text-decoration:none;
	font-weight:bold;
	padding-left:10px;
}
a.link_navigatie:hover {
	color:#D66674;
	text-decoration:none;
	font-weight:bold;
}
a.link_navigatie_aan, a.link_navigatie_aan:link {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	padding-left:10px;	
}
a.link_navigatie_aan:hover {
	color:#D66674;
	text-decoration:none;
	font-weight:bold;
}
a.none, a.none:link {
	text-decoration:none;
}
a.none:hover {
	text-decoration:underline;
}
a.wit_none, a.wit_none:link {
	text-decoration:none;
	color:#FFFFFF;
}
a.wit_none:hover {
	color:#A4B8D2;
}
form {
	padding:0px;
	margin:0px;
}