/* Überschrift im header-DIV */
#header h1 {
  color: white;
  padding: 5px
}

/* Menüleiste links (menu-DIV) */
#menu a {
  text-decoration: none;
  font-weight: bold;
  color: black;
  display: block;
  padding: 3px;
}

#menu a:hover {
  color: #FF06B5;
}

#menu li {
  border: 1px solid #FFFFFF;  /* Trick */
  list-style-type: none;
}

#menu #high {
  font-weight: bold;
  color: white;
  background-color: #333399;
  display: block;
  padding: 3px;
}

#menu ul {
  line-height: 1.6;
  list-style-type: none;
}

#menu ul ul{
  line-height: 1.4;
  border: 3px solid #D8D8AF;
  list-style-type: none;
  padding-left: 20px;
}


/* Ende Menüleiste links */

/* Menüleiste rechts (menu-DIV) */
#menur a {
  text-decoration: none;
  font-weight: bold;
  color: black;
  display: block;
  padding: 3px;
}

#menur a:hover {
  color: #FF06B5;
}

#menur li {
  border: 1px solid #FFFFFF;  /* Trick */
  list-style-type: none;
}

#menur #high {
  font-weight: bold;
  color: white;
  background-color: #333399;
  display: block;
  padding: 3px;
}

#menur ul {
  line-height: 1.6;
  list-style-type: none;
}

#menur ul ul{
  line-height: 1.4;
  border: 3px solid #D8D8AF;
  list-style-type: none;
  padding-left: 20px;
}


/* ab hier: main-DIV */
/* Hauptüberschrift: */
#main h1 {
  font-size: 1.3em;
  font-weight: bold;
  color: #000000;
  padding-bottom: 14px
}

/* Unterüberschrift: */
#main h2 {
  font-size: 1em;
  line-height: 1.4;#
  color: #FF06B5;
  margin-bottom: 6px
}

/* normaler Fließtext: */
#main p {
  margin-bottom: 10px;
  line-height: 2.0;
}

/* STRONG umdefinieren */
#main strong {
  font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
  color: #FF06B5;
}

/* Ende main-DIV */
