  div#Inhalt {
    margin-left: 0;
    padding: 0 0;
    width: 800px;
	height: 570px;
	background-color:white;
	font-size: 10pt;
 }

  div#Inhalt h1 {
    margin: 10px;
	  font-size: 14pt;
	  font-weight: bold;
	  color: #000;
	  text-transform: uppercase;
  }

  div#Inhalt h2 {
    margin: 10px;
	  color: #999;
	  font-size: 10pt;
	  font-weight: bold;
  }

  div#Inhalt p {
    margin: 0;
    padding: 0px 10px 15px 10px;
	  color: #999;
	  font-size: 10pt;
	  text-align:justify;
	  background-color:white;
  }

  div#Inhalt p#Rossibilder {
    padding-bottom: 4px;
  }

  div#Inhalt span {
	  float: right;
	  color: #999;
    padding: 0px 10px 4px 0px;
  }

  div#Inhalt a {
	  color: #999;
	  text-decoration: none;
  }

  div#Inhalt a#Underline {
	  text-decoration: underline;
  }
  div#Inhalt a:hover {
    text-decoration: underline;
  }

  div#Pfeile {
    padding-top:25px; 
    background-color:#999;
  }

  div#Pfeile span {
	  float: right;
	  color:#000;
    padding-right:0px
  }

  td {
	  color: #999;
    padding: 0px 0px 0px 0px;
  }

  th {
	  color: #999;
    padding: 0px 0px 0px 0px;
    text-align: left;
  }

  div#Inhalt table {
    margin: 0;
    padding: 0px 10px 15px 10px;
  }

  li {
	  color: #999;
    padding-bottom: 4px;
  }

  ul {
    padding-bottom: 4px;
  }

