/* Farben, Zeichensaetze usw. */

html 
  {
  margin: 0 
  }

body	/* Normale Seiten */
  {
  margin-top: 0.5em;
  margin-bottom: 0;
  margin-left: 1em;
  margin-right: 1em;
  text-align: justify;
  line-height: 1.3;
  font-family: Arial, Helvetica, sans-serif;
  background: #FFFFFF; /* weiss */
  }

h1 
  {
  margin-top: 0.5em; 
  border-bottom: thin solid;
  border-color: #000088; /* dunkelblau */
  padding: 0 0.5em 0.2em 0.5em;
  text-align: center;
  line-height: 1;
  font-weight: normal;
  font-variant: small-caps;
  color: #000000; /* schwarz */
  }

h1:first-line 
  { 
  border-bottom: none;		/* bug in Konqueror 3.1 */
  }

h2 
  {
  margin-top: 3em;
  border-bottom: thin solid;
  padding: 0 0.5em 0.2em 0.5em;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  font-weight: bold;
  clear: both;
  }

h3 
  {
  display: run-in; 
  margin: 1.5em 1em 1em 0;
  font-weight: bold;
  font-size: 1em;
  color: #000000; /* schwarz */
  }
  
li 
  {
  padding-left: 0;
  margin-left: 0 
  }

ul, ol 
  {
  padding-left: 0;
  margin-left: 1.5em 
  }

p 
  {
  margin-top: 1em;
  margin-bottom: 0 
  }

pre 
  {
  text-align: left 		/* Safari 1.0b doesn't do this by default */
  }

cite
  {
  font-family: Times, serif;
  font-style: italic;
  }

/* kein Rahmen um klickbare Bilder */
a:link img, a:visited img 
  {
  border-style: none;
  }

a:link 
  {
/*  color: #037 */
  }

a:visited 
  {
/*  color: #551a8b */
  }

a:active 
  {
/*  color: #900 */
  }

a:hover 
  {
  background: #999999; /* hellgrau */
  color: #FFFFFF; /* weiss */
  outline: solid red 
  }

a:hover * 
  {			/* Work-around for Konqueror 3.1 */
  background: inherit 
  }

/* Spezielle Klassen */

.hide
  {
  display: none;
  color: #FFFFFF; /* weiss */
  }

body.leftmenu    /* mit Navigationsmenu */
   /* Grenzen fuer body, damit Platz fuer das Menu bleibt */
   {
   /* Trick um Netscape <= 4.x und IE <= 5.5 auszubremsen */
   /*  margin-top: "\"}\"";    /* Tantek hack */
  margin-top: 0.5em;
  margin-bottom: 0;
  margin-left: 16em;
  margin-right:1em;
  }

/* CSS2: Menu scrollt beim Netscape 7 nicht mit. Klappt noch nicht mit IE5 & 6 */

body>div.menu
   {
  position:fixed;
  }

/* Navigationsmenu am linken Rand */

div.menu
  { 
  background-color: #CCCCCC; /* hellgrau */
   /* Trick um Netscape <= 4.x und IE <= 5.5 auszubremsen */
   /*  position: "\"}\"";  /* Tantek hack */
  position: absolute;
  width: 14em; height: auto;
  top: 1em; right:auto; bottom: 1em; left: 1em; 
  }

div.menu p	/* Menueintrag */
  {
  display: block;
  margin: 1em;
  padding: .35em;
  text-indent: 0;
  text-align: left;
  background-color: #000088; /* dunkel blau */
  color: #FFFFFF; 	/* weiss */
  font-size: larger;
  }

div.menu a	
  {
  color: #FFFFFF;		/* Links in weiss */
  text-decoration: none;	/* Kein Unterstrich */
  }
  
div.menu a:hover /* Farbe wechseln, wenn die Maus ueber dem Link ist */
  {
  background: #CCCCCC;	/* hellgrau */
  color: #000088; 			/* dunkelblau */
  }

/* Quellenangaben */
div.quelle, span.quelle, p.quelle
  {
  font-size: x-small;
  /*  font-style: italic; */
  }

/* Jahresangaben in tabellarischen Aufstellungen */
td.jahr
  {
  width: 7em;
  font-weight: bold;
  vertical-align: top;
  }
  
img.links
  {
  float: left;
  margin-right: 0.5em;  
  margin-bottom: 0.5em;
  }

img.rechts
  {
  float: right;
  margin-left: 0.5em;
  margin-bottom: 0.5em;  
  }    
