/*Datei: mdvformate.css*/
/*Formate für Märchenbuch und Liste der Bildtitel*/

body {  background-color:#FAEBD7;
        margin-left:15px;
        margin-right:15px  }

h1,h2,h3,h4,p,blockquote,ul,li  { font-family:Helvetica,Arial,sans-serif;  }

h1  {  text-align:center;
        font-size:16pt;
        line-height:18pt;
        margin-top:0px;
        margin-bottom:0px;
        letter-spacing:0.2mm;
        word-spacing:0.8mm;
        color:black;  }

h2  {  text-align:center;
        font-size:18pt;
        line-height:20pt;
        letter-spacing:0.2mm;
        word-spacing:0.8mm;
        color:black;  }

h3  {  text-align:left;
        font-size:20pt;
        line-height:24pt;
        letter-spacing:0.3mm;
        word-spacing:2.0mm;
        color:black;  }

h4  {  text-align:left;
         margin-top:20px;
         font-size:18pt;
         line-height:17pt;
         letter-spacing:0.15mm;
         word-spacing:0.7mm;
         color:black;  }

p   {  text-align:justify;
        margin-top:10pt;
        font-size:16pt;
        line-height:23pt;
        letter-spacing:0.1mm;
        word-spacing:0.4mm;
        color:black;  }

p.poem         {  text-align:left;
                 margin-top:0pt;
                 margin-bottom:20pt;
                 font-size:13pt;
                 font-weight:bold;
                 line-height:18pt;
                 letter-spacing:0.15mm;
                 word-spacing:0.4mm;
                 font-weight:normal;
                 margin-left:10px;  }


blockquote        {  text-align:center;
                     margin-top:10pt;
                     font-size:16pt;
                     line-height:17pt;
                     letter-spacing:0.2mm;
                     word-spacing:0.8mm;
                     color:black;  }

ul        {  list-style-type:square;  }

li      {  font-size:10pt;
           line-height:11pt;
           letter-spacing:0.2mm;
           word-spacing:0.7mm;
           color:black;  }

a:link  {  text-decoration:none; font-weight:bold;
             color:red;  }
a:visited  {  text-decoration:none; font-weight:bold;
                color:#C04040;  }
a:hover  {  text-decoration:none; font-weight:bold;
               background-color:#FFFFF0; }
a:active  {  text-decoration:none; font-weight:bold;
               background-color:#FFFFF0; }