body {
	color: black;
	background-color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
p {
	line-height: 1.5;
}
a:hover {
	color: #f33;
}
a:link {
	color: #33F;
}
a:visited {
	color: #23A;
}
a img {
	border: none;
}
h1 {
	font-size: 140%;
}
h2 {
	font-size: 100%;
	color: #922
}
.ukazat {
	color: #229;
	cursor: pointer;
	text-decoration: underline;
	font-size: 80%;
}
.menu a {
	color: #555;
	line-height: 2;
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
}
.menu a:visited {
	color: #777;
}
.menu a:hover {
	color: #922;
}
.ared a {
	color: #922;
	line-height: 2;
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
}

.hide {
	display: none
}
.show {
	display: block
}
ul {
	margin-left: 50px;
}
li {
	font-size: 90%;
}
.cara {
	border: dashed black 1px;
	border-left: none;
	border-right: none;
	border-bottom: none;
	height: 1px
}
ol {
	font-weight: bold;
	font-size: 100%;
}
ol ul li {
	font-weight: normal;
}
.ramecek {
	background: #f5f5ff;
	border: 1px solid #449;
	margin: 5px;
	padding: 5px;
	font-size: 70%;
}
table {
	table-layout: fixed;
	width: 100%;
}
#prvniSloupec {
	width: 100px;
}
#druhySloupec {
	width: 500px;
}
table {
	table-layout: auto;
	border-collapse: collapse;
	border: 0px solid;
	border-spacing: 15pt;
}
TD {
	padding: 5pt;
	border: 1px solid;
	font-size: 80%;
}
.nahled {
	border: 0pt solid;
	padding: 7pt;
}
.ramecek50 {
	border: 1px solid #AAA;
	background: #FFF;
	padding: 3px;
	margin: 5px;
}
.invisible {
	border: 0px solid;
}
.navigace {
	font-size: 80%;
	text-align: right;
}
