/* CSS Document */
.popis {font-size: 9px}
.skryvany {display: none}
.sub_nadpis {
	background-color: #0099FF;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
body {
	background-color: #000000;
}
a {
	color: #0000FF;
	font-weight: bold;
	text-decoration: none;
}
a:link {
	color: #0000FF;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
	color: #0099FF;
}
a:active {
	text-decoration: none;
	color: #0000FF;
}
.admiracz {
	background-color: #FFFFFF;
	background-position: center;
	height: 45px;
}
.webczech {
	letter-spacing: 5px;
	text-align: center;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0000;
	height: 25px;
	vertical-align: middle;
}
.obsah {
	margin: 10px;
	padding: 10px;
	height: 550px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	background-color: #CCCCCC;
}.bunka {
	background-color: #FFFFFF;
}
.hide {
	display: none
}
.vypis{
	background-color:#FFCC00;
	border-bottom: solid 1px black;
	font-size: 10px;
}