@charset "utf-8";

#left-menu{
	width: 258px;
	height: auto;
	background-image: url('../../_outputer/imager/left--gradient.png');
	background-position: top;
	background-repeat: no-repeat;
	float:left;
}
	.left-menu-cell{
	padding-left: 10px;
	margin: 2px 0px 2px 0px;
	width: 240px;
	height: auto;
	color: #555555;
	font-family: "Trebuchet MS", Sans-serif;
	font-size: 12px;
	text-align: left;
	border-bottom: #d0dfe5 1px dotted;
	float: left;
	}
		.left-menu-nadpis{
			height: 22px;
			color: #555555;
		}
		.left-submenu {
			width: 170px;
			height: auto;
			padding: 5px;
			color: #0076a3;
			visibility: hidden;
			position: absolute;
			float: left;
		}
			.sipka{
				margin-bottom: 3px;
			}
			.submenu-link{
				color: #0076a3;
			}
			
.searchfix-top{
	width: 260px;
	clear: both;
	background-color: #b9d2e9;
}
	.search-top{
		width: 190px;
		border: #b9d2e9 7px solid;
		color: #999999;
		padding: 2px;
		float: left;
	}
	.button-submit-top{
		width: 40px;
		height: 30px;
		background-image: url('../../_outputer/imager/button--search--top.png');
		background-repeat: no-repeat;
		background-position: center;
		background-color: #b9d2e9;
		margin: 2px;
	}
	
.searchfix-bottom{
	width: 260px;
	clear: both;
	background-color: #daebf2;
}
	.search-bottom{
		width: 190px;
		border: 7px #daebf2 solid;
		color: #999999;
		padding: 2px;
		float: left;
	}
	.button-submit-bottom{
		width: 40px;
		height: 30px;
		background-image: url('../../_outputer/imager/button--search--bottom.png');
		background-repeat: no-repeat;
		background-position: center;
		background-color: #daebf2;
		margin: 2px;
	}