/* This CSS file hides unwanted elements when a page is printed out, 
by overriding styles set in pagelayout.css */

body
{
    font-size: 10pt;
    background: none;
    color:#000000;
}

div#print_logo
{
	display: block;
	margin-bottom: 40px;
}

div#print_date
{
	display: block;
	margin-bottom: 20px;
}


ul.ezsr-star-rating,
div#scrollerWrapper,
div#version,
div.ad,
div#top-position,
div#header-position,
div#topmenu-position,
div#path,
p.date,
p.comment_link,
a.star-rating-link,
p.rating,
div.class-wn_article .col.left,
div.class-wn_article .plista_widget_belowArticleRelaunch,
div.social_network_line,
div.Voll,
div.Klein,
div.Download,
div.attribute-star-rating,
div.attribute-relatedcontent,
div.article_functions,
div.social_media_box,
div#footer-position,
div.class-wn_msu_tables div.col.right,
div.class-wn_msu_tables div.msu-navigation-template,
div.class-wn_msu_tables div.msu-auswahl-template,
div.class-wn_msu_tables .msu-ligaseite-td2,
div#article_boxes_comment_box_copy,
div.veeseoWidget,
div#taboola-horizontalx3,
div.service_footer_area,
div#debug,
div.abo_box,
div#SCRBBL-TOOLBAR,
div.wn_spo_banner,
div#oms_gpt_billboard,
div.anzeigenformat_bill,
div#oms_gpt_billboard_ad_container
{
    display: none; /* Hide elments not wanted on a printed page */
}

/* prints both column on one page */
div.rightcol-position {
    width: 100px;
}
div.leftcol-position {
    width: 630px;
}

div.content-view-full
{
	clear: both;
	float: left;
}

body:nth-of-type(1) div.content-view-full
{
	width: 825px;
}


div.content-view-full div.class-wn_article .col.right,
div.content-view-full div.class-wn_msu_tables .col.left
{
	width: 100%;
}

div.content-view-full div.class-wn_article h1,
div.content-view-full div.class-wn_msu_tables h1
{
	font-size: 30pt;
	line-height: 40pt;
}

div.content-view-full div.class-wn_msu_tables h2
{
	font-size: 15pt;
}

a
{
	color:#000000;
}

div.content-view-full div.class-wn_article .attribute-long,
div.content-view-full div.class-wn_article .attribute-short,
div.quote-design p.author,
div.content-view-full div.class-wn_article h2.short_title,
div.content-view-full div.class-wn_article .attribute-author
{
	font-size: 12pt
}

div.quote-design p
{
	font-size: 14pt;
}

div.content-view-full div.class-wn_article .attribute-long h2
{
	font-size: 24pt;
}

body, div#page, div#header, div#main
{   
    background-color: transparent;
    margin: 0;
    padding: 0;
    border: none;
    width: auto;
}

div#page div#header-position {
	background-image: none;
	border: none;
}

div#header
{
	background-position: top right;
}

.footer
{
	background:none;
	border: none;
	width: auto;
}

.footer_top_left
{
	width: auto;
	float: right;
}

div#columns
{
    padding: 0;
}

div#main-position
{
    margin: 0;
}

div.float-insert
{
    float: none;
}

div.box
{
    border: none;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}

div.box div.box-content
{
    padding: 0;
}

div.box div.tl, div.box div.tr, div.box div.br, div.box div.bl
{
    background: none;
}

div.content-view-full div.class-article,
div.content-view-full div.class-wn_msu_tables
{
	width: auto;
}

/*div.attribute-image
{
	display: none;
}*/

div.attribute-gmap
{
	display: none;
}

.class-article div.fotograf,
.class-article div.label
{
	visibility: visible;
	display: block;
}

.class-article div.label
{
	top: 0;
	margin: 0px;
	background: none;
}

.class-article div.fotograf
{
	display: inline;
	padding: 0;
	margin: 0;
	width: auto;
	top: -240px;
	background: none;
	background-color: #fff;
}

.class-article div.imageContainer div.fotograf span
{
	display: inline;
	height: auto;
}

.class-article div.imageContainer .innerImageContainer img
{
	width: 320px;
	height: 240px;
}

.class-article div.imageContainer
{
	width: 320px;
	height: 320px;
}


