body {
  background: #EDF5FB;
  color: black;
  font-family: Verdana, Arial, sans-serif;
  font-size: 9pt;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

#main {
  margin: 10px auto 10px auto;
  padding: 0px;
  width: 900px;
  position: relative;
  text-align: left;
}

#body {
  margin: 10px 0px 10px 0px;
  padding: 0px;
  width: 742px;
  position: relative;
  text-align: left;
  float: left;
}

#body hr {
  display: none;
}

#header {
  background-image: url("/images/header2.gif");
  background-repeat: no-repeat;
  margin: 0px;
  padding: 0px;
  width: 742px;
  height: 66px;
}

#header h1 {
  display: none;
}

#header h2 {
  color: #FFFFFF;
  font-family: Verdana, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  position: relative;
  top: 46px;
  left: 15px;
}

#header h2 a {
  color: #FFFFFF;
  font-family: Verdana, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  text-decoration: underline;
}

#container {
  width: 742px;
  background-image: url("/images/background.gif");
  background-repeat: repeat-y;
}

#menubar {
  padding: 0px;
  margin: 0px;
  width: 125px;
  float: left;
}

#menubar ul {
  display: block;
  padding: 15px;
  margin: 0px;
  list-style: none;
  text-indent: 0px;
}

#menubar ul.submenu {
  display: block;
  padding: 0px;
  margin: 0px;
  list-style: none;
  text-indent: 20px;
}

#menubar ul a
{
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 10pt;
  color: #353638;
  padding: 0px;
  margin: 0px;
  text-decoration: none;
}

#menubar ul.submenu a
{
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 10pt;
  color: #DE923F;
  padding: 0px;
  margin: 0px;
  text-decoration: none;
}

#content
{
  margin: 0px;
  padding: 0px 0px 10px 0px;
  width: 420px;
  float: left;
  position: relative;
  left: 10px;
}

#content h1
{
  font-family: Arial, sans-serif;
  color: #DB3924;
  font-weight: bold;
  font-size: 12pt;
  margin-top: 0px;
  padding-top: 10px;
}

#content a
{
  color: #DB3924;
  text-decoration: none;
}

#content ul
{
  margin-left: 15px;
  padding-left: 0px;
}

#content .badgetekstit
{
  float: left;
  width: 280px;
}

#content .badgekuvat
{
  float: right;
  width: 130px;
  padding-top: 10px;
}

#content .ohjelmakartta
{
  font-size: 8pt;
}

#content .ohjelmakartta th
{
  color: black;
  background-color: inherit;
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
}

#content .ohjelmakartta td
{
  color: black;
  background-color: white;
  border: 1px black solid;
}

#content .ohjelmakartta td.header
{
  color: black;
  background-color: #faf4e2;
  border: 1px black solid;
}

#sideframe
{
  margin: 0px;
  padding: 0px;
  float: right;
  width: 175px;
}

#sideframe .box
{
  margin: 0px;
  padding: 0px;
  width: 154px;
}

#sideframe .box h3
{
  margin: 0px;
  padding: 0px;
  padding-left: 5px;
  font-weight: bold;
  font-size: 10pt;
  color: white;
  position: relative;
  background-image: url(/images/box_header_title.gif);
  background-repeat: no-repeat;
}

#sideframe .box .box_text
{
  background: #FAF4E2;
  margin: 0px;
  padding: 3px;
  border-color: #DB3924;
  border-width: 0px 3px 0px 3px;
  border-style: solid;
}

#sideframe .box p
{
  font-family: Verdana, Arial, sans-serif;
  font-size: 8pt;
  color: black;
  padding: 0px;
  margin: 12px 0px 0px 0px;
}

#sideframe .box a
{
  color: #DB3924;
  text-decoration: none;
}

#sideframe .box a.box_linka
{
  padding-top: 5px;
  padding-bottom: 3px;
  padding-left: 5px;
  padding-right: 3px;
  margin: 0px;
  font-weight: bold;
  background: #DB3924;
  color: white;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  right: -3px;
  bottom: -14px;
  background-image: url(/images/box_link_border.gif);
  background-repeat: no-repeat;
  background-position: bottom left;
  border-style: hidden;
}

#sideframe .box a.box_link
{
  display: inline-block;
  float: none;
  font-weight: bold;
  text-decoration: none;
  background: #DB3924;
  color: white;
  background-image: url(/images/box_link_border.gif);
  background-repeat: no-repeat;
  background-position: left top;
  padding-top: 5px;
  padding-bottom: 3px;
  padding-left: 10px;
  position: relative;
  bottom: -17px;
  right: -3px;
}

#sideframe .box_bottom
{
  padding: 0px;
  margin: 0px;
  height: 20px;
  width: 154px;
  background-image: url(/images/box_bottom.gif);
  background-repeat: no-repeat;
}

#sideframe .box_header
{
  position: relative;
  top: 18px;
  height: 18px;
  width: 154px;
  background-image: url(/images/box_top.gif);
  background-repeat: no-repeat;
}

#footer {
  background: #DB3924;
  clear: both;
  width: 742px;
}

#sponsorit
{
  width: 140px;
  padding-top: 70px;
  float: right;
}


