/****************************************************************************
 * Basisstyles für das Basis-Layout                                         *
 ***********************************************************************!-> */

/* Grundeinstellung ****************************************************!-> */
.main {
  background-color: #FFFFFF;
}
.main, .hint, td, table, input, select {
  color: #000000;
  font-family: arial,helvetica,geneva,sans-serif;
  font-size: 9pt;
}

/* Verweise ************************************************************!-> */
a[href]:after {
 content: " <"attr(href)">";
 font-style: italic;
}

/* Seitenaufbau ********************************************************!-> */
#spaltelinks {
  display:none;
}
#spaltemitte {
  position: static;
  background-color: #FFFFFF;
  width: 100%;
}
#headermitte {
  display:none;
}
#rahmenmitte {
  position: static;
  width: 100%;
  overflow: visible;
  border: none;
  border-top-style: none;
  padding-bottom: 0px;
  background-color: #FFFFFF;
}
#inhaltmitte {
  position: static;
  width: 98%;
  overflow: visible;
  border: 1px solid #000000;
  margin-bottom: 0px;
  background-color: #FFFFFF;
}
#spalterechts {
  position: static;
  width: 50%;
  overflow: visible;
  page-break-before: always;
}
#suche {
  display:none;
}

/* Navigationspfad *****************************************************!-> */
table.navpath {
  width: 100%;
  border-bottom: 1px solid #000000;
}

/* Seiteninhalt ********************************************************!-> */
.contentmiddle {
  padding: 4px;
  padding-right: 6px;
}

/****************************************************************************
 * Zusätzliches Styles zur beliebigen Verwendung                            *
 ***********************************************************************!-> */

/* Listendarstellungen *************************************************!-> */

table.list {
  width: 100%;
}

/* Bilderverzeichnisse *************************************************!-> */
table.pnav {
  width: 100%;
}