/* menu */
#menu {
	width: 100%;
	font-weight: bold;
}
/*#div_nahore_k {
	height: 100%;
	widht: 100%;
}*/
#menu div {
	width: 100%;
}
#katalog {
	height: 35px;
	width: 100%;
	display: block;
	position: relative;
}
#kontejner {
	position: absolute;
	z-index: 1;
}
.polozka0 {
	position: relative;
	top: 10px;
	left: 10px;
	font-weight: bold;
	color: #254E9A;
}
.polozka {
	position: relative;
	top: 10px;
	left: 10px;
	font-weight: bold;
	color: #ffffff;
}
.polozka2 {
	position: relative;
	top: 10px;
	left: 40px;
	font-weight: bold;
	color: #ffffff;
}
#menu div a, #submenu div a {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	border-width: 0;
	color: #ffffff;
	text-decoration: none;
	display: block;
	_position: relative; /* IE/Win fix */
	/*float: left;*/
	/*\*/
	/*float: none; /* IE/Mac fix */
	/*background-color: #254E9A;*/
}

#menu div.menuon table { /* menu function show */
	visibility: visible;
}
#menu div.menuoff table { /* menu function hide */
	visibility: hidden;
}
#menu div table {
	background-color: #254E9A;
	display: none;
	/*\*/
	display: table; /* IE/Mac fix */
	/*width: 189px;*/
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	/*border-width: 0;*/
	border-top: 5px solid #cccccc;
	/*border-bottom: 5px solid #cccccc;*/
	z-index: 1;
}
#submenu div table {
	background-color: #254E9A;
}
#menu div table tr td {
	margin: 0;
	padding: 0;
	/*border-width: 0;*/
	/*float: none;*/
	border-bottom: 5px solid #cccccc;
	height: 35px;
	/*width: 189px;*/
}
#submenu div table tr td {
	margin: 0;
	padding: 0;
	/*border-width: 0;*/
	/*float: none;*/
	border-top: 5px solid #cccccc;
	height: 35px;
	/*width: 189px;*/
}

#menu div table tr td a, #menu div.menuon table tr td a, #submenu div table tr td a, #submenu div.menuon table tr td a {
	margin: 0;
	padding: 0;
	border-width: 0;
	color: #ffffff;
	_width: 100%;
}
#menu div table tr td a:hover, #submenu div table tr td a:hover {
	margin: 0;
	padding: 0;
	border-width: 0;
	background-color: #86004d;
	color: #ffffff;
}
.odkaz {
	height: 100%;
	width: 100%;
}
.div_nahore_h a {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	border-width: 0;
	color: #254e9a;
	text-decoration: none;
	display: block;
}
.div_nahore_h a:hover {
	background-color: #f0f0f0;
	color: #86004d;
}
.div_nahore a {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	border-width: 0;
	color: #ffffff;
	text-decoration: none;
	display: block;
}
.div_nahore a:hover {
	background-color: #254e9a;
	color: #ffffff;
}
.div_nahore_k a {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	border-width: 0;
	color: #ffffff;
	text-decoration: none;
	display: block;
}
.div_nahore_k a:hover {
	background-color: #86004d;
	color: #ffffff;
}
