@charset 'UTF-8';


.menu { 
	width:931px;
	position:absolute;
	top:204px;
	_top:204px;
	left:32px;
	
	
}

.menu a { 
	float:left;
	display:block;
	height:39px;
	color:#127f8c;
	background:transparent url(/images/menu/topr.png) top right  no-repeat;
	font-weight:bold;
	text-transform:uppercase;
	font-size:0.8em;
	text-decoration:none;
	margin-right:5px;
	padding:0 27px;
	line-height:4.3em;
	position:relative;
	margin-right:-5px;
}

.menu a div {
	width:7px;
	height:39px;
	background-color:#FF0000;
	position:absolute;
	top:0px;
	left:0px;
	background:url(/images/menu/left-edge.png) 0 0 no-repeat;
}

.menu a.active div {
	background: url(/images/menu/left-edge-s.png) 0 0 no-repeat;
}

.menu a.active { 
	color:127f8c;
	background: #ffffff url(/images/menu/topr-s.png) top right no-repeat;

}

#mapaStranek {
	margin-left:25px;
	
}

#mapaStranek h3 { font-size:1em;}

.bread {
	position:absolute;
	top:260px;
	left:30px;
}

.bread, .bread a  { font-size:10px;}

.doporucujeme a { display:block; margin-bottom:15px;border-bottom:2px #ffffff solid; width:650px; }

.doporucujeme a:hover { border-bottom:2px #1e96a4 solid; }