/* RudernOnline Screen-Live Stylesheet 2026 */

/* -- Allgemeines -- */
body {
  background: #e7f3f7;
  margin: 0;
  min-width: 732px; /* Bei weniger als 732px Breite soll ein Scrollbalken erscheinen. */
  font-size: 100.01%; /* umgeht den Font-Size-Bug im Safari, älteren Operas und IE */
  font-family: verdana, arial, sans-serif ;
}
a { color: #0B4D8C; text-decoration: underline; }
a:visited { color: black; }
.skip {
  position: absolute;
  margin-left: -999px;
  width: 990px;
}
p { margin:0; padding:0; font-size:10pt; color:black;}

h1 {
  font-size: 2.7em;
  font-weight: normal;
  line-height: 0.9em;
  padding: 0.6em 0 0.6em 0;
  margin: 0;
  border-bottom: 1px dashed #E6E6FA;
  color: #6699CC;
}
h2 { padding:0; margin:0px 0px 10px 0px; font-size:14pt; font-weight: bold;  font-family:verdana; color: #00003C;  font-style:italic;}
h3 { padding:0; margin:0px 0px 10px 0px; font-size:12pt; font-weight: bold;  font-family:verdana; color: #00003C;}
h4 { padding:0; margin:10px 0px 10px 0px; font-size:12pt; font-weight: bold;  font-family:verdana; color:blue;}

/* -- Layoutspezifisches -- */
#container {
  font-size: 10pt;
  /* max-width: 900px;  */
  /* max-height: 700px; */
  margin: auto;
  border: 1px solid #aaa; /* Eine kleine optische Abgrenzung. */
  background: white;
  position: relative;
}
#footer {
  clear: both;
  padding: 0 20px;
  background:  transparent;
}

/* - Logo bzw. Kopf - */
#logo {
  background:  transparent;
  height: 166px;
  padding: 0 35px;
  text-align: left;
  line-height: 68px;
  font-size: 56px;
  overflow: hidden;
  letter-spacing: -3px;
  margin: 0;
}
#logo a {
  color: white;
  text-decoration: none;
}
#logo a span {
  color: black;
  background: white;
  padding-right: 0.1em;
  font-weight: bold;
}

/* - Menü - */
#menu {
  background: transparent;
  padding: 5px 5px; /* Je kleiner das Fenster desto kleiner soll auch der Abstand des Menüs rechts und links sein. */
  margin: 0;
  text-align: left;
  color: yellow; /* Farbe des Menüpunktes, der kein Link ist, also den Menüpunkt der Seite auf der wir uns gerade befinden. */
}
#menu li {
  font-size: 11pt;
  display: inline; /* Damit die Menüpunkte nebeneinander und nicht untereinander erscheinen. */
  list-style-type: none; /* ohne Bullets vor den Menüpunkten */
  border-right: 1px solid white; /* Ein optischer Trennungsstrich */
  padding: 0 10px 0 10px;
  font-weight: bold;
}
#menu li a {
  color: white; /* Linkfarbe soll weiß sein. */
  text-decoration: none;
}

/* - Der Hauptinhaltsteil - */
#main {
  background: white;
  font-size:10pt;
  /*width: 680px;
  max-width: 680px; */
  padding: 5px;
}
#gesamt {
  background: white;
  padding: 5px 5px;
}
#mlinks {
  background: white;
  float: left;
}
#mrechts {
  background: white;
}
#hilfe {
  background: white;
}