<!-- /* <?php header('Content-type: text/css'); ?> */

/* Diese Stylesheet wird (auch) von Netscape 4 geladen. */

body { 
  margin-left: 40px; margin-right: 60px; margin-bottom: 40px;
  font-family: "Arial", "Helvetica", sans-serif;
  max-width: 50em;
  font-size: 101%;
  background-color: #D0D0D0;
  background-image: url(/img/bg.gif);
  background-repeat: no-repeat;
  background-attachment:fixed;
  }

p, li, dd, dt, th, td {
  color: #202020;
  font-family: "Arial", "Helvetica", sans-serif;
  line-height: 120%;
  }

/* IE Font */
@font-face {
  font-family: OCRa;
  font-style: normal;
  font-weight: 700;
  src:url(ocra.eot);
  }
  
h1, h2, h3, h4, th, .keyword, .home, .blkhome, .gohome {
  font-family: "OCR A Extended", "OCR-A BT", "OCRa", "Arial", sans-serif;
  font-weight: bold;
  }

h1, h2, h3, h4 {
  color: #000000;
  }
  
h1 {
  font-size: 1.4em;
  padding: 60px 230px 0 1em; 
  margin: 0.5em 0 0; 
  text-indent: -1em;
  height: 80px;
  }
h2 {
  font-size: 1.2em;
  }
h3 {
  font-size: 1.1em;
  margin-bottom: 0; 
  }
h4 {
  font-size: 1em;
  margin-bottom: 0;
  }

th, td {
  vertical-align: top
  }

a {text-decoration:underline; font-weight:bold}
a:link    { color: #00009a; }
a:visited { color: #000066; }
a:hover   { background-color: #ffffff; color: #0000FF; }
a:active  { color: #FF6600; }

.ul1	{list-style-image:url(/img/b1.gif)}
.ul2	{list-style-image:url(/img/b2.gif)}

.nav, .quick, .lang{ 
  border: 1px solid #ffffff; /* für Netscape */
  letter-spacing:0; word-spacing: 0;
  }
.nav a:link, .nav a:visited, .quick a:link, .quick a:visited, .lang a:link, .lang a:visited {
  text-decoration:none;
  }

.lang {
  float: right;
  }
  
.quick { 
  background-color: #E0E0E0; color: #000000;
  margin: 0; margin-top: 0.1em;
  }
  
.home, .blkhome { 
  color: #FF6600;
  }
  
.here { 
  color: #FF6600; font-weight:bold; 
  }

.blk, .blkhome {
  color: #000000;
  }

.or { 
  color: #FF6600;
  }
.no {
  color: #000000; font-weight:bold;
  }  
 
  
.right { text-align: right }

.more   { text-align: right; margin-top: 0; }
.nodist { margin-bottom: 0 }

.foot { text-align: right; margin-top: 2ex; margin-bottom: 0; }


#content { 
  background: #ffffff; /* Für Netscape */
  border: 1px solid #D0D0D0; /* Für Netscape */
  width: 100%; /* Für Netscape */
  padding: 1em 1em 0 1em;
  }

#orbottomgif {
  display: none;
  }

#kopf {
  margin:0; padding: 0;
  color: #808080;
  font-size:80%; line-height: 80%;
  letter-spacing:0; word-spacing: 0;
  }

-->