/*-------------------------------------------------------------------------- menu left */
.leve-menu{
	margin:0px;
	padding:0px;
	float:left;
	width:153px;
	height:auto;
}

#menu-left{
	margin:0px;
	padding:0px;
	float:left;
	width:153px;
	height:auto;
	list-style-type:none;
	color:#000;
}

#menu-left a{
	display:block;
	font-weight:normal;
	text-decoration:none;
}

#menu-left ul{
	overflow: hidden;
	margin:0;
	padding:0;
}

#menu-left li{
	margin:0;
	padding:0;
	list-style-type:none;
}

#menu-left li a{
	width:138px;
	height:25px;
	padding: 7px 0px 0px 15px;
	display:block;
	color:#000;
}

#menu-left li a:link, #menu-left li a:visited {
	background:url(../images/bg-left-buton.gif) no-repeat;
	color:#000;
	line-height: 10px;
}

#menu-left li a:active, #menu-left li a:hover {
	background-image: url(../images/bg-left-butonn.gif);
	color: #61201C;
}


#menu-left .down:link, #menu-left .down:visited {
	background:url(../images/bg-left-buton01.gif) no-repeat;
	color:#000;
	line-height: 10px;
}

#menu-left .down:active, #menu-left .down:hover {
	background-image: url(../images/bg-left-butonn01.gif);
	color: #61201C;
}

#menu-left li a.closed{
	color:#000;
	background:url(../images/bg-left-buton01.gif) no-repeat;
}

#menu-left li.firstitem a.closed{
	color:#000;
	background:url(../images/bg-left-buton01.gif) no-repeat;
}

#menu-left li.lastitem a.closed{
	color:#000;
	background:url(../images/bg-left-buton01.gif) no-repeat;
}

#menu-left li li{
	/*background:url(../images/bg-left-butonn.gif) no-repeat;*/
	padding:4px 0px 0px 25px;
	height:20px;
}

#menu-left li li a:link, #menu-left li li a:visited {
	text-decoration:none;
	background:none;
	width: 113px;
	color:#000;
	padding:0px;
}

#menu-left li li a:active, #menu-left li li a:hover {
	text-decoration: none;
	width: 113px;
	background: none;
	color: #61201C;
	padding: 0px;
}

#menu-left li a.opened{
	background-image: url(../images/bg-left-butonn01.gif);
	color: #61201C;
}

#menu-left li.firstitem a.opened{
	background-image: url(../images/bg-left-butonn01.gif);
	color: #61201C;
}

#menu-left li.lastitem li{
	margin-bottom:-4px;
}

#menu-left li.lastitem ul{
	background-image:url(ha-footer.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:4px;
}

img {
	border: 0px;
}

.flright {
	float: right;
}

.skryte {display: none;}
.zobraz {display: block;}
