/* Alternative 1 CSS-Stylesheet (screen, projection, tv) */


/* Allgemeine Einstellungen */

BODY {
  color: #ffffff;
  background: #000077;
  font-family: Arial, Helvetica, Verdana, sans-serif;
}

DIV A {
  color: #ff4433;
  text-decoration: none;
}

DIV A:hover {
  color: #ff4433;
  background: #3366dd;
}

.bold {
  font-weight: bold;
}

LI.bold {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}


/* Headerzeile */

.header {
  font-size: 1.5em;
  font-weight: bold;
}

.header img {
  border-width: 0px;
  background: white;
}


/* Navigationsbalken */

DIV.navi {
  margin-top: 0.5em;
  border: solid #ffffff 1px;
  background: #0000bb;
  padding: 0.1em 0.5em 0.1em 0.5em;
  font-weight: bold;
  font-size: 0.9em;
  text-decoration: None;
}


/* Standardtext */

DIV.standard,
DIV.filelist {
  font-size: 1em;
}

DIV.standard LI A {
  font-weight: bold;
}


/* Filelisten */

DIV.filelist h2 {
  font-size: 1.2em;
  font-weight: bold;
}

DIV.filelist A {
  font-weight: bold;
}

DIV.filelist THEAD TD {
  font-weight: Bold;
  border-bottom : 1px solid white;
}


/* Fusszeile */

DIV.footer-left {
  border-top: solid #808080 1px;
  font-size: 0.7em;
  text-align: left;
  color: #808080;
}

DIV.footer-right {
  font-size: 0.7em;
  text-align: right;
  margin-top: -1.3em;
  color: #808080;
}

DIV.footer A {
  color: #808080;
}

