/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
/* 10px = 10 Pixel, Wert aenderbar */
body { margin-left:10px; margin-top:0px; margin-bottom:0px; }
.x
{
 font-family:  comic sans ms, geneva, arial, helvetica, sans-serif;
 FONT-SIZE: 10pt;padding-top:2px;
color: #FFFF00;
}
.y
{
 font-family:  comic sans ms, geneva, arial, helvetica, sans-serif;
 FONT-SIZE: 10pt;padding-top:0px;
color: #FFFF00;
}
.k
{
 font-family:  comic sans ms, geneva, arial, helvetica, sans-serif;
 FONT-SIZE: 10pt;padding-top:0px;line-height:23pt;
color: #400000;
}
.br
{
 font-family:  comic sans ms, geneva, arial, helvetica, sans-serif;
 FONT-SIZE: 10pt;padding-top:2px;
color: #400000;
}
.bl
{
 font-family:  comic sans ms, geneva, arial, helvetica, sans-serif;
 FONT-SIZE: 10pt;padding-top:2px;
color: #0000FF;
}
.w
{
 font-family:  comic sans ms, geneva, arial, helvetica, sans-serif;
 FONT-SIZE: 10pt;padding-top:2px;
color: #FFFFFF;
}
.g
{
 font-family:  comic sans ms, geneva, arial, helvetica, sans-serif;
 FONT-SIZE: 10pt;padding-top:2px;
color: green;
}
.r
{
 font-family:  comic sans ms, geneva, arial, helvetica, sans-serif;
 FONT-SIZE: 12pt;
font-weight:bold;
color: #FF0000;
}
.rk
{
 font-family:  comic sans ms, geneva, arial, helvetica, sans-serif;
 FONT-SIZE: 10pt;
color: #FF0000;
}
/* normaler Text */
/* font-family = Schriftart fuer Textelemente */
/* Arial,sans-serif = Arial und serifenlose Schrift, Wert aenderbar */
p,ul,ol,li,div,address,blockquote,nobr,b,i
{
 font-family: geneva, arial, helvetica, sans-serif;
 FONT-SIZE: 10pt;
}

/* Listen in Tabellenform */
th
{
 font-family: geneva, arial, helvetica, sans-serif;
 FONT-SIZE: 10pt;
 vertical-align:top;
 background-color:#99FF99;

}
td
{
 font-family: geneva, arial, helvetica, sans-serif;
 FONT-SIZE: 10pt;
 vertical-align:top;
}

/* Überschriften */
h1 
{ 
 font-family: geneva, arial, helvetica, sans-serif;
 FONT-SIZE: 18pt;
 FONT-WEIGHT: bold;
}
h2 
{ 
 font-family: geneva, arial, helvetica, sans-serif;
 FONT-SIZE: 14pt;
 FONT-WEIGHT: bold;
}
h3 
{ 
 font-family: geneva, arial, helvetica, sans-serif;
 FONT-SIZE: 14pt;
}
h4 
{ 
 font-family: geneva, arial, helvetica, sans-serif;
 FONT-SIZE: 12pt;
}

/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */
/* color = Farbe */
/* text-decoration = Tesxtstil */
/* underline = unterstrichen, Default-Wert, Wert aenderbar */
/* none = nicht unterstrichen, Wert aenderbar */

/* Link-Style "standard" */
/* nicht unterstrichen */
a
{
 text-decoration:underline
}
a:hover
{
 COLOR: red;
 text-decoration:underline
}

/* Link-Style "nouls" */
/* blau, 8pt, fett, nicht unterstrichen */
a.nouls
{
 COLOR: #000080;
 font-family: comic sans ms, geneva, arial, helvetica, sans-serif;
 FONT: 10pt;
TEXT-DECORATION: none;
}
a:visited.nouls
{
 COLOR: #0000FF;
 font-family: comic sans ms, geneva, arial, helvetica, sans-serif;
FONT: 10pt;
 TEXT-DECORATION: none;
}
a:link.nouls
{
 COLOR: #000080;
 font-family: comic sans ms, geneva, arial, helvetica, sans-serif;
 FONT: 10pt;
 TEXT-DECORATION: none;
}
a:active.nouls
{
 COLOR: #0000FF;
 font-family: comic sans ms, geneva, arial, helvetica, sans-serif;
 FONT: 10pt;
 TEXT-DECORATION: none;
}
a:hover.nouls
{
 COLOR: #2080FF;
 font-family: comic sans ms, geneva, arial, helvetica, sans-serif;
 FONT: 10pt ;
 text-decoration : none;
}

/* Link-Style "uls" */
/* blau, 8pt, fett, nicht unterstrichen */
a.uls
{
 COLOR: #000080;
 font-family: comic sans ms, geneva, arial, helvetica, sans-serif;
 FONT: 10pt;
TEXT-DECORATION: underline;
}
a:visited.uls
{
 COLOR: #0000FF;
 font-family: comic sans ms, geneva, arial, helvetica, sans-serif;
FONT: 10pt;
 TEXT-DECORATION: underline;
}
a:link.uls
{
 COLOR: #000080;
 font-family: comic sans ms, geneva, arial, helvetica, sans-serif;
 FONT: 10pt;
 TEXT-DECORATION: underline;
}
a:active.uls
{
 COLOR: #0000FF;
 font-family: comic sans ms, geneva, arial, helvetica, sans-serif;
 FONT: 10pt;
 TEXT-DECORATION: underline;
}
a:hover.uls
{
 COLOR: #2080FF;
 font-family: comic sans ms, geneva, arial, helvetica, sans-serif;
 FONT: 10pt ;
 text-decoration : underline;
}



/* Link-Style "spezial" */
/* gruen, 8pt, fett, nicht unterstrichen */
a.spezial
{
 COLOR: green;
 font-family: geneva, arial, helvetica, sans-serif;
 FONT-WEIGHT: bold;
 font-size:10pt;  
 TEXT-DECORATION: none
}
a:visited.spezial
{
 COLOR: green;
 font-family: geneva, arial, helvetica, sans-serif;
 font-size:10pt;  
 FONT-WEIGHT: bold;
 TEXT-DECORATION: none
}
a:link.spezial
{
 COLOR: green;
 font-family: geneva, arial, helvetica, sans-serif;
 font-size:10pt;  
 FONT-WEIGHT: bold;
 TEXT-DECORATION: none
}
a:active.spezial
{
 COLOR: green;
 font-family: geneva, arial, helvetica, sans-serif;
 font-size:10pt;  
 FONT-WEIGHT: bold;
 TEXT-DECORATION: none
}
a:hover.spezial
{
 COLOR: black;
 font-family: geneva, arial, helvetica, sans-serif;
 font-size:10pt;  
 FONT-WEIGHT: bold;
 text-decoration : none;
}
