    .style1  {
              color: lightgreen; 
              font-size: 20px; 
              font-family:times new roman;
             }
             
    #menu    {                            
              position: absolute; 
              top: 171px; 
              left: 26px; 
              width: 146px; 
              height: 138px;
             }         

    #headline                              /*Style of the page-headlines*/ 
             {
              color:black;
              font-family:times new roman; 
              font-weight:bold;
              font-size:40px;
              position: relative; 
              text-align:center;
              top:0px;
             }
             
    #text    {                            /*All the text in defined in this style*/
              color:black;
              font-family:times new roman;              
              font-size:18px;
              text-align:center; 
              margin-left:1.4cm; 
              margin-right:1.4cm
             }
             
    #text2   {                            /*All the block-text in defined in this style*/
              color:black;
              font-family:times new roman;              
              font-size:17px;
              text-align:justify; 
              margin-left:3cm; 
              margin-right:3cm
             }    
             
  div#logo  {                              /*Position of the Logo*/             
             position: relative; 
             left: 0%; 
             /*top: 3px;*/ 
            }      

  body      {
             background:#ffffff;             
            }

  table.layout
            {
             border-spacing: 0px;
             border-collapse: collapse;
             border-width: 0px;
             padding: 0px;
            }


  td.imagerow 
            {
	         font-size: 0px;
	         height: 95px;
             padding: 0px;
             border-spacing: 0px;
             border-collapse: collapse;
	         border-width: 0px;
            }
            
  td.imagecol 
            {
	         font-size: 0px;
	         height: 280px;
             padding: 0px;
             border-spacing: 0px;
             border-collapse: collapse;
	         border-width: 0px;
            }