/* näyttöversion erityismuotoilut */

@import url("base.css");

body {
  color: black;  
  background-color: #c6dede;
  background-image: url(images/tausta.png);
  background-repeat: repeat;
  }

/* tekstisisällön div */
#content {
  position:absolute;
  left: 192px;
  top: 10px;
  min-height: 770px;
  width: 580px;
  margin: 0 0 10px 0;
  border: 1px solid black;
  padding: 15px;
  color: black;
  background-color: #f3fafa;
  font-size: 10pt;
 
  /* Box Model Hack / IE5/Win */
  voice-family: "\"}\""; 
  voice-family: inherit;
  width: 548px;
  }
  /* "be nice to Opera 5" hack */
  body>#logo {width: 548px;}  

/* yläkulman vaakuna */
#logo {
  position: absolute;
  top: 10px;
  left: 35px;
  width: 140px;
  border: 0px;
  padding: 5px;
  background-color: transparent;
  
  /* Box Model Hack / IE5/Win */
  voice-family: "\"}\""; 
  voice-family: inherit;
  width: 130px;
  }
  /* "be nice to Opera 5" hack */
  body>#logo {width: 130px;}

#logo img {
  border: 0px;
}

/* valikko */
#sidebar {
  position: absolute;
  float: left;
  top: 200px;
  left: 10px;
  width: 172px; 
  border: 1px dashed black;
  padding: 3px 10px 10px 10px;
  color: black;
  background-color: #deecec;
  font-size: 10pt;  
  
  /* Box Model Hack / IE5/Win */
  voice-family: "\"}\"";
  voice-family: inherit;
  width: 150px;
  }
  /* "be nice to Opera 5" hack */
  body>#sidebar {width: 150px;}

#sidebar h1 {
  margin-top: 2px;
  margin-bottom: 15px;
  font-size: 120%;
  font-weight: bold;
  display: none;
  }

#sidebar ul {
  padding: 0px 10px;
  margin: 0px;
  list-style: none;
  font-size: 80%;
  }

#sidebar li {
  margin: 0px;
  padding: 1px 0 2px 10px; 
  background: url(images/diamond-gray.png) 0 6px no-repeat;
  } 

#sidebar p.menu {
  font-weight: bold;
  font-variant: small-caps;
  margin-top: 8px;
  margin-bottom: 3px;
}

#sidebar a:link, #sidebar a:visited, #sidebar a:active {
  color: #000050;
  background-color: inherit;
  text-decoration: none;
  }

#sidebar a:hover {
  color: #500000;
  background-color: inherit;
  text-decoration: none;
  }

#sidebar img#printable {
  border: 0px;
  float: right;
  }
  
