body {
	margin:				0px;
	padding:			0px;
	width:				100%;
	height:				100%;
	min-height:			100%;
	background:			#FFF;
	text-align:			center;	
}

p, a, input, textarea, h1, h2, h3, li, span {
	font-family:		Century Gothic;
	font-size:			11px;
	color:				#333;
	line-height:		175%;
	padding:			0px;
	margin:				0px;
	font-weight:		normal;
}

p {
	text-align:			justify;
}

td {
	vertical-align:		top;
}

div {
	overflow:auto;
	overflow-x:hidden;
}

div#website {
	width:				800px;
	height:				600px;
	border:				1px solid #CCC;
	margin:				0 auto;	
	text-align:			left;
	margin-top:			20px;
}

div#footer {
	width:				800px;
	margin:				0 auto;
	text-align:			right;	
}

div#footer p {
	font-size:			10px;
}

div.lane-200x600 {
	display:			block;
	float:				left;
	width:				200px;
	height:				600px;
}

div.block-200x200 {
	display:			block;
	width:				200px;
	height:				200px;
	overflow:			hidden;
}

div.introbalk_woonmeubelen {
	width:				200px;
	height:				600px;
	background:			url('../../../_widgets/Introbalk Woonmeubelen/woonmeubelen-gray.jpg') no-repeat;
}

div.introbalk_projecten {
	width:				200px;
	height:				600px;
	background:			url('../../../_widgets/Introbalk Projecten/interieurbouw-gray.jpg') no-repeat;	
}

div.introbalk_toelevering {
	width:				200px;
	height:				600px;
	background:			url('../../../_widgets/Introbalk Toelevering/projectinrichting-gray.jpg') no-repeat;
}

div.introbalk_woonmeubelen:hover {
	width:				200px;
	height:				600px;
	background:			url('../../../_widgets/Introbalk Woonmeubelen/woonmeubelen.jpg') no-repeat;
	cursor:				pointer;
}

div.introbalk_projecten:hover {
	width:				200px;
	height:				600px;
	background:			url('../../../_widgets/Introbalk Projecten/interieurbouw.jpg') no-repeat;
	cursor:				pointer;	
}

div.introbalk_toelevering:hover {
	width:				200px;
	height:				600px;
	background:			url('../../../_widgets/Introbalk Toelevering/projectinrichting.jpg') no-repeat;
	cursor:				pointer;
}

ul#hoofdmenu, ul#sub-menu {
	margin:				0px;
	padding:			0px;
	list-style:			none;
}

ul#hoofdmenu li, ul#sub-menu li {
	display:			block;
}

ul#hoofdmenu li a {
	display:			block;
	width:				190px;
	padding-left:		10px;
	line-height:		250%;
	border-bottom:		1px solid #999;
	background:			#AAA;
	color:				#000;
	text-decoration:	none;	
}

ul#hoofdmenu li a:hover {
	background:			#999;
	border-bottom:		1px solid #777;
}

ul#sub-menu li a {
	display:			block;
	width:				190px;
	padding-left:		10px;
	line-height:		250%;
	border-bottom:		1px solid #CCC;
	height:				27px;
	background:			#DDD;
	color:				#000;
	text-decoration:	none;	
}

ul#sub-menu li a:hover {
	background:			#CCC;
	border-bottom:		1px solid #AAA;
}

.h-27 {
	height:				27px;
}

.h-28 {
	height:				28px;
}

