@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) print stylesheet
 * (de) Druck-Stylesheet
 *
 * @copyright       Copyright 2005-2009, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.1
 * @revision        $Revision: 343 $
 * @lastmodified    $Date: 2009-01-19 23:41:32 +0100 (Mo, 19. Jan 2009) $
 */

/* import print base styles | Basisformatierung für Drucklayout einbinden */
@import url(../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
  */

  #col1, #col1_content { float:none; width: 100%; margin: 0; padding: 0; border: 0; }
  #col2 { display:none; }
  #col3 { display:none; }


  dd{
  	display:block !important;
}
.newsEventsBox,
.tabs,
.no_filter,
#footer,
#fbanner,
#ad1,
#ad2{
	display:none;
}
*{
	color:#000 !important;
	text-decoration:none !important;
	font-size:12px;
}


/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
 .loader{
 	float:none !important;
}
.time-carousel{
	background:none;
	padding:0 17px;
	width:287px;
	overflow:hidden;
	float:right;
	margin:10px 10px 10px 0;
	position:relative;
}
.time-carousel li{
	text-align:center;
	list-style:none;
	margin:0;
	padding:0;
	width:41px;
	float:left;
}
.movie-info{
	width:250px;
}
.box-movie{
	border-bottom:1px solid #000;
	padding-bottom:10px;
	margin-bottom:10px;
}
body{
	background:#fff !important;
}

}

