
/*	-------------------------------------------------------------
	1. RESET 
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

               * {
                    margin: 0;
                    padding: 0;
               }
							 
							 font.rot {color: red}
							 font.fett {font-weight: bold}
							 font.kursiv {font-style: italic}
							 
							 img {border: 0}
							 
							 a { text-decoration: underline; border: 0 }
							 
							        
               body {                  
									position: relative;
									margin-top: 5%;
									margin-bottom: 5%;
									margin-left: 10%;
									margin-right: 10%;
									background-color: #FCEAb9;
                  color: black;
									font-size: 100%;
									font-family: Verdana, sans-serif;
									a:link { color: #35386D; font-weight: bold; }
									a:hover { color: #c00000; cursor: pointer; }																	
							 }
							 
							 h1 {
							   text-align: center;
								 text-weight: bold;
								 font-size: 200%;
								 text-decoration: none;
								 margin-bottom: 1em;						 
							 }
							 
							 h2 {
							   text-align: center;
								 text-weight: bold;
								 font-size: 125%;
								 text-decoration: none;
								 margin-bottom: 1em;
								 margin-top: 1.5em;						 
							 }
							 
							 p {
								 font-size: 100%;
								 text-align: justify;
								 margin-bottom: 1em;						 
							 }
							 
							 p.zentriert { text-align: center }
							 
							 p.klein_zentriert { 
							   font-size: 75%;
								 text-align: center; 
							 }
							 
							 p.klein_kursiv {
							   font-size: 75%;
								 font-style: italic;
							 }							 

