/*

   standard.css für ro.ogg.at

*/
.body {
        background-color: #000000;
        COLOR: #eeeeee;
        FONT-FAMILY:Courier,Helvetica,Arial,sans-serif;
        FONT-SIZE: 16px;
        LINE-HEIGHT: 25px;
}

h1 { font-size:18pt;
     color:#00ff00;
     font-style:italic;
     border-bottom:solid thin black; }

a {
        FONT-SIZE: 19px;
        COLOR: #eeeeee;
        LINE-HEIGHT: 30px;
}

.bottom {
        FONT-SIZE: 10px;
        COLOR: #dddddd;
        LINE-HEIGHT: 10px;
}

.middle {
	vertical-align: middle;
}

.banner {
  margin: 0;
  font-size: 90% /*smaller*/;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  position: absolute;		/* Fallback if 'fixed' is not supported */
  top: 2em;
  left: auto;
  width: 8.5em;
  right: 2em;
}




