  body, p, div, td, th, tr, ol, h1, h2, h3, h4, h5, ul, li, a, input, textarea, select, button {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
  }

  html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #e3e3e3;
  }

  h1, h2, h3, h4 {
    color: #8F5730;
  }

  h1 {
   font-size: 18pt;
  }

  h2 {
   font-size: 16pt;
  }

  h3 {
   font-size: 14pt;
  }

  h4 {
   font-size: 12pt;
  }
	
  a {
    color: black;	
    text-decoration : none;
  }

  a:hover, a:active {
    text-decoration : underline;
  }

  #center {
    position: absolute;
    left: 50%;
    margin-left: -375px;
    text-align: left;
  }

  #ueber {
    width: 750px;
    text-align: left;
    background: #FCF3C7;
  }

  #banner {
    margin-top: 0px;
    margin-left: 0px;
    width: 100%;
    height: 80px;
    background: #FCF3C7;
  }
  
  #logo {
    margin: 0px;
  }
  
  #logo a  {
    text-decoration : none;
    border: none;
  }

  #panorama {
    margin: 0px;
  }

  #illustration {
    margin-top: 20px;
    margin-left: 0px;
    width: 180px;
    height: 100px;
  }

  #content {
    padding: 10px;
    margin-top: 10px;
    margin-left: 180px;
    background: white;
  }

  #hline {
    width: 500px;
    height: 1px;
    background: black;
  }

  #inhalt {
    width: 500px;
  }

  #topmenu{
    z-index: 40;
    position: absolute;
    top: 80px;
    left: 0px;
    height: 20px;
    width: 100%;
    background: #444444;
    text-align: left;
    white-space: nowrap;
  }

  #topmenu td.top {
    color: white;
    background: #444444;
    height: 20px;
    padding-left: 5px;
    padding-right: 5px;
  }

 
  #topmenu td.top a {
    color: white;
  }

  #topmenu td.topCurrent{
    color: black;
    background: white;
    height: 20px;
    padding-left: 5px;
    padding-right: 5px;
  }

  #topmenu td.topCurrent a {
    color: black;
  }
	
  #submenu {
    float: left;
    width: 180px;
    height: 100%;
    background: #FCF3C7;
  }

  #submenu h4 {
    margin-top: 40px;
    margin-left: 10px;
  }

  #submenu ul {
    display: block;
    margin-left: 10px;
    padding: 0px;    
    list-style-type: none;
  }
  
  #submenu li {
  }

  #submenu li.Current{
  }


  #submenu a:link, #submenu a:visited {
    text-decoration : none;
  }

  #submenu a:hover, #submenu a:active {
    text-decoration : underline;
  }


