html, body{ 
 font-size: 13px;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0; 
	padding: 0;
	background-image:   url('/img/background.gif');
	text-align: center;
} 
 
#pagewidth{ 
 width:1004px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
 border-bottom: 1px solid #FFFF99;
} 
 
#header{
 position:relative; 
 height:177px; 
 width:100%;
} 

#navibar {
position:relative; text-align: center;
 width:100%;
 background-color: silver;
 border-top: solid black 1px;
}

#content {
 text-align: left;
 position:relative; 
 min-height:200px; 
 width:1004px; 
 background-color: silver;
 height:auto !important;
  margin-left:auto; 
 margin-right:auto;  
 margin-top: 10px;
 padding-left: 10px;

  border-top: solid white 1px;
  border-right: solid white 1px;
  border-left: solid black 1px;
  border-bottom: solid black 1px;
}
 

div#Rahmen {
    border: 1px solid black;
    background-color: silver;
  }
 
  * html div#Rahmen {  /* Korrektur fuer IE 5.x */
    width: 48.7em;
    w\idth: 47.1em;
  }


  div#Rahmen div {
     clear: left;
  }
  ul#Navigation {
    margin: 0;
	margin-left: -0.3em;
	padding: 0;
    text-align: center;
  }

  ul#Navigation li {
    list-style: none;
    float: left;  /* ohne width - nach CSS 2.1 erlaubt */
    position: relative;
    margin: 0px;
	padding: 0;
  }
  * html ul#Navigation li {  /* Korrektur fuer den IE 5 und 6 */
    margin-bottom: -0.4em;
  }
  *:first-child+html ul#Navigation li {  /* Korrektur fuer den IE 7 */
    margin-bottom: -0.1em;
  }

  ul#Navigation li ul {
    margin: 0; 
	padding: 0;
    position: absolute;
    top: 22px; 
	left: -1px;
    display: none;  /* Unternavigation ausblenden */
  }

   * html ul#Navigation li ul {  /* Korrektur fuer IE 5.x */
    left: -1.5em;
    lef\t: -0.4em;
  }

 
  *:first-child+html ul#Navigation ul {  /* Workaround fuer den IE 7 */
    background-color:silver; 
	padding-bottom:0px;
  }
  ul#Navigation li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
  }
  ul#Navigation li ul li {
    float: none;
    display: block;
    margin-bottom: 0px;
  }

  ul#Navigation a, ul#Navigation span {
    display: block;
    width: 12.5em;  /* Breite den in li enthaltenen Elementen zuweisen */
    padding: 0.2em 0.1em;
    text-decoration: none; font-weight: bold;
    border: 1px solid black;
    border-left-color: white; border-top-color: white;
    color: black; background-color: #ccc;
  }
  * html ul#Navigation a, * html ul#Navigation span {
    width: 8.9em;   /* Breite nach altem MS-Boxmodell für IE 5.x */
    w\idth: 6.4em;  /* korrekte Breite fuer den IE 6 im standardkonformen Modus */
  }
  ul#Navigation a:hover, ul#Navigation span, li a#aktuell {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: white; background-color: gray;
  }
  li a#aktuell {  /* aktuelle Rubrik kennzeichnen */
    color: black; background-color: silver;
  }
  ul#Navigation li ul span {  /* aktuelle Unterseite kennzeichnen */
    background-color: black;
  }



h1 {  
	font-size: 18px;
	color: #101010;
	padding-top: 15px;
	padding-left: 20px;
}

h2 {  
	font-size: 16px;
	color: #101010;
	padding-top: 0px;
	padding-left: 20px;
}

h3,h4 {  
	font-size: 14px;
	color: #101010;
	padding-top: 0px;
	padding-left: 20px;
}

p { 
	color: #101010;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 20px;
	}

a {
	color: maroon;
	text-decoration: none;
}
a:hover {
	color: #FFFF99;
	text-decoration: none;
}

table#contentplus { 
	margin-left: 20px;
	table-layout:fixed;
	border-top:1px solid maroon;
	border-bottom: 1px solid maroon;
}
table#contentplus td{
	font-weight: normal;
	
}

 table#contentplus input{
	height: auto;
	width: auto;
	font-size: 11px;
	color: maroon;
	}

p.footer { 
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 10px;
	table-layout:fixed;
	border-top:1px solid maroon;
	
}