html, body
{
  width: 100%;
  height: 100%;
  margin: 0px;
  font-family: arial;
  font-size: 10pt;
}

#hidden
{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: silver;
  opacity: 0.5;
  filter: alpha(opacity=50);
  display: none;
  z-index: 2;
}

#menu
{
  background: #dededd;
  padding: 10px 10px 10px 0px;
  width: 100%;
}

#menu a
{
  color: #555555;
  text-decoration: none;
  font-weight: 700;
  margin-left: 10px;
  float: left;
}

#menu a:hover
{
  text-decoration: underline;
}

#forum a:link
{
  color: #000000;
  text-decoration: none;
  font-weight: 100;
}

#forum a:visited
{
  color: #000000;
  text-decoration: none;
  font-weight: 100;
}

.logo
{
  margin: 10px 0px 0px 5px;
}

#logo
{
  width: 100%;
  padding: 10px 10px 10px 0px;
  border-bottom: 1px #999999 solid;
}

#logo a
{
  color: #555555;
  text-decoration: none;
  font-weight: 700;
  margin-left: 10px;
  float: left;
}

#logo a:hover
{
  text-decoration: underline;
}

#body
{
  width: 100%;
}

span
{
  font-size: 12pt;
  font-weight: 700;
}

#body a
{
  color: #28166f;
  font-weight: 700;
  text-decoration: none;
}

#body a:hover
{
  text-decoration: underline;
}

#foto
{
  width: 100%;
}

.menu a
{
  color: #555555;
  text-decoration: none;
  font-weight: 700;
  margin-left: 10px;
  float: left;
}

.obj a
{
  color: #28166f;
  font-weight: 700;
  text-decoration: none;
}

.cat a
{
  color: #182a7a;
  text-decoration: underline;
  font-weight: 100;
}

#foto a:hover
{
  text-decoration: underline;
}

#last
{
  width: 100%;
}

#dhtmltooltip{
position: absolute;
border: 1px solid #999999;
visibility: hidden;
background: #ffffff;
padding: 2px;
font-size: 12px;
z-index: 100;
}

#dhtmlpointer{
position:absolute;
visibility: hidden;
}