/*  Print stylesheets for [web]
    created: Jana Moudrá, [email]
    date: [date] 
    last edit: [date]    
*/
 
 
/* Printing, breaking, orphans, widows etc. */ 
@page {
	margin: 1cm 1.5cm;
}

img, table {
	page-break-inside: avoid;
}

/* Not displayed elements - navigations etc. */
#menu-top-first, #menu-top-last, #menu-lang, .gallery-filter, .pagination {
	display: none;
} 

 
/* HTML elements */ 
body {
    background-color: white;
    font: 10pt/1.3 "Times New Roman", times, serif;
    color: black;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Verdana, Helvetica, sans-serif; 
}

h1 {
	font-size: 16pt;
	margin-bottom: 2px; 
}

h2 {
	font-size: 14pt;
}

h3 {
	font-size: 12pt;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

p {
	margin-bottom: 5px;
	text-align: justify;
}

a {
	text-decoration: none;
	color: black;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

ul, ol {
	margin: 3px 0 5px 20px;
}

ul {
    list-style-type: disc;
}

ol {
    list-style-type: decimal;
}

li {
	padding: 1px 2px;
}

address {
	margin-left: 10px;
	font-style: italic;
}

table {
	border-collapse: collapse;
	table-layout: auto;
	margin: 3px 0 5px 10px;
}

table, th, td {
	border: 1px solid black;
}

th {
	font-weight: bold;
	text-align: center;
}

th, td {
	padding: 1px 2px;
}

caption {
	font-style: italic;
	font-size: 8pt;
}

img {
	margin: 2px;
}

input[type="text"], input[type="password"], textarea {
	border: 1px solid black;
}

input[type="submit"], input[type="reset"] {
	display: none;
}

input, label {
    margin-bottom: 2px;
}

label {
	font-weight: bold;
}

legend {
	font-weight: bold;
	font-size: 12.5pt;
}

fielset {
	margin: 2px 0;
}

/* Header */
#header {
    border-bottom: 1px solid #868889;
    margin-bottom: 10px;
}

/* Footer */
#footer {
    border-top: 1px solid #868889;
    margin-top: 10px;
}