/* DATEI: style-kiaos.css */

body { margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px }

p,h1,ul,ol,li,div,td,th,address,nobr,b,i
     { font-family:Verdana;  }

/* font-family = Schriftart fuer Textelemente */
/* Arial,sans-serif = Arial und serifenlose Schrift, Wert aenderbar */

h3 { font-size:21px; font-style:italic; }   /*nur für Beginn  */
h2 { font-size:19px; }
h1 { font-size:16px; }

p,ol,div,td,th,address,nobr,b,i { font-size:13px; line-height:19px;}
/* normaler Text */

ul, li { font-size: 13px; }

pre { font-family:Courier New,Courier; font-size:13px; }
/* für Zitate */

em  { font-style:italic; font-weight:bold; }

.navilink:link {  font-size: 16px; line-height: 22px; text-decoration:none; color:#FFFFFF; }
.navilink:visited  {  font-size: 16px; line-height: 22px; text-decoration:none; color:#FFFFFF; }

a:link { color:#2929B0; font-weight:bold; text-decoration:none; }
a:visited { color:#11630D; font-weight:bold; text-decoration:none; }
a:hover { color:#D94B21; font-weight:bold; text-decoration:none; }

/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */
/* a:hover = Verweise, wenn die Maus darüber fährt */
/* text-decoration = Textstil */
/* underline = unterstrichen, none = nicht unterstrichen */

