/* SET ALL WE NEED TO 0 =========================================================== */
div,img,h1,h2,h3,h4,h5  , p,a,ul,li,span {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Verdana, Helevetica, Arial, "Arial CE", sans-serif;
	font-size: 11px;
}

/* BASIC TAGS  =========================================================== */

h2 {
	color: #6D6D6D;
	font-size: 13px;
	text-decoration: underline;
}

div.clear {
	display: block;
	clear: both;
	font-size: 0px;
	line-height: 0px;
}
/* LAYOUT =========================================================== */
body {
	background: #EDEDEC;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Verdana, Arial, "ArialCE";
	font-size: 11px;
	line-height: 160%;
	color: #555;
	text-align: left;
	background: url("../img/bgbody.gif") top center repeat-y #ebebeb;
}

div#nemocniceMain {
	position:absolute;
	top: 0; left: 50%; 
	margin-left: -470px;
	width: 940px;
	min-height: 400px;
	clear: both;
	
}

div#nemocniceTopBlock {
	width:100%;
	height: 120px;
	background: #fff;
}
#nemocniceTopBlockContent {
	padding:0px 6px 0px 6px;
}
div#playground {
	background: url("../img/bgPage.gif") opx 0px repeat-y #ccc;
	padding:0px 6px 0px 6px;
	border-top:1px solid #E1E1E1;
}
div#nemocniceLeft {
	float:left;
	width:170px;
}

div#nemocniceRight {
	margin-left:185px;
	width:740px;
}

div#nemocniceRightContent {
	padding:20px;
}

div#nemocniceGrayField {
	width: 928px;
	height: 12px;
	background: #C9C9C9;
	margin: 1px 0px 1px 0px;
	padding: 0pxx;
}

div#nemocniceGrayField h1 {
	display:none;
}
a#topClick {
	display:block;
	position:absolute;
	top:20px; left:20px;
	width:250px;
	height:50px;
	
}
a#topClick em {
	display:none;
}

div#nemocniceHorniMenu {
	width: 153px;
	height: 74px;
	background: #fff;
	margin: 0px;
	padding: 0px;
	float: right;
}

a#mapaStranek {
	display: block;
	width: 153px;
	height: 36px;
	background: #808080;
}
div#search {
	width: 153px;
	height: 37px !important;
	background: url("../img/search.gif") top left no-repeat #D46011;
	border-top: solid 1px #fff;
	position:relative;
}

div#nemocniceLogo {
	width: 774px;
	height: 74px;
	background: url("../img/logo.gif") top left no-repeat #4582B6;
	margin: 0px;
	padding: 0px;
	float:left;
	text-align:right;
}

a.ambulance,a.pohotovost {
	margin: 0px 10px 0px 0px;
}
a.ambulanceEN,a.pohotovostEN {
	display: none;
}

div#search form {
	height:37px !important;
	margin:0px;
}
div#search form input#searchInput {
	margin-top:7px;
	width:110px;
	margin-left:3px;
}
div#search form input#searchButton {
	position:absolute;
	top:0px;
	right:0px;
}
div#nemocniceUnder {
	width: 940px;
	height: 185px;
	background: url("../img/unter.jpg") top left no-repeat #fff;
}
div#nemocniceUnderEN {
	width: 940px;
	height: 185px;
	background: url("../img/unterEN.jpg") top left no-repeat #fff;
}

.odd {
  background-color: #f3f3f3;
}
.even {
  background-color: #f7f7f7;
}

/* ================================================= paging =============*/
.sortPaging {
	text-align:center;
	border-top:1px solid #e1e1e1;
	margin-top:10px;
	padding-bottom:3px;
}
.sortPaging a {
	text-decoration: none !important;
	color:white !important;
	font-weight:900;
}
.sortPaging em {

	font-weight:900;
	border:1px solid #2f5fb3;
	font-style:normal;
	width:14px;
	height:11px;
	padding:0px 4px 0px 4px;
}
.sortPaging a em {
	background-color:#90b4ee;
}