/* File: print.css */

/* 	OBECNE */

.noprint, .nodisplay {
	display: none !important;
}

.print {
	display: inherit;
}

.cleaner {
	float: none;
	clear: both;
	height: 1px;
}

a img { border: none; }


/* HIDE */

#menu, #langswitch, #pagetitle, #skipnav, #banner {
	display: none;
}

.goto_novinky-archiv, .goto_homepage, #nextprevious {
	display: none;
}



/* TYPOGRAFIE A DESIGN */

body {
	margin: 1cm;
	font-family: 'Georgia CE', 'Times CE', Georgia, serif;
	/*font-family: Georgia, Times, serif;*/
}

#footer p {
	font-size: 8pt !important;
}

img#logo-print {
	margin: auto 20px 20px auto;
	float: left;
}

h1 {
	font-size: 14pt;
	float: none;
	clear: right;
	padding-top: 2px;
}

#page-url {
	font-size: 10pt;
	color: #666;
}

#maincontent {
	margin-bottom: 1cm;
}

blockquote {
	font-style: italic;
}

h3 {
	margin: 1em 0 0.6em 0;
}

p {
	font-size: 11pt;
	line-height: 120%;
	margin: 0pt 0pt 0.4em 0pt;
}

td {
	vertical-align: top;
	text-align: left;
}


/* NOVINKY */

div.novinka-item {
	border-bottom: 1px dotted #333333;
}

#novinky_list h4, .novinka-detail h3 {
	margin: 0.7em 0 0.3em 0;
}

.novinka-detail p {
		margin-bottom: 0.2em;
	}
	
.novinka-detail p.datum {
	font-style: italic; font-weight: bold;
}
	
.novinka-detail .perex {
	font-style: italic;
	margin: 0 0 0.5cm 0;
}