/* Stylesheet für die Buchseiten des Klaras-Verlages */

/* Anordnung im Browser-Fenster */
body        {margin:0; padding:0;}

/* Hintergrund- und Textfarben */
.snowwhite  {background-color:#fff; color:black;}
.darkyellow {background-color:#fc0; color:black;}

/* Zeichensatz */
body        {font-family:Verdana,Arial,Helvetica,sans-serif;}

/* Zeichengröße */
td, p       {font-size:18px;}

/* Tabellen-Attribute */
table       {border:0;}

/* Tabellenzellen-Attribute */
td          {text-align:center; vertical-align:middle; padding:0;}
td.im       {text-align:left; padding-left:30px;}
td.tfl      {height:90px; text-align:left; padding-left:10px;}
td.tfr      {height:90px; text-align:right; padding-right:10px;}
td.tfh      {height:45px;}
td.tfu      {height:40px; font-weight:800; font-size:15px;}
td.bx       {height:60px;}
td.vt       {vertical-align:top;}

/* Image-Attribute */
img         {border:0;}
img.rand    {border:1px solid gray;}

/* Absatz-Attribute */
p           {text-align:center; line-height:130%; margin:0;}
p.pp        {text-align:justify; text-indent:13px; margin:10px 30px 0px 30px;}

/* Überschrift */
.ue         {font-weight:bold; font-size:30px; letter-spacing:1px;}

/* Seitenkopf */
.kopflinks  {height:80px; text-align:left; padding-left:20px; font:bold 18px Arial,sans-serif;}
.kopfmitte  {height:80px; text-align:center; font:bold 40px Arial,sans-serif;}
.kopfrechts {height:80px; text-align:right; padding-right:10px; font:small-caps bold 30px 'Arial Narrow',sans-serif;}
.spreizen   {word-spacing:0.3pc;}

/* KlaRas */
.smallcaps  {font-variant:small-caps;}

/* Link-Attribute */
a:link      {color:#00f; text-decoration:none; background-color:#fff;}
a:link.ab   {color:#00f; text-decoration:none; background-color:#fc0;}
a:visited   {color:#00f; text-decoration:none; background-color:#fff;}
a:visited.ab{color:#00f; text-decoration:none; background-color:#fc0;}
a:active    {color:#000; text-decoration:none; background-color:#ff00a0;}
a:hover     {color:#fff; text-decoration:none; background-color:#000; font-weight:400;}
a:hover.ab  {color:#fff; text-decoration:none; background-color:#fc0;}

/* Ende des Stylesheet */
