@charset "UTF-8";
@import url(reset_vanilla.css);
@import url(basis.css);
@import url(tt_news_v3_styles.css);

/* mit Serifen und im Blocksatz. */
* {
 font-family:"times new roman",times,serif;
 text-align:justify;
}
body { 
	color:#000;
    background-color:#fff;
	font-size: 20px;
	}

/*
#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 {
   	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	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;
}

