*{
  margin: 0;
  padding: 0;
}

body {
  color: black;
  background-color: #F5F5DC;			/* Hintergrund Farbe, gilt auch für Sidebar, wenn nicht anderst definiert   */
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 12px;					/* Orginal 71%  Enables font size scaling in MSIE                           */
  margin: 5px 5px 5px 5px;
  padding: 0 0 0 0;
}

html > body {
  font-size: 1em;					/* Orginal 8.5pt                                                            */
}

/* ##### Main Copy ##### */

#main-copy p {
  background-color: transparent;
  margin: 0 0 0 5px;
  padding: 0 0 5px 0;
							/* clear: left; macht Probleme im Internet Explorer                          */
}

#main-copy h2 {
  color: #F5F5DC;
  background-color: #758279;
  font-weight: normal;
  font-size: 12px;
  margin: 5px 0 5px 0;
  padding: 5px 0 5px 10px;
}

/* ##### Footer ##### */

#footer {
  color: white;
  background-color: #758279;
  text-decoration: none;
  margin: 0;
  padding: 10px 8px 8px 8px;
  clear: both;
}

#footer .leftsmall {
  margin: 15px 0 0 0;
  line-height: 0.7em;
  font-size: 8px;
  float: left;

}

#footer .rightsmall {
  margin: 15px 0 0 0;
  line-height: 0.7em;
  font-size: 8px;
  text-align: right;
}

#footer .top {
  font-size: 10px;
  text-align: center;
  line-height: 1em;
}

#footer a {
  color: white;
  background-color: inherit;
  text-decoration: none;
}

#footer a:link {
  font-weight: normal;
}

#footer a:hover {
  color: rgb(253,160,91);
  text-decoration: underline;
  background-color: inherit;
}
