body, td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input.submitbutton {
	border: 1px solid Blue;
	background-image: url(/templates/grijsblauw/GMenuMiddle.jpg);
	color: Blue;
}

a {
	text-decoration: none;
	color: #00008B;
}

a.topmenu, .bottommenu {
	font-size: 10px;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 14px;
}

h1.calender {
	font-size: 40px;
}

h2.calender {
	font-size: 20px;
}

h3.calender {
	font-size: 14px;
}

ul.menu-systeem *
{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

ul.menu-systeem li a
{
  height: 24px;
  background: url(/templates/grijsblauw/GMenuMiddle.jpg);
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bold;
  padding-top: 5px;
  border-right-color: #000175;
  border-right-style: solid;
  border-right-width: 2px;
  display: inline;
  text-decoration: none;
  margin: 0;
  color: #00008B;
  font-size: 10px;
}

ul.menu-systeem li a:hover
{
  color: #FFF;
  background-image: url(/templates/grijsblauw/BMenuMiddle.jpg);
}

ul.menu-systeem li.submenu ul a
{
  color: black !important;
}

ul.menu-systeem li.submenu ul a:hover
{
  color: white !important;
  background-color: blue;
}

ul.menu-systeem, ul.menu-systeem ul
{
  display: block;
  margin: 0;
  padding: 0;
}

ul.menu-systeem li
{
  margin: 0;
}

ul.menu-systeem li.submenu ul
{
	background: url(/images/bgtext.jpg);
   margin-left: 10;
	border-left-color: Black;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: Black;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: Black;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	visibility: hidden;
}

ul.menu-systeem li.submenu ul li a
{
  background: none;
  height: auto;
  padding-right: 25px;
  padding-left: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
  width: 140px;
  border-right-style: none;
  border-bottom-style: none;
}

ul.menu-systeem li.submenu ul li a:hover
{
  height: auto;
  padding-right: 25px;
  padding-left: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-right-style: none;
  border-bottom-style: none;
  background-position: bottom;
}

