@import url(../formate_main.css);
                  h2      {font-family:Myriad Web Pro;}
                 #f01     {position:relative; top:0px;   left:0px;   width:50%; height:50%; background-color:#00FF5F;  z-index:2;}                  /* Rechteck links oben grün          */
                 #f02     {position:relative; top:0px;   left:0px;   width:50%; height:50%; background-color:#0099ff;  z-index:2;}                  /* Rechteck links unten blau         */
                 #f03     {position:relative; top:-100%; left:50%;   width:50%; height:50%; background-color:#ffdf00;  z-index:2;}                  /* Rechteck rechts oben gelborange   */
                 #f04     {position:relative; top:-100%; left:50%;   width:50%; height:50%; background-color:#999999;  z-index:2;}                  /* Rechteck rechts unten grau        */
                 #f05     {position:relative; top:-166%; left:33%;   width:33%; height:33%; background-color:#ff7700;  z-index:3;}                  /* Rechteck Mitte orange             */
                 #f01 h2  {font-size: 2.0em;  color:#0080ff; z-index:1;}                                                                                  /* Größe und Farbe der Worte links oben   */
                 #f02 h2  {font-size: 2.0em;  color:#ffdf00; z-index:1;}                                                                                  /* Größe und Farbe der Worte links unten  */
                 #f03 h2  {font-size: 2.0em;  color:#000000; z-index:1;}                                                                                  /* Größe und Farbe der Worte rechts oben  */
                 #f04 h2  {font-size: 2.0em;  color:#00ff00; z-index:1;}                                                                                  /* Größe und Farbe der Worte rechts unten */
                 #f05 h2  {font-size: 2.0em;  color:#ffffff;}                                                                                             /* Größe und Farbe der Worte in der Mitte */
                 h2:hover {background-color:#5c5c5c;}