/*

page: Platzhalterseite für die Ministranten;
author: Julian Effenberger;
 
*/

/* ganze Seite */
body
{
    background-color: #FCFCFC;
    margin: 5% 0% 5% 0%;    
}

/* Logo der Ministranten */
#logo
{
    
    height: 500px;
    width: auto;
    margin: 2% 0px 1% 0px;    
}

/* große Überschrift */
#headline
{
    font-weight: bold;
    font-size: 24pt;
    font-family: sans-serif;    
}

/* Untertitel */
#underline
{
    font-size: 14pt;
    font-family: Comic;    
}
