/*
 * Sans-Serif-Stylesheet für Benedikt von Aniane
 * (c) 2003 Clemens Radl
 * $Id: aniane.css,v 1.13 2004/03/19 06:14:38 cradl Exp $
 *
 */

body
{
    background-color: #ffffff;
    color: #000000;
    font-family: Arial, Verdana, sans-serif
}

h1
{
    color: #ae0000;
    font-family: Arial, Verdana, sans-serif
}

h2
{
    color: #ae0000;
    font-family: Arial, Verdana, sans-serif
}

h3
{
    color: #ae0000;
    font-family: Arial, Verdana, sans-serif
}
strong
{
    font-weight: bold
}

div.comment
{
    background-color: #dddddd;
    color: #000000;
    padding: 0.5em;
    border-width: 1px;
    border-style: solid;
    border-color: #ae0000;
    font-family: Arial, Verdana, sans-serif;
    width: 30%;
    margin-left: 2em;
    float: right
}

div.footer
{
    /* Fußzeile */
    clear: both
}

div.note
{
    /* Achtung! Wichtige Notiz! */
    font-weight: bold;
    font-size: 1.5em;
    border-width: 0.05em;
    border-style: solid;
    border-color: #ae0000;
    font-family: Arial, Verdana, sans-serif;
    padding: 0.2em;
    background-color: #dddddd;
    color: #000000
}

div.main_nav
{
    /* Inhaltsverzeichnisse auf Hauptseiten */
    font-weight: bold;
    color: #0000ff
}

div.top_nav
{
    /* Die oberste Navigationsleiste für die Verbindung der Hauptseiten */
    background-color: #dddddd;
    border-color: #ae0000;
    border-style: solid;
    border-width: 1px;
    color: #ffffff;
    font-weight: bold;
    padding: 2px;
    margin-top: 0;
    margin-bottom: 10px
}

div.verse
{
    /* In einem Kapitel kommen Verszeilen vor */
    margin-top: 1em;
    margin-left: 5em
}

.author
{
    /* Formatierung von Autorennamen im Text */
    font-variant: small-caps
}
.alternative
{
    /* Ankündigung eines alternativen Übersetzungsvorschlags */
    font-weight: bold
}
.insert
{
    /* Im Text eingefügte Metadaten (Seitenwechsel, ...) */
    font-style: normal;
    color: #666666
}

.chapnum
{
    /* Formatierung der Kapitelnummerierungen */
    font-weight: bold
}

.trans
{
    /* Die deutsche Übersetzung benötigt etwas mehr Platz */
    font-size: 90%
}

.new
{
    /* Zur Ankündigung von Neuerungen auf der Webseite */
    font-weight: bold;
    color: #000000;
    background-color: #ffff00
}
.fn
{
    /* Formatierung des Fußnotentextes */
    text-indent: 2em;
    font-size: 80%
}

a
{
    text-decoration: none
}

a:link
{
    color: #0000ff
}
a:visited
{
    color: #0000ff
}
a:hover
{
    color: #0000ff;
    background-color: #ffff00;
    text-decoration: none
}
a.namedAnchor
{
    color: inherit;
    background-color: inherit;
    text-decoration: inherit
}

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