/* 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 */


body {
    color: black; background-color: #EAEDF4;
    font-size: 100.01%;
    font-family: Arial,Helvetica,sans-serif;
    margin: 0; padding: 1em;
    min-width: 40em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
  }



input {background: #C7D4E5; text-align:right;}
select {background: #C7D4E5; text-align:left;}

h1,h2,h3,h4,p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i {
 font-family:Arial,sans-serif;  background-color: #EAEDF4;}

h1 { font-size:26px; margin-bottom:18px; color: #281B84;}

h2 { font-size:21px; margin-bottom:18px; color: #281B84;}

h2.sh2 { font-size:21px; }

h3,h3.xmp,h3.xpl,h3.inf,h3.tip,h3.akt { font-size:16px; }

h4 { font-size:13px; color: #FD031F }

p,ul,ol,li,div,td,th,address,blockquote { font-size:12px; }

td {background-color: #EAEDF4;}

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; }

.xmpcode { border-width:10px; border-style:solid; border-color:#EEEEEE; background-color:#FFFFE0; }

.code { background-color:#FFFFE0; }

.tabxpl { background-color:#E4EEFF; }

.doc { background-color:#EEEEEE; }

.nav { background-color:#FFEEDD; }

.qbar { background-color:#FFFFE0; font-size:13px; font-family:Arial,sans-serif; }

.blue { color:#0000C0; }
.rot   { color: #FE3602; font-weight:bold; border:5pt}
.rosa { background-color:#FFDDDD; }


pre.normal { color:#000000; }

a:link { color:#FEB703; text-decoration:underline; }

a:visited { color:#772200; text-decoration:underline; }

a:active { color:#FEB703; text-decoration:none; }

a.an { text-decoration:none; }

.unicode { font-size:15px; font-family:Arial Unicode MS,Arial,sans-serif }

ins { color:#009900; font-weight:bold; text-decoration:none; }

del { color:#990000; font-weight:bold; text-decoration:line-through; }


  div#Oben {
    margin: 5em 0em 3em 0em;
    padding: 0em 1em;
    border: 0px dashed silver;
  }
 div#Info {
    font-size: 0.9em;
    float: right;
    margin: 0em 1em 0em 0em; 
    padding: 0;
    border: 0px dashed silver; background-color: #eee;
  }

  div#Inhalt {
    float: left;
    margin: 1em 1em 1em 9em;
    padding: 0 0em;
    border: 0px dashed silver;
  }
  div#Inhalt h1 {
    font-size: 1.5em;
    margin: 0 0 0.5em 0;
  }
  div#Inhalt h2 {
    font-size: 1.2em;
    margin: 0.2em 0;
  }
  div#Inhalt p {
    font-size: 1em;
    margin: 1em 0;
  }