
   #navigationToFrontPageButtonContainer {
       width:            300px;
       height:           150px;
       display:          inline-block;
       position:         absolute; bottom: 10px; right: 18px;
       z-index:          10500;
       background-color: white;
       border:           1px;
       border-style:     solid;
       border-color:     blue;
       border-radius:    20px;
   }

   #navigationToFrontPageButton {
       width:               300px;
       height:              150px;
       background-color:    transparent;  /* BCC6CC !CCFF99! */
       position:            relative;
       display:             inline-block;
       border:              16px;
       border-style:        solid;
       border-color:        #BCC6CC;
       border-radius:       20px;
       font-size:           100%;
   }

   #navigationToFrontPageButton:hover {
       border:           8px;
       border-style:     solid;
       border-color:     #CCFF99;
   }

   p.navigationToFrontPageButtonText {
       font-size:        250%;
       font-weight:      bold;
       font-family:      "Arial";
       font-style:       italic;
       color:            #2C2CA0;
       margin-top:       0px;
}


