/* Style allgemein */
@charset "ISO-8859-1";
body {
  margin: 20px 0px 10px 0px;
  background-image: url(styles/background.png);
  background-repeat: repeat;
  background-attachment: fixed;
  background-position:  center center;
  font-family: "Bitstream Vera Sans",Verdana,sans-serif;
  font-size: 1.0em;
  text-align: center;
  font-weight: bold;
  line-height: 1.5em;
  color: #333333;
}
/* Seite allgemein */
#page {
  margin: auto;
  width: 1000px;
  background-image: url(styles/page.png);
  background-repeat: repeat-y;
}
/* Kopfbereich der Seite */
#header {
  background-image: url(styles/page_header.png);
  background-repeat: no-repeat;
  height: 150px;
}
/* Sprunganweisung im Fussbereich der Seite */
#jump {
  margin: 0px 0px 0px 120px;
  clear: both;
  font-size: 1.0em;
  text-align: left;
}
/* Fussbereich der Seite */
#footer {
  background-image: url(styles/page_footer.png);
  background-repeat: no-repeat;
  height: 120px;
  clear: both;
  font-size: 0.6em;
  text-align: center;
  color: #666666;
}
/* Navigationsbereich allgemein */
#navi {
  margin: 50px 10px 0px 0px;
  width: 250px;
  font-family: "Times New Roman",Times,serif;
  font-size: 1.0em;
  text-align: left;
  line-height: 3.0em;
  text-transform: uppercase;
  float: left;
  border-right: solid 2px #666666;
}
/* Navigationsbereich Einträge Position und Typ */
#navi ul {
  margin: 0px 0px 0px 10px;
  padding: 0px;
  list-style-type: none;
}
/* Navigationsbereich Einträge Höhe */
#navi li {
  height: 60px;
}
/* Navigationseinträge Anzeige normal */
#navi a {
  padding: 10px 0px 10px 40px;
  background-image: url(styles/bullet_off.png);
  background-repeat: no-repeat;
  background-position: left center;
  text-decoration: none;
  color: #333333;
}
/* Navigationseinträge Anzeige aktiviert */
#navi a:hover {
  padding: 10px 0px 10px 40px;
  background-image: url(styles/bullet_on.png);
  background-position: left center;
  text-decoration: underline;
  font-weight: bold;
  color: white;
}
/* Navigationseinträge für aktuelle Seite */
#navi b {
  padding: 10px 0px 10px 40px;
  background-image: url(styles/bullet_on.png);
  background-repeat: no-repeat;
  background-position: left center;
  text-decoration: none;
  color: #000099;
}
/* Inhaltsbereich allgemein */
#content {
  float: left;
  height: auto;
  width: 730px;
}
/* Inhaltseinträge linker Bereich */
.left {
  padding: 2% 2% 2% 0px;
  float: left;
  width: 47%;
}
/* Inhaltseinträge rechter Bereich */
.right {
  padding: 2% 2% 2% 0px;
  float: right;
  width: 47%;
}
/* Inhaltseinträge zweispaltiger Bereich */
.cross {
  padding: 2% 2% 2% 0px;
  width: 98%;
  clear: both;
}
/* Überschrift 1 */
h1 {
  padding: 30px 0px 0px 0px;
  font-size: 1.5em;
  text-align: center;
  font-weight: bold;
  color: #000099;
}
/* Überschrift 2 */
h2 {
  padding: 10px 0px 0px 0px;
  font-size: 1.2em;
  text-align: center;
  font-weight: bold;
  color: #000099;
}
/* Überschrift 3 */
h3{
  padding: 0px 0px 0px 0px;
  font-family: "Bitstream Vera Sans",Verdana,sans-serif;
  font-size: 1.0em;
  text-align: center;
  font-weight: bold;
  text-transform: none;
  line-height: 1.5em;
  color: #333333;
}