@charset "UTF-8";
/*
**  last change: 2009-10-07, simplicity gmbh, gvo
**
*/

/* import print base styles | Basisformatierung für Drucklayout einbinden */
@import url(/fileadmin/css/core/print_base.css);

@media print
{
 /**
  * @section column selection
  * (en) individually switch on/off any content column for printing
  * (de) (De)aktivierung der Contentspalten für den Ausdruck
  *
  * @see     http://www.yaml.de/en/documentation/css-components/layout-for-print-media.html
  */

  body { 
    background: #fff ! important;
    background-image: none ! important;
  }
  .page_margins { 
  	max-width: 720px;
  	min-width: 720px;
  	background: #fff;
  }
  
  #logo { display:none; }
  #nav { display:none; }
  #main { margin-left: 0; }
  #footer .bottomnav { display:none; }
  #footer .copyright img { display:none; }
  #col1, #col2, #col9 { display:none; }
  #header { 
    margin-bottom: 20px;
    background-image: url(/fileadmin/templates/img/black/eikones_logo.png);
    background-repeat: no-repeat;
    background-position: 0 20px;
    height: 80px;
  }
  #footer { padding: 0 0 0 120px; }
  #footer .copyright {
    float: none;
  	border-top: 1px #959595 solid;
  	padding: 5px 0 0 0;
  	margin: 15px 0 0 0;
  	width: 618px; 
  	color: #000;
  }
  #footer .copyright div {
  	padding: 0;
  } 
	
  #col0, #col0_content,
  #col3, #col3_content,
  #col4, #col4_content,
  #col5, #col5_content,
  #col6, #col6_content,
  #col7, #col7_content,
  #col8, #col8_content,
  #col10, #col10_content,
  #col11, #col11_content {
  	float: none;
  	width: 620px; 
  	margin:0 ! important; 
  	padding: 0 0 0 60px ! important; 
  	border:0;
  }

  /*------------------------------------------------------------------------------------------------------*/

  /* (en) Preparation for optional column labels */
  /* (de) optionale Spaltenauszeichnung */

  #col0_content:before, 
  #col1_content:before, 
  #col2_content:before, 
  #col3_content:before, 
  #col4_content:before, 
  #col5_content:before, 
  #col6_content:before, 
  #col7_content:before, 
  #col8_content:before, 
  #col9_content:before, 
  #col10_content:before, 
  #col11_content:before {
    content: "";
    color:#000;
    background:inherit;
    display:block;
    font-weight:bold;
    font-size:1.5em;
  }
	
  h1,h2,h3,h4,h5,h6,
  h1.csc-firstHeader, h2.csc-firstHeader, h3.csc-firstHeader {
  	margin-bottom: 10px;
  	margin-top: 10px;
  }  
  
  .news-list-item {
  	width: 100%;
  	display: block;
  }

  #tx-cheikonesevent-pi1-event_detail .detail { 
  	page-break-before:avoid;
 	width: auto;
  }
  
  /*------------------------------------------------------------------------------------------------------*/

  /* (en) optional output of acronyms and abbreviations*/
  /* (de) optionale Ausgabe von Auszeichnung von Abkürzungen */

  /*
    abbr[title]:after, acronym[title]:after { content: '(' attr(title) ')'; }
  */

  /*------------------------------------------------------------------------------------------------------*/

  /* (en) optional URL output of hyperlinks in print layout */
  /* (de) optionale Ausgabe der URLs von Hyperlinks */
  /*
  a[href]:after {
    content:" <URL: "attr(href)">";
    color:#444;
    background:inherit;
    font-style:italic;
  }
  */
}
