body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	text-align: center;
	color: black;
	font-size: 12px;
	background-color: ButtonFace;
}
.page {
	width: 100%;
	text-align: center;
	background-color: white;
	margin: 0 auto;
	padding: 0;
}
.horni_lista{
	font-family: "Comic Sans MS";
	float: none;
	width: 100%;
	height: 53px;
	font-size: 38px;
	padding: 0;
	background-image: url(pictures/lista_up.gif);
}
.menu{
	width: 150px;
	padding-left: 4px;
	padding-right: 1px;
	margin: 0px;
	height: auto;
	float: left;
	font-size: 14px;
	text-align: left;
	background-color: White;
}
.menu_link{	
   color: Navy;
	float: left;
   text-decoration: none;
	padding-left: 1px;
	padding-right: 1px;
	font-size: 14px;
	text-align: left;
}
a.menu_link:link{
   color: Navy; 
	float: left;
	text-decoration: none;
	padding-left: 1px;
	padding-right: 1px;
	font-size: 14px;
	text-align: left;
}
a.menu_link:hover{
	color: Navy;
	float: left;
	text-decoration: none;
	background-color: #FFD700;
	padding-left: 1px;
	padding-right: 1px;
	font-size: 14px;
	text-align: left;
}

hr {
   background: Black;
	height: 1px;
	border: none;
}


.text_uvod{
	float: left;
	text-align: left;
	font-size: 12px;
	color: #0F3B52;
	background-color: White;
	border-left: 1px dotted Red;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 1px;
	padding-left: 10px;
	margin-right: 5px;
	width: 99%;
	display: inline;
}
.text{
	float: none;
	text-align: left;
	font-size: 12px;
	color: #0F3B52;
	background-color: White;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	width: auto;
	display: inline;
}
.dolni_lista{
   float: none;
	width: 100%;
	height: 40px;
	text-align: center;
	font-size: 14px;
	background-image: url(pictures/lista_down.gif);
}
.banner_link{color: Black; font-size: 14px;
}
a.banner_link:active{text-decoration: none; color: Black;
}
a.banner_link:link{text-decoration: none; color: Black;
}
a.banner_link:hover{color: Silver; text-decoration: none;	background-color: Black;	width: auto;
}
.foot{ float: right;
}
.table_text {
	float: right;
	width: 600px;
	margin: 0 auto;
	padding: 0px;
	display: inline;
	background-color: White;
}
.table_list {
	float: none;
	width: 100%;
	margin: 0 auto;
	padding: 0px;
	display: inline;
	background-color: White;
}
.thumbcell {
	width: auto;
	border-bottom: 1px dotted Red;
	background-color: white;
	color: black;
	vertical-align: top;
	font-size: 12px;
	padding: 10px;
}
.thumbcell img { border-style: none;
}
a, a:active, a:link, a:focus { color: Black;	text-decoration: underline;
}
a:hover {
	color: Black; background-color: #FFD700;	width: auto;
}
td {
	color: black;
	background-color: white;
	font-size: 12px;
}
th {
	font-size: 12px;
	color: White;
	background-color: #FF8B4C;
}
h1 {
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	background-color: #FF8B4C;
}
h2 {
	font-weight: normal;
	font-size: 12px;
	color: Black;
}
h3 {
	font-weight: bold;
	font-size: 40px;
	font-family: Comic Sans MS;
	color: Black;
}
