  body {
    color: black; background-color: white;
    font-size: 100.01%;
    /* font-family: Helvetica,Arial,sans-serif; */
    font-family: Georgia, serif;
    margin: 0; padding: 0.3em 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
  }

  div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 760px;
    padding: 0;
    background: #ffffff;
    border: 0px solid #00ffff;
  }

  h1 {
    font-size: 1.5em;
    margin: 0; padding: 0;
    text-align: center;
    background: #fffff;
  }
  ul#Navigation {
    border: 0px solid #ff0077;
    float: left; width: 9.5em;
    margin: 0 0.5em 0 0; padding: 0;
  }
  ul#Navigation li {
    border: 0px dashed #0000ff;
    list-style: none;
    font-size: 0.94em;
    font-family: Arial,sans-serif;
    margin: 0; 
    padding-top: 0.1em;
    padding-bottom: 0.1em;
  }
  ul#Navigation li.top {
    border: 0px dashed #000000;
    list-style: none;
    font-family: Arial,sans-serif;
    margin: 0;
    padding-top: 0.6em;
    padding-bottom: 0.5em;
    font-weight: bold;
    font-size: 1.1em;
    line-height: 1.3em;
  }
  .kl {
    font-size: 0.83em;
    padding-left: 0em;
  }
  ul#Navigation a {
    display: block;
    padding: 0.2em;
    font-weight: bold;
  }
  ul#Navigation a:link {
    color: #e00000;
    background-color: white;
    text-decoration:none;
  }
  ul#Navigation a:visited {
    color: #e00000;
    background-color: white;
    text-decoration:none;
  }
  ul#Navigation a:hover {
    color: #e00000;
    background-color: #eee;
    text-decoration:none;
  }
  ul#Navigation a:active {
    color: #e00000;
    background-color: #eee;
    text-decoration:none;
  }

  ul#Navigation a.main:link {
    color: #C00000;
    background-color: white;
    text-decoration:none;
  }
  ul#Navigation a.main:visited {
    color: #C00000;
    background-color: white;
    text-decoration:none;
  }
  ul#Navigation a.main:hover {
    color: #C00000;
    background-color: #eee;
    text-decoration:none;
  }
  ul#Navigation a.main:active {
    color: #C00000;
    background-color: #eee;
    text-decoration:none;
  }

  div#Inhalt {
    border: 0px solid #999999;
    margin: 1em 0.5em 1em 11em;
    padding: 0;
  }
  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
    margin-bottom: 0;
  }
  div#Inhalt h2 {
    font-size: 1.2em;
    margin: 0.2em 0;
    color: navy;
  }
  div#Inhalt h3 {
    font-size: 1.0em;
    font-weight: bold;
    margin: 2.0em 0 0.1em 0;
    color: navy;
  }
  div#Inhalt p {
    text-align:justify;
    font-size: 0.81em;
    line-height: 1.6em;
    margin: 1em 0;
  }
  div#Inhalt p.product-description {
    text-align:left;
    margin: 0.2em 0 1em 0;
  }
  .product {
    color: #0000c0;
  }
  
  p#Fusszeile {
    clear: both;
    font-size: 0.83em;
    margin: 0; padding: 0;
    text-align: center;
    background-color: #ffffff;
  }

  img.alignright {
	  margin:2px 0 13px 15px;
	  display:inline;
	  float:right
	}

  img.alignleft {
	  margin:2px 15px 13px 0;
	  display:inline;
	  float:left
	}

  img.left {
	  margin:2px 0 13px 0;
	  display:block;
	}
  img.centered {
	  margin:2px 0 13px 0;
	  display:block;
    text-align:center;
	}
