@charset "UTF-8";

@media print
{
/* mit Serifen und im Blocksatz. */
* {
 font-family:"times new roman",times,serif;
}
body { 
	color:#000;
    background-color:#fff;
	font-size:10pt;
	}

/*
#header {
	background: url("../../../../uploads/pics/logo_lotto.gif") center center no-repeat #F7DC16;
	height: 100px;
	width: 100%;
	}
	*/
/* Ausblendung von Elementen */
#sub_nav, #header_bg_ro,#header ,#header_bg_lo, #col_left, #col_right , #footer, .noprint{
   display: none;
}
#col3, #col3_content { width:100%; margin:0; padding:0; border:0; }
	
#col3 {
   	width: auto;
	border: 0;
	margin:0 10px;
	float: none !important;
}


/* Visualisierung  momentan auskommentiert 

a:link:after { 
	content: " (" attr(href)")";
	background-color: inherit;
	font-style: italic;
	}
	
*[title]:after {
 content:" ("attr(title)")";
 color:#888;
 background-color:inherit;
 font-style:italic;
 size:80%;
}

img[alt]:after {
 content:" ("attr(alt)")";
}
img[alt]:after {
 content:"\A ("attr(alt)")";
}
img[longdesc]:after {
 content:"\A (Beschreibung: "attr(longdesc)")";
}
*[cite]:after {
 content:close-quote" (Quelle: "attr(cite)")";
 font-size:80%;
}

*/
.box_content{
page-break-inside: avoid;
}
h1,h2,h3,h4,h5,h6 { page-break-after:avoid; }
}
