/* DATEI: fam-style.css */
/* war .... und #e2e2f1 */
body { font-family:Arial, Helvetica, sans-serif;
       margin:2px;
       background-color:rgb(204,204,230);
       text:#000000; }
h1, h2, h3, h4, h5 { margin:2px; }
p, div, td, th, blockquote, nobr, b, i { margin:2px; }
p, ul, ol, li, div, td, th, address, blockquote { font-size:13px; }

h1 { font-size:18pt; margin-bottom:2px; }
h2 { font-size:16pt; margin-bottom:2px;}
h3 { font-size:12pt; margin-bottom:2px; margin-top:2px;}
h4 { font-size:10pt; margin-bottom:2px; margin-top:2px;}
h5 { font-size: 8pt; margin-bottom:2px; margin-top:2px;}

th { background-color:rgb(122,122,190);
     color:#ffffff; }

#N { font-weight:400; }
#B { font-weight:700; }

#TB { font-weight:700;
      padding-bottom: 3px;
      border-style:solid;
      border-color:#000000;
      border-top-width:0px;
      border-right-width:0px;
      border-left-width:0px;
      border-bottom-width:2px; }

#TN { font-weight:400;
      padding-bottom: 3px;
      border-style:solid;
      border-color:#000000;
      border-top-width:0px;
      border-right-width:0px;
      border-left-width:0px;
      border-bottom-width:1px; }


a:link    { color:#0000ee; text-decoration:none; }
a:visited { color:#0000ee; text-decoration:none; }
a:hover   { color:#000000; text-decoration:underline; }
a:active  { color:#0000ee; text-decoration:undrline; }
a:focus   { color:#0000ee; text-decoration:none; }
