/* CSS Document */

.menu{
	font-size: 8pt;
	width: 140px;
	margin:0;
	float: left;
	padding: 1em 0 0 0;
	line-height: 1.5;
	text-align:center;
	color: #06297B;
	font-weight: 800;
}

.menu_cont_r{
	font-size: 8pt;
	width: 140px;
	margin:0;
	float: right;
	padding: 1em 0 0 0;
	line-height: 1.5;
	text-align:center;
	color: #06297B;
	font-weight: 800;
}

.menu_l {
	width: 140px;
	/* background: url(../grf/dostrL1.gif);
*/
	display: inline;
	float: left;
	margin: 0;
	padding: 1em 0 0 0;
	list-style-type: none;
	display: inline;
	text-align:left;
	color:black;
}


.menu a, .menu_cont_r a{
	color: #06297B;
	font-size: 8pt;
	font-weight: 800;
	padding-left:2px;
}

.menu_r {
	width: 140px;
	/* background: url(../grf/dostrR1.gif);
*/
	float: right;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
	background-position: left top;
	background-repeat: repeat-y;
	color:black;
  text-align:left;
}
.menu_l ul, .menu_r ul, .menu_h ul {
	padding: 10px 0px 0px 0px;
	margin: 0;
}
.menu_l li, .menu_r li, .menu_h li {
	margin: 0;
	list-style-type: none;
	line-height: 2.0em;
	font-weight: 800;
	text-decoration: none;
	font-family: Verdana, Arial;
	font-size: 8pt;
	font-weight: 600;
	margin-left: 5px;
	padding-left: 0px;
}
.menu_l a, .menu_r a{
	/* background-image: url(../pict/back_menu_hover.png);
*/
	float: none;
	color: black;
	background-image: url(../grf/sedy.png);
	padding-left: 10px;
	margin-left: 0px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 1px 4px;
	line-height: 1.5;
}
.menu_l a:hover, .menu_r a:hover {
	color: black;
	background-image: url(../grf/zluty.png);
	margin-left: 0px;
	padding-left: 10px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 1px 4px;
}

/* horizontalni menu */
#navcontainer {
	margin: 0;
	padding: 0 0 0 0;
	font-family: verdana, georgia, serif;
	font-weight: 600;
	/* text-transform: lowercase; */
	background: url(../grf/vitkovice/menu.png);
	background-position: left top;
	background-repeat: repeat-x;
}
/* to stretch the container div to contain floated list */
#navcontainer:after {
	content: ".";
	display: block;
	line-height: 1px;
	font-size: 1px;
	clear: both;
}
ul#navlist {
	list-style: none;
	padding: 0 0 0 5px;
	margin: 0 0;
	width: 100%;
	font-size: 8pt;
}
ul#navlist li {
	display: block;
	float: left;
	width: 150px;
	margin: 0;
	padding: 0em 0 0 0;
	line-height: 1.3em;
}
ul#navlist li a, ul#navlist2 li a {
	margin: 0;
	display: block;
	width: 100%;
	padding: 0 0 0 1em;
	color: black;
	text-decoration: none;
	background-image: url(../grf/sedy.png);
	background-repeat: no-repeat;
	background-position: left;
}


#navcontainer>ul#navlist li a,#navcontainer2>ul#navlist li a {
	width: auto;
	margin-left: auto;
	margin-right: auto;
}
ul#navlist li a:hover, ul#navlist a:hover {
	color: black;
	background: transparent;
	background-image: url(../grf/zluty.png);
	background-repeat: no-repeat;
	background-position: left;
}

.menutitle{
	color: #06297B;
	font-size: 10pt;
	font-weight: 800;
	padding: 0;
	margin-left:auto;
	margin-right:auto;
}

.menutext{
	color: #06297B;
	font-size: 8pt;
	font-weight: 800;
	padding: 0;
}

.menu hr, .menu_cont_r hr{
  width: 80%;
  color: #9FBFEF;
  height: 2px;
  margin: 0 auto 0 auto;
}

#navcontainer2 {
	margin: 0;
	padding: 0 0 0 0;
	font-family: verdana, georgia, serif;
	font-weight: 600;
	background: transparent;
}
/* to stretch the container div to contain floated list */
#navcontainer2:after {
	content: ".";
	display: block;
	line-height: 1px;
	font-size: 1px;
	clear: both;
}
ul#navlist2 {
	list-style: none;
	padding: 0 0 0 5px;
	margin: 0 0;
	width: 100%;
	font-size: 8pt;
}
ul#navlist2 li {
	display: block;
	float: left;
	width: 250px;
	margin: 0;
	padding: 0.1em 0 0 0;
	line-height: 0.9em;
}

ul#navlist2 li a {
	color: #06297B;
}

ul#navlist2 li a:hover, ul#navlist a:hover {
	color: black;
	background: transparent;
	background-image: url(../grf/cervy.png);
	background-repeat: no-repeat;
	background-position: left;
}


