@charset "ISO-8859-1";
/* CSS-Datei gam.css, Stand 30.05.2015 */
/* Farben: Textfarbe = schwarz = #000000 */
/* reines Gelb = #FFFF00, reines Blau = #0000FF */
/* ein wenig helleres als reines Blau = #0080FF */
/* helles Grau für Umrandungen = #C0C0C0 */

/* Standard-Schriftfarbe, - Hintergrund und -Schriftarten */
body { color:#000000; background-color:#FFFF00; font-family:Arial,Verdana,Tahoma,sans-serif; }
/* Textattribute: font-size: */
/* font-style: normal, italic, oblique */
/* font-weight: lighter, normal, bold, bolder */
/* text-decoration: none, underline, line-through */
/* text-transform: none, uppercase, lowercase */

/* Alternative Hintergrund-Farben und Hintergründe */
.bgwh { background-color:#FFFFFF; } /* weißer Hintergrund */
.bgye { background-color:#FFFF00; } /* gelber Hintergrund */
.bgbl { background-color:#0080FF; } /* blauer Hintergrund */
.bgka { background-image:url(fufs/gamkachel1-226x244.jpg); } /* Kachel-Hintergrund */

/* Links, Reihenfolge link-visited-focus-hover-active beibehalten! */
/* Verhalten im "normalen" Fließtext */
a:link { color:#000000; text-decoration:underline; }
a:visited { color:#000000; text-decoration:underline; }
a:focus { color:#000000; background-color:#0080FF; text-decoration:underline; }
a:hover { color:#000000; background-color:#0080FF; text-decoration:underline; }
a:active { color:#000000; text-decoration:underline; }
/* Verhalten im "normalen" Fließtext nur bei "hover" */
a:link.oho { text-decoration:none; }
a:visited.oho { text-decoration:none; }
a:focus.oho { text-decoration:none; }
a:hover.oho { text-decoration:underline; }
a:active.oho { text-decoration:none; }
/* Verhalten in Navigations-Bereichen mit gelbem Hintergrund */
a:link.nye { text-decoration:none }
a:visited.nye { text-decoration:none; }
a:focus.nye { background-color:#0080FF; text-decoration:none; }
a:hover.nye { background-color:#0080FF; text-decoration:none; }
a:active.nye { text-decoration:none; }
/* Verhalten in Navigations-Bereichen mit blauem Hintergrund */
a:link.nbl { text-decoration:none }
a:visited.nbl { text-decoration:none; }
a:focus.nbl { background-color:#FFFF00; text-decoration:none; }
a:hover.nbl { background-color:#FFFF00; text-decoration:none; }
a:active.nbl { text-decoration:none; }

/* Tabellen, Rahmen-Typen usw. (padding = Innenabstand */
/* border-style: none, hidden, dotted, dashed, solid, double */
/* border-style: groove, ridge, inset, outset (3D-Effekte) */
/* border-width: thin, medium, thick */
.nob { border-style:none; } /* kein Rahmen für blinde Tabellen */
table { border-collapse:collapse; } /* Rahmen fallen zusammen */
th, td { border-style:solid; border-width:thin; border-color:#C0C0C0; padding:4px; }

/* Horizontale Linien */
hr { height:6px; border-bottom:3px solid #C0C0C0; border-top:3px solid #C0C0C0; }

/* Bilder */
img { border-style:none; }