/* Stylesheet für http://teleute.discordia.ch/                     */

/* Abgeguckt bei www.webschmiede.org, Tobias "Tierlieb" Prinz, 2002-02-28                                                                                                 */
/* Kommentar: Ziemlich riesig - nach zahlreichen schlechten Erfahrungen ueber mangelnde Vererbung innerhalb der Elemente habe ich lieber alles zu jedem Tag geschrieben... */

body {
  background             :             #222222;
  color                  :             silver;
  font-family            :             Geneva, Helvetica, Verdana, Arial, sans-serif;
  margin		 :             3%;
  font-weight            :             normal;
  text-align             :             justify;
}


h1 {                                   /* Seitenueberschrift */
  background             :             transparent;
  color                  :             white;
  font-size              :             1.2em;
  font-weight            :             bold;
  letter-spacing         :             2px;
  margin-bottom          :             20px;
}
h2 {                                   /* Link Ueberschriften */
  background             :             transparent;
  color                  :             white;
  font-size              :             1.0em;
  font-weight            :             bold;
  letter-spacing         :             2px;
}
h3 {                                   /* Text-interne Ueberschriften */
  background             :             transparent;
  color                  :             gray;
  font-size              :             1.0em;
  font-weight            :             bold;
  letter-spacing         :             1px;
}
h4 {                                   /* Fussnote */
  background             :             transparent;
  color                  :             silver;
  font-size              :             1.0em;
  font-weight            :             bold;
  letter-spacing         :             3px;
  margin-top             :             20px;
}
p {                                    /* normaler Text */
  background             :             transparent;
  color                  :             silver;
  font-weight            :             normal;
  text-align             :             justify;
  padding-left           :             5px;
}
cite {                                 /* Zitat */
  background             :             transparent;
  color                  :             silver;
  font-weight            :             normal;
  letter-spacing         :             2px;
}
em {                                   /* Betonung */
  background             :             transparent;
  color                  :             white;
  font-weight            :             normal;
}
strong {                               /* Hervorhebung */
  background             :             transparent;
  color                  :             white;
  font-weight            :             bold;
}

.nav_bar_div {
  text-indent            :             1.0em;
}

a:link {
  background             :             transparent;
  color                  :             #BB44BB;
  font-weight            :             normal;
  text-decoration        :             none;
}
a:visited {
  background             :             transparent;
  color                  :             gray;
  font-weight            :             normal;
  text-decoration        :             none;
}
a:hover {
  background             :             transparent;
  color                  :             purple;
  font-weight            :             normal;
  text-decoration        :             none;
}
a:active {
  background             :             transparent;
  color                  :             #FF77FF;
  font-weight            :             normal;
  text-decoration        :             none;
}




/* Der folgende Absatz wurde geklaut von Michael Jendryschik, www.jendryschik.de */

@media screen  {                                         /* CSS vor NN4 verstecken */
  a:link img, a:visited img, a:hover img, a:active img 
  {                                                      /* Eigentlich müsste 'a img' reichen, jedoch */
                                                         /* gibt es dann Darstellungsfehler im Opera  */
    border: 1;
  }
}
