
body { 
  color: #333333;  
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: #ffdaa4;
  font-size: 9pt;
  line-height: 12pt; 
  font-family: sans-serif;
}

#pohja img { width: 100%; }

#kielinavi {
  position: absolute;
  left: 34px;
  top: 120px;
  filter:alpha(opacity=60);
  opacity:0.6;
}

#kielinavi img { 
  width: 24px; 
  background-color: transparent;
}

#taustakuva { width: 100%; }

#logo {
  position: absolute;
  left: 28px;
  top: 20px;
}

#logo img { 
  width: 140px;
  background-color: transparent;
  filter:alpha(opacity=90);
  opacity:0.9;
}

.red {
  font-size: 14pt;
  border: none;
  color: #dd2222;
  background-color: transparent;
  filter:alpha(opacity=80);
  opacity:0.9;
}

#error {
  padding: 20px 20px 20px 20px;
  position: absolute;
  left: 200px;
  top: 180px;
  color: white;  
  background-color: red;
  width: 200px;
  filter:alpha(opacity=70);
  opacity:0.7;
  visibility: visible;
}

#menu {
  position: absolute;
  left: 200px;
  top: 20px;
  filter:alpha(opacity=80);
  opacity:0.8;
}

button {
  border-color: #eebbbb;
  border: 0px solid;
  background-color: #ffeecc;
  filter:alpha(opacity=80);
  opacity:0.8;
}

hr {
  color: #dca745;
  background-color: #dca745;
  border-color: #dca745;
  border: 1px solid;
}

button:hover {
  background-color: #ffd26d;
}


#historia { 
  padding: 20px 20px 20px 20px;
  position: absolute;
  left: 200px;
  top: 180px;
  color: #222222;  
  background-color: #ffeecc;
  width: 400px;
  line-height: 15pt; 
  filter:alpha(opacity=70);
  opacity:0.7;
  visibility: hidden;
}

#kuvat { 
  padding: 20px 20px 20px 20px;
  position: absolute;
  left: 200px;
  top: 180px;
  background-color: #ffeecc;
  width: 704px; 
  filter:alpha(opacity=90);
  opacity:0.9;
  visibility: hidden;
}

#kuvat img { 
  width: 350px; 
  filter:alpha(opacity=100);
  opacity:1.0;
}

a { 
  color: #772233;  
  text-decoration: none;
}

a:hover {
  color: red;  
  text-decoration: underline;
}

img {
  border: none;
  background-color: transparent;
  vertical-align: text-bottom;
}

.paivitys {
  padding: 20px 20px 20px 20px;
  position: absolute;
  left: 20px;
  top: 20px;
  margin: 4px 4px 4px 4px;
  padding: 4px 4px 4px 4px;
}

textarea {
  background-color: #fffecc;
}

