/* Textformatierungen */
.ueb1 { font-family: Georgia, Times New Roman, Times Roman, serif; font-size: 16px; color: #D92B00; font-weight: bold; font-style: italic; }
.ueb2 { font-family: Georgia, Times New Roman, Times Roman, serif; font-size: 14px; color: #000000; font-weight: bold; font-style: italic; }
.fliesstext1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; }
.fliesstext2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; font-style: italic; }
.fliesstext3 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #D92B00; font-style: italic; }
.fliesstext4 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; font-weight: bold; }
.fliesstext5 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; font-style: italic; font-weight: bold; }
.fliesstext6 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #D92B00; font-weight: bold; }
.fliesstext7 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #D92B00; font-style: italic; font-weight: bold; }
.fliesstext8 { font-family: Georgia, Times New Roman, Times Roman, serif; font-size: 13px; color: #000000; font-style: italic; }
.fliesstext9 { font-family: Georgia, Times New Roman, Times Roman, serif; font-size: 13px; color: #000000; font-weight: bold; font-style: italic; }

/* Formatierung von Hyperlinks */
a:link { font-weight: bold; color: #CC3914; text-decoration: none; }
a:visited { font-weight: bold; color: #CC3914; text-decoration: none; }
a:focus { font-weight: bold; color: #000000; text-decoration: underline; }
a:hover { font-weight: bold; color: #000000; text-decoration: none; }
a:active { font-weight: bold; color: #000000; text-decoration: underline; }

/* Formatierung der Überschriften (mehr Abstand) */
h1 { margin-top: 32px; }
h2 { margin-top: 28px; }
h3 { margin-top: 0px; }

/* Formatierung von hoch-/tiefgestellten Zeichen */
sub, sup { line-height: 0px; font-size: 60%; font-family: Verdana, Arial, Helvetica, sans-serif; }

/* Menü */
.menu { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; font-weight: bold; }

/* Menü-Zeiger */
.menupointer { color: #E04E06; display: inline; }

/* Hintergrund */
html { margin: 0px; padding: 0px; height: 100%; }
body { margin: 0px; padding: 0px; height: 100%; background-color: #FFFFFF; }

/* Container */
div#container { margin: 0px; padding: 0px; height: 608px; width: 808px; background-color: #D92B00; }

/* Header */
div#header { background-color: #FFFFFF; width: 800px; height: 80px; position: absolute; top: 4px; left: 4px; }

/* Menü */
div#menu { background-color: #FFFFFF; width: 794px; height: 18px; padding: 2px; padding-left: 4px; position: absolute; top: 88px; left: 4px; }
div#menu ul {list-style: none; margin: 0px; padding: 0px; }
div#menu li {list-style: none; margin: 0px; padding: 0px; padding-right: 20px; display: inline; }
div#menu a:link { font-weight: bold; color: #000000; text-decoration: none; }
div#menu a:visited { font-weight: bold; color: #000000; text-decoration: none; }
div#menu a:focus { font-weight: bold; color: #CC3914; text-decoration: underline; }
div#menu a:hover { font-weight: bold; color: #CC3914; text-decoration: none; }
div#menu a:active { font-weight: bold; color: #CC3914; text-decoration: underline; }

/* Untermenü */
div#submenu { background-color: #FFFFFF; overflow: auto; width: 140px; height: 459px; padding: 4px; position: absolute; top: 110px; left: 4px; border-top: 1px dashed; border-color: #D92B00; }
div#submenu ul { list-style: none; margin: 0px; padding: 0px; }
div#submenu li { list-style: none; margin-left: 0px; margin-right: 0px; margin-top: 0px; margin-bottom: 5px; padding: 0px; }
div#submenu a:link { font-weight: bold; color: #000000; text-decoration: none; }
div#submenu a:visited { font-weight: bold; color: #000000; text-decoration: none; }
div#submenu a:focus { font-weight: bold; color: #CC3914; text-decoration: underline; }
div#submenu a:hover { font-weight: bold; color: #CC3914; text-decoration: none; }
div#submenu a:active { font-weight: bold; color: #CC3914; text-decoration: underline; }

/* Inhalt */
div#content{ background-color: #FFFFFF; overflow: auto; width: 639px; height: 459px; padding: 4px; padding-left: 8px; position: absolute; top: 110px; left: 152px; border-top: 1px dashed; border-left: 1px dashed; border-color: #D92B00; }

/* Footer */
div#footer { background-color: #FFFFFF; height: 18px; width: 794px; padding: 2px; padding-right: 4px; position: absolute; top: 582px; left: 4px; }
