/**
 * @media       screen
 * @author		Markus Brunner, markus [dot] brunner [at] netformic [dot] de
 * @path        /fileadmin/templates/scripts/css/print.css
 * 
 * @content
 * 		01 General
 * 		02 Display-None-Elements
 * 		03 Page-Breaks
 * 		04 Links
 */


/**********************************************************************
 *	01 General
 **/
* {
	background-color: white !important;
	background: none !important;
	color: black !important;
	font-family: Arial, sans-serif !important;
}
body {
	font-size: 12pt;
	line-height: 15pt;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 14pt;
	line-height: 17pt;
	margin-top: 10pt;
	font-weight: bold;
	page-break-after:avoid;
}
h1 {
	font-size: 16pt;
	line-height: 19pt;
}

img {
	page-break-before:avoid;
	page-break-after:avoid;
}
/**********************************************************************
 *	02 Display-None-Elements
 **/
#meta,
#content #column-1,
#footer,
#printToolbar,
#headernav,
#footernav, 
#logo,
#content-inner .news-single-more-back {
	display: none;
}

/**********************************************************************
 *	04 Links
 **/
#wrapper-outer,
#wrapper,
#header,
#content{
	width:auto;
}
#wrapper-outer {
	min-height:auto;
	page-break-before:avoid;
	height:auto;
	position:static;
}
#content {	
	float: none;
	min-height: auto;
	height: auto;
	overflow: visible;
}
#content-inner {
	overflow: visible;
	height:auto;
	font-size: 13px;
}
.clearfix {
	clear: both;
	height: auto;
}
.clearboth {
	clear:both;
	line-height:1px;
	font-size:1px;
}
#column-2 {
	width: auto;
	height:auto;
}

#column-3 {
	display: none;
}

#content-inner a {
	text-decoration: none;
	font-style: normal;
}

#content-inner table td{
	font-size: 14pt;
	line-height: 17pt;
	border:1px solid black;
}
#content-inner table td li{
	font-size: 14pt;
	line-height: 17pt;
}

#content-inner .news-list-text p,
#content-inner .news-single-content p{
	font-size: 12pt;
}

#print_header {
	display: block;
	page-break-after:avoid;
}
#print_logo {
	float:left;
	width:140px;
}
#print_address {
	padding-top:12px;
	margin-left:5.5cm;
	font-size:0.8em;
	text-align:left !important;
}
#print_info{
	margin-top: 15px;
	padding:15px 0px;
	font-size:0.9em;
	border-bottom:1px solid #000;
	border-top:1px solid #000;
}
.print_info_left {
	float:left;
	width:5.5cm;
}

#breadcrumb {
	margin: 5px 0px 0px 0px;
}
#breadcrumb .abstract-borderline{
	display:none;
}
#breadcrumb ul li {
	display: inline;
}
