/*	-------------------------------------------------------------
	1. GLOBAL RESET
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
                    * {
                         margin: 0;
                         padding: 0;
                    }

/*	-------------------------------------------------------------
	2. ALLGEMEINE ATTRIBUTE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

               body { color: maroon; font-family: Verdana, "Lucida Sans Unicode", "Lucida Grande", "Times New Roman", serif; font-size: 0.92em; background-color: #ffc; }
               
               em {
                    font-style: italic;
               }
               
               strong {
                    font-weight: bold;
               }
               
               p {
                    margin: 0.6em 0 0 0;
               }


/*	-------------------------------------------------------------
	3. LINKS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		a img {
                              border: 0px;
			}
                    a {
                              color: #f60;
                              font-weight: bold;
                              outline: none medium;
                              padding: 2px 0;
                              text-decoration: none;
                              }
                
                    a:hover {
                              color: #900;
                              text-decoration: none;
                    }
                    a:active, a:focus {
                             color: #c60;
                    }

/*	-------------------------------------------------------------
	4. STRUKTUR
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
               #container {
                    /* Allgemeines Container f?r das Seitenlayout. Dieses kann
                    neben #content auch weitere Bl?cke enthalten, etwa #sidebar */
                    margin: 10px auto; width: 95%; padding-bottom: 0.4em; }			
               
               #content {
                    /* Spezielles Container f?r den content. Wird extra eingef?hrt,
                    damit ggf. ein weiterer Block eingef?gt werden kann */
                     float: left; width: 80%; padding: 0.4em 0.4em 0.4em 0; line-height: 1.6em; }

               #content .subheader { font-size: 0.85em;
                    /* 85% der Content-Schriftgr??e = by Default 100% der
                    Body-Schriftgr??e, also 85% der Body-Schriftgr??e */
                    border-bottom: 5px double #f60; padding: 5px 0; margin: 8px 0 0; border-top: 1px solid #f60; }
               #content h1 { font: italic 2.9em/1.2em Georgia, "Lucida Sans Unicode", "Times New Roman", Times, serif; background-color: #ffc; letter-spacing: -1px; }
               
               
               #navbar { float: left; width: 15%; margin-top: 55px; margin-right: 10px; }
               #navbar ul {list-style: none; float: left; }
               #navbar a { display: block; margin: 10px 3px 10px; padding: 15px 10px; text-align: center; border-top: 3px solid #f60; }
               #navbar li:last-child a { border-bottom: 3px solid #f60;}
            
              
             #img img {margin-right: 10px; margin-top: 10px; margin-bottom: 10px;  }
               
               #footer { color: #666; font-size: 0; clear: left; background-color: #fc9; text-align: center; margin-top: 0; padding-top: 10px; padding-bottom: 10px; border-top: 4px solid #f93; }
               
               p.Stil16 { }