/* CSS Document */

a:link, a:visited, a:focus, a:active,
a.link, a.visited, a.focus, a.active
{
  text-decoration:none;
  color:black;
}

a:hover, a.over
{
  text-decoration:none;
  color:white;
  cursor:pointer;
}

.cat_item
{       
  border:0px solid black;
  width:160px;
  
}

.nav
{
  background:#E9F5E9;
  font-size:12px;
  font-weight:normal;
}


.nav table td
{
  border-bottom:2px dotted white;
}

.nav table td:hover, .nav table td.over
{
 background:rgb(179,202,176);
 color:white;
 cursor:pointer;
}

#bild
{
  margin:0px 0px 20px 20px;
  border:0px solid #cccccc;
}

.logo h3
{
  margin:0px 0px 0px 0px;
}

.notes
{
  text-align:justify;

}

.disclaimer
{
  font-size:10px;
}

#title
{
  font-size:11px;
  font-weight:normal;
  width:160px;
  background:#759601;
  margin:0px 0px 0px 0px;
  height:40px;
  padding:3px 0px 0px 0px;
  border:1px solid #759601;
  
}

#title_produkt
{
  font-size:11px;
  font-weight:normal;
  width:160px;
  
  background:#759601;
  margin:0px 0px 0px 0px;
  min-height:50px;
  height:auto;
  padding:3px 0px 0px 0px;
  border:1px solid #759601;
}

#image
{
  
  background:white;
  width:160px;
  height:100px;
  padding:10px 0px 0px 0px;
  margin:0px 0px 1px 0px;
  border:1px solid #cccccc;
} 
