* {
	padding: 0;
	margin: 0;
}
body {
	background-color: white;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	text-align: center;
	font-family: "Comic Sans MS";
}
#stranka {
	width: 860px;
}
#nadpis {
	background: url(nadpis.gif) no-repeat top left;
	height: 80px;
}
#nadpis h1 {
	font-size: 0px;
}
#menu {
	color: #A9A9A9;
	padding-top: 2px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 12px;
	background: black;
	font-family: Arial;
}
#menu li {
	list-style: none;
	display: inline;
}
#menu li a {
	color: #A9A9A9;
	font-weight: bold;
	text-decoration: none;
	padding: 10px;
}
#menu li a:hover, #menu li.aktivni a {
	color: white;
}
#menu li.aktivni a:hover {
	cursor: default;
}
#obsah {
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 30px;
	min-height: 500px;
	background-color: #D6D6D6;
	border-left: thin solid Black;
	border-right: thin solid Black;
}
#obsah img {
	border: 1px solid black;
}
#obsah h3 {
	padding-bottom: 6px;
	font-size: 18px;
	font-weight: normal;
}
#obsah table {
	font-size: 14px;
}
#obsah th {
	font-size: 16px;
	font-weight: normal;
}
#obsah a {
	font-weight: bold;
	color: black;
	text-decoration: none;
}
#obsah a:hover {
	text-decoration: underline;
}
.cist {
	text-align: right;
	padding-right: 15px;
}
.item {
	text-align: left;
	padding: 10px 0px 10px 0px;
}
.nadpis {
	text-align: left;
	padding-left: 20px;
	font-size: 16px;
	background-color: Black;
	height: 25px;
	color: white;
}
#obsah .nadpis a {
	color: white;
	font-weight: normal;
}
.nadpis2 {
	text-align: center;
	font-size: 20px;
}
.datum {
	text-align: left;
	padding-left: 10px;
	font-size: 11px;
	color: black;
}
.obsah {
	padding: 10px 10px 10px 10px;
	text-align: justify;
}
.obsah p {
	text-indent: 15px;
}
h1 {
	font-size: 16px;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
}
h2 {
	font-size: 16px;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
}
h3 {
	font-size: 18px;
	margin: 2px 0px 0px 0px;
	font-weight: bold;
}
#uvod {
	text-align: justify;
}
#paticka {
	height: 20px;
	font-size: 12px;
	color: silver;
	background-color: black;
	vertical-align: text-bottom;
	text-decoration: none;
}
#paticka a {
	color: silver;
	text-decoration: none;
	cursor: text;
}
#kniha img {
	border: 0;
}
.jmeno {
	margin-top: 20px;
	text-align: left;
	background-color: black;
	color: white;
	padding-left: 5px;
}
.datum_kniha {
	font-size: 11px;
}
.text_kniha {
	text-align: left;
	text-indent: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 5px;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}
.code {
	font: 12px Tahoma;
	margin: 10px 15px 10px 15px;
	padding: 5px 5px 5px 5px;
	border: 1px solid black;
	background-color: WhiteSmoke;
}
.reklama {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 15px;
}
input, textarea {
	background-color: #D6D6D6;
	border: 1px solid black;
	text-align: left;
	vertical-align: top;
}
input.submit {
	border: 2px solid black;
}
#navigace {
	text-align: right;
	font-size: 11px;
}
#navigace a.akt
{
	text-decoration: none;
	padding: 2px;
	color: black;
}
#navigace a.neakt{
	text-decoration: none;
	color: gray;
	padding: 2px;
}
#navigace a.neakt:hover {
	text-decoration: none;
}
