/* Schriftart */
/*	      */

body, td, p, li, ol, ul, h1, h2, h3, h4, h5, h6, th, dt 	{
	font-family:  Arial, Helvetica, sans-serif;
	}

/* Schriftformat */
/*	         */
                
A, ADDRESS, BLOCKQUOTE, BODY, CITE, CODE, DD, DEL, DFN,         
DIV, DL, DT, EM, FORM, H1, H2, H3, H4, H5, H6, IFRAME, IMG, KBD,                
LI, OBJECT, OL, P, Q, SAMP, SMALL, SPAN, STRONG, SUB, SUP, UL, VAR,             
APPLET, BIG, CENTER, DIR, FONT, HR, MENU, PRE,          
ABBR, ACRONYM, BDO, BUTTON, FIELDSET, INS, LABEL, LEGEND        {       
        word-spacing:   normal;
        letter-spacing: normal;
        text-transform: none;
        text-decoration:        none;
        border-color:   black;
        border-style:   none;
        }  

/* Schriftgroesse */
/*		  */

body, td, p, li, ol, ul		{
	font-size:	10pt; 
	}

H1	{
	font-size:	18pt;
	}

H2	{
	font-size:	16pt;
	}

H3	{
	font-size:	14pt;
	}

H4	{
	font-size:	12pt;
	}

H5	{
	font-size:	10pt;
	}

H6	{
	font-size:	9pt;
	}


/* Schriftfarbe-anderes */
/*			*/

BODY    {       
        color:  black;
        }       
                
EM      {       
        font-weight:    bold;
        color:  black;
       
        }       
                
STRONG  {       
        font-weight:    bold;
        color:  black;
        }       
               
H1, H2, H3, H4, H5, H6, DT, LEGEND, CAPTION, TH, THEAD, TFOOT   {       
        color:  #000000;
        
        }       
                
HR      {       
        color:  black;
        }       
                
CAPTION, COL, COLGROUP, TABLE, TBODY, TD, TR    {       
        color:  black;
        text-decoration:        none;
        }       
                
A:link  { 
	text-decoration:        underline;
        color:  #003377;
        }       
                
A:visited       {
	text-decoration:        underline;
        color:  #224477;
        }       
                
A:active        {       
        text-decoration:        none;
        color:  #F00;
        }       
                
A:hover {    
        text-decoration:        none;
        color:  #C00;
        }       
                
A.menu:link  {       
        text-decoration:        underline;
        color:  #003377;
        font-weight:    bold;
        font-size:	9pt;
        }       
                
A.menu:visited       {       
        text-decoration:        underline;
        color:  #224477;
        font-weight:    bold;
        font-size:	9pt;
        }       
                
A.menu:active        {       
        text-decoration:        none;
        color:  #F00;
        font-weight:    bold;
        font-size:	9pt;
        }       
                
A.menu:hover {       
        text-decoration:        none;
        color:  #C00;
		font-weight:    bold;
		background:	#FFAA33;
        font-size:	9pt;
        }

td.menu	{
	font-size:	9pt;
	background: #FFC20E;
    font-weight:    bold; 
	}

td.head	{
	font-size:	8pt;
	background: #CCCCCC;
	}
td.nav1	{
	font-size:	9pt;
	background: #FFC20E;
	}
td.nav2	{
	font-size:	9pt;
	background: #FFDD66;
	}
td.bottom	{
	font-size:	8pt;
	}
tr.liste1	{
	background: #FFFFFF;
	}
tr.liste2	{
	background: #E8F3FF;
	}