/* CSS Document */
body{
  background-color: #99aa99;
  font-family: serif;
}

a:link, a:visited{
  color: #669966;
  font-weight: bold;
}

h1,h2,h3,h4{
  margin: 0px;
  padding: 0px;
  color: #669966;
  font-family: serif;
}

h3{
  margin-top: 5px;
}

td{
  text-align: left;
  vertical-align: top;
}

ul.edustukset{
  margin-top: 3px;
  margin-bottom: 3px;
}

#main{
  border: 1px solid #000000;
  width: 673px;
  background-color: #ffffff;
}

#header{
  width: 673px;
  height: 89px;
}

#nav{
  width: 130px;
  height: 300px;
  background: url(../images/nav_back.gif) no-repeat;
}

#nav_window{
  margin: 0px 5px 5px 5px;
  padding: 5px;
  border-width: 1px 1px 0px 0px;
  border-style: solid;
  border-color: #cccccc;
}

#nav a{
  color: #669966;
  text-decoration: none;
  font-family: arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  
}

#nav a:hover{
  text-decoration: underline;
}

#content{
  width: 543px;
  background: url(../images/main_back.gif) no-repeat;
}

#content_window{
  margin: 0px 5px 5px 5px;
  padding: 5px 5px 5px 8px;
  border-width: 1px 0px 0px 1px;
  border-style: solid;
  border-color: #cccccc;
}

/*käytetyt taulukko*/

#used{
  border: 1px solid #cccccc;
  width: 500px;
}

#used th{
  color: #336633;
  padding: 0px 5px 0px 5px;
  font-family: arial, sans serif;
  font-size: 12px;
}

#used td{
  border: 1px solid #cccccc;
  padding: 0px 5px 0px 5px;
  font-size: 12px;
}

#used td.hinta{
  text-align: right;
}

#table_header{
  background-color: #cccccc;
}

