* {
  padding: 0;
  margin: 0;
}

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

#mother {
  width: 790px;
  text-align: left;
  margin: 0 auto;
  padding-right: 10px;
  border: 8px solid white;
  background-image: url(b431.gif);

}

#header {
  width: 800px;
  height: 133px;
  background-color: #ffffff;
}

#menu {
  float: left; /* schwebt links */
  width: 100px;
  background-color: #D9D9D9;
  padding: 10px ;
}



#footer {
  clear: both;
  width: 790px;
  height: 40px;
  padding: 5px;
  background-color: silver;
}



/* Überschrift im header-DIV */
#header h1 {
  color: black;
  <font face="Palace Script MT"></font>
  padding: 7px
}


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



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

#menu a:hover {
  color: white;
}

#menu li {
  border: 1px solid #D9D9D9;
}

#menu #high {
  font-weight: bold;
  color: white;
  background-color: #961e1a;
  display: block;
  padding: 6px;
}

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

#menu ul ul {
  font-size: 0.6em;
  line-height: 1.0;
  padding-left: 2px;
}
/* Ende Menüleiste */


#footer
a {
  font-size:10pt;
}
p {
  font-size:8pt;
}





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

#main h1 {
  font-size: 1.3em;
  color: #4C3333;

  margin-bottom: 14px;
  line-height: 1,6;
  margin-left: 190px;
}

/* Unterüberschrift: */
#main h2 {
font-size:10pt;
  margin-bottom: 14px;
  line-height: 1,6;
  margin-left: 190px;
}

/* normaler Fließtext: */
#main p {
  font-size:8pt;
  margin-bottom: 14px;
  line-height: 1,6;
  margin-left: 190px;
}


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



/* Ende main-DIV */
