/*
body, h1, h2, h3, h4, h5, h6, p, li {
  font-family: Tahoma;
}
h1 {
  font-size: 16pt;
  border-bottom: 1px solid #303030;
}
h2 {
  font-size: 14pt;
}
h3 {
  color: #303030;
  font-size: 11pt;
}
p {
  font-size: 10pt;
  line-height: 14pt;
}

a {
  color: #404080;
  text-decoration: none;
}
a:hover {
  color: blue;
  text-decoration: underline;
}
*/

ul.opsomming {
  margin: 0px;
  padding: 5px 0px;
  overflow: hidden;
}
ul.opsomming li {
  list-style: none;
  padding-left: 0px;
  margin-left: 0px;
  margin-right: 10px;
  float: left;
  font-size: 10pt;
  white-space: nowrap;
}
ul.opsomming li.selected a {
  font-weight: bold;
}

ul.paginas {
  clear: left;
  margin-top: 4px;
  border-top: 1px dotted #303030;
}

ul.related {
  clear: left;
  margin-top: 4px;
  border-top: 1px dotted #303030; 
}


div#ContentLeft {
	padding-top:0px;
}