/******************************************************************/
/* Dateiname:   format.css                                        */
/* Ersteller:   Roland Hangg                                      */
/* Inhalt:      Cascaded-Style-Sheet-Definitionen fuer HTML-Seiten*/
/* Datum:       16.10.2000                                        */
/******************************************************************/

A:Link, A:VISITED {
    text-decoration: none;
}

A:Hover {
    text-decoration: underline;
    font-weight:bold;
    cursor: hand;
}

/* Definition des Textabsatzes (Standard-Schrift) */
p {font-size:10pt; color:black; font-family:Arial;}

/* Definition von Listenpunkten (Standard-Schrift) */
li {font-size:10pt; color:black; font-family:Arial;}

/* Definition von Unterklassen des Textabsatzes */
p.fuss { font-size:10pt; color:black; font-family:Arial; font-style:italic;}
p.zitat { font-size:10pt; color:black; font-family:"Times New Roman"; font-style:italic;}

/* Definition des HTML-Bodies */
body { /*background-color:white;*/
       margin-top:5px;
       margin-bottom:5px;
       margin-left:5px;
       margin-right:5px;
/*       background-image:url("XX.jpg"); */

}

/* Definition der Ueberschriften */
h1 { color:black; font-size:12pt; font-family:Arial; font-weight:bold;}
h2 { color:blue;  font-size:12pt; font-family:Arial; font-weight:lighter;}
h3 { color:cyan;  font-size:10pt; font-family:Arial; font-variant:small-caps; font-weight:bold;}
h4 { color:black; font-size:10pt; font-family:Arial; font-variant:small-caps; font-weight:lighter;}
h5 { color:blue;  font-size:10pt; font-family:Arial;}

/*Definition von Unterklassen*/
.reverse { color:white; font-size:18pt; font-family:serif; letter-spacing: 1.25em; line-height:20pt; background-color:blue; text-align:center; }
.big { color:black; font-size:30pt; font-family:serif; font-style:italic; text-align:right; margin-top: -58pt;}
.first { color:purple; font-size:72pt; font-weight:normal;}
.wn { width: 100%; color: white; background-color:darkblue; font-weight:bold; font-size: 8pt; font-family:Arial;}

/*Tabellendefinitionen*/
th { font-size:14pt; color:black; font-family:Arial;}
td { font-size:10pt; color:black; font-family:Arial;}
tr.first { background-color:lightgrey; font-weight:bold; font-style:italic;}
tr.trans { font-weight:bold;}
tr.lav   { background-color:lavender;}

/*Ergänzungen für die Suchmaschine*/
.NavLink {
    font-family: Verdana, Arial, Helvetica;
    font-style: normal;
    font-weight: bold;
    font-size: 10pt;
    text-decoration: none;
    color: white;
    }

.Hit {
    font-family: Verdana, Arial, Helvetica;
    font-variant: small-caps
    font-style: normal;
    font-weight: bold;
    font-size: 10pt;
    color: black;
    background-color: #FFFF00;
    }

.RecordTitle {
    font-family: Verdana, Arial, Helvetica;
    font-style: normal;
    font-weight: bold;
    font-size: 10pt;
    color: black;
    background-color: #AACCEE;
      }

.RecordStats {
    font-family: Verdana, Arial, Helvetica;
    font-style: italic;
    font-weight: normal;
    font-size: 8pt;
    color: black;
    }

code {
    font-family: Courier;
    font-style: normal;
    font-weight: normal;
    font-size: 10pt;
    color: black;
    }
