@charset "UTF-8";

/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 1px;
	list-style-type: none;
	cursor: default;
	width: auto;
	font-size: 100%;
	}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	font-size: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 190px;
	float: left;
	margin-top: 3px;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	font-size: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 1020;
	cursor: default;
	width: 180px;
	position: absolute;
	left: -1000em;
	background-color: #8dcf3e;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: 200px;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 180px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 0px solid Black;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	border-bottom : 1px solid Black;
	border-top : 1px solid silver;
	border-left : 1px solid silver;
	border-right : 1px solid Black;
	font: bold 1em "Times New Roman", Times, serif;
/*	background-image: url(../image/tlac/Tlac4.gif);*/
	display: block;
	cursor: pointer;
	background-color: #75b324;
	padding: 0.1em 0.2em;
	color: #000000;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	border-bottom : 1px solid silver;
	border-top : 1px solid Black;
	border-left : 1px solid Black;
	border-right : 1px solid silver;
/*	background-image: url(../image/tlac/Tlac5.gif);*/
	background-color: #a4d860;
	color: #000000;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	border-bottom : 1px solid silver;
	border-top : 1px solid Black;
	border-left : 1px solid Black;
	border-right : 1px solid silver;
/*	background-image: url(../image/tlac/Tlac5.gif);*/
	background-color: #a4d860;
	color: #000000;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{ 
	background-image:url(SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
/*	background-image: url(../image/tlac/Tlac6.gif);*/
}

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{ 
/*	background-image: url(../image/tlac/Tlac_hover6.gif);*/
	background-image:url(SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}


/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #8dcf3e;
	}
}
a.odkaz{
	font-size: 100%;
	color: black;
	font: bold small "Times New Roman", Times, serif;
	text-decoration: none;
	border-bottom: 1px solid black;
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	border-right: 1px solid black;
/*	background-image: url(../image/tlac/Tlac4.gif);*/
	background: #75b324;
	padding: 1px 1px 1px 1px;
	font-size: 12pt;
	}
a.odkaz:hover{
	border-bottom : 1px solid silver;
	border-top : 1px solid Black;
	border-left : 1px solid Black;
	border-right : 1px solid silver;
/*	background-image: url(../image/tlac/Tlac5.gif);*/
	background: #a4d860;
}

a.odkaz2{
	font-size: 100%;
	color: black;
	font: bold small "Times New Roman", Times, serif;
	text-decoration: none;
	border-bottom: 1px solid black;
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	border-right: 1px solid black;
/*	background-image: url(../image/tlac/Tlac4.gif);*/
	background: yellow;
	padding: 1px 1px 1px 1px;
	font-size: 12pt;
	margin-top: 10px;
	}
	
a.odkaz2:hover{
	border-bottom : 1px solid silver;
	border-top : 1px solid Black;
	border-left : 1px solid Black;
	border-right : 1px solid silver;
/*	background-image: url(../image/tlac/Tlac5.gif);*/
	background: #a4d860;
}

a.odkaz3{
	font-size: 100%;
	color: black;
	font: bold small "Times New Roman", Times, serif;
	text-decoration: none;
	border-bottom: 1px solid black;
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	border-right: 1px solid black;
/*	background-image: url(../image/tlac/Tlac4.gif);*/
	background: yellow;
	padding: 1px 1px 1px 1px;
	font-size: 12pt;
	margin-top: 10px;
	}
	
a.odkaz3:hover{
	border-bottom : 1px solid silver;
	border-top : 1px solid Black;
	border-left : 1px solid Black;
	border-right : 1px solid silver;
/*	background-image: url(../image/tlac/Tlac5.gif);*/
	background: #a4d860;
}

ul.MenuBarHorizontal a.novinky{
	background: yellow;
	}

ul.MenuBarHorizontal a.novinky:hover{
	background: #a4d860;
}

div.tlac {
	margin: 7px 2px 2px 2px;
}

div.tlac2 {
	margin: 340px 0px 0px 0px;
}


p {
	font-family: "Times New Roman";
	text-align: justify;
	margin: 10px 10px 10px 10px;
}

p.novinky {
	text-align:left;
	font-family: "Times New Roman";
	margin: 10px 10px 10px 10px;
	font-size: 20px;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: xx-large;
}
h2, h3 {
	font-family: "Times New Roman", Times, serif;
}
h4 {
	font-family:"Times New Roman", Times, serif;
	font-size: large;
}

input	{
	padding: 2px 2px 2px 2px;
}
pre {
	color: white;
	font: bolder large "Times New Roman" Times serif;
}
table.id {
	border-left: 1px;
	border-bottom: 1px;
	border-right: 1px;
	border-top: 1px;
}
td.id {
	background-color: #8dcf3e;
	width: 200px;
}
th.bmi {
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	background: white;
	width: 150px;
}
a.nahoru {
	color: black;
	font-size: small;
	font-weight: bold;
}

a.strana {
	color: black;
	font-size: medium;
	font-weight: bold;
}

a.strana:active,
a.strana:visited {
	color: black;	
}


var.vypocet {
	font: normal bold medium "Times New Roman", Times, serif;
}
div.vypocet {
	font: bold small;
}
div.hlavni {
	font: bold large "Times New Roman", Times, serif;
	text-align: center;
}
ul.text {
	text-align: left;
}

ul.text2 {
	text-align: left;
	list-style-type: none;
	}

img.wal {
	margin-right: 20px
}
p.centr {
   text-align: center;
}
a.bb {
	text-decoration: none;
	font-size: 100%;
   height: 25px;
	width: 180px;
	font-size: 12pt;
	color: black;
	font: bold small "Times New Roman", Times, serif;
	background-image: url(../image/tlac/Tlac3.gif);
}
a.bb:hover {
	background-image: url(../image/tlac/Tlac_hover3.gif);
	height: 25px;
	width: 180px;
	}
p.hledej {
	text-align: center;
}
div.hledej {
	text-align: center;
}
input.hledej {
	border-bottom: 1px solid silver;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid silver;
	margin-top: 5px;
}
h2.uvod {
	font-size: 21px;
	font-weight: bolder;
}

h2.walker {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}

#vlevo {
	float: left;
	width: 200px
}

#vpravo {
	float: right;
	width: 300px;
}

#celek {
	width: 500px;
	margin: 5px auto 10px;
	}
a.vstup{
	color: black;
	font: bold small "Times New Roman", Times, serif;
	text-decoration: none;
	border-bottom: 4px solid black;
	border-top: 4px solid silver;
	border-left: 4px solid silver;
	border-right: 4px solid black;
	background: yellow;
	padding: 5px 5px 5px 5px;
	font-size: 18pt;
	}
a.vstup:hover{
	border-bottom : 4px solid silver;
	border-top : 4px solid Black;
	border-left : 4px solid Black;
	border-right : 4px solid silver;
	background: #a4d860;
}

a.reklama {
	border: none;
	}

img.reklama {
	padding-top: 10px;
}

div.center p {
	text-align:center;
}