@charset "utf-8";
body {
	background-image: url(../img/achtergrond.png);
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='crop', src='../img/achtergrond.png');
	background-color: #5f4d35;
	background-repeat: repeat-x;
	color: #c4ae7e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#main_container {
	background-image: url(../img/layout.png);
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='crop', src='../img/layout.png');
	background-repeat: no-repeat;
	width: 430px;
	height: 610px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top: 100px;
}

#titel_domein {
	position: absolute;
	top: 12px;
	left: 79px;
	width: 273px;
	text-align: center;
	font-family: Tahoma;
}

#foto {
	position: absolute;
	top: 105px;
	left: 50px;
	width: 330px;
	height: 358px;
	background-image: url(../img/designstoel.jpg);
	background-repeat: no-repeat;
}

#tekst_idekor {
	position: absolute;
	top: 483px;
	left: 50px;
	width: 330px;
	height: 94px;
	line-height: 20px;
}

#tekst {
	position: absolute;
	top: 487px;
	left: 50px;
	width: 330px;
	height: 94px;
	line-height: 18px;
	text-indent: 85px;
	text-align: justify;
}

.rood {
	color: #9e0505;
	font-size: 22px;
	font-family: Tahoma;
}

#bruin {
	color: #5b3b19;
	font-size: 22px;
}

#bruin_subt {
	color: #5b3b19;
	font-size: 12px;
}

.link {
	cursor: hand;
	color: #9e0505;
	font-size: 22px;
	font-family: Tahoma;
}



