/*
 * Allgemeines
 */

body {
  /* Schrift */
  font-family: "Trebuchet MS",Arial,Helvetica,Sans-serif;
  font-size: 10pt;
  color: black;

  /* Hintergrundfarbe */
  background-color:#FFFFFF;

}

/* Überschriften */

h1, h2, h3, h4 {
  font-family:Verdana,Arial,Helvetica,sans-serif;
}

h1 { font-size: 16pt; }
h2 { font-size: 14pt; }
h3 { font-size: 12pt; }

/* Links */

a {
  text-decoration:none;
  color: black;
}

/*
 * Navigation
 */

.nav {
  visibility:hidden;
  position:absolute;
}

/* Anzeige der aktuellen Position */

.nav-tiefe {
  font-size:9pt !important;
}

/*
 * Inhalt
 */

.inhalt td {
  /* Schrift */
  font-family: "Trebuchet MS",Arial,Helvetica,Sans-serif;
  font-size: 10pt;
  color: black;
  padding-right:0.5cm;
}

.inhalt p {
  /* Schrift */
  font-family: "Trebuchet MS",Arial,Helvetica,Sans-serif;
  font-size: 10pt;
  color: black;
}

/*
 * Fusszeile
 */

.fuss {
  text-align:center;
  font-size:9pt !important;
  border-top-style:solid;
  border-top-width:0.5pt;
  padding-top:5pt;
  margin-top:2em;
}

/*
 * Sitemap
 */
 
.sitemap1 {
  list-style-type:none;
  margin-left:0px;
  padding-left:0px;
  margin-bottom:12pt;
  font-weight:bold;
  font-size:12pt;
}

.sitemap2 {
  list-style-type:none;
  margin-left:50px;
  margin-top:5pt;
  margin-bottom:0px;
  font-size:10pt;
}

.sitemap3 {
  list-style-type:none;
  margin-left:50px;
  margin-bottom:0px;
  margin-top:0px;
  font-size:9pt;
  font-weight:normal;
}

