body {
	margin: 0px;
	padding: 0px;
	/*background: #99174c url(../images/back.jpg) repeat-x;*/
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	/*height:100%;*/
	/*background: url(../images/main_bg.jpg) top center no-repeat;*/
	color: #000000;
}

html {
	/*height: 100%;*/
	/*background: #99174c url(../images/back.jpg) repeat-x;*/
}

.homeBejbi {
	float: right;
	margin-top: -60px;
}

#rootDiv {
	width: 1024px;
	margin: 0px auto;
	/*height: 100%;*/
}

#mainDiv {
	float: left;
	/*background: url(../images/main_bg.jpg) no-repeat;*/
	/*min-height: 768px;*/
	width: 1024px;
	height: 100%;
	position: absolute;
	margin-left: 10px;
}

#bottomDiv {
	float: left;
	width: 1002px;
	height: 15px;
	background: url(../images/bottom.png) no-repeat;
	margin-top: -4px;
	margin-left: 1px;
}	

#logo {
	float: left;
	width: 250px;
	height: 75px;
	margin-left: 50px;
}

#leftPart {
	float: left;
	width: 260px;
}

#content {
	float: left;
	clear: both;
	width: 100%;
	margin-top: 5px;
}

#leftMenu {
	float: left;
	width: 260px;
	margin-left: 83px;
	margin-top: 28px;
}

#leftMenu a {
	float: left;
	width: 182px;
	display: block;
}

#buttonHome {
	background: url(../images/button_home.jpg) no-repeat;
	height: 33px;
}

#buttonHome:hover {
	background: url(../images/button_home_on.jpg) no-repeat;
}

#buttonTanec {
	background: url(../images/button_tanec.jpg) no-repeat;
	height: 33px;
}

#buttonTanec:hover {
	background: url(../images/button_tanec_on.jpg) no-repeat;
}

#buttonKurzy {
	background: url(../images/button_kurzy.jpg) no-repeat;
	height: 32px;
}

#buttonKurzy:hover {
	background: url(../images/button_kurzy_on.jpg) no-repeat;
}

#buttonRozvrhy {
	background: url(../images/button_rozvrhy.jpg) no-repeat;
	height: 37px;
}

#buttonRozvrhy:hover {
	background: url(../images/button_rozvrhy_on.jpg) no-repeat;
}

#buttonBejbi {
	background: url(../images/button_bejbi.jpg) no-repeat;
	height: 33px;
}

#buttonBejbi:hover {
	background: url(../images/button_bejbi_on.jpg) no-repeat;
}

#buttonPrihlasovanie {
	background: url(../images/button_prihlasovanie.jpg) no-repeat;
	height: 36px;
}

#buttonPrihlasovanie:hover {
	background: url(../images/button_prihlasovanie_on.jpg) no-repeat;
}

#leftMenu  #buttonTvori {
	background: url(../images/buttonTvori.png) no-repeat;
	height: 29px;
	width: 181px;
	position: absolute;
	margin-top: 205px;
}

#leftMenu  #buttonTvori:hover {
	background: url(../images/buttonTvoriOn.png) no-repeat;
}

#buttonKontakt {
	/*background: url(../images/button_kontakt.jpg) no-repeat;*/
	background: url(../images/buttonKontakt.png) no-repeat;
	height: 29px;
	margin-top: 5px;
}

#buttonKontakt:hover {
	/*background: url(../images/button_kontakt_on.jpg) no-repeat;*/
	background: url(../images/buttonKontaktOn.png) no-repeat;
}

#buttonNahrady {
	background: url(../images/buttonNahrady.png) no-repeat;
	height: 29px;
	margin-top: 30px;
}

#buttonNahrady:hover {
	background: url(../images/buttonNahradyOn.png) no-repeat;
}

#newsletterDiv {
	float: left;
	width: 176px;
	margin-left: 43px;
	margin-top: 75px;
	color: #d98b9d;
}

#newsletterDiv .title {
	color: #ffd25d;
	margin-bottom: 10px;
	font-weight: bold;
}

#newsletterDiv .input {
	float: left;
	width: 178px;
	height: 20px;
	background: url(../images/input.gif) no-repeat;
	border: none;
	clear: both;
	padding-left: 7px;
	font-size: 10px;
	padding-top: 3px;
}

#newsletterDiv .submit {
	float: right;
	width: 67px;
	height: 20px;
	background: url(../images/button_send.jpg) no-repeat;
	border: none;
	margin-top: 5px;
	cursor: pointer;
}

#contactLeft {
	float: left;
	background: url(../images/phone_no.jpg) bottom no-repeat;
	width: 185px;
	margin-left: 43px;
	color: #FFFFFF;
	height: 40px;
	margin-top: 35px;
}

#rightPart {
	float: left;
	/*width: 685px;*/
	width: 705px;
	background: url(../images/content_bg.jpg) repeat-y;
	/*overflow: hidden;*/
}

#contentEnd {
	float: left;
	width: 726px;
	height: 46px;
	background: url(../images/bottom.jpg) no-repeat;
	margin-left: -7px;
	margin-bottom: -2px;
}

#topMenu {
	float: left;
	margin-top: 8px;
	margin-left: 110px;
}

#topMenu a {
	float: left;
	height: 21px;
	display: block;
}	

#buttonSaly {
	background: url(../images/button_saly.jpg) no-repeat;
	width: 48px;
}

#buttonSaly:hover {
	background: url(../images/button_saly_on.jpg) no-repeat;
}

#buttonLektori {
	background: url(../images/button_lektori.jpg) no-repeat;
	width: 75px;
}

#buttonLektori:hover {
	background: url(../images/button_lektori_on.jpg) no-repeat;
}

#buttonPodujatia {
	background: url(../images/button_podujatia.jpg) no-repeat;
	width: 83px;
}

#buttonPodujatia:hover {
	background: url(../images/button_podujatia_on.jpg) no-repeat;
}

#buttonCennik {
	background: url(../images/button_cennik.jpg) no-repeat;
	width: 66px;
}

#buttonCennik:hover {
	background: url(../images/button_cennik_on.jpg) no-repeat;
}

#buttonMailing {
	background: url(../images/button_mailing.jpg) no-repeat;
	width: 97px;
}

#buttonMailing:hover {
	background: url(../images/button_mailing_on.jpg) no-repeat;
}

#buttonRecepty {
	background: url(../images/button_recepty.jpg) no-repeat;
	width: 75px;
}

#buttonRecepty:hover {
	background: url(../images/button_recepty_on.jpg) no-repeat;
}

#buttonMedia {
	background: url(../images/button_media.jpg) no-repeat;
	width: 60px;
}

#buttonMedia:hover {
	background: url(../images/button_media_on.jpg) no-repeat;
}

#buttonLinky {
	background: url(../images/button_linky.jpg) no-repeat;
	width: 57px;
}

#buttonLinky:hover {
	background: url(../images/button_linky_on.jpg) no-repeat;
}

#buttonKniznica {
	background: url(../images/button_kniznica.gif) no-repeat;
	width: 75px;
}

#buttonKniznica:hover {
	background: url(../images/button_kniznica_on.gif) no-repeat;
}

#buttonFaq {
	background: url(../images/button_faq.jpg) no-repeat;
	width: 58px;
}

#buttonFaq:hover {
	background: url(../images/button_faq_on.jpg) no-repeat;
}

h1, h2 {
	color: #990702;
	font-size: 15px;
	/*font-weight: normal;*/
	font-family: Tahoma;
}

h3 {
	font-family: Tahoma;
	color: #fb5ba5;
	margin-bottom: -10px;
	padding: 0px;
	margin-top: 20px;
}

#realContent {
	float: left;
	padding-top: 30px;
	/*overflow: auto;*/
		min-height: 250px;
}

.textContainer, .newsContainer {
	float: left;
	padding-left: 60px;
	width: 600px;
}

.newsContainer {
	width: 650px;
	padding-left: 0px;
}

#bottomContent {
	float: right;
	color: #e75c7d;
	text-align: right;
	width: 645px;
	margin-right: 80px;
}

#bottomContent a {
	color: #e75c7d;
}

#copyright {
	float: left;
}

#webdesign {
	float: right;
}

.banner {
	float: right;
	margin-right: 10px;
}

img {
	border: none;
}

.line {
	float: left;
	height: 1px;
	background: #ffe4d7;
	width: 653px;
	margin-left: 32px;
	margin-top: 20px;
	/*margin-bottom: 20px;*/
}

.newsBox {
	float: left;
	width: 199px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.newsBoxTop {
	float: left;
	width: 199px;
	background: url(../images/news_box_top.gif) no-repeat;
	height: 11px;
}

.newsBoxContent {
	float: left;
	width: 184px;
	background: url(../images/news_box_bg.gif) repeat-y;
	padding-left: 10px;
	padding-right: 5px;
	color: white;
	height: 200px;
	oveflow: hidden;
}

.newsBoxBottom {
	float: left;
	width: 199px;
	background: url(../images/news_box_bottom.gif) no-repeat;
	height: 8px;
}

.newsBoxContent a {
	clear: both;
	display: block;
	color: #360703;
	font-weight: bold;
	margin-bottom: 5px;
}

.newsBoxContent a:hover {
	color: white;
}

.date {
	font-style: italic;
	color: white;
}

.moreButton {
	float: left;
	background: url(../images/article.jpg) no-repeat;
	width: 98px;
	height: 22px;
	margin-top: 10px;
	float: right;
	margin-right: 5px;
}

.clearFix {
	clear: both;
}

.clearFixFull {
	clear: both;
	width: 100%;
}

#leftCoverDiv {
	float: left;
}

#leftCover {
	float: left;
	width: 67px;
	height: 324px;
	background: url(../images/leftCover.jpg) no-repeat;
	position: absolute;
	margin-left: 226px;
	margin-top: -6px;
}

#topCover {
	float: left;
	width: 675px;
	height: 65px;
	margin-left: 13px;
	background: url(../images/topCover.jpg) no-repeat;
}

a {
	/*text-decoration: none;*/
	color: black;
}

a:hover {
	/*color: #99174c;*/
	text-decoration: none;
}

.novinka_item {
	clear: both;
	margin-bottom: 15px;
	float: left;
	width: 100%;
}

.news_pageTitle {
	font-weight: bold;
	font-size: 13px;
	
}

.odd td {
	background: #EBEBEB;
	padding-left: 5px;
}

.even td {
	background: #F9F9F9;
	padding-left: 5px;
}

.fotoFrame img {
	border: 3px solid #99174c;
}

dl, dd, dt {
	float: left;
}

dl {
	clear: both;
	width: 400px;
	margin: 0px;
	margin-bottom: 5px;
}

dt {
	width: 120px;
}

dd {
	margin: 0px;
}

.red {
	color: red;
}

#contactForm input, #contactForm textarea {
	width: 250px;
	border: 1px solid #6C6C6C;
	font-family: Tahoma, Vedana, Arial;
	font-size: 11px;
}

#contactForm textarea {
	height: 80px;
}

#contactForm #buttonSubmit {
	float: right;
	width: 86px;
	height: 20px;
	background: url(../images/buttonSubmit.gif) no-repeat;
	border: none;
	cursor: pointer;
}

/*.fotoText img {
	border: 3px solid #99174c;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}*/

.fotoText .photoImage, .photoImage {
	float: right;
	padding: 2px;
	padding-bottom: 0px;
	border: 3px solid #99174c;
	margin: 5px 0px 5px 5px;
}

.iconImg {
	float: left;
	margin-right: 15px;
}

.schedule {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	font-family: Tahoma;
	width: 600px;
	float: left;
}

.schedule td {
	padding: 5px;
	background: #ffecec;
	vertical-align: top;
}

.schedule2 td {
	background: #f8eab9;
}

.schedule .highlight_text { 
	font-size: 9px;
}

.schedule2 td, .schedule2 .highlight_text {
	font-size: 8px;
}

.schedule2 .highlight_text, .schedule2 .blueText, .schedule2 .colorText1, .schedule2 .colorText2, .schedule2 .colorText5, .schedule2 .colorText3, .schedule2 .colorText4, .schedule2 .colorText6, .schedule2 .colorText7, .schedule2 .colorText8 {
	font-size: 9px;
}

#partner1, #partner3, #partner4, #partner5, #partner6, #partner7, #facebook  {
	float: left;
	clear: both;
	width: 188px;
	height: 47px;
	margin-top: 10px;
	background: url(../images/logo_babetko_rodinka.jpg) no-repeat;
}

#partner2{
	float: left;
	clear: both;
	width: 188px;
	height: 47px;
	background: url(../images/logo_zoznam.jpg) no-repeat;
}

#partner3{
	background: url(../images/logo_yamaha.jpg) no-repeat;	
}

#partner4 {
	background: url(../images/logo_taichi.jpg) no-repeat;
	display:none;
}

#partner5 {
	background: url(../images/logo_cafe.jpg) no-repeat;
	margin-top: 0px;
	margin-bottom: 20px;
}

#partner6 {
	background: url(../images/banner_tehotna_pronatal2.gif) no-repeat;
	width: 120px;
	height: 60px;
	margin-top: 10px;
	margin-bottom: 20px;
}

#partner7 {
	background: url(../images/banner_plamienok.jpg) no-repeat;
	width: 210px;
	height: 147px;
	margin-top: 10px;
	margin-bottom: 20px;
}

#facebook {
	background: url(../images/logo_facebook.gif) no-repeat;
	margin-top: 20px;
	margin-left: 40px;
}

.header td {
	font-size: 13px;
}

.highlight_text {
	font-size: 14px;
	color: #C60000;
	font-weight: bold;
}

.blueText, .blueText a {
	color: #065f9a
}

.thumbImage {
	float: left;
	padding: 2px;
	
	border: 3px solid #99174c;
	margin: 5px 0px 5px 5px;
}

.thumbImage:hover {
	/*border: 5px solid black;*/
}

.thumbImage img {
	float: left;
}

.thumbDiv {
	float: left;
	clear: both;
	width: 620px;
	/*border-bottom: 2px dotted #808080;*/

}

.thumbClass {
	height: 110px;
	float: left;
	margin: 0px 10px 10px 0px;
}

.redText {
	color: red;
	font-weight: bold;
}

.biggerText {
	font-size: 14px;
}

/*bordova*/
.colorText1 {
	color: #C60000;
}

/*cierna*/
.colorText2 {
	color: #000000;
}

/*zlta*/
.colorText3 {
	color: #e1d904;
}

/*tirkisova*/
.colorText4 {
	color: #00ff96;
}

/*zelena*/
.colorText5 {
	color: #66ff00;
}

/*ruzova*/
.colorText6 {
	color: #e400ff;
}

/*fialova*/
.colorText7 {
	color: #9000ff;
}

/*bledomodra*/
.colorText8 {
	color: #00aeff;
}

/*oranzova*/
.colorText9 {
	color: #ff6c00;
}

/*cervena*/
.colorText10 {
	color: #ff0000;
}

#bottomBanners {
	float: right;
	margin-right: 55px;
	margin-top: 10px;
}

.photoContainer {
	float: right;
}

.photoImage { 
	float: left;
}

.newsMainText {
	height: 145px;
	overflow: hidden;
	/*float: left;*/
	clear: both;
}

#tree {
	width: 590px;
	height: 800px;
	border: none;
}	

.bannerHome {
	display: none;
	position: absolute;
	z-index: 100;
	margin-top: 100px;
	margin-left: 100px;
	border: 2px solid white;
}

.videoListDiv {
	width: 640px;
	margin-left: -10px;
}

.videoDiv {
	float: left;
	margin-left: 5px;
	width: 312px;
}

.righter {
	float: right;
}

.lefter {
	float: left;
}

.bolder {
	font-weight: bold;
}

#englishIcon {
	float: left;
	position: absolute;
	width:37px;
	height: 17px;
	color: white;
	text-decoration: none;
	background: url(../images/english-icon.gif) no-repeat;
	padding-left: 30px;
	margin-left: 920px;
	font-weight: bold;
	margin-top: 10px;
}

#englishIconDiv {
	float: left;
}

#fbicons {
	float: right;
	margin-top: 10px;
	margin-left: 700px;
	width: 100px;
	position: absolute;
}
