BODY, HTML {
MARGIN: 0px;
WIDTH: 100%;
FONT-FAMILY: Verdana;
font-size: 11 pt;
HEIGHT: 100%;
}

html {
  overflow: auto;
}

A {
COLOR: black;
TEXT-DECORATION: none
}
A:visited {
COLOR: black;
TEXT-DECORATION: none
}
.body
{
  background-color: #cccccc;
}
#page
{
  position: relative;
  width: 964px;
  height: 620px;
  margin: 30px auto;
  background-color: #ffffff;
}
#blad
{
  background-image: url(layout/background.jpg);
  width: 964px;
  height: 620px;
  position: absolute;
}
#logoarea
{
  top: 22px;
  left: 22px;
  width: 200px;
  height: 200px;
  position: absolute;
  cursor: pointer;
}
#sitecontent
{
  top: 186px;
  left: 255px;
  width: 651px;
  height: 378px;
  position: absolute;
  overflow: auto;
  z-index: 5;
}
#mainmenu
{
  width: 200px;
  height: 336px;
  left: 50px;
  top: 240px;
  position: absolute;
  font-weight: bold;
  z-index: 9999;
}
#mmtable
{
  width: 100%;
}
.menuitem
{
  display: block;
  margin-bottom: 5px;
}
.submenuitem, .subsubmenuitem
{
  font-size: 12px;
  font-family: Verdana;
  font-weight: bold;
}
.button
{
  height: 30px;
  width: 150px;
  background-image: url(layout/button_bg.jpg);
  background-repeat: no-repeat;
  text-align: left;
  font-size: 12px;
}
.text
{
  margin-left: 0px;
  margin-bottom: 15px;
  font-family: Verdana;
  font-weight: bold;
}
.title
{
  color: #538aa9;
}
