/* Allgemeine Deklarationen ------------------------------------------------- */

* {
  margin  : 0;
  padding : 0;
}
html {
  font-family : Garamond, "Times New Roman", "Book Antiqua", "Palatino Linotype", Times, serif;
  color       : #000;
  font-size   : 13pt;
  background  : #FFF;
}
body {
  text-align : justify;
}

/* Kopfbereich -------------------------------------------------------------- */

h1 {
  font-size : 13pt;
}
h1 a {
  text-decoration : none;
}
h1 a:after {
  content : " (http://tevs.nophia.de)";
}

/* Brotkrumen --------------------------------------------------------------- */

#breadcrumbs {
  display : none;
}

/* Navigation --------------------------------------------------------------- */

#navigation {
  display : none;
}

/* Inhalt ------------------------------------------------------------------- */

#content h2 {
  margin : 13pt 0 0;
}
#content h3 {
  margin : 6pt 0 0;
}
#content h4 {
  margin : 6pt 0 0;
}
#content p {
  margin : 6pt 0 0;
}
#content .error {
  color : #F00;
}
#content abbr {
  border : 0px none;
}

/* Verweise ----------------------------------------------------------------- */

a {
  color : #000;
  text-decoration : none;
}

/* Fussbereich -------------------------------------------------------------- */

#adsense {
  display : none;
}
#page_foot {
  margin-top : 26pt;
}
#partner {
  display : none;
}

