/* gscholz.css       */
/* Stand: 25.02.2004 */

body       {background: white; color: black;}
body.index {text-align: center;}
/* body,h1,h2,h3,p,li,th,td { font-family: Verdana, Arial, Helvetica, sans-serif;} */
h1,h2,h3   {color: navy;}
/*h2         {margin-top: 2em;} */
a:link     {color: blue;}
a:visited  {color: navy;}
a:active   {color: #FFFF00;}
p.klein    {font-size: 80%; margin-bottom: .5em; margin-top: .5em;}
p.menue    {margin-bottom: .5em; margin-top: .5em;}
div.bildl  {float: left; padding-right: 8px;}
div.bildr  {float: right; padding-left: 8px;}
hr         {height: 1px; border: none; color: black; background-color: black;}
td.rechts  {text-align: right;}
td.zentriert {text-align: center;}
td.bildtext  {background: #D0D0D0;}
td.bildhg    {background: white; text-align: center;}
th.route     {text-align: left; vertical-align: top; white-space: nowrap;}
table.daten  {background: #D0D0D0;}
/* Tabelle mit Linien oben und unten, wie bei LaTeX */
table.text   {border-top: thin solid black; border-bottom: thin solid black;}
table.bild   {margin-top: 2em; margin-bottom: 2em;}
dt           {margin-top: .5em;}
caption      {text-align: left; margin-left: 4px; margin-bottom: .5em;}
/* Link-Rahmen um Bild verbergen (border=0) */
img.linkbild {border-style: none;}
img.icon {margin-right: 1em;}
/* .linie     {border-bottom: 1px solid black;} */
.keinumfluss {clear: both;}
/* Standardfarben, Kombinationen aus: 00 33 99 CC FF */
.bgweiss     {background: white}
.bghellgrau  {background: #CCCCCC}
.bghellergrau{background: #DDDDDD}
.bghellblau  {background: #99CCFF}
.bghellgruen {background: #66CC99}
.bghellbraun {background: #FFCC99}
.bgblaugruen {background: #33CCCC}
