* {
  padding: 0;
  margin: 0;
}

body  {
  font: 100%  Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
  background-color : #3b3b3b;
  margin-top: 10px;
  margin-bottom: 40px;
}

#mother {
  width: 800px;
  text-align: left;
  background-color: white;
  margin: 0 auto;
  border: 5px solid white; <!-- äußerster Rand -->

}

#header {
  height: 125px;
  background-color: white;
}

#main {
  background-color: white;
  padding: 10px 0px;
  margin: 0 0 0 0px;
}

#footer {
  clear: both;
  height:  30px;
  padding: 10px;
  background-color: white;
  color: black;
}



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


/* Logo */
#header .logbbs {
  float: right;
  margin-right: 0px;
}



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

#main a:hover {
  color: #6CB49D;
}

#menu li {
  border: 0px solid #808284;  /* Trick */
}

#menu #high {
  font-weight: bold;
  color: #DEDBBB;
  background-color: #4169e1;
  display: block;
  padding: 0px;
}

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

#menu ul ul {
  font-size: 0.8em;
  line-height: 1.8;
  list-style-image: url(reddot.gif);
  padding-left: 0px;
}
/* Ende Menüleiste */


#footer

a {
font-size:10pt;
text-decoration: none;
font-weight: bold;
color: white;
}
p {
  font-size:8pt;
}

#footer
a:hover { color: green; }


/* ab hier: main-DIV */
/* Hauptüberschrift: */

#main h1 {
  font-size: 1.3em;
  font-weight: bold;
/*  color: #A00021; */
  padding-top: 4px;
  padding-bottom: 14px
}

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

/* normaler Fließtext: */
#main p {
  font-size:10pt;
  margin-bottom: 14px;
  line-height: 1.3;
}


/* UL mit grafischem Aufz.zeichen: */
#main ul {
  margin-left: 30px;
  margin-bottom: 10px;
  line-height: 1.5;
}



/* Ende main-DIV */