/* STYLY PRO SEGMENTY GENEROVANE ZDROJOVYM KODEM*/
/* Nadpisy nad segmenty (kontakt, adresa, sluzby, ordinace, pojistovny atd....) */
SPAN.sekcekontakt, SPAN.sekcejazyky, SPAN.sekceordinace, SPAN.sekcezamestnanci, SPAN.sekceordhod, SPAN.sekcesluzby, SPAN.sekcepojistovny
{
	font-weight: bolder;
}

/* Tabulka s ordinacnima a poradenskyma hodinama */
table.ordhod{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/* =============================================== */

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px 10px 5px 10px;
	background-image: url(mod_bgr.gif);
	background-repeat: auto;
	margin: 0;
	text-align: center;
}

#page {
	position: relative;
	width: 740px;
	_width: 740px;
	height: auto;
	overflow: hidden;
	margin: auto;
	text-align: left;
}

#top {
	width: 740px;
	height: 77px;
	background-image: url(mod_top.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
}

#top .txt {
	font-size:26px;
	color: #000000;
	padding-left:33px;
	padding-top: 28px;
}

#top .mail {
	position: absolute;
	left: 543px;
	top: 39px;
}

#top .mail a {
	text-decoration: none;
	color:#000000;
}

#top .mail a :hover{
	text-decoration: underline;
	color:#000000;
}

#top .logo {
	position: absolute;
	left: 599px;
	top: 32px;
	width: 122px;
	height: 26px;
}

#mid {
	width: 740px;
	height: 167px;
	background-image: url(mod_mid.jpg);
	background-repeat: no-repeat;
}

#main1 {
	width: 740px;
	height: 62px;
	background-image: url(mod_main1.jpg);
	background-repeat: no-repeat;
}

#main1 .nadpis1 {
	position: absolute;
	left: 268px;
	top: 263px;
	font-size:20px;
	color: #2C5D7E;
	font-weight: normal;
}

#main1 .nadpis2 {
	position: absolute;
	left: 595px;
	top: 263px;
	font-size:20px;
	color: #2C5D7E;
	font-weight: normal;
}

#main2 {
	width: 740px;
	_width: 740px;
	height: auto;
	min-height: 200px;
	_height: 200px;
	overflow: auto;	
	background-image: url(mod_main2.gif);
	background-repeat: repeat-y;
}

#main2 .txt1 {
	float: left;
	position: relative;
	left: 218px;
	width: 300px;
	height: auto;
	font-size:11px;
	text-align: justify;
	color: #000000;
	padding: 2px 20px 20px 20px;
}

#main2 .txt1 .pic {
	float: right;
	padding: 8px;
}

#main2 .txt1 .pic img {
	border: thick solid #D9E4E6;
}

#main2 .txt2 {
	float:right;
	width: 145px;
	height: auto;
	font-size:11px;
	text-align: justify;
	color: #000000;
	padding:  2px 8px 10px 5px;
	position: relative;
	left: -2px;
}

#main2 .txt2 .pic {
	float: right;
	padding: 0 0px 10px 0;
	position: relative;
	left: -2px;
}

#main2 .txt2 .pic img {
	border: thick solid #D9E4E6;
	width: 140px;
}

#main2 .txt2 .download {
	position: relative;
	top: 5px;
	text-align: center;
	padding-right: 10px;
}

#bottom {
	width: 740px;
	height: 66px;
	background-image: url(mod_bottom.gif);
	background-repeat: no-repeat;
}

#bottom .copyright {
	width: 600px;
	height: 49px;
	text-align: right;
	padding: 20px 10px 5px 5px;
	float: left;
}

#bottom .logo {
	width: 122px;
	height: 26px;
	float: right;
	position: relative;
	top: 13px;
	left: -19px;
}

#menu {
	width: 211px;
	height: auto;
	position: absolute;
	left: 18px;
	top: 97px;
}

#menu .top {
	width: 211px;
	/*height: 21px;
	background-image: url(mod_menu_top.jpg);*/
	height: 7px;
	background-image: url(mod_menu_top2.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}

#menu .bottom {
	width: 211px;
	/*height: 19px;*/
	height: 7px;
	background-image: url(mod_menu_bottom.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}

#menu .item {
	width: 200px;
	height: auto;
	min-height: 26px;
	_height: 26px;
	background-image: url(mod_menu_mid1.jpg);
	background-repeat: no-repeat;
	background-color: #9BC417;
	padding-bottom: 4px;
}

#menu .item  .txt {
	padding-left: 40px;
	padding-top: 8px;
	color: #FFFFFF;
	font-size: 12px;
}

#menu .item_end {
	width: 200px;
	height: 2px;
	background-image: url(mod_menu_mid2.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}

#menu a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bolder;
}

#menu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	
}

#menu .prdoba {
	width: 195px;
	height: auto;
	padding-top:45px;
	_padding-top:45px;
}

#menu .prdoba .nadpis {
	font-size:16px;
	text-align: center;
	color: #883739;
	font-weight: bolder;
}

#menu .prdoba .txt {
	font-size:11px;
	text-align: left;
	padding-left: 15px;
	color: #000000;
	position: relative;
	left: 0px;
	top: -25px;
	width: 180px;
	line-height: 12px;
}

#main2 a {
	text-decoration: none;
	color: #282B88;
}

#main2 a:hover {
	text-decoration: underline;
	color: #282B88;
}

.float_right {
	float: right;
	padding: 0 10px 0 10px;
	text-align: center;
	width: 180px;
}

#main2 .nadpis {
	font-weight: bolder;
	font-size: 14px;
	color: #202020;
	padding: 5px 10px 2px 0;
}

#main2 {
	height: auto;
}

#main2 .popis {
	font-weight: normal;
	font-size: 11px;
	text-align: justify;
	color: #707070;
	padding: 2px 20px 4px 1px;
}

#main2 hr {
	margin-right : 220px;
	margin-left : 250px;
}

#main2 .txt1 .gallery .pic {
	width: 300px;
	overflow: hidden;
	position: relative;
	left: -10px;
}

#main2 .txt1 .gallery .pic img {
	width: 100%;
	border: 0;
}

#main2 .mapa {
	padding: 2px 10px 10px 235px;
}

#main2 .mapa .mapa_txt {
	width: 315px;
}

#main2 .mapa  img {
	padding: 5px 0 5px 0;
	
}

pre {
	font-family: Arial CE, Arial;
}

SPAN.sekceordhod {
	font-size: 14px;
	position: relative;
	left: 25px;
	top: -3px;
}

#main2 .txt3 {
	padding-left: 230px;
	width: 325px;
	height: auto;
}

#main2 .txt2 .nadpis {
	font-size: 11px;
}

#main2 .mapa  img {
	width: 280px;
}

#menu .menu_obsah {
	width: 211px;
	min-height: 167px;
	height: auto;
	_height: 167px;
}
