html {height: 100%; margin-bottom: 1px;} /* verticale scrollbar */



body {
	text-align: center;
	background-image: url(img/bg.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
		
div#container { 
	margin-left: auto; 
	margin-right: auto; 
	width: 997px;
	text-align: left;
}

div#menuLeft {
	width: 408px;
	float: left;
}

div#menuLeftImg {
position: absolute;
z-index: 1;
	width: 402px;
	height: 333px;
	margin-top:17px;
}

div#menuLeftMenu {
position: absolute;
z-index: 3;
	width: 402px;
	height: 30px;
	margin-top:300px;
 	background : url(img/bg_menu.png) !important; background : none; 
	filter : progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bg_menu.png', sizingMethod='scale');
	font-family: arial;
	font-size:12px;
	font-weight: bold;
	padding-top: 8px;
	color: #ffffff;
	text-align: center;
}
html>body div#menuLeftMenu {
	height: 22px;
}


div#menuLeftLogo {
position: absolute;
z-index: 2;
	background-image: url(img/logo_mooi.png);
	width: 242px;
	height: 112px;
	margin-left: 17px;
}

div#menuLeftItem {
	position: absolute;
	z-index: 2;
	width: 409px;
	margin-top:356px;
}

div#menuLeftItem img {
	margin-right:6px;
	margin-bottom: 6px;
}

div#content {
	width: 450px;
	float: left;
	background-color: #f2f4f6;
	margin-right:6px;
	margin-top: 17px;
}
div#contentHolder {
	padding: 15px;
}

h1 {
	font-family: arial;
	font-size: 13pt;
	color: #77707b;
	font-weight: normal;
	margin: 0px;
	margin-bottom: 10px;
}

p {
	font-family: arial;
	font-size: 8pt;
	line-height: 16pt;
	color: #77707b;
	font-weight: normal;
}

i {
	font-family: arial;
	font-size: 8pt;
	line-height: 16pt;
	color: #77707b;
	font-weight: normal;
	font-style: italic;
}

li {
	font-family: arial;
	font-size: 8pt;
	line-height: 16pt;
	color: #77707b;
	font-weight: normal;
}
div#menuRight {
	width: 125px;
	float: left;
	background-color: #f2f4f6;
	margin-top: 17px;
}

div#handtekening {
 	background : url(img/handtekening.png) !important; background : none; 
	filter : progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/handtekening.png', sizingMethod='scale');
	width: 184px;
	height: 56px;
	margin-left:200px;
}

img { border: 0px; }

div#menuBehandeling {
		height:30px;
		z-index: 5;
		position: absolute;
		width:170px;
		margin-top:300px;
		margin-left:10px;
		cursor: pointer;
	}
div#menuRoute {
		height:30px;
		z-index: 5;
		position: absolute;
		width:130px;
		margin-top:300px;
		margin-left:190px;
		cursor: pointer;
	}
div#menuContact {
		height:30px;
		z-index: 5;
		position: absolute;
		width:60px;
		margin-top:300px;
		margin-left: 335px;
		cursor: pointer;
	}
div#menuHome{
		height:200px;
		z-index: 5;
		position: absolute;
		width:130px;
		margin-top:0px;
		margin-left:10px;
		cursor: pointer;
	}
	
div#tip {
	font-family: arial;
	font-size: 8pt;
	line-height: 16pt;
	color: #77707b;
	font-weight: normal;
	border: 1px solid #77707b;
	padding: 5px; margin: 5px;
	float: right;
	width: 150px;
}

table td {
	font-family: arial;
	font-size: 8pt;
	line-height: 16pt;
	color: #77707b;
	font-weight: normal;
}

table td {
	border-bottom: 1px solid #e4e6e7;
}

table td.prijs {
	vertical-align: top; 
	text-align: right;
}

table td.extra {
	border-bottom: 0px;
}

