/* Stylesheet für Faden.Design. */
/* Hintergrund ffffff, Hintergrund Ueberschrift f5f5f5, Rand Ueberschrift dcdcdc, Text 000000, Betonung ff0000, Ueberschrift 808080, blau 808080, gelb daa520 */

/* ----------
Kalibrierung, Restauration 
---------- */
* { 
  font-size: 1em;
  padding: 0; 
  margin: 0; 
}
html { 
  height: 101%; /* erzwingt Scrollbar im Firefox */
  margin-bottom: 1px;
}
p { 
  margin-bottom: 1em; 
}

/* ----------
Allgemeine Styles 
---------- */

/* Body */
body {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: small; 
  line-height: 1.5em;
  background: #ffffff;
}

/* Ueberschriften */
h1 { 
  font-size: 130%;
  letter-spacing: 0.08em;
  color: #000000;
  background: #f5f5f5;
  padding: 0.5em;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 1em;
}

/* Hyperlinks */
a { 
  text-decoration: none; /* Unterstreichung entfernen */
  outline: none; /* keine Umrisslinie */
} 
a:link, 
a:visited {
  color: #000000;
}
a:hover { /* Unter Maus im Text */
  color: #ff0000;
  border-bottom: 1px solid #ff0000;
}
a:focus { /* Unter Tastatur im Text */
  color: #ff0000;
  border-bottom: 1px solid #ff0000;
}
a:active { /* Klicken */
  color: #ffffff; 
  background: #ff0000;
}
.skiplink {
  position: absolute;
  top: -9999px;
  left: -9999px;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* Listen */
li {
  list-style-type: none;
  list-style-position: outside;
  margin: 0 0 0 0.5em;
}
.lih {
  font-size: 110%;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #ffffff;
  background: #dcdcdc;
  border: 1px solid #dcdcdc;
  padding: 3px 0.5em 3px 0.5em;
  margin: 0.5em 0.5em 0.5em 0;
  list-style-image: url(bild/weiss_h.gif);
}
.lih2 {
  font-size: 110%;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #000000;
  background: #f5f5f5;
  border: 1px solid #dcdcdc;
  padding: 3px 0.5em 3px 0.5em;
  margin: 0.5em 0.5em 0.5em 0;
  list-style-image: url(bild/weiss_h.gif);
}
.lih3 {
  font-size: 110%;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #808080;
  background: #ffffff;
  padding: 3px 0.5em 3px 0.5em;
  margin: 0.5em 0.5em 0 0;
  list-style-image: url(bild/weiss_h.gif);
}
.liak {
  color: #ff0000;
  font-weight: bold;
  list-style-image: url(bild/prr.gif);
}
.lien {
  padding: 3px 0.5em 3px 0.5em;
  margin: 0.5em 0.5em 0.5em 0;
  border-bottom: 2px solid #ffffff;
}

/* ----------
Layoutbereich
---------- */
/* wrapper */
div#wrapper {
  background-color: #ffffff; 
  color: #000000; 
  width: 960px;
  margin-top: 0.5em;
  margin-right: auto;
  margin-left: auto; 
}

/* kopf */
div#kopf {
  background-color: #ffffff; 
}
.ph1 {
  font-size: 130%;
  letter-spacing: 0.08em;
  font-weight: bold;
  color: #ffffff;
  background: #000000;
  padding: 3px 0.5em 3px 0.5em;
  margin-bottom: 3px;
  margin-left: 30%;
}
.ph2 {
  font-size: 130%;
  letter-spacing: 0.08em;
  font-weight: bold;
  color: #000000;
  background: #f5f5f5;
  margin-bottom: 3px;
}
.pgru {
  margin-top: 3px;
  margin-bottom: 6px;
  padding: 3px;
  border-top: 1px dotted #000000;
  border-bottom: 1px dotted #000000;
}
/* menue */
div#menu {
  color: #000000;
  padding-left: 0.5em;
  position: absolute;
  margin-right: 0;
}

/* text */
div#text {
  color: #000000;
  margin-left: 30%;
}
div#text span { 
  color: #000000;
}
.p2 {
  font-size: 100%;
  color: #000000;
  background-color: #f5f5f5;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  padding: 2px 0.5em 2px 2px;
  margin-top: 1em;
  margin-bottom: 1em;
}
.p3 {
  font-size: 100%;
  color: #000000;
  background-color: #dcdcdc;
  padding: 2px 0.5em 2px 2px;
  margin-top: 1em;
  margin-bottom: 1em;
}
.pzent {
  text-align: center;
}

/* Fuss */
div#fuss {
  padding-top: 0.5em;
  border-top: 2px solid #dcdcdc;
  margin-top: 1em;
  margin-left: 30%;
}
address {
  font-style: normal; /* normale Schrift, nicht kursiv */
  text-align: left;
  margin-top: 1em; 
}

/* ----------
Sonstige Styles
---------- */

table {
  background-color: #ffffff;
  border-collapse: separate;
  border: none;
  margin-bottom: 0.5em;
}

