body {
    color: #EA8712; background-color:#000;
	/*background-image:url(../images/bg.jpg);*/
	background-repeat:repeat-x;
    font-size: 96.01%;
    font-family : 'Trebuchet MS ', Arial, sans-serif; 
    margin: 0; padding: 0px;
    text-align: center;  /* Zentrierung im Internet Explorer */
  }

  div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 970px;
    padding: 0;
    background:url(../images/body.jpg);
	display:inline-block;
  }
  html>body div#Seite {
    border-color: #eaeaea;  /* Farbangleichung an den Internet Explorer  */
	
  }

  h1 {
    font-size: 1.5em;
    /*margin: 0; padding: 0.3em;*/
    text-align: center;
    background: url(../images/header.jpg) no-repeat 100% 45%;
	height:373px;
	color: #EA8712;
	margin-top:0px;
  }

  ul#Navigation {
    font-size: 1.2em;
    float: left; 
	width: 200px;
    margin: 0px 0 30px 50px; 
	padding: 0;
	text-transform:uppercase;
  }
  ul#Navigation li {
    list-style: none;
    margin: 0px;
	padding: 0px 0px 0px 0px;
	border-bottom:#1E1102 dotted 1px;
  }
  ul#Navigation a {
    display: block;
	text-decoration:none;
	padding:10px 10px 10px 50px;
	color:#EA8712;
  }
  ul#Navigation a:link {
    color: #EA8712; background-color: #000;
  }
  ul#Navigation a:visited {
    color: #EA8712; background-color: #000;
  }
  ul#Navigation a:hover {
    color: #1E1102; background: url(../images/button_over.gif) no-repeat top left;
  }
  ul#Navigation .active {
    color: #EA8712; background: url(../images/button_active.gif) no-repeat top left;
  }
  .active {
    color: #FFFFFF; background: url(../images/button_active.gif) no-repeat top left;
  }

  div#Info {
    font-size: 0.9em;
    float: right; width: 200px;
    margin: 0px 60px; padding: 0;
  }
  div#Info strong {
    font-size: 1.33em;
    margin: 0.2em 0.5em;
  }
  div#Info p {
    font-size: 0.7em;
    margin: 0.5em;
  }
  div#Info h3 {
    font-size: 1em;
    margin: 0px 0px 10px 0px;
  }
  div#Info h2 {
    font-size: 1.0em;
    margin: 0px 0px 10px 0px;
    color: #EA8712;
  }
  
  div#Inhalt {
    margin: 0px 280px 0px 270px;
    padding: 0px;
	border:none;
  }
  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
    margin-bottom: 0;
  }
  div#Inhalt h2 {
    font-size: 1.2em;
    margin: 0;
    color: #EA8712;
	text-transform:uppercase;
	text-decoration:none;
  }
  div#Inhalt p {
    font-size: 1em;
    margin: 1em 0;
  }
  div#Inhalt a {
    font-size: 1em;
    margin: 1em 0;
	color: #EA8712;
  }
  div#InhaltGallery a img {
    border:1px solid #1E1102;
	padding: 5px 5px 5px 5px;
	margin-right:20px;
	margin-bottom: 20px;
  }
  div#InhaltGallery  {
    margin: 0 0 0 270px;
    padding: 0px;
	width:600px;
	border:none;
  }

  p#Fusszeile {
    clear: both;
    font-size: 0.63em;
    margin: 0;
    text-align: center;
    background: url(../images/footer.jpg);
	height:84px;
  }