/*************/
/* ALGEMEEN */
body {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.8em; 
  background-color: #408080;
  margin: 8px;
}

h1 {
  font-family: Arial;
  font-size: 2em;
  color: #408080;
}

div.fill {
  color: #FFFFFF;
  background-color: #000000;
  font-weight: bold;
  text-align: right;
  width: 800px;
  padding-top: 0px;
}

#content {
  overflow: auto;
  height: 355px;
  width: 779px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  scrollbar-3dlight-color: #86F0FF;
  scrollbar-arrow-color: #000000;
  scrollbar-base-color: #86F0FF;
  scrollbar-darkshadow-color: #86F0FF;
  scrollbar-face-color: #408080;
  scrollbar-highlight-color: #86F0FF;
  scrollbar-shadow-color: #ffffff;  
}

/**********/
/* TABEL */
table {
 font-size: 1em;
}

table.layout {
  background-color: #295454;
  width: 800px;
}

table.content {
  background-color: #ffffff;
  width: 800px;
}

tr.menu {
  padding-bottom: 4px;
}

td.menu {
  width: 110px;
  text-align: left;
  vertical-align: top;
  padding-left: 4px;  
}

td.menuSelect {
  width: 110px;
  text-align: left;
  vertical-align: top;
  background-color: #000000;
  padding-left: 4px;
}

td.submenu {
  background-color: #57897E;
  color: #000000;
  font-size: 0.9em;
}

td.content {
  width: 100%;
  padding: 10px;
}
 
/**********/
/* LINKS */
a {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #54A7A7;
  text-decoration : none;
}

a:hover {
  text-decoration : underline;
  color: #54A7A7;
}

a.menu {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration : none;
}

a.menu:hover {
  color: #54A7A7;
}

a.menuSub {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
	text-decoration : none;
}

a.menuSub:hover {
	color: #54A7A7;
}

a.menuSubSelected  {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #54A7A7;
	font-weight : normal;
	text-decoration : none;
}

a.menuSubSelected:hover {
	text-decoration : none;
	color: #54A7A7;
}