/* hoofdlettertype & kleur */
body,td {
  font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif; 
  font-size: 8pt; 
  color:#00396C;
}

/* pagina-achtergrond en paginamarges */
body {
  background-image: url(http://www.hrcsystem.com/graphics/background_top01.jpg);
  background-repeat: repeat;
  margin: 0px;
  padding: 0px;
}

/* html beslaat volledig venster: */
html {
  height: 100%;
  width: 100%;
}

/* hyperlinks: */
A {
  color:#000080; 
  text-decoration: none;
}

A:hover {
  text-decoration: underline; 
  color: #FF0000;
}

/* COMPLEET BETROUWBAAR EN BETAALBAAR! */
#float1 {
  font-weight: bold;
  color: black;
  position: absolute;
  left: 40px;
  top: 105px;
}

/* MADE IN HOLLAND */
#float2 {
  position: absolute;
  color: gray;
  right: 10px;
  top: 30px;
  font-weight: bold;
}

/* include countries.html */
#float3 {
  position: absolute;
  left: 600px;
  top: 80px;
  width: 200px;
  height: 20px;
  border: 0px solid black;
}

/* de menubalk: */
#menubar
{
  background-color: #DDE6EF; 
  position: absolute;
  left: 0px;
  top: 135px;
  width: 100%;
  border-bottom: 1px solid rgb(122,127,132);
  border-top: 1px solid rgb(122,127,132);
}

/* menu knopje: */
.menubutton
{
  background-color: #DDE6EF; 
  xborder: 1px outset #DDE6EF;
  border-left: 1px solid rgb(244,247,250);
  border-right: 1px solid rgb(122,127,132);
  float: left;
  height: 35px;
  text-align: center;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bold;
}

