/*
  stylesheet.css,v 2.0 ANDREA 2007-06-09
  Copyright (c) 2007 Andrea Rautenberg
*/

/* FARBEN: 
   ffdf00=sonnengelb für Hintergrund, oder gold
   007070=dunkeltürkis für H1 
   009090=türkis für H2
   df0000=rot für Links Hover
   4f4f4f=grau für Text und Links
   
   
*/

BODY {
  font-family: Verdana, Lucida Sans Unicode, sans-serif;
  background-color: #FFFFFF;
}

TABLE {
  background-color: white;
  font-family: Verdana, Lucida Sans Unicode, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  color: #2F2F2F;
}

P {
  font-size: 11px;
  line-height: 1.5;
  color: #2F2F2F;
}

A {
  font-family: Verdana, Lucida Sans Unicode, sans-serif;
  font-size: 11px;
  color: #4f4f4f;
  text-decoration: none;
}

A:hover {
  color: #0070C0;
  font-weight: bold;
}

H1 {
  font-family: Verdana, Lucida Sans Unicode, sans-serif;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.5;
  color: #bfbfbf;
  text-align: right;
}

H2 {
  font-family: Verdana, Lucida Sans Unicode, sans-serif;
  font-size: 12px;
  font-weight: semi-bold;
  line-height: 1.5;
  color: #0066CC;
}

UL {
  font-size: 11px;
  line-height: 1.5;
  color: #2f2f2f;
  list-style-type: circle;
  list-style-position: outside;
}

P.suchtext {
  font-size: 9px;
  line-height: 1.0;
  color: #8f8f8f;
}


