/*Datei: thmformate.css*/
/*Formate für Vorschaubilder - Thumbnails*/

body {  background-color:#FAEBD7;
        margin-left:15px;
        margin-right:15px;  }

h1,h2,p  { font-family:Helvetica,Arial,sans-serif;  }

h1   {  text-align:center;
        font-size:15pt;
        line-height:18pt;
        margin-top:18px;
        margin-bottom:20px;
        letter-spacing:0.3mm;
        word-spacing:0.45mm;
        color:black;  }

h2   {  text-align:center;
        font-size:13pt;
        line-height:15pt;
        margin-top:15px;
        margin-bottom:15px;
        letter-spacing:0.25mm;
        word-spacing:0.35mm;
        color:black;  }

p   {  text-align:center;
       font-size:10pt;
       font-weight:bold;
       line-height:18pt;
       margin-top:20px;
       margin-bottom:20px;
       letter-spacing:0.2mm;
       word-spacing:0.25mm;
       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; }
