/* Allgemeine Formatierungen */
  body {
    color:black;
    background-color:#ffffff;
    font-size: 100.01%;
    letter-spacing:0.02em;
    font-family: Helvetica,Arial,sans-serif;
    margin: auto;
    padding: 70px 0px;
    min-width: 45em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in einigen Browsern */
  }

/* globale Angaben zu Bildern */
  img {
    border:none;
  }

/* Darstellung von Links */
  a:link {
    color:#007d8f;
    text-decoration:none;
    font-weight:bold;
  }
  a:visited {
    color:#007d8f;
    text-decoration:none;
    font-weight:bold;
  }
  a:hover {
    color:#62bfcc;
  }
  a:active {
    color:#62bfcc;
  }

/* Darstellung von Titeln */
  h1 {
    color:black;
    font-size: 150%;
    font-weight:normal;
  }

/* Darstellung Seiteninhalt */
  div#Container {
    width:800px;
    margin:0px auto;
  }
  div#InhaltL {
    float: left;
    background-image:url(pix/Logo_Converso.gif);
    background-repeat:no-repeat;
    width: 350px;
    margin: 0px 0px 0px 0px;
    padding: 0px 10px 0px 0px;
    text-align:right;
  }
  div#InhaltR {
    margin: 0px 0px 0px 400px;
    padding: 0px 0px 50px 50px;
    text-align:left;
    border-left:3px solid #007d8f;
    background-image:url(pix/e_L.gif);
    background-position:-5px 0px;
    background-repeat:no-repeat;
  }
  div#Footer {
    clear: both;
    text-align:right;
    font-size: 70%;
  }
  
/* Textauszeichnungen */
  .hilite {
    color:white;
    background-color:#007d8f;
    font-size: 120%;
    padding-left:7px;
  }
  .hiliteleft {
    color:white;
    background-color:#007d8f;
    font-size: 120%;
    padding-right:7px;
  }
  .standard {
    padding-left:7px;
  }
