/* --------------------------------------------------------------------------------------------
    Autor: Jan Dousek (jan.dousek@edvens.cz)
    Posledni uprava: 18.9.2011
-------------------------------------------------------------------------------------------- */

/*  TISK  --------------------------------- */
@page{margin:2.5cm;}
body{margin:20px 35px;color:#000;background:#fff;font-size:85%;}
a{color:#000;}
abbr{border:none;}

/*  NADPISY  ----------------- */
h1,h2,h3,h4,h4,h5,h6{margin-bottom:20px;clear:both;font-family:'Palatino Linotype',Georgia,serif !important;}
h1{line-height:100%;font-size:2em;}
h2{font-size:1.6em;}
h3{font-size:1.4em;}
h4{font-size:1.2em;}
h5{font-size:1.1em;}
h6{font-size:1em;}

/*  FORMATOVANI OBSAHU  ----------------- */

/*  BLOKY  -------- */
p,address{margin-bottom:20px;line-height:140%;}
blockquote{padding:0 10px;border:1px solid #000;}

/*  SEZNAMY  -------- */
ul,ol{margin:0 0 30px 0;}
ul li,ol li{list-style:square;}
li{margin-bottom:4px;line-height:140%;}
dt{margin:10px 0 5px 0;font-weight:bold;}
dd{margin:0 0 15px 0;line-height:140%;}

/*  TABULKY  -------- */
table{width:100%;margin:20px 0;border-collapse:collapse;font-size:1.1em;}
table caption{padding-bottom:7px;}
table th,table td{padding:4px 5px;border:1px solid #aeaeae;text-align:left;}
table thead th{background:#e5e5e5;}

/*  UPRAVA OBSAHU  -------- */
p.code{display:inline-block;margin:0;padding:10px 12px;background:#eee;font-size:1.2em;font-weight:bold;}

/*  OBRAZKY  -------- */
img{float:right;margin:5px 0 20px 20px;}

/*  CO JE POTREBA TISKNOUT  -------- */
.print{display:block !important;}

/*  CO NENI POTREBA TISKNOUT  -------- */
.no-screen, .no-print, hr, .header, .footer, .paging, .types{
	display: none !important;
}