h1 {
	background-image: url(/images/bg_titel_blauw.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	padding-top: 5px;
	padding-left: 16px;
	vertical-align: top;
	color: #1756E8;
	font-size: 11px;
	font-weight: bold;
}
h2 {
	color: #1756E8;
	font-size: 11px;
	font-weight: bold;
}
h3 {
	font-size: 11px;
	font-weight: bold;
}

a {
  color: blue;
}

hr {
  height: 1px;
  color: #303030;
  clear: both;
}

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

ul.navigatie {

}
ul.paginas {
  clear: left;
  margin-top: 4px;
  border-top: 1px solid #303030;
}
a.menu:link, a.menu:active, a.menu:visited, a.menu:hover,
a.menu_active:link, a.menu_active:active, a.menu_active:visited, a.menu_active:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1756E8;
	text-decoration: none;
	width: 140px;
	padding-left: 12px;
	background-image: url(../images/i_menu_blokje_u.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
a.menu:hover,
a.menu_active:link, a.menu_active:active, a.menu_active:visited, a.menu_active:hover {
	background-image: url(../images/i_menu_blokje_d.gif);
	color: #0D2F7D;
}