body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

html, body { height: 100%; overflow: hidden; }

/* positionering */
#box {
	margin: auto;
	top: 0px;
	width: 955px;
	height: 100%;
	background-color: #cccccc;
	text-align: left;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#header {
	position: absolute;
	top: 0px;
	width: 955px;
	height: 80px;
	background-color: #071C57;
}

#logo {
	position: absolute;
	width: 220px;
	height: 80px;
	left: 0px;
	top: 10px;
	text-align: center;
}

#headermid {
	margin: auto 20px auto 220px;
	background: #686B98 url(/templates/gavo/gfx/bg-top.gif) no-repeat top left;
	height: 100%;
}

#middle {
	position: absolute;
	background-color: #FFED7C;
	height: 100%;
	width: 955px;
}

#left {
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 80px;
	bottom: 20px;
	width: 210px;
	padding-left: 10px;
	background: url(/templates/gavo/gfx/bg-menu.gif) no-repeat right top;
	height: expression(document.body.clientHeight-110);
}

.hoofdmenu {
	width: 200px;
}

.hoofdmenu_hover {
	width: 200px;
	background-color: #FFFFFF;
}

.submenu {
	position:absolute;
	visibility: hidden;
	border:1px solid black;
	border-bottom-width: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
	z-index: 2;
	background-color: #FFF7BD;
	width: 250px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

.submenu a {
	width: 250px;
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px solid black;
	text-decoration: none;
	font-weight: bold;
}

html>body .submenu a { width: 240px; }

.submenu a:hover{
	background-color: #FFFFFF;
	color: #000000;
}



#hoofdscherm {
	z-index: 0;
	position:absolute;
	background: #FFFFFF url(/templates/gavo/gfx/bg-main.gif) no-repeat top left;
	left: 220px;
	right: 20px;
	width: 695px;
	top: 80px;
	padding: 20px;
	height: expression(document.body.clientHeight-130);
	overflow: auto;
}

html>body #hoofdscherm {
	padding-top: 0px;
	bottom: 30px;
	height: auto;
}

#footer {
	position: absolute;
	bottom: 0px;
	width: 955px;
	height: 30px;
	background-color: #071C57;
}


#footerleft {
	position: absolute;
	text-align: center;
	left: 0px;
	background-color: #071C57;
	width: 220px;
	height: 30px;
}

#footermid {
	margin: auto 20px auto 220px;
	background-color: #686B98;
	height: 100%;
}


/* Opmaak kenmerken */
#hoofdscherm h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;

}

#hoofdscherm, #hoofdscherm table, #hoofdscherm p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#hoofdscherm a, .hoofdscherm a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
}

#hoofdscherm a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666699;
}

#left {
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: 12px;
}

#left a, #left a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	text-decoration: none;
}
#left a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #666699;
	background-color: #FFFFFF;
}

#footermid, #footermid a, #footermid a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
}

.thumb a, .thumb a:visited {
	border: 2px solid #FFFFFF;
}

.thumb a:hover {
	border: 2px solid #000000;
}

/* product paginas */
#prodtitel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #686B98;
	padding: 3px;
	color: #FFFFFF;
	margin-top: 25px;
	margin-bottom: 5px;
	
}


/* Tooltip dingen */

#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;

font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}