/* CSS Document */




body{

height:101%;
}
 
 p {
 font-family: helvetica, verdana;
  font-size: 11px;
  margin-left: 2.0em;
  }

 a{
 font-family: helvetica, verdana;
  font-size: 11px;
  text-decoration: underline;
  color: #B60000;

  }

a:hover{ color:#B60000;
text-decoration: none;

} 

a:active{ 
color:#B60000;
text-decoration: none;

}

h1 { color: #949495;
	font-size: 14px;
	}

 
table tr td {
 font-family: verdana;
  font-size: 11px;
  font-weight: bold;
  color: #B60000;
  }
  ul#Navigation {
    margin: 0 0 0 0; padding: 0.8em 0.8em 0 0.8em;
    text-align: center;
	font-size: 12px;


  }
  ul#Navigation li {
    list-style: none;
    display: inline;
    margin: 0; padding: 0;

  }

  ul#Navigation a, ul#Navigation span {
    float: left; height: 20px;
    margin: 0.4em 0 0 0; padding: 0.2em 1em 0 1em;
    text-decoration: none; font-size: 12px; font-weight:bold; letter-spacing:0.1em;
    border-right: 1px solid white; 
    color: white; background-color: #E2001A;
  }
  * html ul#Navigation a, * html ul#Navigation span {  /* Korrektur fuer IE 5.x */
    width: 8em;
    w\idth: 6em;
  }
  ul#Navigation a:hover, ul#Navigation span {
    border-color: white; height: 33px;
    border-left-color: 1px solid white; border-top-color: black;
    color: black; background-color: white;
  }
  ul#Navigation div {
     clear: left;
  }

