/* Stylesheet für die Inhaltsseiten der Bücher des Klaras-Verlages */

/* Anordnung im Browser-Fenster */
body        {margin:0; padding:0;}

/* Hintergrund- und Textfarben */
.snowwhite  {background-color:#fff; color:#00f;}
.darkyellow {background-color:#fc0; color:#000;}

/* Zeichensatz */
body        {font-family:Verdana,Arial,Helvetica,sans-serif;}

/* Zeichengrößen */
td          {font-size:15px;}
td.sm       {font-size:11px;}

/* Überschriften */
h3          {text-align:center; font-size:22px; margin:25px 0 5px 0;}
h4          {text-align:center; font-size:18px; margin:5px 0 25px 0;}

/* Tabellen-Attribute */
table       {border:0; border-collapse:collapse;}
td          {text-align:left;}
td.ri       {text-align:right; vertical-align:bottom; font-weight:800;}
td.pa       {padding-left:7px;}
.w100       {width:100%;}

/* Attribute der Kopftabelle */
.li         {height:78px; font-weight:bold; font-size:15px; text-align:left; border-bottom:2px solid white; }
.mi         {height:78px; font:bold 22px Arial,sans-serif; text-align:center; border-bottom:2px solid white; }
.re         {height:78px; font:small-caps bold 18px 'Arial Narrow',sans-serif; text-align:right; border-bottom:2px solid white; }
.spreizen   {word-spacing:0.25pc;}

/* Zentrierung */
#aussen     {width:100%; text-align:center;}
#innen      {width:640px; height:100%; margin:auto;}

/* Link-Attribute */
a:link      {color:#00f; text-decoration:none; background-color:white; font-weight:600; border:1px solid gray;}
a:visited   {color:#00f; text-decoration:none; background-color:white; font-weight:600; border:1px solid gray;}
a:active    {color:#f0f; text-decoration:none; background-color:#ff00a0; font-weight:600;}
a:hover     {color:#fff; text-decoration:none; background-color:black; font-weight:600;}

/* Ende des Stylesheets */