BODY  {
        background-color : #00356C;
}
/* Fliesstext- wird fuer alle texte verwendet, ausser headlines und subheadlines */
.norm  {
        font-size : 10pt;
        font-family : arial, helvetica, verdana;
        color : #AFE624;
}
/*Link hat die gleichen attribute wie norm, wird nur fuer links verwendet*/
.link  {
        font-size : 10pt;
        font-family : arial, helvetica, verdana;
        color :  #AFE624;
        text-decoration : none;
		font-weight: bold;
		}

.subnavi  {
        font-size : 10pt;
        font-family : verdana, arial, helvetica;
        color :  #AFE624;
        text-decoration : none;
        text-align : left;
}

.headline  {
        font-size : 20pt;
        font-family : arial, helvetica, verdana;
        color:   #AFE624;
        font-weight: bold;
}

.subheadline  {
        font-size : 16pt;
        font-family : arial, helvetica, verdana;
        color: #4AAAD6;
        font-weight: bold;
}

