/*
www.jiretinpb.cz - verze pro tisk
*/

body {
	font-family: "Times New Roman", serif;
	font-size: .9em;
	margin:0; padding:0;
	background-color: #fff;
	color: #000;
	letter-spacing: .005em;
}

#outside {
	width: 640px;
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -320px;
	margin-top: 0;
}

.outside-in {
	text-align: left;
} 

h1, h3, h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top:1em;
	margin-bottom: .5em;
}

h1 {
	font-size: 1.6em;
	line-height: 80px;
	background: #fff;
	border-bottom: 2px solid #000;
	padding: 2px;
	font-weight: normal;
	margin-bottom: 2em;
}

h2 {
	font-size: 1.5em;
	text-transform: uppercase;
}

h3 {
	font-size: 1.1em;
}

h4 {
	font-size: .9em;
	font-style: italic;
}

p {
	line-height: 1.5em;
}

p.list-item {
	border-bottom: 1px dashed #ccc;
	padding-bottom: .7em;
}

p.cite, #content p.frame {
	padding: 1.5em;
	background: #f5f5f5;
	border: 1px solid #ccc;
}

code {
	border: 1px solid #ccc;
	background: #f5f5f5;
	padding: .1em;
	font-size: 1.1em;
}
#content img.noframe {
	border: none;
}

/* citace z vyhlasek */

#content div.vyhlaska {
	padding: 1.5em;
	/*background: #f6fcf2;*/
	border: 1px dashed #9a9a9a;
	font-family: "Times New Roman CE", "Times New Roman", Times, serif;
	color: #000;
	margin-bottom: 2em;
} 

#content div.vyhlaska h2 {
	font-size: 1.4em;
	border: none;
	text-align: center;
	font-weight: bold;
}

#content div.vyhlaska h3 {
	font-size: 1.2em;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	color: #000;
}

#content div.vyhlaska h4 {
	font-weight: bold;
}

dt {
    margin: .5em 0;
    font-weight: bold;
}

dd {
    font-style:italic;
}


dfn, abbr, acronym {
	font-variant: normal;
	font-style: normal;
	border-bottom: 1px dotted;
}

/*
Obrázky
*/

img.right {
	float:right;
	margin-left: .7em;
	margin-bottom: .4em;
}

img.left {
	float:left;
	margin-right: .7em;
	margin-bottom: .4em;
}

img.mtop {
	margin-top: .7em;
}


.hidden, .print-hidden {
	display: none;
	visibility: hidden;
}

#autor {
	clear: both;
	text-align: center;
	border-top: 1px solid #000;
	padding-top: .25em;
	margin-top: 1em;
}

/*
 Pocitadlo pristupu 
*/
#counters {
	visibility: hidden;
	display: none;
	height: 0px;
	margin:0;padding:0;	
}

Tabulky
*/

table		{ display: table; }
tr			{ display: table-row; }
thead		{ display: table-header-group; }
tbody		{ display: table-row-group; }
tfoot		{ display: table-footer-group; }
col		{ display: table-column; }
colgroup	{ display: table-column-group; }
td, th	{ display: table-cell; }
caption	{ display: table-caption; }

#content table {
	/*table-layout:fixed; */
	/*border-collapse:collapse;*/
	font-size: 11pt; 
	width:auto;
	border: 2px solid #c0c0c0;
	margin-top: 1em;
	margin-bottom: 1em;
}

#content table.pevna {
	
	width: 90%; 
}

#content th, td {
	padding:5px; 
	border: 1px solid #c0c0c0;
}

#content th {
	background-color: #f5f5f5;
}



