@charset "utf-8";
/* CSS Document */
body {
	border: 0px;
	font-family: Arial,Verdana, Geneva, Helvetica;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
#banner {
	width: 100%;
	height: 488px;
	position: absolute;
	top: 90px;
	z-index: -1;
}
#banner div{
	width: 100%;
	height: 488px;
	position: absolute;
	top: 0px;
	z-index: -1;
}
.banner1 {
  	background: #ffffff url(../images/01.jpg) no-repeat scroll top center;width: 100%;
}
.banner2 {
  			background: #ffffff url(../images/02.jpg) no-repeat scroll top center;
}
.banner3 {
  			background: #ffffff url(../images/03.jpg) no-repeat scroll top center;
}
.banner4 {
  			background: #ffffff url(../images/04.jpg) no-repeat scroll top center;
}
/*nadpisy, text, odkazy v texte, zoznamy*/
h1,h2,h3 {
	color: #655b4e;
	font-family: Arial,Verdana, Geneva, Helvetica;
	font-size: 24px;
}
input, textarea, select {
	border: 1px solid #EAEAEA;
	color: #535353;
	font-family: Arial,Verdana, Geneva, Helvetica;
	font-size: 12px;
	margin: 1px;
	padding: 1px;
	width: 300px;
}
p{
	color: #525252; /*655b4e;*/
	font-family: Arial,Verdana, Geneva, Helvetica;
	font-size: 12px;
}
/*----vseobecne odkazy ------*/
a{
	color: #747474;
	font-family: Arial,Verdana, Geneva, Helvetica;
	font-size: 12px;
	font-size: 12px;
	text-decoration: none;
}
a:hover{
	color: #747474;
	font-family: Arial,Verdana, Geneva, Helvetica;
	font-size: 12px;
	text-decoration: underline;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
/*	position: relative;
	top: -488px;*/
}
#header {
	height: 90px;
	margin: 0px auto 0px;
	padding: 0px; /* position: relative; */
	width: 960px;
}
	#logo{
		border: 0px;
		float: left;
		margin: 10px 0px 0px 0px;
		padding: 0px;
		width: 250px;
	}
		h1#main{
	    	border: 0 none;
    		font-family: Arial,Verdana,Geneva,Helvetica;
    		font-size: 0;
    		margin: 0;
    		padding: 0;
    		text-indent: -5000px;
		}
	#topmenu{
		border: 0px;
		color: #535353;
		float: right;
		font-family: Arial,Verdana, Geneva, Helvetica;
		height: 60px;
		margin: 27px 30px 0px 0px;
		padding: 0px;
		width: 660px;
	}
		#langmenu{ float: right; /*width: 540px;*/ }
			ul.lang_menu {
				display: inline;
				float: left;
				font-size: 11px;
				list-style: none;
				margin: 4px 0px 0px 0px;
				text-align: right;
				width: 540px;
			}

			ul.lang_menu li {
				display: inline;
				height: 36px;
				margin: 0px 0px 0px 25px;
			}

			ul.lang_menu li a {
				color: #535353;
				cursor: pointer;
				font-family: Arial,Verdana, Geneva, Helvetica;
				font-size: 11px;
				height: 36px;
			}
			ul.topmenu_r{
				display: inline;
				float: right;
				font-size: 12px;
				list-style: none;
				margin: 14px 0px 0px 0px;
				text-align: right;
			/*	width: 540px;*/
			}

			ul.topmenu_r li {
				border-right: 1px solid #535353;
				display: inline;
				height: 36px;
				margin: 0px 23px 0px 0px;
				padding: 0px 23px 0px 0px;
			}

			ul.topmenu_r li a { cursor: pointer; font-size: 12px; height: 36px; color: #535353; }

			ul.topmenu_r li.last, ul.footermenu li.last {
				border: 0px;
				display: inline;
				height: 36px;
				margin: 0px 0px 0px 0px;
				padding: 0px 0px 0px 0px;
			}
#content{
	display: block;
	margin: 9px auto;
	padding: 0px 0px 10px 0px;
	position: relative;
	width: 960px;
}			
	#left_content {
		float: left;
		font-size: 18px;
		margin: 0px 7px 0px 0px;
		min-height: 378px;
		padding: 0px;
		width: 210px;
	}
		#main_menu {
			background-color: #d92b3d;
			color: #ffffff;
			float: left;
			font-size: 18px;
			margin: 0px 0px 0px 0px;
			min-height: 378px;
			padding: 0px;
			width: 210px;
		}
		#main_menu a { color: #ffffff; }		
		
		ul.menu {
			list-style-type: none;
			width: 210px;
		}
			ul.menu li {
				width: 210px;
			}
			ul.menu li a {
				cursor: pointer;
				display: block;
				height: 24px;
				padding: 11px 0px 0px 29px;
				width: 181px;
			}
			ul.menu li a:hover{ 
				background: #b62230;
			}
			ul.menu li.activ {
				background: #b62230;
			}
			ul.menu li.activ a{
				text-decoration: underline;
			}/**
			ul.menu li.activ a, ul.submenu li.activ a {
				background: #e9e9e9;
				text-decoration: underline;
			}*/
			ul.submenu {
				width: 210px;
		 		background: #b62230;
			}
			ul.submenu li {
				width: 188px;
				list-style:square inside url("../images/list-img.jpg");
				padding: 12px 0px 0px 29px;
			}
				/* ul.submenu li:hover {
					background-color: #E3E3E3;
			}*/
			ul.menu li.activ ul.submenu li a {
				text-decoration: none;
				cursor: pointer;
				display: block;
				height: 24px;
				margin: -13px 0px 0px 0px;
				padding: 0px 0px 0px 10px;
				width: 159px;
			}
			ul.menu li.activ ul.submenu li a:hover {
				text-decoration: underline;
			}
	
/*ul.menu li:hover {
			background: #e9e9e9;
	}*/
.aktuality{
	clear: both;
	color: #525252; /*height: 200px;*/
	display: block;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	width: 960px;
}
.prve{ background: #ffffff; margin-top: 10px; }

.prve-vlavo{ background: #f0f0f0; float: left; width: 646px;}
.prve-vpravo{ float: left; width: 294px; margin-left: 20px;}

.prve-vlavo-nadpis{ float: left; width: 640px; margin: 0 0 15px 24px;}
.prve-vpravo-nadpis{float: left; }

.prve h2{
	color: #8d8d8d;
	font-size: 24px;
	font-weight: normal;
	margin: 10px 0px 0px 0px;
	font-family: "SwitzerlandLight CE", Arial,Verdana,Geneva,Helvetica;
	line-height: 30px;
}
.prve h2.newsletter{
	font-size: 34px;
	line-height: 40px;
}
.druhe{ background: #e4e0db; margin-top: 25px;}

.tretie{ background: #ffffff; margin-top: 25px; border-bottom: 1px solid #e4e0db; padding-bottom: 8px;}

.aktualitybunka{ float: left; margin: 0px 0px 0px 23px; width: 290px; }

.prve-vpravo .aktualitybunka{ margin: 0px 0px 0px 0px; }

.aktualitybunka h2, .aktualitybunka h3 {
	color: #525252;
	display: block;
	font-size: 16px;
	font-weight: normal;
	margin: 10px 0px 0px 5px;
}

.aktualitybunka h2 a, .aktualitybunka h3 a{
	color: #525252;
	display: block;
	font-size: 16px;
	font-weight: normal;
	margin: 10px 0px 0px 0px;
}
.prve .aktualitybunka h2, .prve .aktualitybunka h3 {
	color: #c71426;
	font-size: 14px;
}

.prve .aktualitybunka h2 a, .prve .aktualitybunka h3 a{
	color: #c71426;
	font-size: 14px;
}

.aktualitybunka p{
	color: #525252;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.5;
	margin: 5px 0px 15px 5px;
}

.aktualitybunka p a{
	color: #525252;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.5;
	margin: 5px 0px 15px 0px;
}

.aktualitybunka p.facebook-page{
	float: left;
}

.aktualitybunka p.facebook-page img{
	margin:0 18px 20px 0;
}

.aktualitybunka p.facebook-page a{
	font-size: 12px;	
}
.aktualitybunka p.facebook-page a span{
	font-size: 15px;	
}
.p-newsletter{
	margin: 10px 0 10px 5px;
	font-size: 14px;
	line-height: 18px;
}
input.newsletter {
    background-color: #e4e0db;
    border: 0 none;
    color: #525252;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 18px;
    height: 28px;
    margin: 0;
    padding: 0 15px;
    width: 146px;
    border: 1px solid #a4a29f;
}
input.button_newsletter {
    background: none;
    border: 0 none;
    color: #525252;
    cursor: pointer;
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: 28px;
    margin: 0 0 0 10px;
    padding: 0;
    width: 65px;
}
.button {
	background: #ffffff;
	color: #535353;
	cursor: pointer;
	height: 25px;
	width: 120px;
}

.button:hover {
	background-color: #EAEAEA;
	border: 1px solid #535353;
	color: #535353;
}

.cl { clear: both; }

.message {
	border: 1px Solid #FF3300;
	color: #FF3300;
	display: block;
	height: 18px;
	padding: 5px;
	text-align: center;
	width: auto;
}

div.divfootermenu{ float: left; margin: 15px 0px 0px 30px; width: 930px; }

div.divfootermenu p{ color: #525252; float: left; margin:0px 0px 0px 0px; font-size: 11px; }

ul.footermenu { float: left; list-style: none; }

ul.footermenu li {
	display: inline;
	height: 15px;
	margin: 0px 15px 0px 0px;
	padding: 0px 15px 0px 0px;
}

ul.footermenu li a { color: #525252; cursor: pointer; height: 15px; font-size: 11px; line-height: 12px; }

div.divfootermenu a, div.divfootermenu a:hover { color: #525252; }

div.divfootermenu p.p_footer{
	margin-left: 25px;
}
/*------------OBSAH---------*/


#content_in{
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	width: 723px;
	background: #ffffff;
}

#content_in_in{
	float: left;
	margin: 10px 0px 0px 0px;
	padding: 0px 10px 40px 30px;
	width: 483px;
}

#content_in_in h1, #content_in_kontakt h1{
	color: #D7162A;
	font-size: 24px;
	font-weight: normal;
	margin: 15px 0px 15px 0px;
}

#content_in_in h2, #content_in_kontakt h2{
	color: #D7162A;
	font-size: 24px;
	font-weight: normal;
	margin: 15px 0px 15px 0px;
}

#content_in_in h3, #content_in_kontakt h3 {
	color: #D7162A;
	font-size: 16px;
	font-weight: normal;
	margin: 10px 0px;
}

#content_in_in h3.cerveny{ color: #D7162A; }

#content_in_in h4{
	color: #535353;
	font-size: 14px;
	font-weight: normal;
	margin: 10px 0px 18px 0px;
}

#content_in_in p, #content_in_kontakt p{
	color: #535353;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.7;
	margin: 10px 0px 10px 0px;
	text-align: justify;
}
#content_in_in table .thback{ background: #cbcbcb;vertical-align: middle;}

#content_in_in table td{ color: #535353; padding: 5px; line-height: 15px;}

#content_in_in table td.cena { padding-right: 10px; text-align: right; width: 5em; }

#content_in_in table td.thcena { text-align: center; width: 5em; }

#content_in_in table td.cena2 { padding-right: 10px; text-align: center; }

#content_in_in table td.thcena2 { text-align: center; }

#content_in_in table tr.neparny{ background-color: #FFFFFF; }

#content_in_in table tr.parny{ background-color: #EAEAEA; }

#content_in_in ul li{
	color: #535353;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.7;
	margin: 10px 0px 10px 0px;
}

#content_in_in ul.work li{
	color: #535353;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4;
	margin: 0px 0px 0px 25px;
}

#content_in_kontakt{
	float: left;
	margin: 10px 0px 0px 0px;
	padding: 0px 10px 40px 30px;
	width: 620px;
}

#content_in_kontakt h3.cierne, #content_in_kontakt a.cierne { color: #000000; }

#content_in_kontakt iframe { float: left; margin-top: 15px; }

#content_in_kontakt p{ }

#content_in_kontakt small { float: left; margin-left: 15px; }

#content_in_kontakt table td{ color: #535353; line-height: 1.7; padding: 5px; }

#content_in_kontakt table, #content_in_in table { : ; /* border: 1px solid #000000; */ }

#footer {
	clear: both;
	display: block;
	font-size: 11px;
	height: 100px;
	margin: 0 auto;
	position: relative;
	width: 960px;
}




#logo_wellness{
	margin: 20px 0px 0px 20px;
}

#rightbar{
	float: left;
	margin: 10px 0px 0px 0px;
	padding: 0px 10px 40px 20px;
	width: 170px;
}

#rightbar h2{
	color: #747474;
	font-size: 24px;
	font-weight: normal;
	margin: 15px 0px 15px 0px;
}

#rightbar p{
	color: #535353;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4;
	margin: 10px 0px 10px 0px;
}

#rightbar p a{
	color: #D7162A;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4;
	margin: 10px 0px 10px 0px;
}

div.headery_wellness{
	width: 723px;
	height: 155px;
	margin-bottom: 10px;
}
	div.headery_wellness img{
		width: 314px;
		height: 155px;
		float: left;
	}
	div.headery_wellness div{
		width: 409px;
		height: 155px;
		float: left;
	}
	.header_masaze{
		background: url(../images/header_masaze.jpg) no-repeat scroll top center; 
	}
	.header_masaze h2{
		font-size: 36px;
		color: #e9e9e9;
		margin: 13px 0 0 35px;	
		font-variant: normal;
		font-weight: normal;
		font-style: normal;
	}
	
	.header_masaze h2 a{
		font-size: 36px;
		color: #e9e9e9;
	}
	.header_masaze p{
		font-size: 16px;
		color: #e9e9e9;
		margin: 0px 0 0 35px;	
		font-variant: normal;
		font-weight: normal;
		font-style: normal;
		width: 325px;
	}
	.header_masaze p a{
		font-size: 16px;
		color: #e9e9e9;
	}
	.header_wellness{
		background: url(../images/header_wellness.jpg) no-repeat scroll top center; 
	}
	.header_wellness h2{
		font-size: 36px;
		color: #445f5e;
		margin: 13px 0 0 35px;	
		font-variant: normal;
		font-weight: normal;
		font-style: normal;
	}
	.header_wellness a{
		font-size: 36px;
		color: #445f5e;
	}
	.header_wellness p{
		font-size: 16px;
		color: #445f5e;
		margin: 0px 0 0 35px;	
		font-variant: normal;
		font-weight: normal;
		font-style: normal;
		width: 325px;
	}
	.header_wellness p a{
		font-size: 16px;
		color: #445f5e;
	}
	.header_spaetiketa{
		background: url(../images/header_spaetiketa.jpg) no-repeat scroll top center; 
	}
	.header_spaetiketa h2{
		font-size: 36px;
		color: #504756;
		margin: 13px 0 0 35px;	
		font-variant: normal;
		font-weight: normal;
		font-style: normal;
	}
	.header_spaetiketa h2 a{
		font-size: 36px;
		color: #504756;
	}
	.header_spaetiketa p{
		font-size: 16px;
		color: #504756;
		margin: 0px 0 0 35px;	
		font-variant: normal;
		font-weight: normal;
		font-style: normal;
		width: 325px;
	}
	.header_spaetiketa p a{
		font-size: 16px;
		color: #504756;
	}
#rightbar-wellness{
	float: left;
	margin: 10px 0px 0px 0px;
	padding: 0px 10px 40px 20px;
	width: 170px;
}

	#rightbar-wellness h2{
		color: #7fab1c;
		font-size: 24px;	
		font-variant: normal;
		font-weight: normal;
		font-style: normal;
		margin: 15px 0px 15px 0px;
	}

	#rightbar-wellness p{
		color: #535353;
		font-size: 12px;
		font-weight: normal;
		line-height: 1.4;
		margin: 15px 0px;
	}
		#rightbar-wellness p span{
			color: #7fab1c;
			font-size: 18px;
		}
		#rightbar-wellness p a{
			color: #5e7f15;
			font-size: 12px;
			font-weight: normal;
			line-height: 1.4;
		}
#content_in_wellness{
	float: left;
	margin: 10px 0px 0px 0px;
	padding: 0px 10px 40px 30px;
	width: 483px;
}
	#content_in_wellness h2 {
		color: #7fab1c;
		font-size: 24px;
		font-weight: normal;
		margin: 5px 0px;
	}
	#content_in_wellness h3 {
		color: #7fab1c;
		font-size: 16px;
		font-weight: normal;
		margin: 5px 0px;
	}
	#content_in_wellness p{
		color: #535353;
		font-size: 12px;
		font-weight: normal;
		line-height: 1.7;
		margin: 10px 0px 10px 0px;
		text-align: justify;
	}
		#content_in_wellness p.big{
			color: #535353;
			font-size: 16px;	
			font-variant: normal;
			font-weight: normal;
			font-style: normal;
			line-height: 1.2;
			margin: 20px 0px 10px 0px;
			text-align: justify;
		}
div.headery_akcie{
	width: 723px;
	height: 150px;
	margin-bottom: 10px;
}
	div.headery_akcie img{
		width: 150px;
		height: 150px;
		float: left;
	}
	div.headery_akcie div{
		width: 519px;
		height: 140px;
		float: left;
		padding: 15px 0 0 30px;
	}
	div.headery_akcie h2{
		color: #ffffff;
		font-size: 24px;
		font-weight: normal;
		margin: 5px 0px;
	}
	div.headery_akcie p{
		color: #ffffff;
		font-size: 12px;
		font-weight: normal;
		margin: 5px 0px;
		line-height: 1.5;
	}
	div.headery_akcie a{
		color: #ffffff;
		font-size: 12px;
		font-weight: normal;
		margin: 5px 0px;
		line-height: 1.5;
		text-decoration: underline;
	}
	.rodinnapohoda{
		background: #bc825c;
	}
	.neznepohladenie{
		background: #e7775f;
	}
	.relax{
		background: #b46d91;
	}
	.nezabudnutelnerande{
		background: #cf75a2;
	}
	.seniori{
		background: #3bb3c3;
	}
	.dni{
		background: #f69933;
	}
	.cokolada{
		background: #785855;
	}
	.pobyt{
		background: #b46d91;
	}
	.dotyk{
		background: #e67817;
	}
	#akcienadpis{
		font-size: 24px;
		color: #D7162A;
		margin: 25px 0 15px 35px;	
		font-variant: normal;
		font-weight: normal;
		font-style: normal;
	}
	.obrazok{
		width: 290px;
		height:84px;
		background-repeat: no-repeat;
		background-position: top center;
		background-attachment: scroll; 
		background-image: url(../images/akcie/00-rodinna-pohoda.jpg);
	}
	ul.akcie_menu {
			margin: 25px 0 0 0;
			float: left;
		}
			ul.akcie_menu li {
				list-style:square inside url("../images/img-square.jpg");
				margin: 0 0 0 5px;
				height: 25px;
				float: left;
				clear: both;
			}
			ul.akcie_menu li a {
				cursor: pointer;
				display: block;
				height: 30px;
				color: #525252;
				text-decoration: underline;
				font-size: 14px;
				margin: -13px 0px 0px 0px;
				padding: 0px 0px 0px 15px;
			}
			ul.akcie_menu li a:hover{ 
					text-decoration: none;
			}
a.onlinekatalog {
	cursor: pointer;
	display: block;
	height: 30px;
	color: #525252;
	text-decoration: underline;
	font-size: 14px;
/*	margin: -13px 0px 0px 0px;
	padding: 0px 0px 0px 15px;*/
}
a.onlinekatalog:hover{ 
		text-decoration: none;
}
