/* template-level2&3.css                                                      */
/*                                                                            */
/* Cascading Style Sheet (CSS) Level 2 & 3 - color "blau" (blue)              */
/* =============================================================              */
/*                                                             hs*2004-08-10  */
/*                                                             mk*2010-05-05  */

/* Fonts                                                                      */
/* -----                                                                      */
   body,table,td,tr,div,p,pre,h1,h2,h3,h4,ul 
    {font-family:Verdana,Arial,Helvetica,sans-serif;color:#000000;}
   body,td,div,p,pre,ul {font-size:10pt;}

   .small {font-size:8pt}
   .bigger {font-size:11pt}
   .tiny {font-size:3pt}
   .big {font-size:11pt}

   .public {font-family:Times,Times New Roman,Utopia; font-size:13pt; color:#202020}

/* Headers                                                                    */
/* -------                                                                    */
/*   h1 {font-size:16pt;color:#000000;font-weight:550;}   */
/*   h2 {font-size:13pt;color:#CC3333;text-align:center;} */
/*   h3 {font-size:12pt;color:#0380AA;}  */

   h1 {font-size:14pt;font-weight:bold;}
   h2 {font-size:12pt;}
   h3 {font-size:11pt;}

   .projectheader {font-size:14pt}

   /* 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 {font-weight:normal;}    */
/*   a:link {color:#0380AA}     */
/*   a:visited {color:#0380AA}  */
/*   a:active {color:#DEC3A9}   */
/*   a:hover{color:#dce0d3;background-color:#374611;}  */

   a {text-decoration:none;font-weight:normal;}
   a:link {color:#479088;}
   a:visited {color:#479088;}
   a:active {color:#FF0000;}
   a:hover{color:#FF0000;}

/* Colors (ALT!)                                                              */
/* ------                                                                     */
/*   body {background-color:#FFFFFF;} */
/*   img {border-color:#479088;}      */

   /* MPG colors "ocker" */
/*   .bgcolor0 {background-color:#FFFFFF}  */
/*   .bgcolor1 {background-color:#F4EEDF}  */
/*   .bgcolor2 {background-color:#E8DCC2}  */
/*   .bgcolor3 {background-color:#D0BA89}  */

/* Colors  (NEU! Design 2010)                                                 */
/* ------                                                                     */
   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;}


/* -------------------------------------------------------------------------- */

/* alternative link design     */
/* a {font-size:10pt;text-decoration:none;font-weight:bold;}       */
/* a:link {color:#7a0202}      */
/* a:visited {color:#7a0202}      */
/* a:active {color:#DEC3A9}      */
/* a:hover{color:#dce0d3;background-color:#374611;}      */

