html
{
  width: 100%;
  height: 100%;
}
body
{
  width: 100%;
  height: 100%;
  margin: 0px;
  background-color: #1E8FB2;
  background-image: url('/images/bg.png');
  background-repeat: repeat-x;
  text-align: center;
}
.container
{
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.container .header
{
  width: 700px;
  height: 147px;
  background-image: url('/images/header.jpg');
}
.container .header .logo
{
  display: inline;
  float: left;
  width: 225px;
  height: 147px;
  background-image: url('/images/headerlogo.gif');
  background-repeat: no-repeat;
  background-position: 21px 17px;
}
.container .header .headercontent
{
  display: inline;
  width: 450px;
  height: 147px;
}
.container .header .headercontent .static
{
  float: right;
  text-align: right;
  color: white;
  font-family: Verdana;
  font-size: 12px;
  padding-top: 14px;
  padding-right: 16px;
  letter-spacing: 1px;
  height: 28px;
  overflow: hidden;
}
.container .header .headercontent .dynamic
{
  width: 400px;
  height: 79px;
  float: right;
  margin-top: 12px;
  padding-right: 14px;
  text-align: left;
}
.container .header .headercontent .dynamic .background
{
  position: absolute;
  width: 400px;
  height: 79px;
  background-color: white;
  filter: alpha(opacity=65);
  opacity: .65;
  -moz-opacity: 0.65;
}
.container .header .headercontent .dynamic .foreground
{
  position: absolute;
  width: 386px;
  height: 65px;
  padding: 7px;
  text-align: left;
  color: black;
  font-family: Verdana;
  font-size: 12px;
  background-color: transparent;
  z-index: 2;
}
.container .header .headercontent .dynamic .foreground img
{
  margin-right: 4px;
}
.container .header .headercontent .dynamic .foreground a, .container .header .headercontent .dynamic .foreground a:visited
{
  color: black;
  text-decoration: none;
}
.container .header .headercontent .dynamic .foreground a:hover
{
  color: black;
  text-decoration: underline;
}
.container .menu
{
  width: 700px;
  height: 28px;
  background-image: url('/images/menu.jpg');
}
.container .menu a, .container .menu a:visited
{
  display: block;
  height: 28px;
  line-height: 28px;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
  color: white;
  font-family: Verdana;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.container .menu a:hover
{
  background-color: #054F6A;
  text-transform: uppercase;
}
.container .menu a.active, .container .menu a.active:visited
{
  display: block;
  height: 28px;
  line-height: 28px;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
  background: white;
  color: black;
  font-family: Verdana;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.container .submenu
{
  margin-left: 10px;
  margin-top: 10px;
  width: 680px;
  height: 28px;
  background-color: #004050;
  color: white;
}
.container .submenusub {
  margin-left: 10px;
  width: 678px;
  height: 4px;
  background: #E0E0E0;
  border-left: 1px solid #004050;
  border-right: 1px solid #004050;
  border-bottom: 2px solid #F0F0F0;
}
.container .submenu .sublink, .container .submenu .sublink:visited
{
  text-align: center;
  display: block;
  height: 28px;
  line-height: 28px;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
  color: white;
  font-family: Verdana;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.container .submenu .sublink:hover
{
  background-color: #054F6A;
  color: white;
  text-transform: uppercase;
}
.container .submenu .active, .container .submenu .active:hover, .container .submenu .active:visited
{
  display: block;
  height: 27px;
  line-height: 27px;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
  background: #E0E0E0;
  border-top: 1px solid #004050;
  border-left: 1px solid #004050;
  border-right: 1px solid #004050;
  color: #469FBA;
  font-family: Verdana;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.container .bodybox
{
  background-color: white;
  background-image: url('/images/bg-content.png');
  background-position: bottom;
  background-repeat: repeat-x;
  font-family: Verdana;
  font-size: 12px;
  text-align: left;
}
.container .bodybox .bodyleft
{
  float: left;
}
.container .bodybox .bodyleft h1
{
  color: #065F7A;
  font-family: Arial;
  font-size: 15px;
  line-height: 15px;
  margin-top: 0px;
  margin-bottom: 12px;
  padding-bottom: 0px;
}
.container .bodybox .bodyleft ul
{
  margin-left: 0px;
  padding-left: 0px;
}
.container .bodybox .bodyleft li
{
  margin-left: 16px;
  color: #065F7A;
}
.container .bodybox .bodyleft li span
{
  color: black;
}
.container .bodybox .bodyleft form
{
  margin: 0px;
  padding: 0px;
}
.container .bodybox .bodyleft input
{
  font-family: Verdana;
  font-size: 12px;
  text-align: left;
}
.container .bodybox .bodyleft select
{
  font-family: Verdana;
  font-size: 12px;
  text-align: left;
}
.container .bodybox .bodyleft p
{
  margin-top: 0px;
  margin-bottom: 12px;
}
.container .bodybox a, .container .bodybox a:visited
{
  color: #065F7A;
}
.container .bodybox .bodyleft a:hover
{
  color: #469FBA;
}
.container .bodybox .bodyleft .subtext
{
  color: #808080;
  font-size: 11px;
  line-height: 11px;
  font-style: italic;
}
.container .bodybox .bodyright
{
  width: 233px;
  float: right;
  font-size: 11px;
  margin-right: 14px;
}
.container .bodybox .bodyright .box
{
  width: 221px;
  background-color: #0F6883;
  background-image: url('/images/bg-box.png');
  background-repeat: repeat-x;
  padding: 6px;
  color: white;
  margin-bottom: 10px;
}
.container .bodybox .bodyright .box h1
{
  color: white;
  font-family: Arial;
  font-size: 15px;
  line-height: 15px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.container .bodybox .bodyright .box p
{
  margin-top: 6px;
  margin-bottom: 0px;
}
.container .bodybox .bodyright .box table
{
  margin-top: 6px;
  margin-bottom: 0px;
}
.container .bodyright .box a, .container .bodyright .box a:visited
{
  color: white;
  font-style: italic;
  text-decoration: none;
}
.container .bodybox .bodyright .box a:hover
{
  color: white;
  font-style: italic;
  text-decoration: underline;
}
.container .footer
{
  width: 700px;
  height: 27px;
  background: black;

  color: white;
  font-family: Verdana;
  font-size: 12px;
  line-height: 27px;
}
.container .footer .footerleft
{
  width: 342px;
  padding-left: 8px;
  float: left;
  text-align: left;
}
.container .footer .footerright
{
  width: 342px;
  padding-right: 8px;
  float: right;
  text-align: right;
}
.container .footer .footerright a, .container .footer .footerright a:visited, .container .footer .footerright a:hover
{
  color: white;
  text-decoration: none;
}
.uitleg
{
  z-index: 10;
  position: absolute;
  top: 300px;
  left: 50%;
  width: 450px;
  margin-left: -225px;
  border: 4px outset #0F4863;
  background: white;
  padding: 10px;
}
.programmalink {
  text-decoration: none;
}
.programmalink:hover {
  text-decoration: underline;
}

