/* DATEI: formate.css */

/* Allgemeine Formate */

h1,h2,h3,h4,p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i { font-family:Arial,Helvetica,sans-serif; }

body { background-color:#ffffe0; }

span.legende { position:relative; top:8px; }

span.legende2 { position:relative; top:5px; }

span.logomittel { position:absolute; left:15px; top:10px; }

span.comment { font-size:10pt; font-style:italic; }

span.commentbrackets { font-size:10pt; }

/* Ende: Allgemeine Formate */

/* Formate speziell für Inhalt */

p.inhalt { margin-top:10px;  margin-bottom:10px; }

/* Ende: Formate speziell für Inhalt */

/* Formate speziell für Einleitung */

h1.einleitung { margin-top:0px; margin-bottom:0px; }

p.einleitung { text-align:left; margin-top:0px; margin-bottom:0px; margin-left:25px; margin-right:25px; }

/* Ende: Formate speziell für Einleitung */

/* Formate speziell für Tutorium */

applet.ttrm1 { float:right; margin-left:8px; margin-bottom:0px; }

applet.ttrm2 { float:right; margin-left:4px; margin-bottom:0px; }

h1.ttrm { margin-top:0px; margin-bottom:0px; }

img.ttrm { float:left; margin-right:10px; margin-bottom:0px; }

p.dunkelbox { background-color:#808080; padding:5px; margin:0px; }

p.ttrm1 { margin-top:10px; margin-bottom:15px; line-height:25px; }

p.ttrm2 { text-align:left; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; }

/* Ende: Formate speziell für Tutorium */

/* Formate speziell für Grundaufgaben */

applet.grund1 { float:left; margin-right:4px; margin-bottom:0px; }

applet.grund2 { float:left; margin-right:8px; margin-bottom:0px; }

div.gabuttons { position:absolute; right:25px; top:600px; }

hr.ga { margin-left:110px; }

h1.grund { margin-top:0px; margin-bottom:0px; }

h2.ga { margin-top:0px; margin-bottom:0px; }

p.gatext { margin-top:5px; margin-bottom:0px; }

p.gatextmitbild { margin-top:-5px; margin-bottom:0px; }

p.grund1 { margin-top:10px; margin-bottom:10px; line-height:25px; }

p.grund2 { text-align:left; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:5px; }

/* Ende: Formate speziell für Grundaufgaben */

/* Formate speziell für Lerneinheiten */

img.lern { float:left; margin-left:95px; margin-right:103px; margin-top:10 ; margin-bottom:69px; }

applet.lern { float:left; margin-right:8px; margin-bottom:0px; }

div.lebuttons { position:absolute; right:25px; top:600px; }

hr.le { margin-left:110px; }

h1.lern { margin-top:0px; margin-bottom:0px; }

h2.le { margin-top:0px; margin-bottom:0px; }

p.applet { margin-top:-7px; margin-bottom:-7px; }

p.letext { margin-top:5px; margin-bottom:0px; }

p.letextmitbild { margin-top:-1px; margin-bottom:0px; }

p.lern1 { margin-top:10px; margin-bottom:10px; line-height:25px; }

p.lern2 { text-align:left; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:5px; }

/* Ende: Formate speziell für Lerneinheiten */

/* Formate speziell für Dynamische Aufgaben */

applet.dynam { float:left; margin-right:8px; margin-bottom:0px; }

div.dabuttons { position:absolute; right:25px; top:600px; }

hr.da { margin-left:110px; }

h1.dynam { margin-top:0px; margin-bottom:0px; }

h2.da { margin-top:0px; margin-bottom:0px; }

p.datext { margin-top:5px; margin-bottom:0px; }

p.datextmitbild { margin-top:-5px; margin-bottom:0px; }

p.dynam1 { margin-top:10px; margin-bottom:10px; line-height:25px; }

p.dynam2 { text-align:left; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:5px; }

/* Ende: Formate speziell für Dynamische Aufgaben */

/* Formate speziell für Spielerisches */

applet.unterhaltung { float:left; margin-right:8px; margin-bottom:0px; }

div.uhbuttons { position:absolute; right:25px; top:600px; }

hr.uh { margin-left:110px; }

h1.unterhaltung { margin-top:0px; margin-bottom:0px; }

h2.uh { margin-top:0px; margin-bottom:0px; }

p.uhtext { margin-top:5px; margin-bottom:0px; }

p.uhtextmitbild { margin-top:-5px; margin-bottom:0px; }

p.unterhaltung1 { margin-top:10px; margin-bottom:10px; line-height:25px; }

p.unterhaltung2 { text-align:left; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:5px; }

/* Ende: Formate speziell für Spielerisches */

/* Formate speziell für Kontakt */

h1.kontakt { margin-top:0px; margin-bottom:0px; }

p.kontakt { margin-top:10px; margin-bottom:10px; line-height:35px; }

/* Ende: Formate speziell für Kontakt */

/* Formate speziell für Impressum */

h1.impressum { margin-top:0px; margin-bottom:0px; }

/* Ende: Formate speziell für Impressum */

/* Formate für Verweise */

/*
:link = für Verweise zu noch nicht besuchten Seiten
:visited = für Verweise zu bereits besuchten Seiten
:hover = für Verweise, während der Anwender mit der Maus darüber fährt
:active = für gerade angeklickte Verweise
:focus = für Verweise, die den Fokus erhalten, z.B. durch "Durchsteppen" mit der Tabulatortaste

Um eine korrekte Darstellung dieser Pseudoformate zu erreichen, müssen Sie bei der Notierung die folgende Reihenfolge einhalten:
:link, :visited, :hover, :active.

text-decoration
    underline = unterstrichen.
    overline = überstrichen.
    line-through = durchgestrichen.
    blink = blinkend.
    none = normal (keine Text-Dekoration).
font-style
    italic = Schriftstil kursiv.
    oblique = Schriftstil kursiv.
    normal = normaler Schriftstil.
font-weight
    bold = fett.
    bolder = extra-fett.
    lighter = dünner.
    100,200,300,400,500,600,700,800,900 = extra-dünn (100) bis extra-fett (900). normal = normales Schriftgewicht (ca. 200).
background-color
    #XXXXXX pro XX Hexadezimalzahlen von 00 bis FF
    #RRGGBB (R=Red, G=Green, B=Blue)
    #000000 (Black)
    #FFFFFF (White)
*/

a:link { color:#323747; text-decoration:underline; font-weight:normal; }

a:visited { color:#323747; text-decoration:underline; font-weight:normal; }

a:hover { color:#ffffe0; text-decoration:none; font-weight:normal; background-color:#808080; }

a:active { color:#ffffe0; text-decoration:underline; font-weight:normal; background-color:#808080; }

a.linkbilder:link { padding:2px; }

a.linkbilder:visited { padding:2px; }

a.linkbilder:hover { background-color:#808080; }

a.linkbilder:active { background-color:#808080; }

/* Ende: Formate für Verweise */
