.animal {
  position: absolute;
  left: 0px;
  top: 0px;
}

.inthepicture {
font-family: inherit;
  position: absolute;
  left: 0px;
  top: 0px;
  visibility: hidden;
  display: none;
  border-color: #000000;
  border: 5px;
  font: 14px verdana;
  text-align: center;
}

.1toshow{
max-width: 300px;
width: expression(document.body.clientWidth > 300? "300px": document.body.clientWidth  );
}

.tekst {
  background-color: #d0d0e0;
/*  background-color:#c7d1d2;*/
font-family: inherit;

  font-size:16pt;
  width: 100%;
  filter:alpha(opacity=70);
  -moz-opacity:.70;
  opacity:.70;
}

