/* tiskove styly */

body { 
	background: white;
	color: black; 
	font-size: 6pt;
}

.hide { visibility: visible; }	

#mainholder,
#header,
#document,
#doccontent,
#doccontent_wide,
#text,
#leftcol_contact
 { 
	height: auto;
	width: 100%; 
	border: none;
	background: white;
	margin: 0;
	position: static;
}

#header,h1#title,h1#title a { background: #fff; color: black; width: 100%; position: static; height: auto;}
	
#menuaddress,
#leftcol,
#mainmenu,
#leftcol,
.hideforprint,
#leftcol_banner {
	display: none;
}

.fitness_table, .fitness_table td, .fitness_table tr, td.day_name {
	border: .2mm solid black;
}

table.fitness_table, tr.day_section {
	border: .5mm solid black;
}


#footer {
	display: none;
}



