/*
 * Copyright (c) 2007 Förderverein Kulturzentrum Fröndenberg/Ruhr e.V.
 * author Gernot Geitz
 */
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
/*
    print.css for Kulturzentrum-Ruhraue(Einbinden der CSS-Dateien (fuer Screen))
    08.06.2007 GG
*/
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */




/* Druckbereich + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
#display

  { 
position: static; 
display: none;
}
/* Druckbereich + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */


/* Inhalt + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */

  div#Inhalt h2 {
    font-size: 1.0em;
    margin: 0.2em 0;
  }
  div#Inhalt p {
    font-size: 1.0em;
    margin: 1em 0;
  }
  
 /* Ende Inhalt + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +  */ 
 
 
 
/* Inhalt + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
  
   div#Info {
    font-size: 1.0em;
    float: none; 
    margin: 0; padding: 0;
    border: 0px dashed white; 

  }
  
  div#Info strong {
    font-size: 1.0em;
    margin: 0.2em 0.5em;
  }
  div#Info p {
    font-size: 1.0em;
    margin: 0.5em;
  }
  
a.info:link    { color:#000000;text-decoration: none;text-decoration:underline;}
a.info:visited { color:#000000;text-decoration: none;text-decoration:underline;}
a.info:active  { color:#000000;text-decoration: none text-decoration:underline;}
a.info:hover { color:#A60000;text-decoration: none text-decoration:underline;}
  
 /* Ende Infobox + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
 
 
 
  
  
     p#Fusszeile {
    clear: both;
    font-size: 0.65em;
	color: #000000;
    margin: 0; padding: 0em;
    background-color: #FFFFFF; border: 0px solid silver;
  }
