html, body {
	min-height: 100%;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 30px 0 0 0;
	min-width: 1000px;
	text-align: center;
	background: #fff url('../images/bodys.jpg') top center no-repeat;
	SCROLLBAR-BASE-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR:  #004609; 
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
	font-family: Helvetica, Myriad Pro, Arial, Verdana;
	font-style: normal;
	font-size: 14px;
	line-height: 16px;
	color: #000;
}
* html body {
	behavior: url("IEFixes.htc");
}
img, div#submenu, div#subsubmenu { behavior: url("iepngfix.htc") }

#wrapper {
	background-color: #ffffff;
	position: relative;
	margin: 0 auto 0;
	text-align: left;
	padding: 0;
	width: 930px;
	height: auto;
}
* html #wrapper{
	height: auto;
}
html>body #wrapper{
	height: auto;
}

img {border:0}

A:link, A:visited, A:active {
	COLOR: #97bf0d;
	text-decoration: none;
}
A:hover {
	COLOR: #e2007a;
	text-decoration: none;
}
#logo{
position:absolute;top:4px;right:59px;width:280px;height:122px;z-index:10;
}
#mainheader{
	position: relative;
	height: 88px;
	width: 930px;
}
#header{
	background:url('../images/header.jpg') top left no-repeat;
	position:relative;
	height:66px;
	width:930px;
}
#menu_over_s{
	position: absolute;
	width:94px;
	height:35px;
	z-index: 20;
	}
#menu_over_g{
	position: absolute;
	width:143px;
	height:40px;
	z-index: 20;
}
#beeld{
	padding: 0;
	margin: 0;
	font-size: 0;
	height: 66px;
	width: 620px;
	position: absolute;
	top: 0;
	left: 0;
}
#menu{
	height:22px;
	width:930px;
	padding:0;
	margin:0;
	font-size: 0;
}
#footer{
	background:url('../images/footer.jpg') top left no-repeat;
	height:48px;
	width:930px;
}
#footer-inner{
	padding: 10px 40px;
}
#content{
	min-height: 564px;
	height: auto;
	width: 930px;
	padding: 0;
	margin: 0;
}
#content-inner{
	padding: 17px 35px 0 35px;
}
*html #content{
	height: 564px;
}
#submenu{
	height:16px;
	width:930px;
	background: url(../images/sm.png) top left no-repeat;
	padding: 4px 0 4px 0;
	line-height: 16px;
	font-size: 12px;
	font-family: Helvetica, Myriad Pro, Arial, Verdana;
}
#submenu a{
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
#submenu a:hover, #submenu a.current{
	color: #e2007a;
	font-weight: bold;
	text-decoration: none;
}
#subsubmenu{
	height:16px;
	width:930px;
	background: url(../images/ssm.png) top left no-repeat;
	padding: 4px 0 4px 0;
	line-height: 16px;
	font-size: 12px;
	font-family: Helvetica, Myriad Pro, Arial, Verdana;
}
#subsubmenu a{
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
#subsubmenu a:hover, #subsubmenu a.current{
	color: #e2007a;
	font-weight: bold;
	text-decoration: none;
}