html, body, table {
  font-family: Verdana, Arial, sans-serif;
  background-color: #eef2f3;
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 90%;
}

#container {
	width: 760px;
	margin: 0 auto;
	margin-top: 0;	
}

#top {
	width: 760px;
	height: 160px;
}

#logo {
	float: left;
	padding: 0 15px 0 15px;
	width: 130px;
	height: 160px;
}

#header {
	float: right;
	width: 600px;
	height: 160px;
}

#buttons {
	width: 600px;
	height: 22px;
}

#lang {
	float: left;
	margin: 6px 0 0 342px;
	display: inline;
}

#butt {
	height: 15px;
	float: right;
}

#headerimg {
	width: 600px;
	height: 100px;
	background-image: url("../images/topbanner.gif");
	background-repeat: no-repeat;
}

#breadcrumbs {
	margin: 10px 0 6px 0;
	padding: 2px 0 0 10px;
	width: 307px;
	height: 18px;
	background-image: url("../images/balksub1.gif");
	background-repeat: no-repeat;
	color: #fff;
	font-weight: bold;
	font-size: 85%;
	text-transform: uppercase;
}

#menu {
	float: left;
	width: 153px;
	height: 647px;
	background-image: url("../images/balksub2.gif");
	background-repeat: no-repeat;
	font-size: 95%;
	padding: 10px 0 0 13px;
}

#content {
	float: left;
	width: 460px;
	margin-left: 6px;
}

#banners {
	float: right;
	width: 120px;
}

a {
  color: #000;
  text-decoration: none;
}

#menu a {
	color: #fff;
}

object {
  display: block;
  margin-bottom: 20px;
}

a:hover {
  text-decoration: underline;
}

img {
  border:none;
}

.title {
  font-weight: bold;
}

.title a {
  color: #000;
}

.index, .index li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.index {
  margin-bottom: 10px;
}

.index li {
 margin-bottom: 0px; 
}

#banners a {
  display: block;
}

h2 {
	font-size: 100%;
	font-weight: bold;
	margin: 12px 0 -6px 0;
	padding: 0;
}

a:link, a:visited {
 	font-weight: bold;
}

a:active, a:hover {
 	text-decoration: underline;
 	font-weight: bold;
}


a.leesmeer:link, a.leesmeer:visited, a.leesmeer:active, a.leesmeer:hover {
 	color: #f0127f;
}

a.breadcrumbs:link, a.breadcrumbs:visited, a.breadcrumbs:active, a.breadcrumbs:hover {
 	color: #fff;
}