  html {

			height: 100%;

}
  body {

      background-image : url(../images/bg.jpg);
			background-repeat: repeat-x;
      background-color: #23374b;
      color : #ffffff;
      margin-top : 6%;
      margin-bottom : 5%;
      padding : 0;
      font-family : Geneva, Arial, Helvetica, sans-serif;
      text-align : center;

}
  a:link {

      color : #ffffff;
      text-decoration : none;
			font-weight : none; 

}
  a:visited {

      color : #ffffff;
      text-decoration : none;
			font-weight : none; 

}
  a:focus {

      color : #ffffff;
      text-decoration : none;
			font-weight : none; 

}
  a:hover {

      color : #ffffff;
      text-decoration : none;
			font-weight : none; 

}
  a:active {

      color : #ffffff;
      text-decoration : none;
			font-weight : none; 

}
  #header {

      width : 754px;
			height: 71px;
      background-image : url(../images/header.jpg);
      padding : 0;
      text-align : center;
      margin : 0;

}
  #footer {

      width : 754px;
			height: 76px;
      background-image : url(../images/footer.jpg);
      padding : 0;
      text-align : center;
      margin : 0;

}
  #footer2 {

      width : 754px;
      padding : 0;
      text-align : right;
      margin : 0;

}
  #content {

      padding : 0;
      margin : 0;
      width : 754px;
			height: 28px;
			text-align : left;
			white-space:nowrap;

}
  #menu {

      padding : 0;
      margin : 0;
      width : 754px;
			height: auto;
      

}

  ul#Navigation {
    margin: 0; padding: 0;
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size: 10pt; 
  }

  ul#Navigation li {
    list-style: none;
    float: left;  /* ohne width - nach CSS 2.1 erlaubt */
    position: relative;
    margin: 0; padding: 0;
		top: 0;
		margin-bottom: -0.4em;
  }
  * html ul#Navigation li {  /* Korrektur fuer den IE */
    margin-bottom: -0.4em;
		text-align: center; 
  }

  ul#Navigation li ul {
    margin: 0; padding: 5px 0px 5px 0px; 
    position: absolute;
    top: 28px; left: 0px;
    display: none;  /* Unternavigation ausblenden */
		filter:alpha(opacity=75);-moz-opacity: 0.75;
		color: white; background: #53677f;
		text-align: center; 

  }
  * html ul#Navigation li ul {  /* Korrektur fuer IE 5.x */
    left: -1.5em;
    lef\t: -0.4em;
		}
  ul#Navigation li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
	background: #53677f;
		margin: 0px;
		padding: 5px 0px 5px 0px; 	
		width: 120px;
		color: white;
	}
  ul#Navigation li ul li {
    float: none;
    display: block;
    background: #53677f;
		margin: 0px;
		padding: 5px 0px 5px 0px; 	
		width: 120px;
		color: white;
  }

 * html ul#Navigation a, * html ul#Navigation span {
    width: 8.6em;   /* Breite nach altem MS-Boxmodell fuer IE 5.x */
    w\idth: 6.4em;  /* korrekte Breite fuer den IE 6 im standardkompatiblen Modus */
  }
  ul#Navigation a:hover {
    color: white; background: #748eae;
		text-align: center;
		font-weight : none;
		margin: 0px;
		padding: 0px;
		display: block;
  }
