/* DATEI: rboa.css */

/* body { margin-top:0px; margin-bottom:10px; } Fensterrand --- es hat keine Wirkung bei NNalt */

h1,h2,h3,h4,h5,h6,p,ul,li,div,td,th,address,blockquote,nobr,b,i { font-family:Arial,sans-serif; }
/* Generaldefinition für Schriftart Arial */

/* alle "h" sind von vornherein "bold" */

body { margin-left:0px; margin-top:0px; }

table { border-width:1px; border-style:solid; border-color:#CCCCCC; }
td { border-width:1px; border-style:solid; border-color:#CCCCCC; }
table.ohne { border-width:0px; border-style:solid; border-color:#CCCCCC; }
td.ohne { border-width:0px; border-style:solid; border-color:#CCCCCC; }

h1.k { font-size:24px; } /* h 1 - kleine Variante. Entspricht der Normalgröße von h2 */
h2 { font-size:18px; } /* h 2 . Entspricht der Normalgröße von h3ie */
h2.in { font-size:18px; } /* h 2 - in diversem Farbfeld, zB. bei "Besuchsinformation" */
h3 { font-size:16px; } /* h 3 . Entspricht der Normalgröße von h4 */
h3.farbe01 { font-size:16px; color:#55AAEE; } /*  wie vor, aber farbig. Z.Z. bei Filmliste */

p { font-size:15px; } /* Normaltext */
p.k { font-size:14px; } /* Normaltext - klein, z.B. als Erläuterung bei "Bildübersicht" ! dort inzwischen "ibtext" verwendet */
p.kk { font-size:12px; } /* Normaltext - klitzeklein, z.B. in underline */
p.l { font-size:13px; } /* Normtext - literatur, für Literatur auf der Normseite */
p.line { font-size:14px; color:#999999;  } /* seitenkopf: link-line; das ist ein mittelgrau */
p.uline { font-size:12px;  margin:4px; }

p.titelif-1 { font-size:14px; color:#666666;  margin:4px; } /* Titel in Feld 1 = Weitere Seiten. Mit allseitigem Rand 4 px */
p.textif-1  { font-size:14px; color:#666666;  margin:4px; } /* Text in Feld 1 = Weitere Seiten. Mit allseitigem Rand 4 px */
p.titelif-2 { font-size:14px; color:#666666;  margin:4px; } /* Titel in Feld 2 = Auf dieser Seite. Mit allseitigem Rand 4 px */
p.textif-2  { font-size:14px; color:#666666;  margin:4px; } /* Text in Feld 2 = Auf dieser Seite. Mit allseitigem Rand 4 px */
p.in { font-size:14px; } /* schrift in diversemFarbfeld; etwa bei Besuchsinformation */

p.bild { font-size:14px; color:#666699; } /* Text zum Normalbild */

a:link { color:#EE6600; } /* Verweise zu noch nicht besuchten Seiten. FF wäre sehr viel heller */
a:visited { color:#BB4400; } /* Verweise zu bereits besuchten Seiten. Vorläufig */
a:active { color:#CC0000; } /* Verweise, die gerade angeklickt werden. Vorläufig */
