body {
  background-color: #FFFFCC;
  color: #000000;
}  /* hellgelb , Textfarbe: schwarz */
body.dark {
  background-color: #FFD350;
  color: #FFFFFF;
}  /* schwarz , Textfarbe: weiss */
body,table,td,tr,div,p,pre,h1,h2,h3,h4,ul {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

body,td,div,p,pre,ul {
  font-size: 13px;
  margin-left: 10px;
}

h1 {
  font-size: 18px;
}

h2 {
  font-size: 16px;
}

h3 {
  font-size: 13px;
}

.head1 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
}

.head2 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
}

.head3 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
}

/* .td_hell    {background-color:#FFD350;} */ /* Inhalt: gelb oder 255,211,80*/
.td_marker {
  background-color: #FFDD99;
}  /* Tabelle: hellgelb */
.td_dunkel {
  background-color: #FF7F00;
}  /* background-image:url(../images/bg_orange_hell_links.gif); background-repeat:repeat-x;} */
.td_rechts {
  background-image: url(../images/bg_orange_hell_rechts.gif);
}
.td_hell {
  background-color: #FFD350;
  background-image: url(../images/head_bgd.gif);
}
.td_mitglied_top {
  background-color: #A03333;
  /*  background-image: url(../images/head_bgd.gif); */
}
.td_mitglied_left {
  background-color: #A03333;
  /*  background-image: url(../images/head_bgd.gif); */
}
.td_dark {
  background-color: #000000;
  color: #FFFFFF;
}  /* Tabelle: schwarz, weiss */
.small {
  font-size: 12px;
}

.small_c {
  text-align: center;
  font-size: 12px;
}

.mini {
  font-size: 11px;
}

.minimini {
  font-size: 10px;
}

.bildtitel {
  text-align: center;
  font-style: italic;
  font-size: 12px;
}

.gedicht {
  margin-left: 30px;
  font-size: 13px;
}

.einldg {
  font-size: 14px;
  text-align: center;
}

.einldg2 {
  font-size: 17px;
  text-align: center;
  font-weight: bold;
}

.einldg3 {
  font-size: 15px;
  text-align: center;
  font-style: italic;
}

a {
  font-size: 13px;
  text-decoration: none;
  font-weight: bold;
}

a:link {
  color: #0066CC;
}  /* hellblau */
a:active {
  color: #009966;
  text-decoration: underline;
}  /* gruenblau */
a:visited {
  color: #0099CC;
}  /* hellblau */
a:hover {
  color: #0000FF;
  text-decoration: underline;
}  /* blau */
a:focus {
  color: #0000FF;
  text-decoration: underline;
}  /* blau */
a.normal:link {
  font-weight: bold;
  color: #000000;
  text-decoration: none
}

a.normal:active {
  font-weight: bold;
  color: #000000;
  text-decoration: underline
}

a.normal:visited {
  font-weight: bold;
  color: #000000;
  text-decoration: none
}

a.normal:hover {
  font-weight: bold;
  color: #000000;
  text-decoration: underline
}

a.normal:focus {
  font-weight: bold;
  color: #000000;
  text-decoration: underline
}

a.dark:link {
  font-weight: bold;
  color: #FF7F00;
  text-decoration: none
}

a.dark:active {
  font-weight: bold;
  color: #0066CC;
  text-decoration: underline
}

a.dark:visited {
  font-weight: bold;
  color: #FF7F66;
  text-decoration: none
}

a.dark:hover {
  font-weight: bold;
  color: #0066CC;
  text-decoration: underline
}

a.dark:focus {
  font-weight: bold;
  color: #0066CC;
  text-decoration: underline
}

ul#menu {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 0.9em;
}

ul#menu li {
  margin: 0.5em;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  float: left;
  position: relative;
}

ul#menu li ul {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 1.6em;
  left: -0.5em;
  display: none;
}

ul#menu li:hover ul {
  display: block;
}

ul#menu li ul li {
  float: none;
  display: block;
  text-align: left;
  margin-top: 0em;
  margin-bottom: 0em;
}

ul#menu li:hover ul li:hover ul {
  display: block;
}

ul#menu li ul li ul li {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 1.6em;
  left: 2.5em;
  display: none;
}

ul#menu a,ul#menu span {
  border-style: solid;
  border-color: white black black white;
  border-width: 1px;
  padding: 0.2em 0.5em;
  display: block;
  width: 7.8em;
  text-decoration: none;
  font-weight: bold;
  color: #0066CC;
  background-color: #FDD660;
}

* html ul#menu a,* html ul#menu span {
  width: 7.4em;
}

ul#menu a:hover,ul#menu span,li a#aktuell {
  border-style: solid;
  border-color: black gray gray black;
  border-width: 1px;
  color: black;
  background-color: white;
}

li a#aktuell {
  color: maroon;
  background-color: silver;
}

ul#menu li ul span {
  background-color: maroon;
}
