/* Haupt CSS-Style-File für die pH2 - Website
 * LEG17042006
 */

body {
  background-color: blue;
  font-family: Comic Sans MS;
  font-size: 12pt;
  color: rgb(0, 0, 32);
}

h1 {
  color: red;
  font-size: 16pt;
  font-weight: bold;
  text-align: center;
}

h2 {
  font-size: 16pt;
  font-weight: bold;
  text-align: center;
}

h3 {
  font-size: 14pt;
  font-weight: bold;
  color: red;
}

table {
  width: 100%;
  border: 0px;
  cell-spacing: 0px;
}
td {
  padding: 6px;
  vertical-align: top;
  font-size: 12pt;
}

td.links {
  width: 210px;
  background-color: yellow;
  font-size: 12pt;
  text-align: right;
}
td.inhalt {
  background-color: rgb(255, 255, 204);
}

:link {
  text-decoration: none;
  color: blue;
}
.Fuss:link {
  text-decoration: none;
  color: yellow;
}

:visited {
  text-decoration: none;
  color: rgb(16, 16, 196);
}
.Fuss:visited {
  text-decoration: none;
  color: rgb(255, 255, 204);
}

:hover {
  text-decoration: none;
  color: rgb(128, 128, 255);
  font-weight: bold;
}
.Fuss:hover {
  text-decoration: none:
  color: yellow;
  font-weight: bold;
}

:active {
  text-decoration: none;
  color: black;
}


#Titelzeile {
  position: relative;
  height: 125px;
  width: 100%;
  overflow: auto;
}


#Fuss_Links {
  position: relative;
  float: left;
  width: 92px;
}
#Fuss_Rechts {
  position: relative;
  margin-left: 368px;
  text-align: center;
}

#Fuss_Logo {
  position: relative;
  float: left;
  top: -76px;
}

/* Zusätzliche Stiele */

/* Auf Mitgliederseite verwendet */
td.wer {
  width: 210px;
  background-color: yellow;
  font-weight: bold;
  text-align: right;
  color: red;
}