body {
    color: black;
    background-color: white;
    background-image: url(graphics/logo.gif);
    background-repeat: no-repeat;
    font-family: Arial,Verdana,Helvetica,sans-serif;
    margin: 0; padding: 0;
    min-width: 700px; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
  }
div#printinfo {display:none;}
div#Kopf {
    color: black;
    min-width:500px;
  }
div#Inhalt {
    position: absolute;
    top: 90px;
    left: 100px;
    padding: 30px;
    min-width: 460px;
    max-width: 850px;
    z-index: 2;
  }
* html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
  }
div#left {
    position: absolute;
    top: 100px;
    left:0px;
    width: 100px;
    padding: 0px;
    background-color: transparent;
    z-index: 1
  }
div#leftbottom  {
    position: fixed;
    z-index: 0;
    bottom: 0px;
    height: 246px
    left: 0px;
    width: 100px;
  }

div#Info {
    position: absolute;
    top: 90px;
    right:0px;
    width: 140px;
    float: right;
    padding: 10px;
    background-color: #eee; border: 1px dashed silver;
  }

p#center  {
    font-size: 0.8em;
    text-align: center;
    line-height: 1.5em;
  }
p#block   {
    font-size: 0.8em;
    text-align: justify;
    line-height: 1.5em;
  }

p#left   {
    font-size: 0.8em;
    text-align: left;
    line-height: 1.5em;
  }
p#right  {
    font-size: 0.8em;
    text-align: right;
    line-height: 1.5em;
  }

h2#center {
    font-size: 1.5em;
    text-align: center;
  }

h3 {
    font-size: 0.9em;
    text-align: left;
    text-decoration: none;
  }



span#caption{
    text-align: center;
    font-size: 0.8em;
    }

span#submenu   {
    position: relative;
    left: 15px;
    font-size: 0.8em;
    text-align: left;
    padding: 0px;
  }
#submenu a:link  {
    color: #000000;
    text-decoration: underline;
  }
#submenu a:active {
    color: #000000;
    text-decoration: underline;
  }
#submenu a:visited {
    color: #000000;
    text-decoration: underline;
  }

p#Fusszeile {
    clear: both;
    font-size: 0.9em;
    margin: 0; padding: 0.1em;
    text-align: center;
    background-color: #fed; border: 1px solid silver;
    }

a:link   {
    color: #d00905;
    text-decoration: underline;
  }
a:active   {
    color: #e92824;
    text-decoration: underline;
  }
a:visited  {
    color: #a60603;
    text-decoration: underline;
  }

ul {
   font-size: 0.8em;
   line-height: 1.4em;
   }

table {
    font-size: small;
    background-color: white;
    border-collapse: collapse;
    }
td    {
    border-style:solid;
    border-width: 2px;
    border-color: grey;
    padding: 0 10px 0 10px;
    }

td#right {
    text-align: right;
    border-width: 2px;
    border-color: grey;
    }

td#caption {
    font-weight: bold;
    text-align: center;
    vertical-align: top;
    }
table#blind {
    font-size: small;
    background-color: white;
    }
td#blind    {
    border-style:none;
    padding: 20px 20px;}

/* Bilderlisten */
dl.right{float:right; text-align:center;}
dl.right dt, dl.right dd{margin:0px;padding:0px;text-align:center;}

dl.left{float:left; text-align:center;}
dl.left dt,dl.left dd{margin:0px;padding:0px;text-align:center;}

dl.nofloat{text-align:center; align:center}
dl.nofloat dt,dl.nofloat dd{margin:0px;padding:0px;text-align:center;}