@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) YAML core stylesheet - print layout
 * (de) YAML Core-Stylesheet - Druck Layout
 *
 * Don't make any changes in this file!
 * Your changes should be added to 'print_xyz_draft.css' drafts from 'yaml/print/' folder.
 *
 * @copyright       Copyright 2005-2008, 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 beta
 * @revision        $Revision: 271 $
 * @lastmodified    $Date: 2008-11-22 00:40:04 +0100 (Sa, 22. Nov 2008) $
 */

@media print
{
	
@page {
  size:portrait;
  margin-top:1.7cm;
  margin-bottom:1.4cm;
  margin-left:2cm;
  margin-right:2cm	
}

body {
  font:11pt/120% Arial, serif;
  background-color: white !important;
  background-image: none !important;
  color:#000;
  /* width: 21cm; ausgeblendet weil es zu falscher darstellung fuehrte - jf - 100810 */
}



body a:link, body a:visited {
  color: #9E0030;
  background: white;
  text-decoration: none;
  font-weight: bold;
}

/*
body a:link:after, body a:visited:after {
  content: " (" attr(href) ") ";
  font-weight: normal;
  font-size: 80%;
}
body h1 a:link:after, body h1 a:visited:after,
body .news-single-img a:link:after, body .news-single-img a:visited:after,
.vcard a:link:after, .vcard a:visited:after { content: none; }
*/
  
  
/*Inhalte ausbelenden*/	
#header,
#navi,
#menu,
#servicemenu,
#secondnavi,
#contentFooter,
#buttons,
.news-list-browse {
       display: none;
}


#logo { margin: 50pt 0 0; }
#logo h1 { bottom: 0; left: 0; }

#footer { margin-top: 10px; }

#page_margins, #page, #main { width: 100%; }

#bc {
  width: 100%;
  margin-top: 4em;  
}

#inhalt, #marginal { width: 100%; float: none; }






/*Startseite*/

#col3 {
	widht:17mm!important;
	
}

/* verhindern, dass text abgeschnitten wird */
.csc-default {
       overflow: visible;
}

.csc-frame-frame1, .csc-frame-frame2, .csc-frame {
	width:17cm!important;
	left:0;
	top:0;
	float:none;
	margin:0;
	padding:0;
	
	}

#start .csc-frame {
	min-height:3cm!important;
	float:none;
}

/*Schriftgroessen*/
h2 { line-height: 20pt; }

#col3 h3 {
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:0;
}

p.teaser, p, li, table, dd {
	font-size:11px;
}

/*Formulare*/	
.tx-indexedsearch {
	border:none;
	}	
	
	
  
/* Accordionboxen Produktdetailseite - jf - 100805 */
.accordion-box table {
      display: inline !important; 
}
	

}