/* Einstellungen für Links*/
/* rexin.css*/
/* -*/
A:link		{ font-family: Arial; font-size: 10pt; font-weight: 700; text-decoration: none; color: #141561 }
A:visited	{ font-family: Arial; font-size: 10pt; font-weight: 700; text-decoration: none; color: #141561 }
A:active	{ font-family: Arial; font-size: 10pt; font-weight: 700; text-decoration: none; color: #00B75B }
A:hover	{ font-family: Arial; font-size: 10pt; font-weight: 700; text-decoration: none; color: #00B75B }

.head { margin-left: 1%; width: 700px; font-size: 10pt;  }
.navi { margin-left: 1%; width: 180px; table-layout: auto; padding-top: 0; padding-bottom:0;
        font-family: Arial; font-size: 10pt; font-weight: 700; text-decoration: none; color: #141561;}

/* Einstellungen für alle BODY-Elemente */
BODY { /*wrap: virtual;*/ font-family: Arial; font-size: 10pt; font-weight: 700; color: black; background-color: #FFFFFF; line-height: 1; text-align: center;}

TABLE {width: 100%; }
TR { font-family: Arial; font-size: 10pt; font-weight: 500; } 
TD { font-family: Arial; font-size: 10pt; font-weight: 500; } 

/* Einstellungen für H3-TAG */
H1 { text-align: center; color: red; }
H3 { color: red; }

.news {

    font-size: 11pt;
    font-weight: 600;
    color: #000000;        /*  000000 = schwarz  */
    
    
/*    border-color: #FFFF00;   */
/*    border-width: 4;                */
/*    border-style: solid;            */
  
     border-color: #FF0000;    /*  000000 = schwarz,  FFFFFF = weiß,  FF0000 = rot  */
     border-width: 3;               
     border-style: solid;          
        
	 background-color: #FFDDFF;      /*  00CCFF = blau    FFFEEE = ganzschwachhellrot   FFFDDD=hellgelb     FF99CC hellrot   */
                                                              /*  FFF999 = gelb       FFDDFF =   rosa                            FF99FF= lila                  FF99CC               */
															  /*  FFDDFF =   rosa    wird genommen            */ 
}

