html,body {
  margin: 0;
  padding: 0;
  background-color: #ccccff;
  background-image: url(../gfx/achtergrond.gif);
  background-attachment: fixed;
  font-family: arial,helvetica;
  font-size: 12px;
  color : black;
}

a:link {
  text-decoration : underline;
  color : black;
}

a:hover {
  text-decoration : underline;
  color : black;
}

a:visited {
  text-decoration : underline;
  color : black;
}

a:active {
  text-decoration : underline;
  color : black;
}

#header {
  position: relative;
  padding : 1em 1em 1em 1em;
  margin : 0em 0em 0em 0em;
  height : 189px;
  text-align: right;
}

#menu {
  position: relative;
  float: left;
  padding : 1em 1em 1em 1em;
  margin : 0em 0em 0em 0em;
}

#menu form {
  font-size: 11px;
}

#menu input {
  font-size: 11px;
}

#content {
  position: relative;
  float: left;
  display: inline;
  padding : 1em 1em 1em 1em;
  margin : 0em 0em 0em 0em;
}

#footer {
  padding : 1em 1em 1em 1em;
  margin : 0em 0em 0em 0em;
  clear: both;
  text-align: center;
  font-size: 9px;
}

#guestbook_entry {
  margin: 0.5em 0.5em 0.5em 0.5em;
  padding: 0em 0em 0.5em 0em;
  border: 0.1em solid #999999;
  background-color: #ffffff;
}

#guestbook_header {
  background-color: #cccccc;
  margin: 0em 0em 0.5em 0em;
  padding: 0.5em 0.5em 0.5em 0.5em;
}

#guestbook_entry p {
  margin: 0em 0em 0em 0em;
  padding: 0em 0em 0em 0em;
}

#content p.error {
  margin: 0em 0em 0em 0em;
  padding: 1em 1em 1em 1em;
  border : 1px solid red;
  background-color : #ffcccc;
}

#content p.note {
  margin: 0.5em 0em 0.5em 0em;
  padding: 1em 1em 1em 1em;
  border : 1px solid blue;
  background-color : #ccccff;
}

#content table.data {
  border : 1px solid #cccc99;
  background-color : #ffffcc;
}

#content table.data th {
  background-color : #cccc99;
}
