/*---------------------------------------------------------------------------*/
/*CSS MWComics.css*/
/*---------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------*/
/*Body*/
/*---------------------------------------------------------------------------*/
body { margin-top:12px;                    /*Fensterrand oben*/
       margin-left:2px;                    /*Fensterrand links*/
       margin-right:20px;                  /*Fensterrand recht*/
       margin-bottom:5px;                  /*Fensterrand unten*/
       background-image:url(pics/tvg.gif); /*Hintergrundbild*/
       background-attachment:fixed;        /*Hintergrundbild feststehend*/
       font-family:Arial;
       font-size:8pt;
       scrollbar-arrow-color:#FFFFBB;
       scrollbar-face-color:#000080;
       scrollbar-highlight-color:#FFFFFF;
       scrollbar-3dlight-color:#CCCCCC;
       scrollbar-shadow-color:#666666;
       scrollbar-darkshadow-color:#666666;
       scrollbar-track-color:#ADBCD3;
}
/*---------------------------------------------------------------------------*/
/*Tabellen allgemein Farben und Hintergrund*/
/*---------------------------------------------------------------------------*/
table, td ,th {
     border-color:#0000FF;
     background-color:#FFFFFF;
     bordercolorlight:#00FFFF;
     bordercolordark:#000080;
     background-image:url(pics/Stein_grau.jpg);
/*     font-family: Arial;*/
     font-family: Comic Sans MS;
     color:#00005F;                /*Schriftart -farbe*/
     }

/*---------------------------------------------------------------------------*/
/*Text Style Farbe*/
/*---------------------------------------------------------------------------*/
p,s,sup,sub,small,big,ul,ol,li {
           font-family: Arial;
           color:#000000;                /*Schriftart -farbe*/
           }

/*---------------------------------------------------------------------------*/
/*Text Style für Code (<pre></pre>) */
/*---------------------------------------------------------------------------*/
pre {
           font-family: Arial;
           color:#000000;                /*Schriftart -farbe*/
           }

/*---------------------------------------------------------------------------*/
/*Links*/
/*---------------------------------------------------------------------------*/
a:link { color:#FF0000;
         text-decoration:underline;      /*Link -farbe -unterstrichen*/
         }
a:visited { color:#000080;
            text-decoration:underline;   /*besuchter Link -farbe -unterstrichen*/
            }
a:active { color:#FF0000;
           text-decoration:underline;
           font-style: italic;           /*aktiverr Link -farbe -unterstrichen -kursiv*/
           }
/*---------------------------------------------------------------------------*/
/* Überschriften ganze Zeile kursiv*/
/*---------------------------------------------------------------------------*/
h4,h5,h6 {
           width:100%;                   /*ganze Länge*/
           font-family: Arial;
           color:#00005F;                /*Schriftart -farbe*/
           }

           /*---------------------------------------------------------------------------*/
/* Überschriften ganze Zeile kursiv*/
/*---------------------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
           width:100%;                   /*ganze Länge*/
           font-family: Arial;
           color:#00005F;                /*Schriftart -farbe*/
           }

/*---------------------------------------------------------------------------*/
/* Überschriften mit Schatten: Farbe Winkel*/
/*---------------------------------------------------------------------------*/
h2,h3{ filter:Shadow(color=#8F8F8F, direction=45); }

/*---------------------------------------------------------------------------*/
/* Überschriften Textgröße*/
/*---------------------------------------------------------------------------*/
h1 { font-size:18pt; }
h2 { font-size:22pt; }
h3 { font-size:30pt; }
h4 { font-size:12pt; }
h5 { font-size:14pt; }
h6 { font-size:16pt; }

/*---------------------------------------------------------------------------*/
/* Tabellenrand 3D-Rand 3D-Außen*/
/*---------------------------------------------------------------------------*/
table{ border-width:3pt;
       border-style:outset;
       width:100%;
       }

/*---------------------------------------------------------------------------*/
/* Tabellenrand 3D-Rand 3D-Innen*/
/*---------------------------------------------------------------------------*/
td,th { border-width:1pt;
        border-style:inset ;
        }

/*---------------------------------------------------------------------------*/
/* Tabelleninhalt Textgröße*/
/*---------------------------------------------------------------------------*/
th { font-size:10pt;font-weight: bold;}
td { font-size:8pt;}

/*---------------------------------------------------------------------------*/
/* Text Textgröße*/
/*---------------------------------------------------------------------------*/
div,pre{font-size:8pt;}

/*---------------------------------------------------------------------------*/
/* Text hoch tief schmal dick Textgröße*/
/*---------------------------------------------------------------------------*/
sup,sub,small { font-size:8pt;}
big { font-size:13pt;}

/*---------------------------------------------------------------------------*/
/* Listen Textgröße*/
/*---------------------------------------------------------------------------*/
ul,ol,li { font-size:10pt; }