html,body { 
  background-color: white;
  color: #000000;
  font-family:Verdana,sans-serif;
  margin : 0px;
  padding : 0px;
  width : 100%;
  height: 100%;
}

div#menu {
  position : fixed;
  left : 0px;
  top : 0px;
  background-color : #FF6600;
  float : left;
  height : 100%;
  padding-top : 150px;
  margin : 0px;
  width : 200px;
  border-right : 2px solid black;
}

div#sisalto {
  position : relative;
  top : 0px;
  right : 0px;
  height : 100%;
  padding-top : 5px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 5px;
  min-width : 440px;
  margin-right : 0px;
  margin-left : 200px;
  border-right : 1px solid black;
}

div#laatikko {
  margin : 2em;
  width : 160px;
  float : right;
  background-color : #FFECDF;
  border-top : 1px solid gray;
  border-left : 1px solid gray;
  border-bottom : 3px solid black;
  border-right : 3px solid black;
  margin-top : 7em;
  margin-bottom : 7em;
  margin-right : 1em;
  font-size : 10px;
  font-style : normal;
  font-variant : normal;
  font-weight : bold;
  padding : 1em;
  text-align : left;
}

div.valikko {
  font-size : 14px;
  font-style : normal;
  font-variant : normal;
  font-weight : bold;
  padding : 1em;
  line-height : 20px;
  text-align : right;
}

div.valikko2 {
  font-size : 10px;
  font-style : normal;
  font-variant : normal;
  font-weight : bold;
  padding : 1em;
}

div.kuva {
  float: left;
  padding : 0.5em;
  margin-top : 0.5em;
  margin-bottom : 1em;
  margin-left : 1em;
  margin-right : 2em;
  border : 1px solid #CCCCCC;
  font-size : 12px;
  font-style : italic;
  font-weight : normal;
  width : 320px;
}

div.kuvateksti {
  clear : left;
  margin : 1em;
}

div.teksti {
  font-family:Verdana,sans-serif;
  font-size : 12px;
  font-style : normal;
  font-weight : normal;
  padding-top : 1em;
  padding-bottom : 1em;
  padding-left : 1em;
  padding-right : 1em;
}

div.otsikko {
  font-family:Verdana,sans-serif;
  font-size : 12px;
  font-style : normal;
  font-weight : normal;
  text-align : center;
  padding-top : 2em;
  padding-bottom : 2em;
  padding-left : 1em;
  padding-right : 1em;
  border-bottom : 1px dashed black;
}

p.teksti {
  font-family:Verdana,sans-serif;
  font-size : 12px;
  font-style : normal;
  font-weight : normal;
}

div.muokattu {
  font-family:Verdana,sans-serif;
  font-size : 12px;
  font-style : italic;
  font-weight : normal;
  text-align : center;
  border-top : 1px dashed black;
  margin-top : 1em;
  padding : 2em;
  clear : both;
}

div#sisuswrapper {
  margin : 0%;
  width : 100%;
  overflow : hidden;
}

tr.otsikko {
  font-family:Verdana,sans-serif;
  font-size : 12px;
  font-style : normal;
  font-weight : normal;
  font-weight : bold;
  background-color : #FF9900;
}

tr.ltausta {
  font-family:Verdana,sans-serif;
  font-size : 12px;
  font-style : normal;
  font-weight : normal;
  background-color : #FFCC99;
}

HR {
  border : 1px dashed #FFF;
  border-bottom : 0px none #FFF;
  border-left : 0px none #FFF;
  border-right : 0px none #FFF;
  margin : 0px;
  padding : 0px;
  clear : left;
}

form,input,textarea {
  font-family:Verdana,sans-serif;
  font-size : 12px;
  font-style : normal;
  font-weight : normal;
}

H1 { font-size : 24px; margin-top : 12px; margin-bottom : 12px; padding : 0px; border: }
H2 { font-size : 18px; margin-top : 9px; margin-bottom : 9px; padding : 0px; border: }
H3 { font-size : 14px; margin-top : 6px; margin-bottom : 6px; padding : 0px; border: }

A:link { color: black; text-decoration : underline; }   /* unvisited link */
A:visited { color: black; text-decoration : underline; } /* visited links */
A:active { color: black; text-decoration : underline; } /* active links */
A:hover { color : blue; text-decoration : none; cursor : pointer; } /* hover */

A.valikko:link { color: black; text-decoration : none; }   /* unvisited link */
A.valikko:visited { color: black; text-decoration : none; } /* visited links */
A.valikko:active { color: black; text-decoration : none; } /* active links */
A.valikko:hover { color : blue; text-decoration : none; cursor : pointer; } /* hover */

A.logo:link IMG { border : 0px; text-decoration : none; }   /* unvisited link */
A.logo:visited IMG { border : 0px; text-decoration : none; } /* visited links */
A.logo:active IMG { border : 0px; text-decoration : none; } /* active links */
A.logo:hover IMG { border : 0px; text-decoration : none; cursor : pointer; } /* hover */