/* mpe-group.css                                                               */
/*                                                                             */
/* Cascading Style Sheet (CSS) for MPE Group Web Pages (green)                 */
/* New version for corporate design 2010                                       */
/* =====================================================                       */
/*                                                              hs*2010-04-13  */
     

/* Fonts */
/* ----- */
   /* general */  
   body,table,td,tr,div,p,pre,h1,h2,h3,h4,ul {font-family:Verdana,Arial,Helvetica,sans-serif;}
   body,table,td,tr,div,p,pre,ul {font-size:10pt;}
   /* small :   use like <p class="small">   */
   .small {font-size:8pt}
 

/* Headers and Titles */
/* ------------------ */
   h1 {font-size:14pt;font-weight:bold;}
   h2 {font-size:12pt;}
   h3 {font-size:11pt;}
 
   
   /* headers with red color and positioning */
   .h2r {font-size:12pt;color:#CC3333;font-weight:bold;}
   .h2rc {font-size:12pt;text-align:center;color:#CC3333;font-weight:bold;}

/* Links                                                                      */
/* -----                                                                      */
   a {text-decoration:none;font-weight:normal;}
   a:link {color:#479088;}
   a:visited {color:#479088;}
   a:active {color:#FF0000;}
   a:hover{color:#FF0000;}

/* Colors                                                                     */
/* ------                                                                     */
   body {background-color:#FFFFFF;}
   img {border-color:#479088;}
   
   /* white */
   .bgcolor0 {background-color:#FFFFFF;}
   /* black */
   .bgcolor4 {background-color:#000000}
    
   /* MPG colors Gruen */ 
   /* light green */
   .bgcolor1 {background-color:#E6F2F2;}
   /* middle green */
   .bgcolor2 {background-color:#C9DBD8;}
   /* dark green */
   .bgcolor3 {background-color:#7CA6A6;}
   
