body
{
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  background-color: #000000;
  background-image: url(images/mainbg.gif);
  background-position: center;
  background-repeat: repeat-y;
  height:100%;
}
#maintable
{
  margin: auto;
  height:100%;
}
/* Header */
.headerbg
{
  background-image:  url(images/banner_bg.gif);
  height: 87px;
}
/* Footer */
.footerbg
{
  background-image:  url(images/footer_bg.gif);
}
.main
{
  font-size: 11px;
  text-align: left;
}
.news
{
  font-size: 11px;
  color: #dadada;
}
.news_text
{
  font-size: 11px;
  color: #808080;
}
/* Linkit */
a:link, a:visited {
  color: #808080;
  text-decoration: none;
}
a:hover, a:active {
  color: #bbbbbb;
  text-decoration: none;
}
/* Etusivu */
.welcome
{
  color: #808080;
  font-size: 13px;
  text-align: center;
}
a.welcome:link, a.welcome:visited {
  color: #808080;
  text-decoration: none;
  font-size: 13px;
}
a.welcome:hover, a.welcome:active {
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
}
/* Valikko */
.menu {
  padding: 1px 9px 1px 9px;
  text-align: center;
  font-weight: bold;
  margin: 0px 0px 0px 0px;
  display: block;
}

a.menu:link, a.menu:visited {
  color: #000000;
  text-align: center;
  font-weight: bold;
  border: 0px solid #333333;
  background: #333333;
  font-size: 13px;
}

a.menu:hover {
  color: #808080;
  text-align: center;
  font-weight: bold;
  border: 0px solid #555555;
  background: #555555;
  font-size: 13px;
}
