/* File: rappps.css */

/* Zeilen wie diese, die mit Schraegstrich und Stern */
/* beginnen und mit Stern und Schraegstrich enden, sind */
/* Kommentarzeilen. */

/* Es folgen die Style-Definitionen, die Sie aendern koennen: */
/* Unterhalb jedes Befehls steht eine Kurzerklaerung */

body { margin-top:0px;margin-bottom:0px;margin-left:0px;background-image:url(bg50pdk.jpg);background-attachment:fixed; }

p { margin-right:0px;margin-left:10px;  }

table { margin-top:0px;margin-bottom:0px;margin-left:0px; margin-right:0px;}
/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
/* margin-left = Abstand nach links zum Rand oder anderen Frame */
/* 10px = 10 Pixel, Wert aenderbar */

p,h1,h2,h3,h4,h5,h6,ul,ol,li,div,td,th,address,blockquote,i,a,b
     { font-family:Helvetica,Arial,black; }
ul { color:#FFFFE0 }
/* Nur Fuer RaPPPS Titelbalken */
h1 { font-size:40pt;margin-left:10px;margin-top:20px;color:#FFFFE0; }

/* Kapitelueberschriften */
h2 { font-size:30pt;margin-left:10px;color:#FFFFE0; }

/* Unterueberschriften */
h3 { font-size:24pt;margin-left:10px;color:#FFFFE0; }

/* Absaetze */
h4 { font-size:18pt;margin-left:10px;color:#FFFFE0; }

/* Laufender Text */
h5 { font-size:14pt;margin-left:10px;color:#FFFFE0; }

/* Fussnoten, Abgesetztes, etc. */
h6 { font-size:8pt;margin-left:10px;color:#FFFFE0; }

p,ul,ol,li,div,td,th,i { font-size:12pt; line-height:14pt }

p.lfd { font-family:Helvetica,Arial,black; font-size:14pt; margin-right:10px; color:#FFFFE0; }
p.mini { font-family:Helvetica,Arial,black; font-size:8pt; margin-right:10px; }

td { padding-right:0px;vertical-align:top;padding-bottom:0px;bgcolor:#7E011E; }

/* a:link { color:#FF82B4; text-decoration:underline; }     */
/* a:visited { color:#E63577; text-decoration:underline; } */
/* a:active { color:#000000; text-decoration:none; } */

a:link { color:#FFFFE0;text-decoration:underline; }
a:visited { color:#FFFFE0;text-decoration:underline; }
a:active { 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 */
/* text-decoration = Textstil */
/* none = nicht unterstrichen, Wert aenderbar */

a.an { text-decoration:none; }

