/*
CSS Datei für das Linklayout
*/


/*Link für oben */

a:link.linktop   {
                  font-size            :  12px;            /*Size of font*/
                  font-family          :  Arial, Verdana, Helvetica;          /*Type of font*/
                  color                :  #2B2E82;       /*Color for the links*/
                  text-decoration      :  none;          /*No line under the link*/
                 }
         
a:visited.linktop{
                  font-size            :  12px;            /*Size of font*/
                  font-family          :  Arial, Verdana, Helvetica;          /*Type of font*/
                  color                :  #2B2E82;       /*Color for the links which allready visited*/
                  text-decoration      :  none;          /*No line under the link*/         
                 }
         
a:hover.linktop  {
                  font-size            :  12px;            /*Size of font*/
                  font-family          :  Arial, Verdana, Helvetica;          /*Type of font*/
                  color                :  #2B2E82;       /*Color for the link which the courser is above*/
                  text-decoration      :  underline;     /*show the line under the link which the courser is above*/
                 }     
         
/*Link für unten*/

a:link.linkbottom   {
                      font-size            :  14px;           /*Size of font*/
                      font-family          :  Arial, Verdana, Helvetica;          /*Type of font*/
                      color                :  #000000;       /*Color for the links*/
                      text-decoration      :  none;          /*No line under the link*/
                    }
         
a:visited.linkbottom{
                      font-size            :  14px;           /*Size of font*/
                      font-family          :  Arial, Verdana, Helvetica;          /*Type of font*/
                      color                :  #000000;       /*Color for the links which allready visited*/
                      text-decoration      :  none;          /*No line under the link*/         
                    }
         
a:hover.linkbottom  {
                      font-size            :  14px;           /*Size of font*/
                      font-family          :  Arial, Verdana, Helvetica;          /*Type of font*/
                      color                :  #000000;       /*Color for the link which the courser is above*/
                      text-decoration      :  underline;     /*show the line under the link which the courser is above*/
                    }        

/*Link für mehr Buttons*/

a:link.mehr         {
                      font-size            :  15px;           /*Size of font*/
                      font-family          :  Arial, Verdana, Helvetica;          /*Type of font*/
                      color                :  #000000;       /*Color for the links*/
                      text-decoration      :  none;          /*No line under the link*/
                    }
         
a:visited.mehr      {
                      font-size            :  15px;           /*Size of font*/
                      font-family          :  Arial, Verdana, Helvetica;          /*Type of font*/
                      color                :  #000000;       /*Color for the links which allready visited*/
                      text-decoration      :  none;          /*No line under the link*/         
                    }
         
a:hover.mehr        {
                      font-size            :  15px;           /*Size of font*/
                      font-family          :  Arial, Verdana, Helvetica;          /*Type of font*/
                      color                :  #000000;       /*Color for the link which the courser is above*/
                      text-decoration      :  underline;     /*show the line under the link which the courser is above*/
                    }  
                          
/*Links fuer mfz*/

a:link.mfz          {
                      font-size            :  15px;           /*Size of font*/
                      font-family          :  Arial, Verdana, Helvetica;          /*Type of font*/
                      color                :  #ffffff;       /*Color for the links*/
                      text-decoration      :  none;          /*No line under the link*/
                    }
         
a:visited.mfz       {
                      font-size            :  15px;           /*Size of font*/
                      font-family          :  Arial, Verdana, Helvetica;          /*Type of font*/
                      color                :  #ffffff;       /*Color for the links which allready visited*/
                      text-decoration      :  none;          /*No line under the link*/         
                    }
         
a:hover.mfz         {
                      font-size            :  15px;           /*Size of font*/
                      font-family          :  Arial, Verdana, Helvetica;          /*Type of font*/
                      color                :  #ffffff;       /*Color for the link which the courser is above*/
                      text-decoration      :  underline;     /*show the line under the link which the courser is above*/
                    } 