/* --------------------------------------------------------------------------------------------
    Autor:
      Jan Dousek (prace@jandousek.cz)
-------------------------------------------------------------------------------------------- */

/*  Tisk  --------------------------------- */
* {
	background: transparent !important;
	color: #000 !important;
}
body {
	width: 550pt;
	margin: 1.5cm;
	background: #fff;
	font: 85% Georgia, 'Times new Roman', serif;
}

/*  Nadpisy  ----------------- */
h1,h2,h3,h4,h5,h6{margin-bottom:15px;}
h1{font-size:2.6em;font-weight:normal;}
h2{font-size:1.8em;font-weight:normal;}
h3{font-size:1.6em;}
h4{font-size:1.4em;}
h5{font-size:1.2em;}
h6{font-size:1em;}

/*  Bloky  ----------------- */
p,address{margin-bottom:15px;line-height:160%;}
blockquote{margin-bottom:20px;padding:15px 20px 15px 25px;background-color:#f5f5f5;border-left:1px solid #dedcd0;font:0.9em Georgia,'Times new Roman,serif';font-style:italic;}
blockquote p{margin-bottom:0;}

/*  Seznamy  ----------------- */
ul,ol{margin:15px 0 20px 20px;}
ol{margin-left:15px;}
ul ul,ol ul,ul ol,ol ol{margin:10px 0 10px 15px;}
ol ol,ul ol{margin-left:32px;}
ol ol{list-style-type:lower-alpha;}
ul li,ol li{margin:0 0 5px 0;line-height:170%;}
ul li{padding-left:5px;list-style:square;}
ul ol li{padding-left:0;background:transparent;list-style-type:decimal;}

/*  Definicni  ----------------- */
dl{margin-bottom:20px;}
dl dt{margin-bottom:5px;line-height:150%;font-size:1.2em;color:#0385db;}
dl dd{margin:0 0 15px 10px;line-height:160%;font-size:0.9em;}

/*  Tabulky  ----------------- */
.text table{margin-bottom:20px;border-collapse:collapse;}
.text table caption{padding-bottom:10px;text-align:center;font-weight:bold;}
.text table th,.text table td{padding:4px 6px;border:1px solid #c9c9c9;line-height:150%;}
.text table thead th{background-color:#ededed;color:#000;}

/*  Uprava obsahu  ----------------- */
.f-left,.f-right{float:none !important;}

/*  Co je potreba tisknout  ----------------- */
.print{display:block !important;}

/*  Co neni potreba tisknout  ----------------- */
.no-screen, .no-print, hr, .logo, .links, .menu, .slider-home, .side, .footer, form, img, .gallery {
	display: none !important;
}