html {
	height: 100%;
}
body {
	height: 100%;
	font-family: verdana, tahoma, helvetica;
	font-size: 8pt;
	color: #404040;
	margin: 0px;
	background-color: #ffffff;
	background-image: url(/images/sitebg.gif);
	background-repeat: repeat-y;
	background-position: center center;
}
td {
	vertical-align: top;
}
img {
	border: 0px;
}
h1 {
	font-size: 10pt;
	color: #085251;
}
h2 {
	font-size: 10pt;
	color: #ffffff;
}
input {
	font-family: verdana, tahoma, helvetica;
	font-size: 10px;
}
a:link, a:visited {
	color: #085251;
	text-decoration: underline;
}
a:hover, a:active {
	color: #138180;
	text-decoration: underline;
}



#container {
	position: relative;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 900px;
	height: 110px;
	background-image: url(/images/headerbg.jpg);
	background-repeat: no-repeat;
}
#logo {
	position: absolute;
	top: 18px;
	left: 50px;
}
#naw {
	position: absolute;
	top: 10px;
	right: 20px;
	text-align: right;
}
#menubar {
	position: absolute;
	top: 110px;
	left: 0px;
	height: 30px;
	width: 900px;
	background-color: #e0e0e0;
	background-image: url(/images/menubg.gif);
	background-repeat: repeat-x;
}
#menubar_inner {
	height: 30px;
	line-height: 30px;
}
#searchbar {
	position: absolute;
	top: 110px;
	width: 250px;
	right: 0px;
	height: 30px;
	background-image: url(/images/searchbg.gif);
	background-repeat: repeat-x;
}
#searchbar_inner {
	padding-left: 20px;
	color: #000000;
}
#leader {
	position: absolute;
	top: 140px;
	left: 0px;
	width: 650px;
	height: 160px;
	background-color: #c0c0c0;
	background-image: url(/images/leader.jpg);
	background-repeat: no-repeat;
}
#spotlight {
	position: absolute;
	top: 140px;
	right: 0px;
	width: 250px;
	height: 160px;
	background-image: url(/images/spotlightbg.jpg);
	background-repeat: no-repeat;
}
#content {
	position: absolute;
	top: 305px;
	left: 0px;
	width: 650px;
}
#content_inner {
	padding: 20px 15px 40px 15px;
	line-height: 16px;
}
#rightbar {
	position: absolute;
	top: 305px;
	left: 650px;
	width: 250px;
}
#rightbar_inner {
	padding: 20px 15px 40px 15px;
}
#rightbar_inner ul {
	padding-top: 8px;
	padding-left: 0px;
	margin-left: 25px;
}
#rightbar_inner ul li {
	padding-bottom: 8px;
}



#menubar_inner a:link, #menubar_inner a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #085251;
	margin-left: 15px;
}
#menubar_inner a:hover, #menubar_inner a:active {
	font-weight: bold;
	text-decoration: none;
	color: #085251;
	margin-left: 15px;
}



table.prijzen {
	width: 100%;
	background-color: #ffffff;
}
tr.main td {
	padding: 4px 4px 4px 10px;
	background-color: #9aecec;
	font-weight: bold;
}
tr.sub td {
	padding: 4px 4px 4px 10px;
	background-color: #c0e8e8;
	font-weight: bold;
}
tr.value td {
	padding: 4px 4px 4px 10px;
	background-color: #deeeee;
}

a.searchresult:link, a.searchresult:visited {
	font-weight: bold;
	font-size: 9pt;
	text-decoration: underline;
}
a.searchresult:hover, a.searchresult:active {
	font-weight: bold;
	font-size: 9pt;
	text-decoration: underline;
}
.searchurl {
	color: #008000;
}
