/*--------------------------------------------*/
/*LINKS
/*--------------------------------------------*/

a:link
    {
        color: black; 
        text-decoration: none
    }

a:visited
    { 
        color: gray;
        text-decoration: none 
    }

/*a:hover
    { 
        text-decoration:none;
        font-weight:bold 
    }*/

/*a:hover
    { 
        color: #004080;
        text-decoration:none
    }*/

a:hover
    { 
        color: #0000a0;
        text-decoration:none
    }

#link-im-text
    {
        text-decoration: none
    }

/*--------------------------------------------*/
/*BODY
/*--------------------------------------------*/

body
    { 
        line-height: normal; 
        font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, Sans-Regular;
        background-image: url(images/streifen_px.gif);
    }
    
h1
    {
        font-size: 14pt;
        font-weight: bold;
    }

.content
    {
        height: 420px; 
        overflow: auto;
        font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, Sans-Regular;
        font-size: 12pt;
        font-weight: normal;
        text-align: left;
        padding-right: 15px;
    }

.navi-headline
    {
        font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
        font-size: 14pt;
        font-weight: bold;
        line-height: 0.5em;
        margin-top: 6pt;
        margin-bottom: 6pt;
    }

.navi-entries
    {
        font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
        font-size: 10pt;
        font-weight: normal;
        line-height: 1em;
        margin-top: 12pt;
        margin-bottom: 12pt;
    }
    
.last-changed
    {
        font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
        font-size: 8pt;
        font-weight: 100;
        line-height: 1.5em;
        text-align: center;
        margin-top: 8pt;
        margin-bottom: 8pt;
    }
    
.anmerkung
    {
        font-size: 8pt;
        font-style: italic;
    }
	
.tip-liste
    {
        font-size: 10pt;
    }	
