@charset 'UTF-8';

html {
	width: 100%;
	height: 100%;
}

* {
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	width: 100%;
	margin:0;
	padding:0;
	background:#FFFFFF url(/images/layout/bg.jpg) 0 0 repeat-x;	
}

#hold { 
	width:980px;
	height:100%;
	margin:0 auto;
	position:relative;
}

#top {
	height:242px;
	margin:0 auto;
	background: url(/images/layout/topbg.jpg) 15px 0 no-repeat;
}

#top.admin {
	background: url(/images/layout/topbg-admin.jpg) 15px 0 no-repeat;
}

#cnt {
	min-height:400px;
	_height:400px;
	background: url(/images/layout/holdbg.png) 0 0 repeat-y;
	padding:20px 9px;

}

.cntTop {
	height:11px;
	background:url(/images/layout/tpp.png) 0 0 no-repeat;	
	behavior: url(css/iepngfix.htc);
	_margin-bottom:-5px;
	
}

.cntBot {
	height:19px;
	background:url(/images/layout/btm.png) 0 0 no-repeat;
	behavior: url(css/iepngfix.htc);

}

#footer {
	height:265px;
	background: url(/images/layout/booterbg.jpg) 15px 0 no-repeat;
	margin:0 auto;
}

.homepic {
	width:413px;
	height:534px;
	position:absolute;
	top:244px;
	right:5px;
	background: url(/images/content/rekreacni-dialyza.png) 0 0 no-repeat;
	behavior: url(css/iepngfix.htc);
}

/* adresar taby */

.adr-tab-holder {
	margin-top:80px;
	width:660px;
	min-height:400px;
	background:url(/images/layout/adresartabsbg.jpg) 0 0 no-repeat;
	position:relative;
}

.adr-tab-menu {
	position:absolute;
	left:30px;
	top:-36px;
}

.adr-tab-menu a {
	display:block;
	float:left;
	width:187px;
	height:46px;
	background:url(/images/layout/adresartabbg.jpg) 0 0 no-repeat;
	text-align:center;
	text-decoration:none;

	font-weight:bold;
	line-height:55px;
}

.adr-tab-menu a.active {
	background:url(/images/layout/adresartabbg-hover.jpg) 0 0 no-repeat;
}

.adr-tab {

	padding:30px;
	display:none;

}

.hr { display:block; height:2px; width:100%; background-color:#0F646F}

#mapacr { margin:10px 0 0 50px;}

#text-box div {display:none;}

#text-box {

}

#text-box a { color:#3B92C5}




#text-box table { border:none; }


