/* ab hier: Hintergrundfarbe: h = hell, d = dunkel  ora = helles orange */
.bgh {background-color: #FFFFCC; }
.bgd {background-color: #ffff99; }
.bgora {background-color: #ffcc99; }

/* ab hier: Schriftfarbe für Textteile/Wörter/Absätze */
.rot { color: red; }
.sw { color: black; }
.bl { color: blue; }
.ye { color: yellow; }
.drot { color: darkred; }

/* ab hier: Schriftfamilie für Textteile/Wörter/Absätze */
.ar { font-family: arial; }
.ti { font-family: Times New Roman,Times,Times NewRoman; }

/* ab hier: Schriftgröße für Textteile/Wörter/Absätze */
.pt06 {font-size: 6pt; }
.pt10 {font-size: 10pt; }
.pt12 {font-size: 12pt; }
.pt15 {font-size: 15pt; }
.pt20 {font-size: 20pt; }
.pt25 {font-size: 25pt; }
.pt30 {font-size: 30pt; }
.pt35 {font-size: 35pt; }
.pt40{font-size: 40pt; }

/* ab hier: Textausrichtung für Textteile/Wörter/Absätze */
.tc {text-align:center; }
.tr {text-align:right; }
.tl {text-align:left; }
.tj {text-align:justify; }

/* ab hier: Kursiv/Fett für Textteile/Wörter/Absätze */
.i {font-style: italic; }
.b {font-weight: bold; }
.n {font-style: normal; }

/* Rahmen */
.r {border: outset red; }

/* Hoch-/Tiefgestelltes Zeichen */
/* Nur mit <sup> .. </sup> bzw. <sub> .. </sub> im HTML-Code */


/* <span class=" " >  </span> */

/*  class="bgh sw" */


/* ab hier: Angaben für Hyperlinks */
a:link    {text-decoration:none; color:red; font: bold italic 10pt Times New Roman,Times,Times NewRoman; }
a:visited    {text-decoration:none;  color:darkred; font: bold italic 10pt Times New Roman,Times,Times NewRoman; }
a:hover    {text-decoration:underline;color:darkred; background-color:#FFFF99; font: bold italic 10pt Times New Roman,Times,Times NewRoman; }
a:active    {text-decoration:none;color:darkred; font: bold italic 10pt Times New Roman,Times,Times NewRoman; }
a:focus    {text-decoration:none;color:darkred; font: bold italic 10pt Times New Roman,Times,Times NewRoman; } 

/* ab hier: Simulierter Inline-Frame */

.frame1 {
width: 420px; height: 220px; background: #D0FFFF;
}
.rahmen1 {
padding: 10px;
}
.inhalt1 {
overflow: auto; width: 400px; height: 200px;
}
