/* Allgemeine Stildefinitionen */
* {
  font-size: 100.1%;
  font-family: arial, helvetica, sans-serif;
  margin: 0; padding: 0;
}
body {
  font-size: 0.75em;
  text-align: left;
  color: #666666;
}
a img {
  border: 0;
}
.clear {
  font-size: 1px; height: 1px;
  overflow: hidden;
  clear: both;
}
label, .toggler {
  cursor: pointer;
}
td, th {
  vertical-align: top;
}
.onlyprint  {
  display: block;
}
img.mime_icon {
  vertical-align:middle;
}
.invisible {
  width: 0px; height: 0px; overflow: hidden;
  position: absolute; left: -1000px; top: 1000px;
  display: inline;
}

/*
  Definition der Inhaltsboxen, vor allem
  - Größe und Position
  - Hintergrundbilder/-farbe
  - Abstände zum Text
  - Abstände zu anderen Boxen
*/
#wrapper {
}
#container {
}
#left {
  display: none;
}
#header {
  display: none;
}
#main {
  margin-bottom: 20px;
}
#right {
  display: none;
}
#footer {
  clear: left;
  font-size: 0.9em;
}

/* Inhalte */
#main h1 {
  font-size: 1.8em;
  font-weight: normal;
  margin-bottom: 0.5em;
}
#main h2 {
  font-size: 1.2em;
  margin-bottom: 0.8em;
}
#main h3 {
  font-size: 1em;
  margin-bottom: 0.8em;
}
#main p, #main table, #main ul, #main ol {
  margin-bottom: 1em;
}
#main ul, #main ol {
  margin-left: 1.5em;
}
#main .mod_breadcrumb {
  display: none;
}
#main div.image_container img.magnifier {
  display: none;
}
#main .print_link {
  display: none;
}

/* Footer: Adresse, Copyright, weitere Links */
#footer a {
  color: #666666;
  text-decoration: underline;
} 
#footer a:hover {
  color: #97200c;
  text-decoration: underline;
} 