@CHARSET "UTF-8";

* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
html, body { height: 100%; }
body
{
	text-align: center; /* IE6 */
	font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #333333;
}
img { border: 0; }
h3 {
	font-size: medium;
	text-decoration: none;
}
h4 {
	font-size: 14px;
	text-decoration: underline;
}
form { display: inline; }

#container
{
	position: relative; /* needed for footer positioning */
	margin: 0 auto; /* center, not in IE5 */
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height */
	min-height: 100%;
	text-align: left;
	
	width: 928px;
	background: #FFFFFF url(/assets/img/shadow.jpg) top center repeat-y;
}
#viewport
{
	margin: 0 14px; padding: 0;
}
#header
{
	height: 110px;
	background-color: #F3F3F3;
}
#header h1 { text-indent: -2000px; }
#menu-top
{
	position: absolute;
	top: 5px;
	right: 30px;
	text-align: right;
	font-size: 11px;
	color: #224466;
}
#menu-top a
{
	color: #224466;
}
#bar { height: 120px; }
#content
{
	position: relative;
	padding-bottom: 35px;
}
* html #content { width: 900px; } /* IE6 */
#content.block
{
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 198px;
}
#content.block ul, #content.block ol { margin-left: 20px; }
#content h1 { padding-bottom: 5px; }
#content h2 { padding: 10px 0px; }
#content h2 a { text-decoration: none; }
#content h2 a:hover { text-decoration: underline; }
#bottom {  }
#footer { position: absolute; bottom: 0; }
#footer div
{
	margin-left: 210px;
}
#footer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}
#footer li
{
	float: left;
	padding: 2px 6px;
}
#footer a
{
	text-decoration: none;
	color: #164B86;
}
#footer a:hover
{
	text-decoration: underline;
}

/***** menu-home *****/

.menu-home
{
	list-style-type: none;
	width: 100%; /* does not work in IE6 */
}
* html .menu-home { width: 900px; } /* IE6 */
.menu-home li { position: relative; margin: 5px; }
.menu-home li a
{
	display: block;
	width: 600px;
	padding: 45px 0;
	padding-left: 290px; /* does not work correct in IE7 */
	text-decoration: none;
	font-size: 2.5em;
}
* html .menu-home a { width: 890px; } /* IE6 */
.menu-home li a:hover { text-decoration: underline; }
.menu-home .house
{
	position: absolute; left: 10px; top: 10px;
}

/***** menu-verfijn *****/

.verfijn { position: absolute; top: 10px; right: 0px; width: 712px; }

.menu-verfijn { position: absolute; top: 80px; left: 20px; }
.menu-verfijn h1 { font-size: 18px; margin-bottom: 10px; }
.menu-verfijn h2 { font-size: 14px; margin-bottom: 5px; color: #666666; font-weight: normal; }
.menu-verfijn ul { margin-bottom: 15px; padding-left: 20px; color: #666666; }
.menu-verfijn li {  }

/* Holly Hack for IE \*/
X * html .menu-home li { float: left; height: 1%; }
X * html .menu-home li a { height: 1%; }
/* End */

/***** end menu-home *****/

.house {
	background: url('/assets/img/huis.png') no-repeat;
	width: 166px; height: 110px;
}

.cls { clear: both; }

