/* 
		author: Jan Volejnik - Broli, Web Works - webdesign studio
		http://www.web-works.cz
		http://www.broli.cz
		
		specificke formatovani pro tisk

*/


/* nacitat nastaveni WSW i do tisku? Pokud ano, odkomentuj nasledujici import stylu */
/* @import './global.css'; */


/* z layoutu */

	
@page {margin: 2,0cm;} 

a {
	text-decoration: none; 
	color: Black; 
	font-weight: bold; 
	padding: 0 10pt 0 2pt;
}

/* 
v tisku je vetsinou zadouci videt URL odkazu 
- v tomto pripade jen pro text v hlavni obsahu 
*/
#main-content a:after {
	content: "  (" attr(href) ")  "; 
	font-weight: normal; 
	color: Blue; 
}

#top {
	position: relative;
	height: 80px;
}
#logo {
	position: absolute;
	right: 0;
}

h1 {
	border-bottom: 1pt solid #000;
	margin-bottom: 10pt;
	padding-bottom: 5pt;
}

img {
	border: none;
}

.print-none,
.jumlinks,
.hidden,
#breadcrumb-navigation,
#promobar,
#promobar-mini,
#right-content,
#main-menu,
#top-links,
#extranet-panel,
#system-links,
.on-top {
	display: none;
}

table {
	margin: 10pt 0;
}
table, tr, td, th {
	border: 1pt solid #333;
}

table.invisible, table.invisible tr, table.invisible td, table.invisible th {
	border: none;
}

#bottom {
	border-top: 2pt solid #666;
	margin-top: 10pt;
	padding-top: 5pt;
	font-size: 10pt; 
}
