body {
  background-image : url(bilder/main_back.jpg);
  background-attachment : fixed;
  background-color : #fdfdfd;

  font-family : arial;
  font-size : 10px;

  scrollbar-arrow-color:       #1A5F2C;
  scrollbar-highlight-color:   white;
  scrollbar-shadow-color:      #1A5F2C;

  scrollbar-base-color:         #1A5F2C;
  scrollbar-face-color:         white;

  scrollbar-darkshadow-color:  white;
  scrollbar-3d-light-color:    #1A5F2C;
  }

textarea {
  scrollbar-arrow-color:       black;
  scrollbar-highlight-color:   lightgrey;
  scrollbar-shadow-color:      gray;

  scrollbar-base-color:         white;
  scrollbar-face-color:         lightgrey;

  scrollbar-darkshadow-color:  black;
  scrollbar-3d-light-color:    white;
  }

p,td {
  font-family : arial;
  font-size : 12px;
  }

td.navi {
  font-family : arial;
  font-size : 11px;
  text-align : center;
  }

td.zelleklein {
  font-family : arial;
  font-size : 10px;
  text-align : center;
  }

a {
  font-size : 11px;
  text-decoration : none;
  font-family : arial;
  color : black;
  }

a:hover {
  text-decoration : underline;
  color : darkgreen;
  }

a.blue {
  font-size : 12px;
  font-family : arial;
  color : blue;
  }

a.blue:hover {
  text-decoration : none;
  color : red;
  }

img.xx {
  border : 1 green;
}
