body {	background-color:gray;

	padding:0px;
	margin:0px;
	
	font-family:Tahoma, Arial, Verdana;
	font-size:11px;
	color:#555555;
	line-height:20px;
	
	text-aling:center;
}

a {
	color:#cc0000;
}

#container {
	width:900px;
	
	position:relative;
	margin:0 auto;
	
	text-align:left;
	background:white;
}

div.currentDate {
	float:right;
	margin-right:10px;
	margin-top:5px;
	color:#383838;
	display:inline;
}

#headerTop {
	background:url("../images/top_header.jpg") top left no-repeat;
	height:37px;
	width:900px;
}

#headerImage {
	background:#000000 url("../images/header_black.jpg") top left no-repeat;
	height:189px;
	width:900px;
}

#headerImage img
{
	position:absolute;
}

#menuTop {
	width:900px;
	height:49px;
	background:url("../images/menu_bg.jpg") top left repeat-x;
}

ul#topHorLeft {
	padding:0px;
	margin:0px;
	list-style:none;
	float:left;
	display:inline;
	margin-top:2px;
	margin-left:20px;
}

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

ul#topHorLeft li a {
	color:white;
	font-weight:bold;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
	border-right:1px solid #999999;
}

ul#topHorLeft li a:hover {
	color:#cc0000;
	text-decoration:underline;
}

ul#topHorLeft li ul{
	padding:0px;
	margin:0px;
	list-style:none;
	display:none;
	background:#cc0000;
	width:170px;
	position:absolute;
	top:25px;
	left:0px;
}

ul#topHorLeft li ul li ul {
margin-left:170px;
margin-top:-14px;

}

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

ul#topHorLeft li ul li a {
	color:white;
	font-weight:bold;
	text-decoration:none;
	border:none;
	padding:5px 5px;
	display:block;
	font-weight:normal;
}

ul#topHorLeft li ul li a:hover {
	background:white;
	color:#cc0000;
	text-decoration:none;
}

#overflow {
	overflow:hidden;
}

#columnLeft {
	float:left;
	display:inline;
	width:296px;
	margin-bottom:20px;
}

#columnRight {
	float:left;
	display:inline;
	width:540px;
	margin-left:30px;
	_margin-left:0px;
	margin-bottom:20px;
}

#columnLeft h2 {
	width:296px;
	height:27px;
	color:#e9e9e9;
	font-size:12px;
	background:url("../images/columnLeft_header.jpg") top left no-repeat;
	padding:0px;
	margin:0px;
	padding-left:30px;
	padding-top:7px;
}	

#columnLeft .text_columnLeft {
	width:252px;
	background-color:#eeeeee;
	padding:20px;
	margin-bottom:20px;
}

#columnRight h1, .text_columnLeft h1 {
	color:#cc0000;
	font-size:14px;
}

#footer {
	width:100%;
	height:29px;
	background:#575757;
}

.copyright {
	color:white;
	float:right;
	margin-right:20px;
	margin-top:4px;
	display:inline;
}

.navigation, .navigation a {
	color:#FFFFFF;
	text-decoration:none;
}

.navigation a:hover {
	color:#cc0000;
}

.navigation {
	float:left;
	margin-left:20px;
	display:inline;
	margin-top:5px;
}

.navigationtop, .navigationtop a {
	color:#383838;
	text-decoration:none;
}

.navigationtop a:hover {
	color:#cc0000;
}

.navigationtop {
	float:left;
	margin-left:20px;
	display:inline;
	margin-top:5px;
}

/* formulieren BEGIN */

.req
{
	color:			#CC0000;
}

.text
{
	border:			1px solid #000000;
	background:		url("../cms/images/bg_textfield.jpg") top left repeat;
	
	width:			350px;
}

.button
{
	font-weight:	bold;
	color:			white;
	
	border:			1px solid #000000;
	background:		#4C4C4C;
	
	width:			350px;
}

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

/* formulieren EIND */