/* $Id$ */

/* Stilangaben für Webseiten der Pfarrgemeinde St-Gallus */

/* Standardschrift für alles: ohne Serifen, möglichst Arial */

html {
    font-family: Arial,Helvetica,Verdana,sans-serif;
} 

h1 {
    color : #993300;
    font-size : 16pt;
    font-weight : bolder;
}

h2 {
    color : #993300;
    font-size : 14pt;
}

.navigation {
    visibility: hidden;
}

/* Stil für Menüzeile (allgemein, linkes, mittleres und rechtes Element) */

.menue {
    visibility: hidden;
    font-size: 1px;
    height: 2px;
    width : 100%;
}

.menue-links {
    background-color : #ff99ff;
    width : 33%;
}

.menue-mitte {
    background-color : #cc6600;
    width : 34%;
}

.menue-rechts {
    background-color : yellow;
    width : 33%;
}

/* Ende. */
