BODY {
  font-family: Verdana, Tahoma, Arial, Helvetica;
  font-size: 10pt;
  text-align: justify;
}

.banner {
  font-family: Verdana, Tahoma, Arial, Helvetica;
  font-size: 18pt;
  font-weight: bold;
  background-color: black;
  background-image: url(images/banner.jpg);
  background-position: top right;
  background-repeat: no-repeat;
  color: white;
}

.menu
{
  background-color: black;
  color: white;
  font-weight: bold;
  background-image: url(images/gras.jpg);
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
  margin: 0px;
}

.content
{
  background-color: white;
  background-image: url(images/grad.gif);
  background-position: left;
  background-repeat: repeat-y;
  margin-left: 32px;
}

TABLE {
  border-collapse: collapse;
  border: 3px double navy;
  background-color: white;
}

TH {
  text-align: left;
  color: navy;
  font-weight: bold;
  background-color: #d3d3d3;
  border: 1px solid gray;
}

TD {
  text-align: left;
  border: 1px solid gray;
}

.hiddentable, .hiddentable TH, .hiddentable TD {
  border: 0px;
}

.spacer TD {
  border-top: 3px double navy;
  border-bottom: 3px double navy;
  border-left: none;
  border-right: none;
}

A {
  text-decoration: none;
}
A:link, A:visited {
  color: #cc0000;
}
A:hover {
  text-decoration: underline;
  color: #ff6600;
}

.menuentry {
  background-color: #202020;
  padding: 10px;
}

.menu A {
  padding: 5px;
  text-decoration: none;
}
.menu A:link, .menu A:visited {
  color: #c00000;
}
.menu A:hover {
  color: white;
  text-decoration: none;
}

H2 {
  position: relative;
  left: -32px;
  padding: 5px;
  padding-left: 32px;
  color: white;
  background-color: black;
  width: 300px;
  filter: progid:DXImageTransform.Microsoft.Alpha( Opacity=100, FinishOpacity=0, Style=1, StartX=75, FinishX=100, StartY=0, FinishY=0);
}/*background-color: #E0E0E0;*/

H3 {
  padding: 5px;
  background-color: #F0F0F0;
}

INPUT, TEXTAREA, SELECT {
  font-family: Verdana, Tahoma, Arial, Helvetica;
  font-size: 10pt;
  color: navy;
}

.progpunt {
  vertical-align: top;
  color: navy;
  background-color: #F0FFFF;
}

.photobook_body {
  margin: 0px;
  padding: 8px;
  text-align: center;
}

.photobook_caption {
  font-size: 18pt;
  font-weight: bold;
  color: white;
  background-color: black;
  padding: 8px;
  text-align: center;
}

.photobook_folder {
  background-image: url('fotos/folder.gif');
  background-repeat: no-repeat;
  width: 122px;
  height: 100px;
  text-align: center;
  vertical-align: middle;
  font-size: 8pt;
  overflow: hidden;
  padding-left: 4px;
  padding-right: 4px;
}
