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

/* Dieses Stylesheet wird (auch) von Netscape 4 gelesen */

body {
  margin-left: 40px; margin-right: 60px; margin-bottom: 40px;
  max-width: 55em;
  font-size: 101%;
  color: #ffffff; background-color: #FF6600;
  }

body, body *, p, ul, li, dl, dd, dt, table, th, td {
  color: #202020;
  font-family: georgia, times, "times new roman",serif;
  line-height: 120%;
  }

p {
  margin-left: 1em;
  }
p:first-letter {
  font-size: 120%;
  }
.links p:first-letter {
  font-size: 100%;
  }


#kopf:first-letter, p.right:first-letter, p.left:first-letter
  {
  font-size: 100%;
  }

h1, h2, h3, h4 {
  font-family: "Verdana", "Arial", "Helvetica", sans-serif;
  font-weight: bold;
  color: #000000;
  }

h1 {
  font-size: 1.4em;
  margin-left: 2em; text-indent: -2em;
  }
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; }

#nav2 {
  border: 1px solid #ffffff;
  padding: 4px; margin: 0px;
  background-color: #FF6600; color: #ffffff;
  }

#nav1 {
  float: right;
  width: 8em;
  }
#nav, .lang {
  border: 2px solid #ffffff;
  background-color: #e0e0e0;
  margin: 0;
  }
#nav a:link, #nav a:visited, .lang a:link, .lang a:visited {
  text-decoration:none;
  }
#nav strong {
  color: #ff6600; font-weight: bold;
  }
#nav em {
  color: #404040; font-style: italic;
  }
#nav, #nav dd, #nav dt, #nav a, #nav2, #nav2 a, .lang {
  font-family: "Arial", "Helvetica", sans-serif;
  font-weight: bold;
  }
.lang {
  text-align: center;
  }

.here {
  color: #FF6600; font-weight:bold;
  }

.blk {
  color: #000000;
  }

.or {
  color: #FF6600;
  }
.no {
  color: #808080;
  }


.right { text-align: right; margin: 0 }
.left { text-align: left; margin: 0 }

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

.button {
  float: left;
  clear: left;
  margin: 0 1em 2ex 0;
  }

.trenner {
  text-indent: 0; margin-left: 3em; margin-right: 2em;
  text-align: center; color: #808080;
  }

#content {
  max-width: 46em; padding: 20px;
  border: 2px solid #FF6600;
  background-color: #ffffff;
  color: #202020;
  width: 100%; /* Für Netscape 4 */
  }

#ietab {
  width: 46em;
  }

#kopf {
  font-family: "Arial narrow", "Arial", "Helvetica", sans-serif;
  padding-bottom: 4px;
  color:#808080;
  font-size:80%; line-height: 80%;
  letter-spacing:0; word-spacing: 0;
  }

#foot {
  margin-left: 0; margin-right: 0;
  border-top-width: 1px; border-top-style: solid; border-top-color: #808080;
  margin-top: 20px; padding-top: 20px;
  }

-->