/* CSS Document */


body       {background-position: 100px 150px; background-image: url(bilder/bg_logo.jpg); background-repeat: no-repeat; background-attachment: fixed; background-color: #FFFFFF} 
table.main {width: 950px; height: 100%; font-family: "Bookman Old Style"; position: absolute; }
td.navibar {cursor: pointer; text-align: center; color: white; font-family: "Arial Black", Arial; font-size: 14pt; background-color: #FFFFFF; }
td.topbar  {cursor: default; background-color: #FFFFFF; height: 5px; }

/* used by index.html */
marquee     { color: black; font-size: 16pt; font-family: "Comic Sans MS"; background-color: #bfc2e3; width: 600px; text-align: center; }
table.navi  { cursor: default; border: solid 2px black; width: 150px; visibility: hidden; }
p.auswahl   { width: 100px; cursor: pointer;  }
td.inactive { cursor: default; color: #999999; font-size: 10pt; font-family: Arial; background-color: #bfc2e3; text-align: center; padding: 5px;}
td.text     { background-color: white; text-align: justify; padding: 5px; border: solid 1px black; height: 100px; }
td.oben     { color: black; font-size: 18pt; font-family: "Arial Black", Arial; background-color: #8085c8; text-align: center; padding: 5px; border-bottom: 2px solid black; cursor: default; }
td.navi     { color: black; font-size: 10pt; font-family: Arial; background-color: #bfc2e3; text-align: center; padding: 5px; cursor: pointer; width: 150px; }
td.info      { border:1px solid grey; background-color:#E0E0E0; padding:4px; margin:0px; }



/* general link settings */
a:link    {text-decoration: underline; font-weight: normal; color: #0000FF; }
a:visited {text-decoration: underline; font-weight: normal; color: #0000FF; }
a:active  {text-decoration: underline; font-weight: normal; color: #0000FF; }