body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#produkt {
	background: transparent url(../images/produkt_1.jpg) top center no-repeat;
	margin: 0 auto;
	width: 1000px;
	height: 100px;
	padding: 0;
}

#left {
	background-color: rgb(212,248,181);
}

#right {
	background-color: rgb(172,214,150);
}

/* horizontal pill menu */
td.topmenu {
  padding: 0;
  margin: 0;
  	background: transparent url(../images/topmenu.jpg) top center no-repeat;
		height			: 33px;
	width: 1000px;

}


#topmenu {
  white-space: nowrap;
  float: left;
}

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

#topmenu li {
	float: left;
	margin: 0;
	padding: 0;
}

#topmenu a {
  font-weight: bold;
  float:left;
  display:block;
  line-height: 26px;
  padding: 0px 15px;
  color: #fefefe;
  text-decoration: none;
}

#topmenu a:hover {
  color: #fff;
}

/* link niet in blauw, maar zwart onderlijnd */
a {color:#161;text-decoration:underline;}
 
