/*  Print stylesheets for www.pontex.cz
    created: Jana Moudrá, jana.moudra@imatic.cz
    date: 2009-08-13   
*/
  
/*
    CSS reset
*/  
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

  
/* HTML elements */ 
body {
    background-color: white;
    font: 11.28pt/1.3 "Times New Roman CE", "Times New CE", "Times CE", "Times New Roman", times, serif;
    color: black;
}

h1, h2, h3, .logo a {
    font-family: "Arial CE", "Helvetica CE", Arial, Helvetica, sans-serif; 
    font-weight: bold;
}

h1 {
    font-size: 16pt;
    font-weight: bold;
    padding: 7px 0 5px;
    text-transform: uppercase;
}

h2 {
    font-size: 15pt;
    margin: 10px 0;
    page-break-before: auto;
    page-break-after: avoid !important;
}

h3 {
    font-size: 14.4pt; 
    margin: 5px 0;
    page-break-before: auto;
    page-break-after: avoid !important;
}

h4, h5, h6 {
    font-size: 14pt;
    font-weight: bold;
}

p {
    margin-bottom: 5px;
    text-align: justify;
}

a {
    color: gray;
    text-decoration: underline;
}

div {
    page-break-inside: avoid !important;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

ul, ol {
    margin: 5px 0 0 30px; 
    list-style-position: outside;
}

ul {
    list-style-type: disc;
}

ol {
    list-style-type: decimal;
}

li {
    padding-top: 5px;
    font-size: 12pt;
}

address {
    margin-left: 20px;
    font-style: normal;
}

table {
    margin: 10px 2px;
    font-size: 12pt;
}

table, th, td {
    border: 1px solid silver;
    border-collapse: collapse;
}

th {
    text-align: center;
    font-weight: bold;
    padding: 3px 5px;
}

td {
    padding-left: 5px;
}

caption {
    font-style: italic;
    font-size: 12pt;
    margin: 0 0 5px 5px;;
}

/* Declarations */  
@page {
    margin-top: 20px;
}  

/* Declarations head */
.logo {
    border-bottom: 1px solid silver;
}

.logo a {
    font-size: 11pt;
    text-decoration: none;
    padding-bottom: 20px;
    color: gray;
}

/* Declarations footer */
#footer {
    border-top: 1px solid silver;
}

#footer p {
    padding-top: 10px;
}

/* Declarations container */
#left {
    float: right;
    margin: 10px 0 20px;
}

.obal h3, .obal p, .obal {
    font-size: 8pt;
}

.obal td {
    padding-left: 0 !important;
}

.obal table, .obal table td, .obal table th {
    border: none !important;
    font-size: 8pt;
}

#right {
    clear: both;
}

/* Not visible parts */
.navigacem .navpath-menu, #left object, #header .navigace, #header .navpath-menu, #container .menu,  #header .login, #adresa p, #hlavni-obrazek, #hlavni-obrazek img {
    display: none;
}

