/* DATEI: selfhtml.css */

/* Wenn die Schriftgroessen von SELFHTML fuer Sie schwer lesbar sind */
/* und Sie SELFHTML lokal lesen, benennen Sie diese Datei */
/* um in selfnormal.css */
/* und benennen Sie die Datei selfnosize.css im src-Verzeichnis */
/* um in selfhtml.css */

/* Tags formatieren */
body { background-color:#ffffee; text-align:center; }
/* margin-left:1.4cm; margin-right:1.4cm*/
a:link { color:#990000; text-decoration:none; font-weight:bold; }
a:visited { color:#775560; text-decoration:none; font-weight:bold; }
a:hover { color:#EE0000; text-decoration:none; background-color:#FFFF99; font-weight:bold; }
a:active { color:#0000EE; background-color:#FFFF99; font-weight:bold; }

h1,h2,h3,h4,p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i {
      font-family:Arial,sans-serif; }
p,ul,ol,li,div,td,th,address,blockquote { font-size:13px; }



h1 { color:red;
     font-size:24px;
     color:#FF0000;
     font-style:italic;
     border-bottom:solid thin black;
     margin-bottom:18px; }

/*
p,li  { font-size:12pt;
        line-height:14pt;
        font-family:Helvetica,Arial,sans-serif;
        letter-spacing:0.2mm;
        word-spacing:0.8mm;
        color:blue; }
*/

p {font-family:Arial,sans-serif; font-size:10pt; }

td   { vertical-align:top; }
tr.e { font-weight:bold; } /*hervorgehoben */
td.r {  text-align:right; }/*rechts ausgerichtet*/
tr.a { font-weight:normal; background-color:#FFFF99} /*alternierende Farbe*/

table.letter { border-width:0 font-family:Tahoma,sans-serif; font-size:11pt; color:black;}

/* Attributabhängig
p[align] { color:red; }	
p[align=center] { color:blue; text-align:left; }

.body { background-color:#EEEEFF; }
.chap { font-family:Arial,sans-serif; font-size:20pt; color:blue;
      border-bottom-style:solid; border-bottom-width:3px; border-color:red;
      margin:0px; margin-bottom:16px; }
.sect { font-family:Arial,sans-serif; font-size:16pt; color:blue;
      border-bottom-style:solid; border-bottom-width:3px; border-color:red;
      margin:0px; margin-top:24px; margin-bottom:16px; }
.p  { font-family:Arial,sans-serif; font-size:11pt; color:black; margin-top:6px; margin-bottom:6px; }
.red   { color:red }
.blue  { color:blue }
.bold  { font-weight:bold }
.big   { font-size:14pt }
.small { font-size:6pt; font-family:'Small Fonts',sans-serif; }

/*
div-Element eine neue Zeile im Textfluss erzwingt, während span zur Verwendung innerhalb eines Textes verwendet werden kann und daher überhaupt keine Eigenschaften hat
<div class="chap">Eine Kapitelüberschrift</div>
<div class="sect">Eine Sektionsüberschrift</div>
<div class="p">Absatz mit <span class="red">rotem und <span class="bold">fettem</span></span> Text</div>*/


/*<h1 id="Titel">Diese &Uuml;berschrift und zwei positionierte Bereiche</h1>
<div id="roterBereich"><h1>Der rote Bereich</h1></div>*/

/* eine Reihe fest definierter Pseudo-Formate 
a:link { color:#EE0000; text-decoration:none; font-weight:bold; }
 a:visited { color:#EEAAAA; text-decoration:none; font-weight:bold; }
 a:hover { color:#EE0000; text-decoration:none; background-color:#FFFF99; font-weight:bold; }
 a:active { color:#0000EE; background-color:#FFFF99; font-weight:bold; }
 body { font-family:Arial,sans-serif; font-size:12pt; }

/* Bsp für ein table-style
<table border="1" style="float:left; margin-right:10px; margin-bottom:6px">






li { margin-top:3px; }

pre { font-family:Courier New,Courier; font-size:13px; color:#0000C0; }

code,kbd,tt { font-family:Courier New,Courier; color:#0000C0; }

var { font-style:normal; color:#0000C0; }

blockquote,cite { font-style:italic; }
*/
