
/*	-------------------------------------------------------------
	1. RESET 
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

               * {
                    margin: 0;
                    padding: 0;
							 }
							 
							 img {border: 0;}
							 
														               
               body {                  
									background-color: #ff9e73;
                  color: black;
									font-size: 12pt;
									font-family: Arial, Helvetica, sans-serif;																									
							 }
							 
							 font.fett { font-weight: bold }
							 font.unterstrichen { text-decoration: underline }
							 font.kursiv { font-style:italic }
							 font.rot { color:red }
							 
							 							 			 
							 p.zentriert { text-align: center }
							 
/*	-------------------------------------------------------------
	1. Gesamtstruktur 
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

               #Gesamtstruktur {
							 			position: relative;
										margin: 2%;
										background-color: #ffeeee;
										border:1px solid #996600;
							 }
							 
							 
 
							 
/*	-------------------------------------------------------------
	2. Kopfleiste
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
               #Kopfleiste {                    
									 overflow: visible;
									 width: 100%;
									 background-color: #a63400;
									 color: #ff9e73;
							 }
							 
 							 #Kopfleiste p {							 			
									 text-align: center;
									 padding-top: 1em;
									 padding-bottom: 1em;
									 font-size: 33px;
									 font-weight: bold;
							 }
							 
							 
/*	-------------------------------------------------------------
	2. Navigationsleiste
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
               #Navigationsleiste {                    
									 overflow: visible; 
									 width: 100%; text-align: center;
									 background-color: #ff7b40;
									 font-size: 100%; font-weight: bold;
						   }
							 
							 #Navigationsleiste p {                    
							 		 padding-top: 2em; padding-bottom: 2em;
							 }
							 
 							 #Navigationsleiste a {
 										color: blue;
							 }						 
							 
							 #Navigationsleiste a:hover {
										color: red;
										text-decoration: none;
										cursor: pointer;
               }
							

							 
					 
/*	-------------------------------------------------------------
	Inhaltsleiste
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
               #Inhaltsleiste {                    
									 position: relative;
									 width: 100%;
               }
							 
							 #Inhaltsleiste h1 {
							 		 padding-top: 1.5em;
									 padding-bottom: 1em;
									 text-align: center;							     
							 }
							 
							 #Inhaltsleiste h2 {
							 		 padding-top: 1em;
									 padding-bottom: 0.5em;
									 padding-left: 15%; padding-right:15%;
									 text-align: left;							     
							 }
							 
							 #Inhaltsleiste p {
							 		 padding-left: 15%; padding-right:15%; padding-bottom: 0.75em;
									 text-align: justify;							     
							 }
							 
							 #Inhaltsleiste p.links {
									 text-align: left;							     
							 }
							 
							  #Inhaltsleiste p.zentriert {
									 text-align: center;							     
							 }
							 
							 #Inhaltsleiste ul {
							 		 list-style-type: disc;
									 padding-left: 18%; padding-right:15%; padding-bottom: 1em;
									 text-align: justify;
							}							 
							 
							 
							 #Inhaltsleiste ol {
							 		 list-style-type: decimal;
									 padding-left: 17%; padding-right:15%; padding-bottom: 1em;
									 text-align: justify;							     
							 }
							 
							 #Inhaltsleiste li.mit_Leerzeile {
							 		 margin-bottom: 1em;							     
							 }
							 
							 			 
							 #Inhaltsleiste p.eingerueckt {
							 		 padding-left: 18%;							     
							 }
							 
							 #Inhaltsleiste p.stark_eingerueckt {
							 		 padding-left: 25%;							     
							 }
							 
							 #Inhaltsleiste p.rechts {text-align: right;}
							 
							 #Inhaltsleiste p.standard_gross {
							      font-size: 120%;
							 }
							 
							 #Inhaltsleiste p.eingerueckt_gross {
							      font-size: 120%;
										padding-left: 18%;
							 }
							 
							 #Inhaltsleiste p.eingerueckt_klein {
							      font-size: 80%;
										padding-left: 18%;
							 }
							 
							 #Inhaltsleiste hr {
							      width: 40%;
										margin-left: 30%;
										margin-top: 0.5em;
										margin-bottom: 0.5em;
							 }
							 
							 #Inhaltsleiste img {
							     border:1px solid #996600; 
							 }