body
{
  margin: 0px;
  padding: 0px;
  background: #EDE9E9;
  text-align:center;
}

a
{
  color: #A59090;
  text-decoration: underline;
}

a:hover
{
  color:#00356F;
}

#container
{
  text-align: left;
  width: 730px;
  margin:0 auto;
  background: #FFFFFF;
}

#header
{
   background-image: url(../images/vervolgheader.gif);
   height: 100px;
}

#mainmenu
{
  border-bottom: 3px solid #A59090;
  padding: 2px 0px;
}

td.menuitem
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  color: #A59090;
  text-align: left;
  white-space: nowrap;
  border-bottom: 3px solid #A59090;
  font-weight: bold;
  padding: 2px 0px 2px 0px;
}

td.menuitem div
{
  border-right: 2px solid #A59090;
  padding: 0px 12px 0px 12px;
}

td.menuitem div a
{
  text-decoration: none;
}

td.menuitem a:hover
{
  color:#00356F;
}

td.menuitem.selected
{
  border-top: none;
  border-right: 3px solid #A59090;
  border-bottom: none;
  border-left: 3px solid #A59090;
}

td.menuitem.selected div
{
  border: none;
  color:#00356F;
}

#submenu
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 74%;
  color: #A59090;
  padding: 30px 0px 10px 0px;
  text-align: center;
}

#submenuspacer
{
  padding: 0px 0px 10px 0px;
}

#submenu a
{
  text-decoration: underline;
  padding: 0px 10px;
}

#submenu .selected
{
  color:#00356F;
  font-weight: bold;
  padding: 0px 10px;
}

#linkermenu
{
  vertical-align: top;
  padding: 10px 20px 0px 20px;
}


#content
{
  vertical-align: top;
  padding: 10px 20px 0px 10px;
}

#footer
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 67%;
  color: #000000;
  text-align: right;
  padding: 50px 19px 0px 20px;
}
#footer img
{
  float: right;
  margin-left: 10px;
}
