/* File: print.css */

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

.print {
	display: inherit;
}

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

a img { border: none; }


/* HIDE */

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

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

/* TOP */

#top-photo a img#logo-print {
	width: 75px;
	height: 50px;
	border: 1px solid #666666;
	margin: auto 20px 20px auto;
	float: left;
}

#top-photo h1 {
	float: none;
	clear: right;
}


/* TYPOGRAFIE A DESIGN */

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

#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;
}

#top-photo h1 {
	font-size: 16pt;
}

#top-photo #page-url {
	font-size: 10pt;
	color: #666666;
}


/* 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;
}