/**
 * This file contains the Print Stylesheet. Formattings concerning the printing should be inserted here.
 *
 * minicms (C) 2006 Marc-Oliver Pahl
 * http://minicms.m-o-p.de
**/


body {  
                      margin: 5px 5px 5px 5px; 

                      font-family: times, serif; 
                      text-align:  left; 
                      font-size: 12pt;
}

a {                   color:#003366; text-decoration:underline; }
a:hover {             color:#CC0000; text-decoration:underline; }
a:visited {           color:#003366; text-decoration:underline; }
a:visited:hover {     color:#CC0000; text-decoration:underline; }
  
  .leftColumn,
  .bigbox .bottom,
  .hinweiseRechts1280
  { /* 1) fixes the width of the left column;
                      2) contains the university locator; */
                      width: 0px; 
                      display: none;
  }
  
  .bigbox .fotoTop{
    background: none;
    height: 2em;
    border-bottom: solid 2pt gray;
  }
  
  .content h1,
    .content h2,
      .content h3,
        .content h4,
          .content h5{
            font-family: Arial, sans-serif;
          }

   .content .dontPrint{
     display: none;
   }
