/* Stylesheet fuer anhalt-dessau.de
   Autor: Dirk Schroeter
   Datum: 01-01-2011
   Copyright: Dirk Schroeter Horstdorf 
   Datei: fundament.css
   ====================================================
   kalibrirung und allgemeines styles
   ===================================================== */
@media all {
/* =========================================================
   teil 1 - reset
   ========================================================= */
* { padding: 0; margin: 0; } 
/* =========================================================
   teil 2 - restaurierung
   ========================================================= */
   h2, h3, h4, h5,h6,
   p, blockquote, adress, pre,
   ul, ol, dl, table {
   margin-bottom: 1em;
   }
   blockquote { margin: 1em 2em; }
   ul, ol, dl { margin-left: 1em; }
   li { margin-left: 1em; }
   dd { margin-left: 2em; }
   ul ul, ul ol, ul dl,
   ol ul, ol ol, ol dl,
   dl ul, dl ol, dl dl {
   margin-top: 0;
   margin-bottom: 0;
   }
   ul { list-style-type: square; }
   ol { list-style-type: upper-roman; }
   ol ol { list-style-type: decimal; }
   ol ol ol, ol ol ul, ol ul ul, ol ul ol,
   ul ul ul, ul ul ol, ul ol ol, ul ol ul {
   list-style-type: circle;
   }
   option { padding-left: 0.2em; padding-right: 0.3em; }
   fieldset, a img { border: none; }
/* =========================================================
   teil 3 - grundlegende formatierung
   ========================================================= */
   html { height: 101%; } /* erzwingung bildlaufleiste firefox */
   body {
   background-color: white;
   color: black;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: small;
   }
   h1, h2, h3, h4, h5, h6 {
   font-family: Georgia, "Times New Roman", serif;
   font-weight: bold;
   }
   h1 { font-size: 200%; }
   h2 { font-size: 184.62%; }
   h3 { font-size: 153.85%; }
   h4 { 
      font-size: 138.46%; 
      padding-bottom: 0;
      margin-bottom: 0;
      }
   h5 { font-size: 123.08%; }
   h6 { 
   font-size: 107.69%;
   margin: 0;
   padding-top: 0.3em;
   } 
} /* ende @media */
/* =========================================================
   ende fundament.css 
   ========================================================= */