html, body {
	height: 100%;
}

body {
	background-color: #fff;
	font-size: 10px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	letter-spacing: 1px;
	color: #666;
	padding: 0;
	margin: 0;
}

a, a:visited, a:active {
	color: #E76600; 
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

ul, li {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 16px;
	color: #afafaf; 
	padding: 5px 18px 10px 18px;
	margin: 0;
	clear: both;
}
h2 {
	font-size: 10px;
	color: #000; 
	padding: 0 18px;
	margin: 0;
	clear: both;
}

p {
	padding: 6px 10px;
	margin: 0;
}

/* ----------achter-------------- */
#distance {
	width: 1px; 
	height: 50%;
	margin-bottom: -274px; /* half of achter's height */
	float: left;
}

#achter {
	height: 548px;
	width: 100%;
	background: #fff url(../images/achter.gif) no-repeat top center;
	padding: 0;
	margin: 0 auto;
	position: relative;
	clear: left;
}


/* ----------container-------------- */
#container {
	height: 548px;
	width: 849px;
	margin: 0 auto;
}



/* ----------header-------------- */
#header {
	height: 35px;
	margin: 0;
	padding: 5px 0 0 0;
	background: url(../images/achter_header.gif) no-repeat bottom left;
	background-color: #fff;
}

#header #home{
	height: 33px;
	margin: 0;
	padding: 0 0 0 34px;
	display: block;
	float: left;
}
#header #menu{
	height: 23px;
	margin: 0;
	padding: 0 0 0 10px;
	float: left;
}

#header img{
	border: none;
	margin: 0px;
}


/* -----------------main------------------- */
#main {
	height: 438px;
	width: 849px;	
	background: #E9E9EA url(../images/achter_main.gif) repeat-x bottom left;
	padding: 0;
	margin: 0;
}

/* -----------------left_content------------------- */
#left_content {
	width: 220px;
	height: 438px;
	background-color: #8c8c8c;
	float: left;
	font-weight: bold;
}

#left_content .tekst {
	width: 192px;
	margin: 0 17px 0 9px;
	bottom: 90px;
	/*text-align: justify;
	font-style: italic;*/
	font-weight: normal;
	position: absolute;
}

#left_content .tekst .item {
	line-height: 15px;
}




/* -----------------content--------------------- */
#content {
	height: 390px;
	width: 603px;
	padding: 0 0 0 8px;
	margin: 32px 0 0 16px;
	float: left;
	overflow: hidden;
}
.item {
	padding: 0 18px 17px 18px;
	line-height: 14px;
}


#content .slideshow {
	width: 281px;
	min-height: 60px;
	_height: 60px;	
	padding: 6px;
	margin: 0 8px 8px 0;
	float: left;
}
#content .slideshow .thumbnail {
	width: 90px;
	height: 60px;
	margin: 0;
	float: left;
}
#content .slideshow .description {
	width: 185px;
	padding: 0 0 0 6px;
	float: left;
}
#content .slideshow h2 {
	font-size: 12px;
	padding: 0;
	margin: 0;
}

/* -----------------middle-content--------------------- */
#middle_content {
	background: #fff url(../images/achter_middle_content.gif) top left no-repeat;
	height: 398px;
	width: 436px;
	padding: 0;
	margin: 32px 0 0 16px;
	float: left;
	overflow: hidden;
}

/* -----------------right-content--------------------- */
#right_content {
	background-color: #ddddde;
	height: 390px;
	width: 174px;
	padding: 8px 0 0 0;
	margin: 32px 0 0 0;
	/*font-style: italic;*/
	float: left;
	overflow: hidden;
}
#right_content h2 {
	color: #666;
	font-size: 9px;
	font-weight: normal;
}

#right_content ul {
	padding: 3px 0 0 0;
}
#right_content ul li {
	background: url(../images/li_subcontent.gif) top left no-repeat;
	padding: 0 0 0 10px
}


/* -----------footer--------------------------- */
#footer {
	width: 840px;
	height: 70px;
	background-color: #fff;	
	padding: 0;
	margin: 0;
}

#footerlinks {
	width: 33px;
	padding: 21px 0 0 187px;
	margin: 0;
	float: left;
}
	#footerlinks a.contact {
		width: 33px;
		height: 40px;
		background: url(../images/b_contact_a.gif) left top no-repeat;
		text-decoration: none;
		display: block;
		clear: both;
	}
	#footerlinks a:hover.contact {
		background: url(../images/b_contact_a.gif) left top no-repeat;
		text-decoration: none;
	}

#footerrechts {
	width: 620px;
	padding: 0;
	margin: 0;
	float: left;
	overflow: hidden;
}

/* -------------------------------------------- */


