/*

Program Library ROSSTAL

Copyright (c) 2004 Dr. Werner Schläger

Datei rosstal.css

/* CSS für allgemeine Ausgabe */

/* Typ-Selektoren */

html {
  height: 101%;  /* 100% und 0.01px reicht nicht wg. Opera */
  /* margin-bottom: 0.01px; */ /* Verhindert das Springen des Bildes in FireFox, ... */
  }
body  {
  background: #faefd6;
  background-image: url(../grafiken/bgrosst.gif);
  font-family: arial, helvetica, sans-serif;
  font-size: 100%;
  text-align: center;
  }
hr {
  color: black;
  height: 1px;
  border: 1px inset black;
  margin: 0.5em 0 0.5em 0;
  }
hr.literatur {
  color: black;
  height: 1px;
  border: 1px inset black;
  margin: 0.5em 0 0.5em 0;
  width: 150px;
  }
h1,h2,h3,h4,h5,h6 {
  font-weight: bolder;
  color: black;
  padding: 0;
  }
h1 {
  font-size: 1.5em; margin: .5em 0;
  /*   font-size: 150%;
  margin: 0.4em 0; */
  }
h2 {
  font-size: 1.3em; margin: .5em 0;
  /*   font-size: 130%;
  margin: 0.3em 0;
  */ }
h3 {
  font-size: 1.10em; margin: 0.5em 0;
  /*   font-size: 110%;
  margin: 0.2em 0; */
  }
h4 {
  margin: 0.5em 0;
  /*   font-size: 100%; */
  }
h5 {
  font-size: .83em; margin: 0.5em 0;
  /*   font-size: 80%;
  margin-bottom: 20px;
  padding-bottom: 0px; */
  }
h6 {
  font-size: .67em; margin: 0.5em 0;
  /* font-size: 70%;  */
  }
img {
  border-style: none;
  }
img.border {
  margin-top: 6px;
  border-color: #ccc;
  border-style: solid;
  border-width: 2px;
  }
blockquote {
  margin-top: 6pt;
  margin-bottom: 3pt;

  border-color: green;
  border-style: none;
  border-width: 1px;
  }
p {
  margin-top: 3pt;
  margin-bottom: 3pt;
  border-color: green;
  border-style: none;
  border-width: 1px;
  }

/* Hypertext Module */

a {
  display: inline;
  }
a:link {
  text-decoration:underline;
  color:navy;
  }
a:active {
  color: purple;
  }
a:visited {
  color:purple;
  }
a:hover,
a:focus {
  color: black;
  background: #ccc;
  border-bottom: 1px solid #777;
  }
a.skipheader {
  display: none;
  }

a[href^="http:"]:before, a[href^="https:"]:before {
  content: url("./img/ext.gif");
  color: fuchsia;
  }
a[href^="http:"]:visited, a[href^="https:"]:visited {
  color: fuchsia;
  }
a[href^="http:"]:link, a[href^="https:"]:link {
  color: purple;
  }
a.pdf:after {
  content: url("./img/pdf.gif");
  }

/* Tables Module */

table.center {
  margin-left:auto; margin-right:auto;
  }
tr {
  vertical-align: top;
  }
ul {
  margin-top: 3pt;
  margin-bottom: 3pt;
  }
ul li {
  list-style: url(../grafiken/bullet.png) disc;
  }
ol {
  margin-top: 0px;
  margin-bottom: 0px;
  }
dl {
  margin-top: 3pt;
  margin-bottom: 3pt;
  }
dt {
  margin-top: 3pt;
  margin-bottom: 3pt;
  }
dd {
  }

acronym {
  border-bottom: 1px dotted black;
  }
acronym:after {
  content: " (" attr(title) ")";
  }
sub {
  font-size: .83em;
  vertical-align: -2px;
  }
sup {
  font-size: .83em;
  vertical-align: super;
  }

/* Attribut-Selektoren */

#rosstal { /* id= */
  display: block;
  margin: 0 auto;
  width: 680px;
  color: green;
  background: white;
  padding: 10px 10px 0px 10px;
  text-align: left;

  border-color: black;
  border-style: solid;
  border-width: 1px;
  }

.rosstal { /* class= */
  display: block;
  margin: 0 auto;
  width: 680px;
  color: green;
  background: white;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;

  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  }

#header-display {
  height: 170px;
  border-color: #ccc;
  border-style: solid;
  border-width: 2px;
  border-top: none;
  border-left: none;
  border-right: none;
  background: #eee;
  padding: 0;
  }

#header-display-logo {
  position: relative;
  top: 0px;
  left: 0px;
  padding: 10px 10px 00px 10px; /* top/right/bottom/left */
  height: 150px;
  width: 128px;
  /* background: gray; */
  float: left;
  }
#header-display-logo img {
  border-style: none;
  }
#header-display-text {
  position: relative;
  top: 0px;
  left: 0px;
  height: 150px;
  float: left;
  vertical-align: top;
  padding: 10px 0px 0px 0px; /* top/right/bottom/left */
  }
#header-display-text h1 {
  line-height: 30px;
  font-size: 26px;
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 5pt;
  /* background: green; */
  }
#header-display-text h2 {
  font-size: 21px;
  margin-top: 0pt;
  margin-bottom: 7pt;
  }
#header-display-text h3 {
  font-size: 16px;
  margin-top: 0pt;
  margin-bottom: 5pt;
  }
#header-display-text h4 {
  font-size: 13px;
  margin-top: 0pt;
  margin-bottom: 5pt;
  }
#header-display-text h5 {
  font-size: 11px;
  line-height: 18px;
  margin-top: 0pt;
  margin-bottom: 0pt;
  }
#header-display-navi {
  position: relative;
  top: 0px;
  left: 0px;
  height: 145px;
  color: black;
  float: right;
  text-align: right;
  font-size: 12px;
  padding: 10px 10px 5px 0px;
  }
#header-display-navi a:hover, a:focus {
  background: #eee;
  }

#header-print {
  display: none;
  }

#footer {
  background: #eee;
  position: relative;
  display: block;
  font-family: arial, helvetica, sans-serif;
  font-style: italic;
  color: black;
  border-color: #ccc;
  border-style: solid;
  border-width: 2px;
  border-bottom: 0;
  border-left: none;
  border-right: none;
  padding: 5px 5px 5px 5px;
  text-align: center;
  font-size: 10px;
  margin-top: 10px;
  clear: both;
  }
#validated {
  background: #eee;
  margin: 0 auto 0 auto;
  text-align: center;
  padding-bottom: 5px;
  margin-bottom: 10px;
  }

/* Navigations-Block */

/* IE browsers except IE7 workaround. Reihenfolge ist wichtig! */

* html ul.navi-path li {
        background-image: url(gt.gif);
        background-repeat: no-repeat;
        background-position: 0 50%;
        padding: 0 0 0 1em;
        margin: 0;
        }
* html ul.navi-path li.first {
        background-image: none;
        padding: 0;
        margin: 0;
        }
* html ul.navi-path li:first-child {
        background-image: none;
        }
* html ul.navi-alt li {
        background-image: url(bar.gif);
        background-repeat: no-repeat;
        background-position: 0 50%;
        padding: 0 0 0 1em;
        margin: 0;
        }
* html ul.navi-alt {
        font-size: 12px;
        }
* html ul.navi-alt li.first {
        background-image: none;
        padding: 0 0 0 1em;
        margin: 0;
        }
* html ul.navi-alt li:first-child {
        background-image: none;
        }
* html ul.navi-none li {
  background-image: none;
  padding: 0 0 0 0.5em;
  margin: 0;
  }
* html ul.navi-none li:first-child {
  background-image: none;
  }

/* All browsers except IE6: Reihenfolge ist wichtig: zuerst IE6! */

html ul.navi-path {
  list-style: none;
  padding: 2px 0 5px 0;
  margin: 5px 0 5px 0;
  text-align: right;
  }
html ul.navi-path li {
  display: inline;
  background-image: url(gt.gif);
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding: 0 0 0 1em;
  margin: 0;
  }
/* kann IE7 nicht ...
html ul.navi-path li:before {
  content: "> ";
  }
html ul.navi-path li:first-child:before {
  content: "";
  }
*/
html ul.navi-path li.first {
  background-image: none;
  padding-left: 0;
  }
html ul.navi-alt {
        font-size: 12px;
        }
html ul.navi-alt {
  list-style: none;
  padding: 5px 0 5px 0;
  margin: 5px 0 5px 0;
  text-align: right;
  }
html ul.navi-alt li {
  display: inline;
  background-image: url(bar.gif);
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding: 0 0 0 1em;
        margin: 0;
        }
/* kann IE7 nicht ...
html ul.navi-alt li:before {
  content: "| ";
  }
html ul.navi-alt li:first-child:before {
  content: "";
  }
 */
html ul.navi-alt li.first {
        background-image: none;
  padding-left: 0;
        }
html ul.navi-none {
  list-style: none;
  padding: 5px 0 5px 0;
  margin: 5px 0 5px 0;
  text-align: right;
  }
html ul.navi-none li {
	display: inline;
  background-image: none;
  padding: 0 0 0 0.5em;
  margin: 0;
  }

div.main {
  display: block;
  width: 100%;
  color: black;
  padding-top: 10px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  margin: 0;
  border-color: green;
  border-style: none;
  border-width: 1px;
  }

div.google {
  padding: 0;
  margin: 0;
  margin-left:auto; margin-right:auto;
  text-align: center;
  border-color: #ccc;
  border-style: solid;
  border-width: 2px;
  }

div.menu {
  padding-bottom: 0;
  margin-bottom: 0;
  }
div.menu li.hr {
  list-style: none;
  padding: 0.75em 0.5em 0.25em 0;
  }
div.menu div.menu-l {
  position: relative;
  width: 50%;
  float: left;
  }
div.menu div.menu-r {
  position: relative;
  width: 50%;
  float: right;
  }
div.menu ul {
  list-style-type: disc;
  padding-bottom: 0;
  margin-bottom: 0.5em;
  }
div.menu ul ul {
  list-style-type: disc;
  font-size: 80%;
  }
div.menu table {
  }
div.menu table tr {
  vertical-align: top;
  }
div.menu table tr td {
  padding: 1px 5px 1px 0px;
  }

/* Rundgang */

ul.tour {
  float: right;
  font-size: 80%;
  }
ul.tour li {
  display: inline;
  padding: 0 0 0 0.5em;
  margin: 0;
  }

/* -- Tabelle für 2-spaltiges Menü -- */
table.menu {
  padding: 0;
  margin: 0;
  width: 100%;
  font-size: 100%;
  border: none;
  }
table.menu tr {
  vertical-align: top;
  }
table.menu td {
  width: 50%;
  color: black;
  }
table.menu ul {
  vertical-align: top;
  list-style: disc;
  margin-bottom: 6px;
  list-style: url(img/bullet.png) disc;
  }
table.menu li {
  margin-left: 30px;
  margin-bottom: 3px;
  color: black;
  font-size: 90%;
  font-weight: bold;
  }
table.menu li li {
  margin-left: 30px;
  margin-bottom: 3px;
  color: black;
  font-size: 90%;
  font-weight: normal;
  }

table.tour {
  width: 100%;
  border: 0px;
  margin: 0px;
  padding: 0px;
  /* background: #eee; */
  }
table.tour tr {
  border: 0;
  margin: 0;
  }
table.tour td.text {
  border: 0;
  margin: 0 10px 0 0;
  text-align: left;
  vertical-align: top;
  /* background: maroon; */
  }
table.tour td.bild {
  border: 0;
  margin: 0;
  vertical-align: top;
  text-align: right;
  }
/* Ende Rundgang */

div.rundgang {
  clear: both;
  background: green;
  }
div.rundgang div.rundgang-l {
  float: left;
  }
div.rundgang div.rundgang-r {
  float: right;
  font-size: 12px;
  padding-right: 0px;
  margin: 0;
  }

/* Klassen-Selektoren */

.satz {
  font-size: x-small;
  vertical-align: top;
  }
.anm {
  font-size: x-small;
  vertical-align: top;
  }
.gotop {
  clear: both;
  display: block;
  float: none;
  color: black;
  text-align: right;
  font-size: 12px;
  padding: 3px 0 0 0;
  margin: 0;
  }
.hr {
  list-style: none;
  }
.hide {
  position: absolute;
  left: -9999px;
  }
.nodisp {
	display: none;
	}
.clear-both {
  clear: both;
  }
.smaller {
  font-size: 80%;
  }
.greater {
  font-size: 120%;
  }
.autor {
  font-variant: small-caps;
  white-space: nowrap;
  }
.name {
  /* font-variant: small-caps; */
  font-style: italic;
  white-space: nowrap;
  }
.noprint {
  }
.nobr {
  white-space: nowrap;
  }
.center {
  text-align: center;
  }
.comic {
  font-family: "Comic Sans MS", arial, helvetica, sans-serif;
  }
.lower {
  font-size: 80%;
  vertical-align: -4px;
  }
.left {
  float: left;
  }
.right {
  float: right;
  }
.indent {
  padding-left: 40px;
  padding-right: 40px;
  }
.bild-links {
  float: left;
  padding: 0;
  margin: 0 1ex 0 0;
  border: 0px solid;
  }
.bild-rechts {
  float: right;
  padding: 0;
  margin: 0 0 0 1ex;
  border: 0px solid;
  }
.bild-mitte {
  text-align: center;
  padding: 0;
  margin: 0 0 0 0;
  border: 0px solid;
  }
.bild-text-unten {
  font-size: 80%;
  text-align: center;
  }
.f { /* fett */
        font-weight: bolder;
  }
.l {
        text-align: left;
  }
.r {
        text-align: right;
  }
.c {
        text-align: center;
        }

table.ansicht { /* Foto für Ansichten */
  margin-left:auto; margin-right:auto;
  padding: 0px;
  }
table.ansicht td.l { /* links */
  vertical-align: top;
  text-align: left;
  padding-right: 20px;
  }
table.ansicht td.lu { /* links */
  vertical-align: bottom;
  text-align: left;
  padding-right: 20px;
  }
table.ansicht td.r { /* rechts */
  vertical-align: top;
  }

/* Tabelle für Seitenkopf (alt, wird aber noch benötigt) */

table.header {
  width: 100%;
  color: black;
  border-color: #ccc;
  border-style: solid;
  border-width: 1px;
  border-top: none;
  border-left: none;
  border-right: none;
  background: #faefd6;
  background: #eeeeee;
  }
tr.header {
  padding: 0px 0px 0px 0px;
  vertical-align: middle;
  }
td.header-wappen {
  width: 128px;
  height: 155px;
  padding: 8px 5px 0px 8px;
  }
td.header-text {
  color: black;
  height: 155px;
  margin-top: 0px;
  padding-top: 0px;
  padding-left: 5px;
  font-family: arial, helvetica, sans-serif;

  border-style: none;
  }
td.header-text h1 {
  line-height: 20px;
  /* font-size: 20pt; */
  font-size: 26px;
  padding-top: 0px;
  margin-bottom: 5pt;
  }
td.header-text h2 {
  /* font-size: 15pt; */
  font-size: 21px;
  margin-top: 0pt;
  margin-bottom: 7pt;
  }
td.header-text h3 {
  /* font-size: 12pt; */
  font-size: 16px;
  margin-top: 0pt;
  margin-bottom: 5pt;
  }
td.header-text h4 {
  /* font-size: 10pt; */
  font-size: 13px;
  margin-top: 0pt;
  margin-bottom: 5pt;
  }
td.header-text h5 {
  /* font-size: 8pt; */
  font-size: 11px;
  margin-top: 0pt;
  margin-bottom: 0pt;
  }
td.header-navi {
  height: 155px;
  text-align: right;
  font-size: 12px;
  line-height: 15px;
  padding-right: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-style: none;
  /* background: magenta; */
  }
td.caption {
  text-align: center;
  font-size: 80%;
  }

/* Tabelle für Literaturverzeichnis und Anmerkungen */

table.literatur {
  margin: 0;
  padding: 0;
  }
table.literatur tr {
  border: 0;
  margin: 0;
  }
table.literatur td.id {
  border: 0;
  margin: 0;
  text-align: left;
  vertical-align: top;
  font-size: small;
  }
table.literatur td.nr {
  border: 0;
  margin: 0;
  text-align: right;
  vertical-align: top;
  }
table.literatur td.data {
  border: 0;
  margin: 0;
  vertical-align: top;
  }
table.literatur span.autor {
  font-variant: small-caps;
  }

/* Tabelle f&uuml;r Foto mit Text (neben Foto) */

table.foto {
  width: 100%;
  border: 0;
  margin: 0px;
  padding: 0px;
  }
table.foto td.foto {
  border: 0;
  margin: 0;
  vertical-align: top;
  }
table.foto td.text-oben {
  border: 0;
  margin: 0;
  text-align: left;
  vertical-align: top;
  font-size: smaller;
  }
table.foto td.text-unten {
  border: 0;
  margin: 0;
  text-align: left;
  vertical-align: bottom;
  font-size: smaller;
  }
table.foto td.space {
  border: 0;
  margin: 0;
  width: 10px;
  }

/* Tabelle für Foto mit Text (neben Foto) */

table.foto1 {
  border: 0px;
  margin: 0px;
  padding: 0px;
  }
table.foto1 td.text {
  border: 0;
  margin: 0;
  text-align: left;
  vertical-align: top;
  font-size: smaller;
  }
table.foto1 td.space {
  border: 0;
  margin: 0;
  width: 10px;
  vertical-align: top;
  font-size: smaller;
  }
table.foto1 td.bild {
  border: 0;
  margin: 0;
  vertical-align: top;
  }

/* Tabelle für Foto mit Text (unter Foto) */

table.foto2 {
  border: 0px;
  margin: 0px;
  padding: 0px;
  }
table.foto2 tr {
  text-align: center;
  }
table.foto2 td.text {
  border: 0;
  margin: 0;
  vertical-align: bottom;
  font-size: smaller;
  }
table.foto2 td.bild {
  border: 0;
  margin: 0;
  vertical-align: top;
  }

/* -- Tabelle mit Rahmen -- */

table.frame {
  width: 100%;
  color: black;
  border-color: black;
  border-style: solid;
  border-width: 1px;
  border-collapse: collapse;
  }
table.frame tr {
  }
table.frame th {
  background: #ccc;
  vertical-align: top;
  border-style: solid;
  border-width: 1px;
  font-family: arial, helvetica, sans-serif;
  /* text-align: left; */
  padding: 2px;
  }
table.frame td {
  vertical-align: top;
  border-color: black;
  border-style: solid;
  border-width: 1px;
  padding: 2px;
  }

/* Seitenfuß */

div.footer {
  background: #eee;
  display: block;
  clear: both;
  font-family: arial, helvetica, sans-serif;
  font-style: italic;
  color: black;
  border-color: #ccc;
  border-style: solid;
  border-width: 1px;
  border-bottom: none;
  border-left: none;
  border-right: none;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  text-align: center;
  font-size: 10px;
  margin-top: 5px;
  }

table.gotop {
  width: 100%;
  border-color: red;
  border-style: none;
  border-width: 1px;
  margin-top: 5px;
  margin-bottom: 0px;
  }
table.gotop tr {
  color: #0ff;
  margin-bottom: 0px;
  }
table.gotop tr td {
  color: #000;
  text-align: right;
  font-size: 12px;
  vertical-align: top;
  margin-bottom: 0px;
  padding-bottom: 0px;

  border-color: blue;
  border-style: none;
  border-width: 1px;
  }

table.kasten { /* Kasten */
  margin-left:auto; margin-right:auto;
  margin-top: 1em; margin-bottom: 1em;
  width: 100%;
  color: black;
  border-color: black;
  border-style: solid;
  border-width: 1px;
  font-family: arial, helvetica, sans-serif;
  font-size: smaller;
  }
table.kasten td {
  vertical-align: top;
  text-align: left;
  padding: 0 10px 0 10px;
  }

