/* Überschrift im header-DIV */
#header h1 {
  font-family: Arial;
  color: #000000;
  font-size:24px;
  text-align: center;
}

#header h5 {
  color: white;
  font-size: 10px;
  display:table-header-group;
}

#header a{
  color: #FFFFFF;
  font-size: 12px;
  text-decoration: none;
}

/* Menüleiste (menu-DIV) */
#menu {
  color: #FF0000;
}

#menu a {
  /*list-style-image: url(dot_sch.png);*/
  text-decoration: none;
  font-weight:;
  font-size:16px;
  color: #FFFFFF;
  display: inline;
  padding: 0 auto;
}

A:visited
{
text-decoration: none;
}

#menu a:hover {
  color: #FF8000;
  text-decoration: underline overline;
}

#menu h1 {
  color: #F00;
  font-size:22px;
  text-align: center;
}

#menu li {
  border: solid  ;  /*Rahmen in px, farbe*/ /* Trick */
}

#menu #high {
  font-weight: bold;
  background-color: #ff9900;
  display: block;
  padding: 3px;
}

#menu ul {
  line-height: px;
  list-style-type: none;
}

#menu ul ul {
  line-height: 1.4;
  list-style-image: url(reddot.gif);
  padding-left: 20px;
}
/* Ende Menüleiste */

/* ab hier: main-DIV */
/* Hauptüberschrift: */
#main h1 {
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  padding-bottom: 14px
}

/* Unterüberschrift: */
#main h1 {
  font-size: 1.9em;
  line-height: 1.4;
  margin-bottom: 6px;
  color: ;
}

#main h2 {
  font-size: 1.2em;
  line-height: 1.4;
  margin-bottom: 6px;
  color:  #90C;
}

#main h3 {
  font-size: 18px;
  color: #FF8040;
}

#main h4 {
  font-size: 18px;
  color: #00FF40;
}

#main h5 {
  font-size: 18px;
  color: #FFFF80;
}

#main h6 {
  font-size: 16px;
  color: #FFFF80;
}

/* normaler Fließtext: */
#main p {
  margin-bottom: 12px;
  line-height: 1.3;
}

/* Kastenformat */
#main .kasten {
  text-align: center;
  padding: 5px;
  background-color: #000;
  border: solid 1px black;
  width: 410px;
}

#main .kastenw {
  text-align: center;
  padding: 5px;
  background-color: #000;
  border: solid 1px black;
  width: 410px;
}

/* Minigrafik rechts ausrichten */
#main .floatR130 {
  float: right;
  margin-left: 5px;
  margin-right: 130px;
}

/* UL mit grafischem Aufz.zeichen: */
#main ul {
  list-style-image: url(dot_sch.png);
  margin-left: 30px;
  margin-bottom: 10px;
  line-height: 1.5;
  color: #FFF;
}

/* STRONG umdefinieren */
#main strong {
  font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
  color: #90C;
}
#main_l img {
  text-align: center;
  padding: 5px;
  background-color: #000000;
  border: solid 1px #999;

}
#main img {
  text-align: center;
  padding: 5px;
  background-color: ;
  border: non;

}
#main a {
        color:#90C;
        text-decoration:underline;

}

/* Ende main-DIV */