body
{
  font-family: verdana, helvetica, sans-serif;
  font-size: 10pt;
  background: white;
  color: black;
  width: 800px;
  padding: 0px;
  margin: 10px auto 10px auto;
}

#body
{
  background: white;
  color: inherit;
  margin: 0px;
  width: 910px;
  padding: 0px;
}

#body hr { display: none; }

#header
{
  background-image: url(/images/finllogo.png);
  background-repeat: none;
  width: 140px;
  height: 159px;
  margin: 5px;
}

#header h1 
{
  display: none;
}

#menu 
{
  width: 144px;
  margin: 5px;
  float: left;
}

#menu .menubox ul
{
  list-style: none;
  margin: 0px;
  margin-left: 5px;
  padding: 0px;
  padding-top: 20px;
}

#menu .menubox ul li
{
  padding: 0px;
  margin: 0px;
  margin-bottom: 15px;
  padding: 2px 0px 2px 0px;
  border-style: solid none;
  border-width: 4px;
  border-color: #0092ce;
}

#menu .menubox ul li a
{
  display: block;
  color: #0092ce;
  text-decoration: none;
  font-weight: bold;
  font-family: arial;
  font-size: 11pt;
  text-align: center;
  text-transform: uppercase;
  padding: 5px 0px 2px 0px;
  margin: 0px 0px 0px 0px;
  border-style: solid none;
  border-color: #8bc7e9;
  border-width: 2px;
}

#menu .menubox ul li a:hover
{
  background: #c2edff;
  color: #0092ce;
}

#content
{
  background: white;
  position: relative;
  top: 0px;
  right: 0px;
  width: 560px;
  margin: 5px;
  padding: 5px;
  margin-top: 40px;
  border-style: none none none none;
  border-width: 4px;
  border-color: #8bc7e9;
  float: left;
}

#content ul.boring
{
  list-style: none;
  padding: 5px;
  margin: 0px;
}

#content ol li
{
  margin-bottom: 5px;
}

#content p
{
  margin: 0px;
  padding: 5px;
  padding-bottom: 15px;
}

#content .kysymys
{
  font-weight: bold;
}

#content table.finalistit
{
  width: 100%;
  border: 1px solid #8bc7e9;
}

#content table.palkittu
{
  width: 100%;
  border: 1px solid #0092ce;
}

#content td.kansikuva
{
  width: 130px;
}

#content table.finalistit tr
{
  background-color: #e0eeff;
}

#content table.palkittu tr
{
  background-color: #c0deff;
}

#content table.palkittu td
{
  padding: 5px 0px;
}

#content table.palkittu a
{
  color: #0032ae;
}

#content h1
{
  font-family: arial, sans-serif;
  font-weight: bold;
  font-size: 14pt;
  color: #0092ce;
  margin-top: 0px;
  padding-top: 10px;
  border-bottom: 4px solid #8bc7e9;
}

#content h2
{
  display: block;
  color: #0092ce;
  font-family: arial, sans-serif;
  font-weight: none;
  font-size: 13pt;
  margin-top: 0px;
  padding-top: 10px;
  margin-left: 5px;
  border-bottom: 2px solid #8bc7e9;
}

#content hr 
{ 
  display: block; 
  border: 2px solid #8bc7e9;
}

#content a
{
  color: #0092ce;
}

#content .input {
  background: white;
  border: 1px solid #8bc7e9;
}

#oikea
{
  background: white;
  position: relative;
  top: 0px;
  right: 0px;
  width: 150px;
  margin: 5px;
  padding: 5px;
  margin-top: 70px;
  border-style: none none none solid;
  border-width: 4px;
  border-color: #8bc7e9;
  float: right;
}

#footer
{
  clear: both;
  color: white;
}

