/* $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;
} 

html, body {
    height : 100%;
    margin : 0px;
}

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

h2 {
    color : #993300;
}

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

div .menue {
    float : left;
    height : 100%;
    line-height : 2em; 
    border-bottom-style : double;
    border-bottom-width : 1em; 
}

div .menue-links {
    float : left;
    height : 100%;
    line-height : 2em; 
}

div .menue-mitte {
    background-color : #ff99ff;
    float : left;
    height : 100%;
    line-height : 2em; 
}

div .menue-rechts {
    background-color : #ff99ff;
    float : left;
    height : 100%;
    line-height : 2em; 
}

.aktuelles {
    margin-bottom : 1em;
    margin-left : 0em;
    margin-top : 0em;
    padding-bottom : 0.5em;
    padding-left : 1em;
    padding-right : 1em;
    padding-top : 1em;
    text-align : left;
    width : 95%;
}

.news {
    font-size : large;
    font-weight : bold;
    white-space : nowrap;
}

/* Menue oben */

.menue {
    background-color : #ff99ff;
    border-spacing : 0;
    border-style : none;
    font-size : 14pt;
    font-weight : bold;
    padding-top : 5px;
    padding-bottom : 5px;
    padding-left : 1em;
    padding-right : 1em;
    width : 100%;
}

.menue-links {
    text-align : left;
}

.menue-mitte {
    text-align : center;
}

.menue-rechts {
    text-align : right;
}

/* Block unten mit Navigation und Inhalt */

.hauptblock {
    border-spacing : 0;
    height : 95%;
}

/* Navigation links unten */

.navigation {
    height : 100%;
    width : 3%;
    background-color : #ff99ff;
}

/* Inhalt rechts unten */

.inhalt {
    padding : 1em;
    vertical-align : top;
}

/* Ende. */

