html, body {
	height: 100%;
		margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
font-family: Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 15px;
	scrollbar-base-color: #FFFFFF;
}

#container {

  width: 800px;
  height: 170px;
  overflow: hidden;

}

#scroller {
  width: 800px;
  margin-top:0px; /* = width + margin left + margin right + padding*0 + border*0  from the content rule */
}

.content {
  	margin: 0px;
	padding: 0px;

  height: 150px;
  float: left;

}

.scrollNav, .scrollNav a:link, .scrollNav a:visited  {
font-family: Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight:bold;
}

<!--[if IE]>
<style type="text/css">

#scroller{
  width: 800px; /* = width + margin left + margin right from the content rule + border*2 from the container rule*/
}
a
{
	color: #FFFFFF;
	text-decoration: none;
}

a.active
{
color:#FFCC00;
	text-decoration: none;
}

a.visited
{
	color: #FFFFFF;
	text-decoration: bold;
}

a:hover
{
	color: #FFCC00;
	text-decoration: ;
}

a.lijn
{
	color: #000000;
	text-decoration: none;
}




td {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.balkboven{
height: 120px;
background-color:#333333;
font-family: Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.head{
font-family: Helvetica, sans-serif;
	font-size: 14pt;
	color: #FFFFFF;
	font-weight:bold;
}

.menu{
height: 120px;
background-color:#333333;
font-family: Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #FFFFFF;
}

.adres{
font-family: Verdana, Arial, Helvetica, sans-serif;
color:#153183;
font-weight:bold;
}
.btnzoek{
background-image:btn_leeg.gif;
}


