.pulka {
	width: 48%;
}
.w400 {
	width: 400px;
}
.ad_left {
	float: left;
}
.ad_right {
	float: right;
}
.km_poznamka {
	color: #ca003a;
	padding-top: 10px;
}
.normal {
	font-weight: normal;
}
.seda {
	color: #708090;
	font-size: 91.6%;
}
.lekar_ico {
	float: left;
	width: 120px;
	text-align: center;
	margin-right: 6px;
}
.ad_lek_span {
	width: 300px;
	display: block;
	float: left;
}
.ad_big_alert {
	background-color: #ffeeee;
	border: 1px solid #b22222;
	padding: 10px;
	margin-bottom: 10px;
}
.ad_dotaz {
	background-color: white;
	border: 1px solid #87cefa;
	padding: 10px;
}

.ad_pm .obr {
	float: left;
	width: 180px;
}
.ad_pm img {
	border: 1px solid #dcedff;
}
.ad_pm .text {
	float: right;
	width: 360px;
}
.ad_pm .text p {
	padding-bottom: 6px;
}
.ad_video {
	float: left;
	padding: 5px 30px 0 0;
}

#leky h1 {
	font-size: 200%;
}
.page-form input.ad_aktiv {width:80px; padding:9px 10px 0; border:none; background:url('../img/bg/bg_short2.png') 0 0px no-repeat; height:23px;  text-transform: uppercase;  font-size: 120%;  }
.page-form input.ad_short {width:190px; padding:9px 10px 0; border:none; background:url('../img/bg/input.png') 0 0px no-repeat; height:23px;}
.page-form input.ad_vshort {width:105px; padding:9px 10px 0; border:none; background:url('../img/bg/bg_short.png') 0 0px no-repeat; height:23px;}

/* select box */
.ad_longer .fakeSelect-select span {
	width: 400px;
}
.ad_longer .fakeSelect-list {
	width: 430px;
}
.page-form textarea.ad_vysoky {width:537px; padding:5px 10px; border:none; height:182px; background:url('../img/bg/input2.png') 0 -300px no-repeat; overflow:auto;}

/* preventivni programy */
#nnprg .aa_blok h2 {
	font-size: 150%;
	padding: 15px 30px 15px;
	margin: 0;
	font-weight: normal;
	background: url(../img/ico/question.png) no-repeat 580px;
	cursor: pointer;
}
#nnprg .aa_blok h2 span {
	font-weight: normal;
	font-size: 80%;
	color: #E40041;
}
#nnprg .blokovka {
	padding: 10px;
	margin: 0;
}
#nnprg .vpravo {
	text-align: right;
}
#nnprg .aa_blok{border:1px solid #dcedff; background:#f5faff; margin-bottom: 10px; }

.ad_img {
	float: left;
	padding: 5px 20px 10px 0;
}

/* fotogalerie */
#fotogalerie .foto {
	width: 280px;
	float: left;
	background-color: #f0f8ff;
	text-align: center;
	margin: 8px;
	border: 1px solid #d7ecff;
}
#fotogalerie .foto img {
	margin: 5px 0 5px 0;
}
#fotogalerie .popis {
	margin: 5px;
}

/* styly pro Moje karta */
#karta .menstr {
	width: 180px;
	float: left;
	padding: 10px;
}
#karta .menstr table {
	border: 1px solid #cae9fd;
}
#karta .menstr .mesic th {
	background-color: #ca0039;
	color: white;
}
#karta .menstr th,
#karta .menstr td { padding: 5px; }
#karta .menstr td { text-align: right; }
#karta .ikon {
	width: 40px;
}
#karta table {
	border: 1px solid #cae9fd;
}

.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0px;
	padding:0px;
	background:transparent;
}
.ad_center { 
   margin: auto;
   text-align: center;
}  

/* styly pro chybne polozky formulare */
#formul label.error,
#formul .error {   
	color: #bb2821;
	display: block;
	font-weight: normal;
} 

.ad_bod {
	width: 611px;
	height: 110px;
	margin: 0;
}
.ad_bod_in {
	padding: 30px 100px 0 130px;
	line-height: 150%;
	font-weight: bold;
}

.ad_bod_1 {
	background: url(../obr/bod_1.gif) no-repeat;
}
.ad_bod_2 {
	background: url(../obr/bod_2.gif) no-repeat;
}
.ad_bod_3 {
	background: url(../obr/bod_3.gif) no-repeat;
}
.ad_bod_4 {
	background: url(../obr/bod_4.gif) no-repeat;
}
.ad_bod_5 {
	background: url(../obr/bod_5.gif) no-repeat;
}
/* Main popup */

 
.container {
	width:960px; 
	margin:0px auto; 
	position:relative;
	z-index:12;
	}
	
/* Positions the contact form so it doesn't interfere with any other content, as well as a z-index above any other elements on the page */	
#contactFormContainer {
	position:absolute;
	left:368px;
	z-index:12;
	}
	
/* Hides the whole contact form until needed */	
#contactForm {
	height:289px;width:558px;
	background: #00a7dc url(../images/birdy.jpg) no-repeat 241px 11px; 
	border:1px solid #929191;
	display:none;
	padding:7px 12px; 
	color:#fff;
	text-align: left;
	}   

/* Loading bar that will appear while the ajax magic is happening */
.bar{
	display:none; 
	background:url(../images/ajax-loader.gif) no-repeat center; 
	margin-top:100px; 
	height:40px; width:230px;
	}

/* This hides the form validation alert messages until needed */
#contactForm span { 
	display:none; 
	font-size:9px; 
	line-height:10px; 
	padding-left:6px; 
	color:#f5c478;
	}
	
/* Some styling for the contact button */
#contactFormContainer .contact {
	height:45px; width:210px;
	background:url(../obr/contact_me.png); 
	position:absolute; 
	left:368px; bottom:-45px; 
	cursor:pointer;
	}
			
/* Hides the darkening layer for the Modal effect. The z-index is necessary for layering purposes, and be sure to keep the positioning/height/width the same */	
#backgroundPopup{
	display:none; 
	position:fixed; 
	_position:absolute; 
	height:100%; width:100%; 
	top:0; left:0; 
	background:#000; 
	z-index:11;
	}     