@charset "utf-8";







a:link { color: #CC6633; }
a:visited { color: #660000; }


body {
   	color: black; 
	background-color: #660000 ;
   	font-size: 100.01%;
   	font-family: Helvetica,Arial,sans-serif;
    margin: 0 ; 
	padding: 0.9em 0;
   	text-align: center;                                               /* Zentrierung im Internet Explorer */
  }  

div#Seite {
   	text-align: left;                                                  /* Seiteninhalt wieder links ausrichten */
   	margin: 0 auto;                                                    /* standardkonforme horizontale Zentrierung */
    width: 760px;
	height: 760px;
   	padding: 0;
	background: #ffffcc url(komponenten/hintergrund.jpg) no-repeat ;
	background-position: 0 60px;
    	border: 4px outset silver;
  }
* html div#Seite {
   	text-align: left;                                                  /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;                                                    /* standardkonforme horizontale Zentrierung */
   	width: 760px;
	height: 760px;
    padding: 0;
	background: #ffffcc url(komponenten/hintergrund.jpg) no-repeat ;
	background-position: 0 60px;
   	border: 6px outset silver; 
   }
*+html div#Seite {
   	text-align: left;                                                  /* Seiteninhalt wieder links ausrichten */
   	margin: 0 auto;                                                    /* standardkonforme horizontale Zentrierung */
   	width: 760px;
	height: 760px;
   	padding: 0;
	background: #ffffcc url(komponenten/hintergrund.jpg) no-repeat ;
	background-position: 0 60px;
    border: 6px outset silver;
   }
  
h1 {		
  	font-family: century, arial, sans-serif;
	font-style: italic;
	font-size: 2em;
   	margin: 0; 
	padding: 1em;
	text-align: center;
   	background-color: #D4BD7D;
  } 

h2 { 	
  	font-family: century, arial, sans-serif;
	font-style: italic;
	font-size: 1em;
   	margin: 0; 
	padding: 1em;
	padding-top: 0.5px;
    text-align: center;
   	background-color: #D4BD7D;
  }
 

ul#Navigation {
    text-align: left;
    font-size: 0.83em;
    float: left; 
	width: 200px;
	margin: 0 0 0; 
	padding: 0;
	display: inline;
  }
* html ul#Navigation { width: 11.6em; w\idth: 10em; margin: 0; padding-left: 0; padd\ing-left: 0.8em; }                   

*+html ul#Navigation { 
	text-align: left;
	font-size: 0.83em;
    float: left; 
	width: 200px;
	margin: 0 0 0; 
	padding: 0;
	display: inline;
   }
  
ul#Navigation li {
    list-style: none;
    margin: 0; 
	padding: 0.5em;
  }

*:first-child+html ul#Navigation li { margin-bottom: 0; }                    /* Korrektur fuer den IE 7 */
    
ul#Navigation li ul {
        padding: 0;
        position: absolute;
        display: none;                                                        /* Unternavigation ausblenden */
  }   
* html ul#Navigation li > ul { left: -1.5em; lef\t: -0.4em; }                 /* Korrektur fuer IE 5.x */


ul#Navigation li:hover>ul, ul#Navigation li>a#aktuell+ul {    
        margin: 0;                                        
        display: none;                                                        
  }
  
* html ul#Navigation li:hover>ul, ul#Navigation li>a#aktuell+ul {  
        margin: 0;                                        
        display: inline-block;                                                
 }
*+html ul#Navigation li:hover>ul, ul#Navigation li>a#aktuell+ul {  
        margin: 0;                                        
        display: inline-block;                                                /* Unternavigation im IE7 einblenden */
 }

*:first-child + html ul#Navigation ul { background-color:#ffffcc; padding-bottom:0.4em; }       /* Workaround fuer den IE 7 */
 

ul#Navigation li ul li {
    float: none;
    display: inline-block;
	width: 11em;
	margin: 0; 
  }
* html ul#Navigation li ul li { margin-left: 1em; ma\rgin-left: 0; }   /* Korrektur fuer IE 5.x */

ul#Navigation a, ul#Navigation span {
       float: none;
       display: inline-block ;
       width: 9em;                                                           /* Breite den in li enthaltenen Elementen zuweisen */
       padding: 0.2em 1em;
       text-decoration: none; 
       font-weight: bold;
       border: 1px solid #CC6633;
  } 
* html ul#Navigation a, * html ul#Navigation span { width: 100%;                /* Breite nach altem MS-Boxmodell für IE 5.x */
        w\idth: 6.4em; }                                                        /* korrekte Breite fuer den IE 6 im standardkonformen Modus */

* html ul#Navigation li ul li a { width: 100%;                                  /* Breitenangabe fuer IE 5.x */
        w\idth: 7.8em; }                                                        /* Breitenangabe fuer IE 6 */
  
 
  ul#Navigation a:link { color: black; background-color: #ffffcc; }
  ul#Navigation a:visited { color: black; background-color: #ffffcc; }
  ul#Navigation a:hover, ul#Navigation span { color: black; background-color: #CC6633; }
  li a#aktuell { color: white; background-color: #CC6633; }                               /* aktuelle Rubrik kennzeichnen */
  ul#Navigation li ul span { color: white; background-color: #CC6633; }	                  /* aktuelle Unterseite kennzeichnen */




div#Inhalt {
   	margin: 0 auto;
   	padding: 0 1em 0 0;
	font-size: 11pt;
	text-align: justify;		

	overflow: auto;
	height: 570px;	
	scrollbar-base-color : #ffffcc;		
  }
* html div#Inhalt {
   	height: 571px;                                  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
   	margin-bottom: 0;
	text-align: left; 
  }
*+html div#Inhalt {
   	margin: 0 0 0 185px;
    padding: 0 1em 0 0.5em;
	font-size: 11pt;
	text-align: justify;		
	display: block;
	overflow: auto;
	height: 571px;	
	scrollbar-base-color: #ffffcc;		
  }

div#Inhalt p {
    	font-size: 1em;
    	margin: 1em 0 1em 0;
  }

div#Fusszeile {
   	clear: both;
	font-size: 0.8em;
   	margin: 0 0 0 0; 
	padding: 0.1em;
    text-align: center;
    background-color: #D4BD7D;
    border: 1px solid silver;	
	height: 47px;
  }
  


