  a:link, a:visited, a:active { text-decoration:none; font-style:italic; color:#000066; }
  a:hover { text-decoration:none; font-style:italic; color:#FF6633; }

  * {
    background-color:transparent; 
    color:#000066;
    font-size: 12px; 
    font: normal 100.0% Arial;
    }

  body {
    background-color: #f6f6ff;
    text-align: center
    }
	

  h1 {
    color: #f6f6ff;
    font-size: 2em;
    font-style:italic;
    font-weight: bolder;
    letter-spacing: 9px
    }

  h2 {
    font-weight: bold;
    text-decoration:underline;
    }

  h3 {
    font-weight: bold;
    }

  #kopf {
    margin: 0;
    padding: 0px;
    height: 182px;
    font-size: 12px;
    background-image: url(./bilder/kopfbalken-v4.jpg);
    background-position: 0 20;
    background-repeat: no-repeat;
    }

  #inhalt {
    background-image: url(./bilder/back-stetoskop.jpg);
    background-repeat: no-repeat;
    font-size: 14px; 
    background-position: 250 0;
    position: relative;
    top: 0px;
		}


  #fuss {
    margin-top: 0px;
    font-size: 0.7em;
    padding-left: 1em;
    background-image: url(./bilder/fuss.jpg);
    background-repeat: no-repeat;
    text-align: center;
    }
 
  .infocontainerbild {
    position: relative;
    top: 20px;
    left: 771px;
    height: 152px;
    width: 153px;
    background-image: url(./bilder/thomas.jpg);
    }

   * html .infocontainerbild {
    left: 149px;
    l\eft: 771px;
    }
 
  .hmenucontainer {
    float: left;
    position: relative;
    top: 20px;
    margin-left: 1em;
    background-color:transparent;
    text-align: left;
    }

  .vmenucontainer {
    float: left;
    position: relative;
    top: -20px;
    width: 200px;
    margin-left: 0.5em;
    background-color:transparent;
    text-align: left;
   }

  .inhaltcontainer {
    height: 375px;
    overflow:auto;
    } 

  .inhaltcontainer a:link, .inhaltcontainer a:visited, .inhaltcontainer a:active { text-decoration:none; font-style:italic; color:#CC3300; }
  .inhaltcontainer a:hover { text-decoration:none; font-style:italic; color:#FF6633; }

  ul.inhalt {
    list-style: disc outside ;
  } 

  ul#hmenu {
    margin-top: 0; padding: 0;
    text-align: left;
    background-color: transparent;
    font-size: 14px;
  }
    

 ul#hmenu li {
    list-style: none;
    display: inline;
    margin: 0.2em; padding: 0;
  } 

 ul#hmenu a, ul#hmenu span {
    padding: 0.2em 1em;
    text-decoration: none; font-weight: bold;
    background: url(./bilder/hlink.jpg);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-color: transparent;
  }

  * html ul#hmenu a, * html ul#hmenu span {
    width: 1em;    /* nur fuer IE 5.0x erforderlich */
    w\idth: auto;  /* sicherheitshalber fuer spaetere Versionen korrigiert */
  }

  ul#hmenu a:hover, ul#hmenu span, ul#hmenu a:active {
    background: url(./bilder/hlink_hover.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
    color: #ff6600; background-color: transparent;
  }


  ul#vmenu {
    width: 12em;
    margin: 0; padding: 0.5em;
    background-color: transparent;
    font-size: 14px;
  }

  * html ul#vmenu {  /* Korrekturen fuer IE 5.x */
    width: 13.6em;
    w\idth: 12em;
    padding-left: 0;
    padd\ing-left: 0.5em;
  }

  ul#vmenu li {
    list-style: none;
    margin: 0.2em; padding: 0;
  }

  ul#vmenu a {
		display: block;
    padding: 0.2em 1em;
    text-decoration: none;
    font-weight: bold;
    background-color: transparent;
    background: url(./bilder/hlink.jpg);
    background-position: left bottom;
    background-repeat: no-repeat;
 }

  * html ul#vmenu a {  /* Breitenangaben nur fuer IE */
    width: 100%;
    w\idth: 12em;
  }

  ul#vmenu a:hover, ul#vmenu a:active {
    background: url(./bilder/vlink.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    color: #ff6600;
    background-color: transparent;
  }


