/**
 * @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,
h2.Ueberschrift2_14px,
h3,
h3.Ueberschrift3_12px,
h4,
h5,
h6 {
	font-size: 13pt;
	line-height: 15pt;
	margin-top: 10pt;
	font-weight: bold;
}
.news-single-block .news-single-content h1.news-single-title,
h1.Ueberschrift1_20px,
h1 {
	font-size: 14pt;
	line-height: 16pt ;
}
.news-list-subheader,
teaser-box-pictext .two-column-right p,
p {
	font-size: 12pt;
}

#content {
	min-height:100px;	
}
#content-inner ul {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0px 0px 0px 15px;
}
#content-inner ul li {
	background: none;
	font-size: 12pt;
}
/**********************************************************************
 *	02 Display-None-Elements
 **/
#mainnav,
#meta,
#content #column-1,
#footer,
#printToolbar,
a#print,
a.back-link,
#header-right,
#column-3,
.news-single-more-back,
.nfcstoresearch .store-list-entry .store-entry-link,
span.slider-active,
span.slider-inactive {
	display: none;
}




#column-2 {
	width: 17cm !important;
	margin:0 !important;
}
#header,
#header-logo img,
#content {
	border:0 !important;
	padding:0 !important;	
}
/**********************************************************************
 *	03 Page-Breaks
 **/
h1 {
	page-break-before: auto;
}
img {
	page-break-after: avoid;
}


/**********************************************************************
 *	04 Links
 **/
#content-inner a {
	text-decoration: none;
	font-style: normal;
}
#content-inner a:after {
	content: " [" attr(href) "]";
	font-size: small;
}
#content-inner .news-single-img a:after {
	content: "" !important;
}
#content-inner .nfcstoresearch a:after {
	content: "" !important;
}
.nfcstoresearch .listview-list {


}
.listview-list-stores {
	
	width:17cm !important;
	page-break-before: avoid;
	
}
.nfcstoresearch .store-list-entry {
	width: 17cm !important;
	border-bottom: 1px solid #000 !important;
	margin-bottom:10px !important;
	padding-bottom:10px !important;
	float:left;
}
.nfcstoresearch .store-list-entry .store-list-wrap {
	width:13cm !important;
	float:left;
}
.nfcstoresearch .store-list-entry .store-entry-detail {
	width:4cm !important;
	float:left;
	font-size:10pt !important;
}
.nfcstoresearch .store-list-entry .store-entry-img {
	border:0 !important;
	width:4cm !important;
	float:left;
}
.nfcstoresearch .store-list-entry .store-entry-img img {
	width: 3.8cm !important;
}
.nfcstoresearch .store-list-entry .store-entry-content {
	width:9cm !important;
	float:left;
}
.nfcstoresearch .store-entry-title span{
	float:left;
	font-weight:bold;
}
.nfcstoresearch .store-entry-title a{
	display:block;
	clear:both;
	width: 100% !important;
	float:left;
	font-size:11pt !important;
}
.nfcstoresearch .store-list-entry .store-entry-descr p {
	font-size:10pt !important;
}
.nfcstoresearch .store-list-entry .store-entry-adress a:after,
.nfcstoresearch .store-list-entry .store-entry-title a:after {
	content: "" !important;
}
.slider-block .slider-content {
	display:block !important;
	float:left;
	width:100%;
}
