body {
	background:url("../images/bg.jpg") top left repeat-x;
	padding:0px;
	margin:0px;
	
	font-family:Verdana, Arial, Tahoma;
	color:#00213c;
	font-size:11px;
	
	text-align:center;
}

a {
	color:#d9001a;
}

#container {
	width:864px;
	height:400px;
	
	position:relative;
	margin:0 auto;
	
	text-align:left;
}

#header {
	background:url("../images/headerFF.png") top left no-repeat;
	width:864px;
	height:268px;
}

#overflow {
	background:url("../images/bgContainerFF.png") top left repeat-y;
	overflow:hidden;
	_overflow:visible;
	_height:1%;
	padding-bottom:20px;
	line-height:20px;
}



#datum {
	color:black;
	position:absolute;
	top:110px;
	left:50px;
}	

#footer {
	background:url("../images/footerFF.png") top left no-repeat;
	width:864px;
	height:73px;
}


ul#topHorLeft {
	padding:0px;
	margin:0px;
	
	list-style:none;
	
	position:absolute;
	top:181px;
	left:43px;
}

ul#topHorLeft li  {
	float:left;
	display:inline;
}


ul#topHorLeft li a {
	display:block;
	display:inline;
	float:left;
	width:114px;
	height:19px;
	_width:119px;
	_height:77px;
	
	margin-left:7px;
	
	color:white;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
	
	padding-top:58px;
	padding-left:5px;
}

ul#topHorLeft li ul {
	padding:0px;
	margin:0px;
	list-style:none;
	
	top:77px;
	display:none;
	position:absolute;
	margin-left:8px;
	_margin-left:-119px;
}

ul#topHorLeft li ul li {
	float:none;
	display:inline;
}

ul#topHorLeft li ul li a{
	background:blue;
	float:none;
	_height:20px;
	display:block;
	width:109px;
	color:#00213c;
	_width:119px;
	padding:0px;
	margin:0px;
	background:#c7d0d5;
	margin-bottom:1px;
	padding:2px 0px 12px 10px;
	_padding:2px 0px 2px 10px;
}

#header a.mailto {
	width:126px;
	height:15px;
	display:block;
	background:url("../images/mailto.jpg") top left no-repeat;
	
	position:absolute;
	left:540px;
	top:151px;
}

#header a span {
	display:none;
}

#home
{
	position:			absolute;
	top:				45px;
	left:				50px;
	height:				50px;
	width:				400px;
	cursor:				pointer;
}
a.headLink
{
	text-decoration: none;
}

.btnHome {
	position:			absolute;
	top:				144px;
	left:				677px;
	height:				43px;
	width:				53px;
	cursor:				pointer;
}

a.btnHome img {
	border:none;
}

#ifra {
	position:			absolute;
	top:				130px;
	left:				745px;
	height:				43px;
	width:				53px;
	cursor:				pointer;
}

/* formulieren BEGIN */

table.form
{
	font-family:	verdana, arial;
	font-size:		11px;
	color:			#003553;
}

.req
{
	color:			#E20026;
}

.text
{
	font-family:	verdana, arial;
	font-size:		11px;
	
	border:			1px solid #000000;
	background:		url("../../cms/images/bg_textfield.jpg") top left repeat;
	
	width:			300px;
	height:			20px;
}

.button
{
	font-family:	verdana, arial;
	font-size:		11px;
	font-weight:	bold;
	color:			#FFFFFF;
	
	border:			1px solid #000000;
	background:		#3D616D;
	
	width:			300px;
	height:			20px;
}

.textarea
{
	font-family:	verdana, arial;
	font-size:		11px;
	
	border:			1px solid #000000;
	
	width:			300px;
	height:			150px;
}

.select
{
	font-family:	verdana, arial;
	font-size:		11px;
	color:			#000000;
	
	border:			1px solid #000000;
	
	width:			300px;
	height:			20px;
}


.textareaSmall
{
	font-family:	verdana, arial;
	font-size:		11px;
	
	border:			1px solid #000000;
	
	width:			200px;
	height:			80px;
}

/* formulieren EIND */