/* Formatierungen fuer statische Seiten von RPO */

/* Links */
a:link { color:#000000; } /* noch nicht besuchter Link */
a:visited { color:666666; } /* bereits besuchter Link */
a:hover { color:#CC0000; } /* Link von Mouse angefahren */
a:active { color:#FFCC00; } /* gerade angeklickter Link */
a:focus { color:#CC0000; } /* focusierter Link z.B. per Tab-Taste */
/* Links Ende */

/* allgemeine Formatierungen */
body { font-family:Trebuchet MS,Arial,Helvetica,sans-serif; font-style:normal; font-variant:normal; font-size:10pt; font-weight:normal; text-decoration:none; text-transform:none; color:#000000; text-shadow:none; } 
.red { color:#CC0000; } /* alle Elemente mit class="red" werden rot gefaerbt */
/* allgemein Ende */

/* spezielle Textformatierung */
span.navi { font-family:Trebuchet MS,Arial,Helvetica,sans-serif; font-weight:bold; font-size:10pt; color:#000000; }
span.InnenHeadLine { font-family:Trebuchet MS,Arial,Helvetica,sans-serif; font-weight:bold; font-size:12pt; color:#000000; }
span.InnenFett { font-family:Trebuchet MS,Arial,Helvetica,sans-serif; font-weight:bold; font-size:10pt; color:#000000; }
span.InnenNormal { font-family:Trebuchet MS,Arial,Helvetica,sans-serif; font-weight:normal; font-size:10pt; color:#000000; }
/* Text speziell Ende */

/* Text in Formularelementen */
input { font-family:Trebuchet MS,Arial,Helvetica,sans-serif; font-weight:bold; font-size:10pt; color:#000000; }
input.button { font-family:Trebuchet MS,Arial,Helvetica,sans-serif; font-size:10pt; font-weight:normal; font-style:normal; color:#000000; }
select { font-family:Trebuchet MS,Arial,Helvetica,sans-serif; font-size:10pt; color: #000000; }
textarea { font-family:Trebuchet MS,Arial,Helvetica,sans-serif; font-size:10pt; font-weight: bold; color: #000000; }
/* Formularelemente Ende */

/* Seitenlayout */
/* div.gesammt { text-align:center; }  klappt wohl nicht */
body { background-image:url(media/misc/bg.ffcc33.gif); background-color:#FFCC33;  } /*TEXT="#111111" onLoad="document.forms[0].elements[0].focus();">*/
td.SloganBg { background-image:url(media/misc/bg.greenrasta.jpg); } /* TD-Tags mit class="SloganBg" (also rpo banner am Seitenende) bekommen das Hintergrundbild bg.greenrasta.jpg */
/* Seitenlayout Ende */