/* Farben, Zeichensaetze usw. */

html 
  {
  margin: 0 
  }

body  /* Normale Seiten */
  {
  background: #FFFFE0; /* blassgelb */
  margin 0em;/* 0.5em 1em 0em; */
  line-height: 1.3;
  font-family: Arial, Helvetica, sans-serif;
  text-align: justify;
  }

h1 
  {
  color: #000000; /* schwarz */
  margin-top: 0.5em; 
  border-bottom: thin solid; /* Strich drunter */
  border-color: #FF6600; /* orange */
  padding: 0 0.5em 0.2em 0.5em;
  font-size: Huge;
  font-weight: normal;
  font-variant: small-caps;
  text-align: center; 
  }

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

h2 
  {
  margin-top: 1em;
  border-bottom: none;
  padding: 0 0.5em 0.2em 0.5em;
  font-size: huge;
  font-weight:normal;
  text-align: center;
  text-transform: uppercase;
  clear: both;
  }

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

h4
  {
  margin: 1.5em 0em 1em 0;
  font-weight: normal;
  font-size: Large;
  }
  
li 
  {
  padding-left: 0;
  margin-left: 0;
  margin-top: 1em;
  }

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: #009900; /* tannengrün */
  }

a:visited 
  {
/*  color: #FF6600; */
  }

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

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

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

/* Spezielle Klassen */

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-left: 14em;
  margin-right:1em;
  background-image: url(hintergrund.gif);
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  }


/* Navigationsmenu am linken Rand */

div.menu
  { 
  background-color: #FFFFE0;
  background-image: url(bv_logo.gif);
  background-position: 1.2em 0.5em; 
  background-attachment: fixed;
  background-repeat: no-repeat;
  /* Trick um Netscape <= 4.x und IE <= 5.5 auszubremsen */
  /*  position: "\"}\"";  /* Tantek hack */
  position: absolute;
  width: 14em; 
  height: auto;
  top: 0.5em; 
  right:auto; 
  bottom: 1em; 
  left: 0em;
  padding-top: 4em;
  }

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

body>div.menu
  {
  position:fixed;
  padding-top: 3em;
  }

div.menu p  /* Menueintrag */
  {
  display: block;
  margin-left: 1em;
  margin-right: 1em;
  margin-top: 0.25em;
  margin-bottom: 0.35em;
  padding: .15em;
  padding-left: .4em;
  padding-right: .4em;
  text-indent: 0;
  text-align: left;
  background-color: #006600;
  color: #FFFFE0;
  font-size: larger;
  }

div.menu a  
  {
  color: #FFFFE0; 
  text-decoration: none;  /* Kein Unterstrich */
  }
  
div.menu a:hover 
  {
  background: #FFFFE0; 
  color: #006600;      
  }

span.quelle
  {
  font-size: small;
  font-style: italic;
  } 

span.jahr
  {
  font-size: large;
  font-weight: bold;
  } 

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

img.rechts
  {
  float: right;
  margin-left: 0.5em;
  margin-bottom: 0.5em;  
  }  
  
td.subhead
  {
  font-size: normal;
  font-style: italic;
  font-weight: bold;
  } 
