/*
 * Stylesheet für die Handschriften
 * (inklusive der Suchergebnisse der CHGA-Suche)
 * $Id: hss.css,v 1.5 2008-03-02 15:09:55 radl Exp $
 *
 */

body
{
    background-color: #ffffe0;
    color: #000000;
    font-family: "Times New Roman", serif
}

p
{
    font-family: "Times New Roman", serif;
    font-size: 100%
}

h1
{
    background-color: #008000;
    color: #e0e0e0;
    font-family: Arial, Verdana, sans-serif;
    font-size: 150%;
    margin-bottom: 2px;
    padding: 5px;
    text-align: center
}

h2
{
    background-color: #008000;
    color: #e0e0e0;
    font-family: Arial, Verdana, sans-serif;
    font-size: 120%;
    margin-bottom: 2px;
    padding: 5px;
    text-align: center
}

.nav
{
    background-color: #008000;
    color: #e0e0e0;
    padding: 5px;
    margin-bottom: 15px;
    text-align: left
}

.fol
{
    color: green;
    font-size: 110%;
    font-weight: bold;
    background-color: inherit
}

.rub
{
    color: #cc0000;
    font-size: 100%;
    font-weight: bold
}

.z
{
    color: black;
    font-size: 80%;
    font-weight: normal
}

.kapz
{
    color: #cc0000;
    font-size: 100%;
    font-weight: bold
}

.overline_hi
{
    text-decoration: overline
}

.overline_low
{
    text-decoration: overline
}

.intro
{
    /* eigentlich noch ohne Funktion,
       kann aber noch werden ... */
    font-size: inherit
}

.spaced
{
    letter-spacing: 0.2em
}

.author
{
    font-variant: small-caps
}

.sc
{
    font-variant: small-caps
}

.sm
{
    font-size: 80%
}

div.section
{
    padding-bottom: 0.5em
}

table.list
{
    border: None
}

.list td
{
    border: None
}

.list tr
{
    border: None
}

.titel
{
    font-weight: bold;
    font-size: 120%;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 15px
}

.text
{
    margin-top: 10px
}

.quellen
{
   background-color: #33B0B0
}

/* Suchergebnisse */

div.searchresult
{
    margin-bottom: 10px
}

span.high
{
    font-weight: bold
}

/* vim: set enc=UTF-8: */

