/* Alles für den Bildschirm */

body {  
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 1em;
  background-color: #000020;
  color: #FFFFFF;
}

.menu {
  text-indent:      0;
  text-align:       center;
  font-size:        150%;
  margin-top:       0;
  margin-bottom:    0;
  padding-top:      0.5em;
  padding-bottom:   0.5em;
  background-color: #404080;
/*
  position:         fixed;
  top:              0px;
  left:             0px;
  width:            100%;
*/
}

.bildunterschrift { 
  color: #c0c0ff;
  margin-left:  17%;
  margin-right: 17%;
  text-indent:  0;
  font-size:    90%;
  text-align:   center;
}

a:link {  
  color: #FFFF40;
  text-decoration: underline;
}

a:visited { 
  color: #FFFFA0;
  text-decoration: underline;
}

h1 {  
  color: #FFFF00;
}

h2 {  
  color: #FF8000;
}

h3 { 
  color: #FF4000;
}

h4 {
  color: #C04000;
}

.valid { 
  text-align: left;
  font-size:  90%;
}

.logo {
  left:       0;
  text-align: left;
  display: inline;
  clear: none;
  margin-top: 0;
  margin-bottom: 0;
}

img.ff { 
  display: inline;
  clear:   none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-right: 32px;
  border: 0;
}

.current { 
  font-weight: bold;
  color:       #FF8000;
}