body {
	padding:0px;
	margin:0px;
	
	background:#eeeeee;
	
	font-family: Tahoma, Verdana, Arial;
	color:#5c5c5c;
	font-size:11px;
	
	text-align:center;
	
	line-height:20px;
}

h1 ,h2 ,h3 , h4, h5 ,h6
{
	color:#C81C24;
}

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

#header {
	width:833px;
	/* achtergrond */
	background:url("images/temp4.png") top left repeat-y;
	
	height:180px;
	
	position:relative;
}

#menu ul
{
padding:0px;
	margin:0px;
	
	list-style:none;
	
	text-align:right;
	
	position:absolute;
	bottom:25px;
	left:20px;
	
	line-height:27px;
	width:190px;

}
#menu li a
{
    color:white;
	width:190px;
	font-family:Century Gothic, Tahoma, Verdana, Arial;
	font-size:12px;
	text-decoration:none;
	border-bottom:1px solid white;
	_border:none;
	display:block;
	_display:inline;
	font-weight:bold;
	letter-spacing:0.2px;
	text-decoration:none;
}

#menu li
{
	_display:block;
	_border-bottom:1px solid white;
}

#menu a:hover
{
	color:#C81C24;
	text-decoration:none;
}


#spacer {
	width:833px;
	background:url("/images/spacer.jpg") top left no-repeat;
	height:4px;
}

#overflow {
	overflow:hidden;
	_height:1%;
	
	background:url("../images/imageMiddle.jpg") 503px 0px no-repeat;
}

#columnLeft {
	width:430px;
	float:left;
	margin-left:50px;
	
	margin-top:30px;
	display:inline;
}

#columnRight {
	width:230px;
	float:left;
	margin-left:50px;
	margin-top:30px;
	display:inline;
}
#columnSingle
{
	width:735px;
	float:left;	
	margin-left:50px;
	margin-top:30px;
	display:inline;
}

#footer {
	width:750px;
	height:85px;
	margin-left:45px;
	
	border-top:1px solid #5c5c5c;
	text-align:center;
}
