/*  ====================================================
Stylesheet mit Reset, Restaurierung und grundlegender Formatierung
Datei:  fundament.css
ausbildung, losspr09,
========================================================== */

@media all { 

/* ==============================================
   TEIL I - Reset
   ============================================== */
/** { padding: 0; margin: 0; }*/

 /* =============================================
   2. Schriftformatierung für Überschriften   */

/* Serifenschrift für Überschriften, inkl. h1 (alt-Text) */
h1, h2, h3, h4, h5, h6 {
   font-family: Georgia, "Times New Roman", serif;
   font-weight: bold; 
}
/*  Überschriftengrößen auf Basis von small (13px) */
h1 { font-size: 200%; }     /* ca. 26px */ 
h2 { font-size: 184.62%; }  /* ca. 24px */ 
h3 { font-size: 153.85%; }  /* ca. 20px */ 
h4 { font-size: 138.46%; }  /* ca. 18px */ 
h5 { font-size: 123.08% }   /* ca. 16px */ 
h6 { font-size: 107.69%; }  /* ca. 14px */

  a.txt {color:#000000; font-family:"verdana"; font-size:10pt; text-decoration:none; font-weight: lighter}
  a.txt:hover {color:#000000; font-family:"verdana"; font-size:9pt; text-decoration:underline}
  
  a.link {color:#9C9C4E; font-family:verdana, sans-serif, arial; font-size:10pt; text-decoration:none; }
  a.link:hover {color:#9C9C4E; font-family:"verdana"; font-size:10pt; text-decoration:underline}
  
  a.menu1 {color:#9C9C4E; font-family:verdana; font-size:10pt; text-decoration:none; font-weight: lighter}
  a.menu1:hover {color:#7b7b3E; font-family:"verdana"; font-size:10pt; text-decoration:none}
  
  a.menu2 {color:#7b7b3E; font-family:verdana; font-size:8pt; text-decoration:none}
  a.menu2:hover {color:#000000; font-family:verdana; font-size:8pt; text-decoration:none; font-weight: bold}
   
 .Stil1 {
    color: #7B7B3E;
  }
 
 p {
	color: #9c9c4e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;	
 }

/* ==============================================
      Gestaltung von blockquote
      ============================================== */
  
   
   blockquote {
      background: #FBFCF6 url(bilder/quote.gif) no-repeat 5px 5px; 
      padding: 1em 1em 0 40px; 
      border-top: 3px solid #E4DEc6;
      border-bottom: 3px solid #E4DEc6; 
      margin-left: 0; /* keine Zentrierung */
   }
   
   blockquote p {
      line-height: 1em;	
      
   }
   
   blockquote cite {
      display: block; 
      font-size: 90%; 
      font-style: normal; 
      letter-spacing: 1px; 
      text-align: right;
   background: url(bilder/unquote.gif) no-repeat right bottom;
   padding: 10px 40px 0 0; 
   }

} /* Ende @media - nicht löschen! */

/* ======================================
   E N D E fundament.css
   ====================================== */
