/* template-level2&3.css                                                      */
/*                                                                            */
/* Cascading Style Sheet (CSS) Level 2 & 3 - color "blau" (blue)              */
/* =============================================================              */
/*                                                             hs*2004-08-10  */

/* 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}
   .big {font-size:11pt}

/* 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;}

   .projectheader {font-size:14pt}

/* Links                                                                      */
/* -----                                                                      */
   a {font-weight:normal;}
   a:link {color:#0380AA}
   a:visited {color:#0380AA}
   a:active {color:#DEC3A9}
   a:hover{color:#dce0d3;background-color:#374611;}

/* Colors                                                                     */
/* ------                                                                     */
   body {background-color:#C8DCEC;}
   img {border-color:#479088;}

   /* MPG colors "blau" */
   .bgcolor0 {background-color:#FFFFFF}
   .bgcolor1 {background-color:#E2EFF9}
   .bgcolor2 {background-color:#C8DCEC}
   .bgcolor3 {background-color:#79A4C4}

/* -------------------------------------------------------------------------- */

/* 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;}      */
