body
    {
      font-family: Arial, Helvetica, sans-serif;
	  font-size: 90%;
	  color: #CCCCCC;
	  margin-top: 25px;
	  text-align: center;
	  background-color: #F3DF6E;
      background-image: url('../kuvat/Rosvo-kissa.gif');
      background-repeat: no-repeat;
      background-position: bottom right;
    }

a
    {
      color: #D51212;
      text-decoration: none;
    }
a:visited
    {
      color: #333333;
      text-decoration: none;
    }
a:hover
    {
      color: #FFFFFF;
      text-decoration: none;
    }
a:active
    {
      color: #999999;
      text-decoration: none;
    }

div#sivu
    {
	  width: 95%;
	  height: auto;
  	  margin-left: auto;
	  margin-right: auto;
    }
div#sivu2
	{
	  text-align: center;
   	  margin-left: auto;
	  margin-right: auto;
	  width: 90%;
	  height: auto;
   }

div#top
    {
      background-image: url('../kuvat/logo.gif');
      background-repeat: no-repeat;
      background-position: center;
      color: #000000;
      height: 132px;
      padding: 4px;
      width: auto;
      position: relative;
    }

div#main
    {
      background-image: url('../kuvat/raketti-kuuhun.gif');
      background-repeat: no-repeat;
      background-position: bottom left;
      color: #000000;
      height: auto;
      width: auto;
      margin-top: 3px;
      padding-top: 5px;
      padding-bottom: 50px;
    }

div#bottom
    {
      color: #000000;
      position: relative;
      clear:both;
      width: auto;
      height: 100px;
    }

div#valikko
    {
      padding-left: 5px;
      padding-right: 5px;
      background-image: url('../kuvat/menu_tausta_g.jpg');
      background-repeat: repeat-x;
      background-position: center;
      text-align: center;
      color: #D51212;
      font-weight: bold;
      height: 22px;
      line-height: 22px;
      position: relative;
      width: auto;
      margin-top: 3px;
      overflow: none;
    }

div#valikko a
    {
      color: #FEFE14;
      text-decoration: none;
    }
div#valikko a:visited
    {
      color: #CCCCCC;
    }
div#valikko a:hover
    {
      color: #FFFFFF;
    }
div#valikko a:active
    {
      color: #FFFFFF;
    }

div#alavalikko
    {
      background-image: url('../kuvat/menu2_tausta.jpg');
      background-repeat: repeat-x;
      background-position: center;
      padding-left: 5px;
      padding-right: 5px;
      text-align: center;
      color: #000000;
      position: relative;
      height: 18px;
      line-height: 18px;
      font-weight: bold;
      font-size: smaller;
      width: auto;
      vertical-align: middle;
    }

div#alavalikko a
    {
      color: #D51212;
      text-decoration: none;
    }
div#alavalikko a:visited
    {
      color: #222222;
      text-decoration: none;
    }
div#alavalikko a:hover
    {
      color: #FFFFFF;
      text-decoration: none;
    }
div#alavalikko a:active
    {
      color: #FFFFFF;
      text-decoration: none;
    }

.reunus
    {
      border: 1px solid #990000;
    }

div#aihe
    {
      color: #000000;
      padding-top: 5px;
      vertical-align: top;
      height: auto;
      width: auto;
    }
pre#teksti
    {
      background: transparent;
      padding-top: 5px;
      color: #000000;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 90%;
      overflow: auto;
      width: 450px;
      white-space: pre-wrap;       /* css-3 */
      white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
      white-space: -pre-wrap;      /* Opera 4-6 */
      white-space: -o-pre-wrap;    /* Opera 7 */
      word-wrap: break-word;       /* Internet Explorer 5.5+ */
    }

div#huomio
    {
	  position: relative;
	  float: right;
      background-image: url('../kuvat/edge.gif');
      background-repeat: repeat-y;
      background-position: right;
      background-color: #FFFFFF;
      border: 1px solid #333333;
      border-style: outset;
      filter:alpha(opacity=60);
      opacity:.60;
      margin: 10px;
      padding-top: 5px;
      width: 200px;
      max-height: 320px;
      height: auto;
      overflow: auto;
      text-align: center;
	}
pre.huomio_content
    {
      font-family: Arial, Helvetica, sans-serif;
      font-size: smaller;
      color: #000000;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      white-space: pre-wrap;       /* css-3 */
      white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
      white-space: -pre-wrap;      /* Opera 4-6 */
      white-space: -o-pre-wrap;    /* Opera 7 */
      word-wrap: break-word;       /* Internet Explorer 5.5+ */
	  height: auto;
	  width: 165px;
    }
div.kuvapaikka
	{
      width: auto;
	  height: auto;
	  padding: 8px;
	  background-color: #ffcc00;
	  border: 1px solid #000000;

	}
div.teksti
    {
	  text-align: center;
	  background: transparent;
      padding-top: 5px;
      color: #000000;
      overflow: auto;
      width: auto;
      clear: both;
      margin-left: 50px;
      margin-right: 50px;
      margin-bottom: 50px;
      white-space: pre-wrap;       /* css-3 */
      white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
      white-space: -pre-wrap;      /* Opera 4-6 */
      white-space: -o-pre-wrap;    /* Opera 7 */
      word-wrap: break-word;       /* Internet Explorer 5.5+ */
    }
.editbox
	{
	  font-size: smaller;
	  font-weight: bold;
	  position: relative;
	  width: auto;
	  line-height: 12px;
      margin-left: auto;
      margin-right: auto;
	  margin-bottom: 5px;
	  text-align: center;
	  border-bottom: 1px solid #990000;
	}
.editbox a
    {
      color: #000000;
      text-decoration: none;
    }
.editbox a:visited
    {
      color: #222222;
    }
.editbox a:hover
    {
      color: #FFCC00;
    }
.editbox a:active
    {
      color: #990000;
    }
textarea
	{
	  width: 90%;
      font-family: Arial, Helvetica, sans-serif;
	}
.editbox2
	{
	  font-size: smaller;
	  font-weight: bold;
	  position: relative;
	  width: auto;
	  line-height: 12px;
	  padding-top: 2px;
	  text-align: right;
	  border-top: 1px solid #990000;
	}

