
.Container {
	text-align: left;
	width: 1000px;
	background-color: white;
	background-repeat: no-repeat;
}

.Banner {
	font-size: 1.5em;
	background-color: #FFFFFF;
	background-image: url(cssbilder/bannerneu.jpg);
	background-repeat: repeat-x;
	background-position: center;
	height: 100px;
	min-width: 800px; 
	margin-bottom: 0px;
  }
  
    ul#Navigation {
	padding-left: 200px;
	min-width: 500px;
	text-align: left;
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #999999;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top:0px;
	background-position: center;
	  }
  ul#Navigation li {
	list-style: none;
	display: inline;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bolder;
	font-style: normal;
  }

  ul#Navigation a, ul#Navigation span {
	text-decoration: none;
	font-weight: bold;
	color: black;
	background-color: #CCCCCC;
	padding-right: 1em;
	padding-left: 1em;
	font-size: 12px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #000000;
  }
  * html ul#Navigation a, * html ul#Navigation span {
    width: 1em;    /* nur fuer IE 5.0x erforderlich */
    width: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
  }
  ul#Navigation a:hover, ul#Navigation span {
	color: #666666;
	border-left-color: #666666;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	background-color: #CCCCCC;
	border-left-width: 2px;
	border-left-style: solid;
  }
 ul#Navigation2 h2 {
	color: #FF0000;
	font-size: 12pt;
	font-weight: bold;
	width: 200px;
	text-align:left;
  }

  ul#Navigation2 {
	width: 180px;
	float:left;
	font-size: 12pt;
	margin-top: 0px;
	margin-left: 0px;
	height: 920px;
	padding-top: 30px;
	padding-right: 5px;
	padding-left: 5px;
	background-image: url(cssbilder/navbg2.jpg);
	background-repeat: repeat-y;
	background-position: left top;
  }
  * html ul#Navigation2 {  /* Korrekturen fuer IE 5.x */
    width: 11.6em;
    w\idth: 10em;
    padding-left: 0;
    padd\ing-left: 0.8em;
  }
  ul#Navigation2 li {
    list-style: none;
    margin: 0.4em; padding: 0;
  }

  ul#Navigation2 li ul {
    margin: 0 0 0 1em; padding: 0;
  }
  ul#Navigation2 li ul li {
    margin: 0.1em 0;
  }
  * html ul#Navigation2 li ul li {  /* Korrektur fuer IE 5.x */
    margin-left: 1em;
    ma\rgin-left: 0;
  }

  ul#Navigation2 a {
	display:block;
	text-decoration: none;
	font-weight: bold;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #000000;
	font-size: 10pt;
	color: #000000;
	width: 100px;	
  }
  * html ul#Navigation2 a {
    width: 100%;    /* Breitenangabe fuer IE 5.x */
    w\idth: 8.8em;  /* Breitenangabe fuer IE 6 */
  }
  * html ul#Navigation2 li ul li a {
    width: 100%;    /* Breitenangabe fuer IE 5.x */
    w\idth: 7.8em;  /* Breitenangabe fuer IE 6 */
  }
  ul#Navigation2 a:hover {
	color: #FF0000;
	font-size: 10pt;
	font-weight: bold;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FF0000;
	text-transform: capitalize;
	width: 100px;
  }
  
  


h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt; 
	color:#000000;
	font-weight:bold;
	text-align:left;
	
	}
	
 div#Info {
	font-size: 0.9em;
	float: right;
	width: 180px;
	background-color: white;
	height: 950px ; 
	background-image: url(cssbilder/inbg.jpg);
	background-position: right top;
	margin-top: 0px;
  }
  div#Info h2 {
    font-size: 12pt;
	margin: 20px; 
  }
  div#Info p {
    font-size: 10pt;
	margin: 20px; 
}

  p#Fusszeile {
    clear: both;
    font-size: 0.9em;
    margin: 0; padding: 0.1em;
    text-align: center;
    background-color: white; border: 1px solid silver;
  }

