/* $Id: menu.css 731 2008-09-17 13:02:35Z hoop002 $ */
@import url("tekst.css");
/* Vertical navigation menu */
table{
	border-collapse: separate;
}
td.nav_left {
  color: #666699;
  background: transparent url("/images/menu_bg.gif") top left;
  background-repeat: repeat-x;
  padding-left: 10px;
  padding-right: 5px;
  padding-top: 4px;
  padding-bottom: 3px;
  white-space: nowrap;
  vertical-align: middle; }

/* Toevoeging van Irene: paarse header */

td.nav_left_header {
  background-image: none;
  color: #ffffff;
  font-size: 1.0em;
  font-weight: bold;
  background-color: #9999cc;
}

td.nav_left a:hover {
  text-decoration: underline; }

/* Select vertical navigation menu */
td.nav_left_select {
  color: #ffffff;
  background-color: #666699;
  background-image: none;
}

/* Expanded vertical navigation menu */
td.nav_left_expanded {
  color: #003366;
  background-color: #f2f2f2;
  background-image: none; }

a.nav_left:link, a.nav_left:visited, a.nav_left:active, a.nav_left:hover {
  color: #666699;
  text-decoration: none;
  text-align: left;
  font-size: 1.0em;
  font-weight: bold; }

a.expand_menu_item:link, a.expand_menu_item:visited, a.expand_menu_item:active, .kleiner {
  color: #003366;
  text-decoration: none;
  font-size: 0.9em; }

a.expand_menu_item:hover { text-decoration: underline; }

div.term {
  margin-bottom: 2px;
  font-size: 0.85em; }

div.divide {
  border-top: 1px solid #666699;
  margin-top: 13px;
  margin-bottom: 1px; }

/* Select link vertical navigation menu */
a.nav_left_select:link, a.nav_left_select:visited, a.nav_left_select:active, a.nav_left_select:hover { color: #ffffff; }

img.nav_left {
  border: none;
	padding-right: 1em; }

img.go_button {
  border: none;
  padding-left: 7px; }

a.back {
  color: #666699;
  font-size: 0.85em;
  text-decoration: none; }

.back { color: #666699; }

div.expand_heading {
  font-size: 0.9em;
  font-weight: bold;
  margin-top: 15px; }

div.expand_heading_narrow {
  color: #666;
  font-weight: bold;
  font-size: 0.85em;
  margin-top: 10px; }

img.icons {
  margin-top: 3px;
  margin-right: 5px; }

.narrow_search, a.narrow_search {
  color: #666699;
  font-size: 1em;
  font-weight: normal;
  text-decoration: none; }

a.narrow_search:hover { text-decoration: underline; }
.btn{
	color: #fff;
	font-size: 1em;
	background: #99C;
	border: 1px solid #669;
	text-decoration: none;
	width: 35px;
}
.btn:hover{
	background: #669;
}
.l{
	border-left:1px solid black	
}
.btn_larger{
	color: #fff;
	font-size: 1em;
	background: #99C;
	border: 1px solid #669;
	text-decoration: none;
	width: 55px;
	padding: 3px;
}
.btn_larger:hover{
	background: #669;
}
.btn_large{
	color: #fff;
	font-size: 1em;
	background: #99C;
	border: 1px solid #669;
	text-decoration: none;
	width: 100px;
	padding: 3px;
}
.btn_large:hover{
	background: #669;
}

.popupmenu{
	background: #99C;
	border: groove 4px white;
	color: #fff;	
	text-align: right;
	padding: 4px;
}
.menuitems{
	visibility: hidden;
}
/* end menu.css */

