/* Datei normal.css zur Definition von Style Sheets */

/*** Für alle Tags gleichermaßen ***/
body { background-image:url(../bilder/bg_lila.gif);
       background-color:#FFFFFF;
       background-repeat: repeat;
       background-attachment:fixed;
       margin:0px;
       text-align:justify;
       font-family:Verdana,Helvetica,Arial;
       font-size:10pt;}
/* für Netscape muss alles nochmal extra definiert werden */
h1,h2,h3,h4,h5,h6,p,div,li,ul,ol,dt,dd,dl,td,tr,table,a,span,input,textarea { font-family:Verdana,Helvetica,Arial;
       font-size:10pt;}

/*** Überschriften ***/
h1 {font-size:24pt;}
h2 {font-size:18pt;}
h3 {font-size:16pt;}
h4 {font-size:14pt;}
h5 {font-size:12pt;}
h6 {font-size:11pt;}


/*** Unterschriften ***/
span.unter {color:#000000; font-weight:bold; font-size:8pt;}

/*** Absätze ***/
span.menuename {color:#FFFFFF; font-weight:bold; font-size:11pt;}
span.spielname {color:#FFFFFF; font-weight:bold; font-size:18pt;}
span.bemerkung {color:#FFFFFF; font-size:8pt;}
span.einstellung {color:#00000;  font-size:10pt; font-weight:bold; text-decoration:none;}
span.erklaerung {font-size:8pt; text-decoration:none;}
span.fuehrung {color:#000000; font-size:8pt; font-weight:bold; text-decoration:none;}
span.ueberschrift { color:#000000; font-size:16pt; font-weight:bold; text-decoration:none;}
span.nachoben {color:#555555; font-size:8pt; font-weight:normal; text-decoration:none;}
span.anleit {color:#FFFFFF; font-size:8pt; font-weight:normal; text-decoration:none;  }
span.loeshd {color:#FFFFFF; font-size:8pt; text-decoration:none; font-weight:bold; }
span.loestd {color:#000000; font-size:8pt; text-decoration:none; }

.neubeginn {color:#FFFFFF;  font-weight:bold; font-size:12pt;  text-decoration:none;}
a.neubeginn:link {color:#FFFFFF; }
a.neubeginn:visited {color:#FFFFFF;}
a.neubeginn:active {color:#FFFFFF;}
.links {color:#FFFFFF; font-weight:bold; font-size:13pt; text-decoration:none;}
a.links:link {color:#FFFFFF; }
a.links:visited {color:#FFFFFF;}
a.links:active {color:#FFFFFF;}

.prg {font-family:courier; font-size:11pt;}
.aend { font-size:8pt; }
.lastchange { font-size:8pt; color:#AAAAAA; }
.help { text-decoration:none; font-weight:bold; font-size:8pt;}
.back { color:#000000; text-decoration:none; font-weight:bold; font-size:8pt;}

/*** menue ***/
.menueleiste { color:#FFFFFF; text-decoration:none; font-weight:bold; font-size:8pt;
           font-family:Verdana,Helvetica,Arial; }
a.menueleiste { color:#FFFFFF; text-decoration:none; font-weight:bold; font-size:8pt;
           font-family:Verdana,Helvetica,Arial; }
.reiterh { color:#000000; background-color:#E3B3E3;
           text-decoration:none; font-weight:bold; font-size:8pt;
           font-family:Verdana,Helvetica,Arial; }
.reiterd { color:#FFFFFF; background-color:#880088;
           text-decoration:none; font-weight:bold; font-size:8pt;
           font-family:Verdana,Helvetica,Arial; }

a.reiterh:link { color:#333333; }
a.reiterd:link { color:#FFFFFF; }
a.reiterh:visited { color:#333333; }
a.reiterd:visited { color:#FFFFFF; }
a.reiterh:active { color:#333333; }
a.reiterd:active { color:#FFFFFF; }
a.reiterh:hover { color:#FF0000; }
a.reiterd:hover { color:#FFFFFF; }

.menuezurueck  { font-weight:bold; }
.untermenue  { color:#000000; text-decoration:underline; font-weight:normal; font-size:8pt;
             font-family:Verdana,Helvetica,Arial; }


/*** Listen ***/
li li {margin-top:6pt;}
ul,li {margin-top:6pt;}

/*** Farb schemata ***/
.blau,.blau:link,.blau:visited,.blau:active { background-color:#3800A0; color:#68A0FF; text-decoration:none; }
.gruen,.gruen:link,.gruen:visited,.gruen:active { background-color:#006800; color:#00D068; text-decoration:none; }
.rot,.rot:link,.rot:visited,.rot:active { background-color:#A00000; color:#FFD0A0; text-decoration:none; }
.lila,.lila:link,.lila:visited,.lila:active { background-color:#880088; color:#C898C8; text-decoration:none; }
.gelb,.gelb:link,.gelb:visited,.gelb:active { background-color:#9C6500; color:#CE9A31; text-decoration:none; }
.grau,.grau:link,.grau:visited,.grau:active { background-color:#313031; color:#9C9A9C; text-decoration:none; }

/*** Tabellen ***/
td.rahmen {background-color:#880088; }
td.dunkel {background-color:#880088; }
td.hell {background-color:#C898C8; }
td.weiss {background-color:#FFFFFF; }

/*** Formulare ***/
.input { border-style:solid; border-color:#880088; }

/*** Bilder***/
img.rahmen { border-width=3px; border-color:#880088;}

/*** Verweise***/
a:link {color:#003098; font-weight:bold;}
a:visited {color:#003098; font-weight:bold;}
a:active {color:#003098; font-weight:bold;}
a.back:link {color:#000000; text-decoration:none; font-weight:bold; font-size:8pt;}
a.back:visited {color:#000000; text-decoration:none; font-weight:bold; font-size:8pt;}
a.back:active {color:#000000; text-decoration:none; font-weight:bold; font-size:8pt;}