/* DATEI: selfnosize.css */

/* Diese Datei sollten Sie als selfhtml.css verwenden, wenn die */
/* Schriftgroessen von SELFHTML fuer Sie schwer lesbar sind */


.sprache{
    border-radius: 0.2em;
    background-color: gold;
    display: inline-block;
    color: darkblue;
    width: 20em;
    height: 1.8em;
    text-align: center;
    line-height: 1.8em;
    font-size: 1.8em;
}

.sprache:hover {
    background-color: orange;
}


code,kbd,tt { font-family:Courier New,Courier; color:#008000; }

.mark { background-color:#FFFF80; }
.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; }
.rosabox { background-color:#FFDDDD; padding:5px; margin:0px; }
.rotbox { background-color:#FF0000; padding:5px; margin:0px; }
.graubox  { background-color:#E7E7E7; padding:5px; margin:0px; }
.gelbbox { background-color:#FFFF66; padding:5px; margin:0px; }
.rosa { background-color:#FFDDDD; }
.gelb { background-color:#FFFF66; }
.red   { color:red }
.blue  { color:blue }
.bold  { font-weight:bold }
.big   { font-size:14pt }
.small { font-size:6pt; font-family:'Small Fonts',sans-serif; }

a:link { font-weight:bold; color:#0000E0; text-decoration:underline }
a:visited { font-weight:bold; color:#800000; text-decoration:underline }
a:hover { font-weight:bold; color:#E00000; text-decoration:underline }
a:active { font-weight:bold; color:#E00000; text-decoration:underline }
a:focus { font-weight:bold; color:#00E000; text-decoration:underline }


/*
h1,h2,h3,h4,p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i {
 font-family:Arial,sans-serif; }

h1 { margin-bottom:18px; }

h2 { margin-bottom:18px; }

li { margin-top:3px; }

pre { 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-family:Arial,sans-serif; }

.blue { color:#0000C0; }

pre.normal { color:#000000; }

a.an { text-decoration:none; }

.unicode { font-size:120%; 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; }

*/