.client_header {
	width: 970px;
	height: 181px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;		
}
.client_header #hlavicka-obrazek {
	width: 970px;
	height: 123px;
	overflow: hidden;
}
.client_header #hlavicka-obrazek a {
	display: block;
	width: 970px;
	height: 123px;
	position: relative;
	overflow: hidden;
}
.client_header #hlavicka-obrazek a span {
	display: block;
	width: 970px;
	height: 123px;
	position: absolute;
	top: 0;
	left: 0;
	background: url("/header/images/hlavicka-970.jpg") top left no-repeat;	
	cursor: pointer;	
}
.client_header #hlavicka-menu {
	width: 970px;
	height: 48px;
	background: url("/header/images/menu-pozadi.gif") top center no-repeat;		
}
.client_header ul#menu {
	margin: 0;
	padding: 0;
	border: 0;	
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 1.25em;	
}
.client_header ul#menu li {
	list-style: none;
	float: left;
	font-size: 15px;
	line-height: 43px;
}
.client_header ul#menu a {
	padding: 5px 10px 0px 10px;
	display: block;
	position: relative;
	color: #ffffff;
	text-decoration: none;
	background: url("/header/images/pozadi-menu.gif") 0 0 repeat-x;		
}
.client_header ul#menu a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.client_header ul#menu a:visited {
	color: #ffffff;
}
.client_header ul#menu li a {
	display: block;
	height: 43px;
	position: relative;
	overflow: hidden;
}
.client_header ul#menu li a span {
	display: block;
	height: 43px;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	cursor: pointer;	
}
.client_header ul#menu li:hover a {
	background-position: 0px -48px;
}
.client_header ul#menu li.aktivni a {
	background: url("/header/images/pozadi-menu.gif") 0px -48px repeat-x;		
}
.client_header ul#menu li.oddelovac {
	font-size: 0px;
	line-height: 0px;
	width: 2px;
	height: 48px;
	background: url("/header/images/menu-mezera.gif") 0px 0px no-repeat;	
}
