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

body {
  background: #000;
  font: 86% "Lucida Grande", Arial, sans-serif;
  margin: 0;               
}
img {
  float:left;
}

#flashcontent {
  height: 100%;
}

#logo {
  height:36px;
  width: 174px;
  display: block;
}

#menu {
  list-style: none;
  width: 180px;
  padding-top: 5px;
  height: 214px;
  float:left;
}

#menu ul{
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#menu a{
  text-indent: -900%;
  display:block;
  position: absolute;
  outline:none;
}

#menu a:hover{
  background-position: 0 -16px; 
}

#menu .totaal {
	width: 120px;
	height: 14px;
	background: url(../images/nav_totaal.jpg) no-repeat; 
	top: 100px;
}

#menu .ontwikkeling {
	width: 120px;
	height: 14px;
	background: url(../images/nav_ontwikkeling.jpg) no-repeat; 
	top: 115px;
}

#menu .producten {
	width: 120px;
	height: 14px;
	background: url(../images/nav_producten.jpg) no-repeat; 
	top: 130px;
}

#menu .over {
	width: 120px;
	height: 14px;
	background: url(../images/nav_over.jpg) no-repeat; 
	top: 145px;
}

#menu .contact {
	width: 120px;
	height: 14px;
	background: url(../images/nav_contact.jpg) no-repeat; 
	top:160px;
}

#menu .active {
	background-position: 0 -16px; 
}

#content {
 font-size: 12px;
 background: white;
 height: 100%;
 width: 100%;
 float:left;
 padding-left: 40px;
}

#flashdownload {
  font-size: 11px;
  display: block;
  width: 360px;
  height: 60px;
  top:20px;
  position: relative;
  vertical-align: center;
  text-align: left;
}

#vulling {
  width: 500px;
  float:left;
}