/* tisk.css; www.listy.cz */
body {
	margin: 5px;
	text-align: left;
   font-family: "Times New Roman CE", "Times New CE", "Times CE", "Times New Roman", times, serif;	
	font-size: 12pt;
	color: #000;
	line-height: 1.6;
	background: #fff;
}
/* nadpisy */
h1, h2, h3, h4 {
	margin: 0 0 0 15px;
	font-size: 16pt;
	font-weight: bold;
	color: #000;
}

h1.logo {
	display: none;
}

h2 {
	margin: 10px 0 0 15px;
	font-size: 14pt;
}

h3 {
	margin: 20px 0 -10px 15px;
	font-size: 12pt;
}
/* odstavce */
p {
	margin: 10px 15px 10px 15px;
}

ul {
	margin: 0;
}

li {
	margin: 10px 0px 10px 20px;
	list-style-position: inside;
	list-style: square;
}
/* obrazky */
img {
	border: #ccc 1px solid;
}
/* tabulky */
table {
	margin: 0 0 0 15px;
}

td {
	text-align: left;
	font-size: 10em; 
}
/* odkazy */
a {
	color: #039;
	text-decoration: underline;
}

a:visited {
	color: #906;
}

a:hover {
	color: #000;
	text-decoration: none;
	background: #eee;
}

a.externi {
	padding-right: 17px;
	background: url(../images/sipkaven.gif) top right no-repeat;
}

a:hover.externi {
	padding-right: 17px;
	color: #333333;
	background: #FFFFCC url(../images/sipkaven.gif) top right no-repeat;
}
/* layout */
#hlavicka {
	width: 100%;
	height: 30px;
	border: none;
	border-bottom: #999 1px solid;
}

#hlavicka img {
	display: none;
}

#hlavicka p {
	margin-left: 100px;
	padding: 0 0 0 8px;
	font-weight: bold;
}

#hledani {
	display: none;
}

#navigace {
	display: none;
}
#drobky {
	display: none;
}
/* specialne pro homepage */
#obalka {
	font-weight: normal;
	text-align: left;
	float: left;
}

#z_obsahu {
	padding-top: 10px;
	font-weight: normal;
	text-align: left;
	float: left;
	border-right: #ddd 1px solid;
}

#z_obsahu p {
	margin: 5px 5px 0 5px;
}

#aktuality {
	display: none;
}

#vyber {
	display: none;
}

#domov {
	display: none;
}

#svet {
	display: none;
}
#kultura {
	display: none;
}
/* specialne pro homepage - konec */
#obsah {
	width: 100%;
	float: left;
}

#upoutavky {
	display: none;
}

#navigace_dole {
	display: none;
}

#patka {
	width: 100%;
	margin: 10px;
	text-align: left;
	clear: both;
	border-top: #999 2px solid;
}

#patka p {
 	margin: 1px 0px 1px 5px;
}
/* fotka autora */
#autor {
	width: 120px;
	height: 175px;
	margin: 15px 10px 5px 5px;
	text-align: center;
	color: #333;
	float: right;
}
/* fotka - 2 autori */
#autor2 {
	width: 120px;
	height: 380px; 
	margin: 15px 10px 5px 5px;
	text-align: center;
	color: #333;
	float: right;
}
/* dodatky ke clankum, info o autorovi */
.redakce {
	margin: 10px 15px 10px 15px;
	padding: 5px;
	color: #333;
	background: #eee;
	border: #999 1px solid;
	border-left: none;
	border-right: none;
}
/* prvni odstavec textu */
.prvni {
	font-weight: bold;
	color: #333;
}
/* otazky v rozhovoru */
.otazka {
	margin: 15px 15px -5px 15px;
 	font-weight: bold;
}
/* nazev partnerskeho odkazu */
.partner {
	margin: 15px 15px -10px 15px;
 	font-weight: bold;
}
/* odkaz na autora a na obsah */
.doplnky {
	display: none;
}
/* povinne polozky formulare */
.povinne {
 	font-weight: bold;
} 
/* vystredeni obsahu */
.center {
 	text-align: center; 
} 
/* citaty u clanku */
.citace {
	margin: 20px 15px 10px 15px;
	padding: 5px;
	color: #363;
	border-left: #363 1px solid;
}
/* obrazek v clanku */
.obrazek {
	margin-left: 15%;
	max-width: 350px; 
	padding: 5px;
	color: #333;
	text-align: center;
	background: #ffe;
	border: #fc9 1px solid;
}

