body {
	padding:0px;
	margin:0px;
	
	background-color:#eb7c01;
	
	font-family:Trebuchet MS, verdana, arial;
	font-size:11px;
	color:black;
	line-height:18px;
	
	text-align:center;
}

a {
	font-weight:bold;
	text-decoration:none;
	color:#c08426;
}

#container {
	width:738px;
	background:url("../images/bg.jpg") top left repeat-y;
	
	position:relative;
	margin:0 auto;
	
	text-align:left;
}

#header {
	width:738px;
	height:284px;
	background:url("../images/header.jpg") top left no-repeat;
}

#overflow {
	width:740px;
	
	overflow:hidden;
}

#footer {
	width:740px;
	height:34px;
	background:url("../images/footer.jpg") bottom left no-repeat;
}

ul#idLeftTopMenu {
	padding:0px;
	margin:0px;
	list-style:none;
	margin-bottom:20px;
}

ul#idLeftTopMenu li {
	padding:2px 5px 2px 10px;
	border-bottom:1px dashed #e05f39;
	width:130px;
}

ul#idLeftTopMenu li a  {	
	color:black;
	text-decoration:none;
}

ul#idLeftTopMenu li a:hover {	
	color:#e05f39;
}
 
#column_left h1 {
	width:145px;
	height:21px;
	background:url("../images/h1.jpg") center left no-repeat;
	padding-left:29px;
	font-size:18px;
	margin-top:10px;
	color:#312612;
	}

#column_left {
	width:160px;
	margin-left:24px;
	float:left;
		display:inline;
		
}

#column_right {
	width:460px;
	margin-left:55px;
	float:left;
		display:inline;
		padding-bottom:30px;

}

#column_right h1 {
	width:468px;
	height:21px;
	background:url("../images/h1_right.jpg") center left no-repeat;
	padding-left:39px;
	font-size:18px;
	margin-top:10px;
	color:#312612;
	}
	
	#footer .left{
		float:left;
		margin-left:241px;
		display:inline;
	}	
	#footer .right{
		float:right;
		margin-right:24px;
		display:inline;
	}
	
	#footer a {
		color:black;
		font-weight:bold;
		text-decoration:none;
	}
	
/* formulieren BEGIN */

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

.req, li
{
	color:			#E64016;
}

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

.button
{
	font-family:	verdana, arial;
	font-size:		11px;
	font-weight:	bold;
	color:			white;
	
	border:			1px solid #000000;
	background:		#EB7C01;
	
	width:			250px;
	height:			20px;
}

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

/* formulieren EIND */
