html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/achter_body_12.gif) top center repeat-y;
}

/* ----- algemeen ----- */
div#achter {	
	background: url(../images/achter_body_12.gif) top center repeat-y;
	width: 800px;
	height: 100%;
	margin: 0 auto;
}

div#distance { 
	width: 1px;
	height: 50%;
	margin-bottom: -300px; /* half of container's height */
	float: left;
}

div#container {	
	width: 800px;
	height: 600px;
	margin: 0 auto;
	clear: left;
	position: relative; /* puts container in front of distance */
}

div#left_column, div#right_column {	
	width: 400px;
	height: 600px;
	margin: 0;
	padding: 0;
	float: left;
}
div#left_column {
	background: url(../images/fotos/xenias_01.jpg) top right no-repeat;
}
	div#left_column a.home, div#left_column a:visited.home {
		background: url(../images/ic_home_u.gif) top left no-repeat;
		width: 400px;
		height: 25px;
		margin-top: 26px;
		display: block;
	}	
		div#left_column a:hover.home, div#left_column a:active.home {
			background: url(../images/ic_home_a.gif) top left no-repeat;
		}
			div#left_column a.home span {
				display: none;
			}


div#right_column {
	background: #fff;
}

/* ----- inhoud ----- */
div#inhoud {
	height: 425px;
	padding: 0 16px;
}

/* ----- subcontent ----- */
div#subcontent {
	padding: 16px 8px 23px 8px;
	color: #d1c448;
	font-weight: bold;
	line-height: 1.5em;
	position: absolute;
	bottom: 0;
}


/* ----- breadcrumb ----- */
div#breadcrumb {
	height: 40px;
	padding: 0 16px;
	position: absolute;
	bottom: 0;
	color: #7c8c8d;
}

