html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/achter_body_12.gif) top center repeat-y;
}

/* ----- algemeen ----- */
div#container {	
	width: 800px;
	height: 600px;
	margin: -300px 0 0 -400px;
	top: 50%;
	left: 50%;
	position: absolute; 
}


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;
}
