html,body {
	margin:0;
	padding:0;
	height:100%;
	font-family:arial,sans-serif;
	color:#fff;
	background-color: #000000;
	background-image: url(layout/2010/site_bg.jpg);
	background-repeat: repeat-x;
}
a {
	color: #ecbf53;
	text-decoration: none;
}

a:hover {
	color: #ecbf53;
	text-decoration: underline;
}
div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:800px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background-color: #000000;
	background-image: url(layout/2010/main_bg2.jpg);
	background-repeat: no-repeat;
}

div#header {
	background-image: url(layout/2010/header.jpg);
	background-repeat: no-repeat;
	height: 245px;
	
}
.link_a{
width: 185px;
height: 245px;
float:left;
display: inline;
}
.link_b{
width: 455px;
height: 245px;
float:left;
display: inline;
}
.link_c{
width: 145px;
height: 245px;
float:left;
display: inline;
}
#linka a{
	width: 185px;
	height: 122px;
	float: left;
	margin-top: 0px;
	text-decoration: none;
}
#linkb a{
	width: 455px;
	height: 240px;
	float: left;
	text-decoration: none;
}

#linkc a {
	width: 145px;
	height: 122px;
	float: left;
	text-decoration: none;
}

div#nav {
	width:100%;
	height:47px;
	text-align: center;
	background-image: url(layout/2010/menu_bg.jpg);
	background-repeat: repeat-x;	
}
div#content {
	background-repeat: no-repeat;
	padding-bottom: 5em;
}

#content_m{
	width: 708px;
	margin: 10px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	}
#content_m td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	}
	

div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	height:29px;	
	background-color: #000000;
}

div#hoeklinks {
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center;
	position: absolute;
	left: 359px;
	margin-left: -398px;
	top: 245px;
	width: 39px;
	height: 86px;
	border: 0px solid orange;
	overflow: auto;
}

div#hoekrechts {
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center;
	position: absolute;
	left: 1197px;
	margin-left: -398px;
	top: 245px;
	width: 39px;
	height: 86px;
	border: 0px solid orange;
	overflow: auto;
}
