  body, p a {
    color: black; 
	background-color:#AB4D0F;
	background-image:url(Pics/WB-BG.jpg);
	background-repeat:no-repeat;
	background-position:right;
	background-attachment:fixed;
	font-size: 100.01%;
    font-family: Verdana, Tahoma,sans-serif;
	margin: 0 2em 0 2em;
  }
  
  
  h1 {
    font-size: 18pt;
	color:rgb(0%,100%,100%);
    padding: 0.3em;
    text-align: center;
	font-weight: bold;
  }
  
  html>body h1 {
     /* Farbangleichung an den Internet Explorer  */
  }
  h2 {
    font-size: 14pt;
	color:rgb(0%,100%,100%);
    padding: 0.3em;
    text-align: center;
	font-weight: bold;
  }
  html>body h2 {
     /* Farbangleichung an den Internet Explorer  */
  }
  h3 {
    font-size: 12pt;
	color:rgb(0%,100%,100%);
    padding: 0.3em;
    text-align: center;
	font-weight: bold;
  }
  html>body h3 {
     /* Farbangleichung an den Internet Explorer  */
  }
  
  h4 {
    font-size: 11pt;
	color:rgb(0%,100%,100%);
    padding: 0.3em;
    text-align: left;
  }
  html>body h4 {
     /* Farbangleichung an den Internet Explorer  */
  }  
  
  h5 {
    font-size: 8pt;
	color:black;
    padding: 0.3em;
    text-align: left;
  }
  html>body h5 {
     /* Farbangleichung an den Internet Explorer  */
  }  
  
   
  h6 {
    font-size: 8pt;
	color:black;
    text-align: left;
  }
  html>body h6 {
     /* Farbangleichung an den Internet Explorer  */
  }  
  h6r {
    font-size: 8pt;
	color:black;
    text-align: right;
  }
  html>body h6r {
     /* Farbangleichung an den Internet Explorer  */
  }  
  
  p {
    font-size: 10pt;
    padding: 0em;
  }
  
  a {
    font-size: 10pt;
	color: blue;
    padding: 0em;
  }
  
  #fixierth1 {
    position: fixed;
	margin: 1em 5em 0.2em 3em;
	border: 0px solid yellow;
  
  }
  html>body #fixierth1 {  /* nur fuer moderne Browser! */
    position: fixed;
  }
  
  #fixierth1 img {
	width: 90%;
	/* float: center;*/
  }
  
    #fixiertIntro {
    position: absolute;
	margin-top: 8em;
	margin-right:25%;
	border: 0px solid yellow;
  }
  
  html>body #fixiertIntro {  /* nur fuer moderne Browser! */
    position: fixed;
  }
  
  #fixiertIntro img {
	width: 100%;
	float: center;
  }
  
  #fixiert {
	/*float:right;*/
    position: absolute;
	margin: 3em 0 0.2em -2em;
    border: 0px solid silver;
	width:100%;
	height: 25px;
  }
  html>body #fixiert {  /* nur fuer moderne Browser! */
    position: fixed;
  }
  #fixiert img {
    height: 80%; 
  }
  
  #fixiertinfo{
    position: absolute;
	width: 12em;
    margin-top: 8em;
	margin-right: 0.5em;
	float:right;
    border: 0px solid red;
  }
  html>body #fixiertinfo 
    {  /* nur fuer moderne Browser! */
	position: fixed;
  }
  
 #fixiertinfo img {
	/*width: 100%;*/
	/*height: 100%;*/
  }
  
  #fixiertfuss {
    position: absolute;
	margin: 150em 10em 2em 14em;
	padding:1em;
	float:center;
	border: 1px dashed silver;
  }
  
  html>body #fixiertfuss {  /* nur fuer moderne Browser! */
    position: fixed;
  }
  #fixiertfuss img {  
	width: 80%;
	float: center;	
  }

  ul#Navigation {
	padding: 0.8em;
    text-align: center;
	font-size: 10pt;
	
  }
  ul#Navigation li {
    list-style: none;
    display: inline;
    margin: 0; padding: 0;
  }
  ul#Navigation a, ul#Navigation span {
    text-decoration: none; 
	font-weight: bold;
  }
  ul#Navigation a:link {
     
  }
  ul#Navigation a:visited {
 
  }
  ul#Navigation a:hover {
   
  }
  ul#Navigation a:active {
   
  }

  div#Info {
	position: fixed;
	float:right;
	margin: 0 0 0 0 ;
    font-size: 0.9em;
    background-color: #eee; 
	border: 0px dashed silver;
  }
  div#Info h2 {
    font-size: 1.33em;
    margin: 0em;
	
  }
  div#Info p {
    font-size: 1em;
    margin: 0em;
  }

  div#Inhalt {
    margin: 0em 15em 2em 11em;
    padding: 8em 2em;
    border: 0px dashed silver;
	
  }
  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
  }
  /*
   div#Inhalt h1 {
    font-size: 20pt;
  }
  div#Inhalt h2 {
    font-size: 18pt;
    margin: 0.2em 0;
	color:black;
	
  }
   div#Inhalt h3 {
    font-size: 18pt;
    margin: 0.2em 0;
	
  }
  div#Inhalt p {
	font-weight: bold;	
    font-size: 10pt;
	color:white;
	/*color:rgb(0%,100%,100%)
  } */

  p#Fusszeile {
    font-size: 8pt;    
	padding: 0.1em;
    text-align: center;
    background-color: #fed; 
	border: 0px solid silver;
  }
  
  tr.odd  {
	
}

tr.even {
	background:#669933;
}
tr.open  {
	background: #084008;
}
tr.pending {
	background: #003300;
}
tr.closed {
	background: #043804;
}
table.table {
	border-collapse:collapse;
}

table.table td {
	border-top: 1px dotted gray;
}
