body { 
position:absolute;
background-color: dbdcdc;
background-image: url(background.png);
background-position: center;
background-repeat: repeat-y;

	
}

html, body { 
    top:0; left:0; right:0;
    min-height:100%;
    margin:0;
    padding:0;
    width:100%;
}

/* Elemente zentrieren */

.center {text-align:center;}


/* Header */
#header_container {
    position:fixed;
    top:0; left:0; right:0;
    text-align:center;
    margin:0;
    z-index:3;
}
#header {
background-color: white;
width: 800px;
padding-bottom: 10px;
margin-left: auto; margin-right: auto;
}

#header_image {
height: 176px; width: 800px;
margin-bottom: -15px;
position: relative; z-index: 4;
background-image: url(header.png);
}

/*Menue*/
div#Rahmen {
    width: 800px;
	padding: 0.4em 0;
    border: 0px;
    background-color: c01704; background-image: url(menu-bg.png); background-repeat: repeat-x;
	position: relative;
	margin-left: auto; margin-right: auto;
  }
  * html div#Rahmen {  /* Korrektur fuer IE 5.x */
    width: 800px;
    w\idth: 800px;
  }
  div#Rahmen div {
     clear: left;
  }
  ul#Navigation {
    margin: 0; padding: 0;
    text-align: center;
  }

  ul#Navigation li {
    list-style: none;
    float: left;  /* ohne width - nach CSS 2.1 erlaubt */
    position: relative;
    margin: 0.2em 0.4em; 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 {
  background-color:c01704;
    margin: 0; padding: 0;
    position: absolute;
    top: 1.6em; left: -0.4em;
    display: none;  /* Unternavigation ausblenden */
  }
  * html ul#Navigation li ul {  /* Korrektur fuer IE 5.x */
  background-color:c01704;
    left: -0.2em;
    lef\t: -0.4em;
  }
  *:first-child+html ul#Navigation ul {  /* Workaround fuer den IE 7 */
    background-color:c01704; padding-bottom:0.4em;
  }
  ul#Navigation li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
  }
  ul#Navigation li ul li {
    float: none;
    display: block;
    margin-bottom: 0.2em;
  }

  ul#Navigation a, ul#Navigation span {
    display: block;
    width: 190px;  /* Breite den in li enthaltenen Elementen zuweisen */
    padding: 0.4em;
    text-decoration: none; font-weight: bold;
    border: 0px;
    color: white; background-color: transparent;
	text-align:center;
	font-family: verdana; font-size: 10pt;
  }
  
  ul#Navigation li ul li a
  {
    display: block;
    width: 190px;  /* Breite den in li enthaltenen Elementen zuweisen */
    padding: 0.1em 0.4em;
    text-decoration: none; font-weight: bold;
    border: 1px solid c01704;
    color: white; background-color: #c01704;
	text-align:center;
	font-family: verdana; font-size: 10pt;
  }
  
  * html ul#Navigation a, * html ul#Navigation span {
    width: 200px;   /* Breite nach altem MS-Boxmodell für IE 5.x */
    w\idth: 200px;  /* korrekte Breite fuer den IE 6 im standardkonformen Modus */
	text-align:center;
  }
  
  ul#Navigation a:hover {
	color: white; background-color: transparent;
	}
	
  ul#Navigation li ul li a:hover {
    color: white; background-color: 770100;
	}


/* Inhalt */
#content_container {
margin-left: auto; margin-right: auto;
text-align: center;
z-index:2;
overflow: auto;
	}

#content {
padding-top: 235px;
width: 800px; 
background-color: ffffff;
margin-left: auto; margin-right: auto;
padding-bottom: 40px;
}

div#content * {
text-align: left;
}	
	
div#content h1 {
font-family: verdana; font-size: 12pt;
font-weight: bold;
padding-left: 22px;
}

div#content h3 {
}

div#content h4 {
}

#content p {
font-family: verdana; font-size: 11pt;
padding: 0px 22px;
}

#footer_container {
    position:fixed;
    bottom:0; left:0; right:0;
    text-align:center;
    margin:0;
    z-index:4;
}

#footer {
width: 800px;
height: 15px;
background-color: white;
margin-left: auto; margin-right: auto;
padding-bottom: 10px;
padding-top: 10px;
background-color: white;
}

#footer a {
float:left;
text-decoration: none;
text-align: left;
color: white;
font-family: verdana; font-size: 8pt; font-weight: bold; 
padding: 2px 312px 2px 22px;
background-color: black;
}

#footer a.rechts {
float: right;
text-decoration: none;
text-align: right;
color: white;
background-color: black;
font-family: verdana; font-size: 8pt; font-weight: bold; 
padding: 2px 22px 2px 312;
}

/* Nur für den MSIE */

* html, * html body {
    overflow:hidden;
    bottom:0;
    height:100%;
	background-image: none;
}

* html #header_container, * html #footer_container {
    position:absolute;
    width:100%;
	padding-right: 16px;
}

* html #header #header_image {
background-image: url(header1.gif);
}

* html #content_container {
 height:100%;
    width:100%;
    overflow:auto;
	background-color: dbdcdc;
background-image: url(background.png);
background-position: center;
background-repeat: repeat-y;

}

*html #content_container #content {

}

/* Weiter mit browserübergreifenden Deklarationen */

