@CHARSET "UTF-8";

html,
body {
	margin:0;
	padding:0;
	height:100%;
	background-color: #C6D3E2;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	color: #515150;
	background-image: url("img/bg.png");
	background-position: center top;
}

img, div {
	behavior: url("iepngfix.htc")
}


/* ******************************** common ******************************** */

.nofloat {
	font-size: 1px;
	height: 1px;
	clear: both;
	display: block;
}

p {
	margin:0;
	padding: 0 0 0.9em 0;
}

a img {
	border: 0;
}

.web-accessibility {
	display: none;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	/*color: #223E87;*/
	color: #0065AD;
	font-weight:normal;
}

form {
	margin: 0;
	padding: 0;
}

ul {
	margin: 1em 0 0 0;
	padding: 0 0 0 2em;
}

ul li {
	margin: 0;
	padding: 0;
}

ol {
	margin: 1em 0 0 0;
	padding: 0 0 0 2em;
}

ol li {
	margin: 0;
	padding: 0;
}

p {
	margin: 1em 0;
	padding: 0;
}

input, select {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	padding:2px;
}

textarea {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	margin: 0;
	padding:2px;
}

a, a:link, a:visited, a:active {
	text-decoration: none;
	color: #0065AD;
}

a:hover {
	text-decoration:underline;
	color: #0065AD;
}

table {
	padding:0;
	margin:0 0 1em 0;
}

table td {
	vertical-align:top;
	padding:0 1em 0 0;
}
table th {
	font-weight: normal;
	text-align: left;
	padding: 0 1em 0 0;
}

table tr {
	vertical-align: top;
}

.chyba {
	color: #FF0000;
	font-size: 100%;
	/*background-color: #940000;*/
	margin: 1em 0 1em 0;
	/*padding: 1em;*/
}

.chyba p {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
}

.chyba ol {
	margin: 0;
	padding: 0 0 1em 3em;
}

.gray {color: gray;}

.small {font-size: 85%; color:#666666;}

.tlacitko {
	color:white;
	border:1px solid #888888;
	background-color:#111111;
	background-image:url(img/submit_bg.gif);
	background-position:center;
	padding:2px 1em 2px 1em;
}

.content a.external {
	padding-right: 12px;
	background-image: url("img/external.gif");
	background-position: right center;
	background-repeat: no-repeat;
}


/* *********************************************** */
.bodybg {
	width: 100%;
	height: 100%;
	background-image: url("img/bg_top.png");
	background-position: center top;
	background-repeat: no-repeat;
}

.topline {
	width: 948px;
	margin: 0 auto 0 auto;
	background-image: url("img/page_top.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 39px;
}

.bottomline {
	width: 948px;
	margin: 0 auto 0 auto;
	background-image: url("img/page_bottom.png");
	background-position: center top;
	background-repeat: no-repeat;
	height: 50px;
}

.page_shadow {
	width: 948px;
	margin: 0 auto 0 auto;
	background-image: url("img/page_shadow.png");
	background-position: center top;
	background-repeat: repeat-y;
}

.page {
	width: 940px;
	margin: 0 auto 0 auto;
}

.page .header {
	height: 108px;
	background-image: url("img/header2.png");
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
}

.page .header .logo a {
	display: block;
	width: 98px;
	height: 58px;
	padding: 0 15px 15px 15px;
	position: absolute;
	left: 410px;
	top: 0;
}

.page .header .menu {
	position: absolute;
	left: 180px;
	bottom: 5px;
}

.page .header .menu ul {
	margin: 0;
	padding: 0;
}

.page .header .menu ul li {
	margin: 0;
	padding: 0.2em 1em 0.2em 1em;
	float: left;
	list-style: none;
	border-left: 1px solid #bbbbbb;
}

.page .header .menu ul li:FIRST-CHILD {
	border-left: 0;
}

.page .header .menu ul li a {
	padding: 0 1em 0 1em;
	color: #444444;
	text-transform: uppercase;
	font-size: 13px;
}

.page .header .menu ul li a.active {
	text-decoration: underline;
}

.page .header .search {
	position: absolute;
	right: 25px;
	top: 0;
	background-image: url("img/lupa.gif");
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0 0 0 22px;
}

.page .header .search input {
	background-color: transparent;
	border: 0;
	color: gray;
	width: 40px;
	background-image: url("img/searchbg.png");
	background-position: 200px 0;
	background-repeat: no-repeat;
	padding: 3px 2px 3px 3px
}

.page .header .search input.gray {
	text-align: right;
}


.page .showcase {
	height: 360px;
	width: 100%;
	position: relative;
}

.page .showcase .showtop {
	top: 0;
	left: 0;
	width: 100%;
	background-image: url("img/showcase_top.png");
	background-position: left top;
	background-repeat: no-repeat;
	height: 45px;
	z-index: 1000;
	position: absolute;
}

.page .showcase .showbottom {
	bottom: 0;
	left: 0;
	width: 100%;
	background-image: url("img/showcase_bottom.png");
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 40px;
	z-index: 1000;
	position: absolute;
}

.page .showcase .slides {
	height: 360px;
	width: 940px;
	overflow: hidden;
	/*background-image: url("img/loading.gif");
	background-position: center center;
	background-repeat: no-repeat;*/
}

.page .showcase .slides .slide {
	height: 360px;
	width: 940px;
	overflow: hidden;
}

.page .showcase .slides .slide01 {background-image: url("img/b_01.jpg");}
.page .showcase .slides .slide02 {background-image: url("img/b_02.jpg");}
.page .showcase .slides .slide03 {background-image: url("img/b_03.jpg");}
.page .showcase .slides .slide04 {background-image: url("img/b_04.jpg");}
.page .showcase .slides .slide05 {background-image: url("img/b_05.jpg");}
.page .showcase .slides .slide06 {background-image: url("img/b_06.jpg");}
.page .showcase .slides .slide07 {background-image: url("img/b_07.jpg");}
.page .showcase .slides .slide08 {background-image: url("img/b_08.jpg");}
.page .showcase .slides .slide09 {background-image: url("img/b_09.jpg");}
.page .showcase .slides .slide10 {background-image: url("img/b_10.jpg");}


.page .middle .middlebg {
	background-image: url("img/footer.png");
	background-position: center bottom;
	background-repeat: no-repeat;
}

.page .content {
	min-height: 300px;
	_height: 300px;
}

.page .shadow {
	background-image: url("img/content_top.png");
	background-position: left top;
	background-repeat: no-repeat;
	height: 55px;
}








.page .footer {
	height: 80px;
	padding: 45px 0 0 0;
}

.page .footer .fleft {
	width: 150px;
	float: left;
	height: 80px;
}

.page .footer .fright {
	width: 120px;
	float: right;
	height: 80px;
}

.page .footer .fcenter {
	width: 620px;
	float: left;
	height: 80px;
	padding: 0;
	margin: 0 0 0 20px;
}

.page .footer .menu {
	margin: 0;
	padding: 0;
}

.page .footer .menu ul {
	margin: 0 0 0 90px;
	padding: 30px 0 0 0;
}

.page .footer .menu ul li {
	float: left;
	padding: 0 1em 0 1em;
	list-style: none;
	border-left: 1px solid #bbbbbb;
}

.page .footer .menu ul li:FIRST-CHILD {
	border-left: 0;
}

.page .footer .menu ul li a {
	color: #444444;
	text-transform: uppercase;
}

.page .footer .menu ul li a.active {
	text-decoration: underline;
}

.page .footer .copyright {
	color: #999999;
	padding: 10px 0 0 0;
	font-size: 90%;
	text-align: center;
}

.page .footer .copyright a {
	color: #999999;
}



.page .footer .fleft a {
	margin: 45px 0 0 20px;
	display: block;
}

.page .footer .fright a {
	margin: 38px 0 0 0;
	display: block;
}



@media print {
	.topline {
		display: none;
	}

	.bottomline {
		display: none;
	}

	.page .header {
		height: auto;
	}

	.page .header .menu {
		display: none;
	}

	.page .header .search {
		display: none;
	}

	.page .footer .menu {
		display: none;
	}
}




/* ******************************** hp ******************************** */

.page .homepage {
	padding: 20px 0 0 15px;
}

.page .homepage .hpbox {
	width: 250px;
	float: left;
	margin: 0 25px 0 25px;
}

.page .homepage .hpbox a {
	display: block;
	color: #444444;
	text-decoration: none;
}

.page .homepage .hpbox a span.fotka {
	text-decoration: none;
	display: block;
	text-align: center;
}

.page .homepage .hpbox a span.popis {
	text-decoration: none;
	display: block;
	width: 235px;
	height:60px;
	padding: 6px 0 0 10px;
}

.page .homepage .hpbox a span.button {
	display: block;
	padding: 4px 0 0 160px;
	margin: 5px 0 0 0;
	background-image: url("img/hp_tlacitko.png");
	height: 20px;
	color: #ffffff;
	font-size: 95%
}

.page .homepage .hpbox a:hover span.button {
	text-decoration: underline;
}




/* ******************************** content ******************************** */



.content h1 {
	padding: 0;
	margin: 0 0 0.8em 0;
	font-size: 2em;
	font-weight: normal;
}

.content h2 {
	padding: 0;
	margin: 1.4em 0 0.8em 0;
	font-size: 1.5em;
}

.content h3 {
	padding: 0;
	margin: 2em 0 0.8em 0;
	font-size: 1.2em;
}

.content .fotkavpravo {
	float: right;
	margin: 0 0 1em 1em;
}




/* ******************************** wide ******************************** */

.page .content .wide {
	padding: 0 40px 20px 40px;
}

.page .content .left {
	float: left;
	width: 200px;
	padding: 0 20px 0 20px;
}

.page .content .right {
	float: right;
	width: 650px;
	padding: 0 20px 0 20px;
}



/* *********************************** galerie *********************************** */



.content .galerie {
	padding: 2em 0 1em 0;
	clear: both;
}

.content .galerie .miniatura {
	float: left;
	width: 136px;
	height: 136px;
	margin: 0 7px 13px 6px;
	display: table;
	#position: relative;
	overflow: hidden;
	text-align: center;
}

.content .galerie .miniatura .centrovani {
	#position: absolute;
	#top: 50%;
	#left: 50%;
	display: table-cell;
	vertical-align: middle;
}

.content .galerie .miniatura .centrovani a {
	display: block;
}

.content .galerie .miniatura .centrovani a img {
	#position: relative;
	#top: -50%;
	#left: -50%;
	margin: 1px 0 0 0;
	border: 1px solid #666666;
}




/* ************************************** soubory ************************************** */




.content .soubory {
	clear:both;
}

.content .soubory h2 {
	font-size: 160%;
	/*margin: 0 0 0.5em 0;*/
}

.content .soubory .soubor {
	float:left;
	width:330px;
	min-height:55px;
	margin: 10px 10px 20px 0;
}

.content .soubory .soubor .soubor_ikona {
	float:left;
	width:60px;
	height:48px;
	padding:0 15px 0 0;
	text-align:right;
}

.content .soubory .soubor .soubor_texty {
	float:left;
	padding:0 10px 0 0;
	width: 240px;
}


.content .soubory .soubor .soubor_texty p {
	padding:0 0 2px 0;
	margin: 0;
}

.content .soubory .soubor_texty .velikost {
	color: #666666;
	font-size:0.9em;
}






/* ************************************** podclanky ************************************** */

.content .podclanky {
	clear: both;
}

.content .podclanky ul {
	margin: 0;
	padding: 0;
}

.content .podclanky ul li {
	list-style: none;
	float: left;
	width: 47%;
	height: 120px;
	overflow: hidden;
	margin: 1em 2% 1.0em 0;
	/*padding: 0.5em;*/
}

.content .podclanky ul li h3 {
	margin: 0 0 0 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	padding: 0em 0 0.3em 0;
	font-size:105%;
}

.content .podclanky ul li .foto {
	float:left;
	padding: 0 0 0 0;
	margin: 0 13px 8px 0;
	font-size:0;
	width: 110px;
	height: 110px;
}

.content .podclanky ul li .foto img {
	/*border: 5px solid #E3DDC7;*/
}

.content .podclanky ul li.active:hover {
	cursor: pointer;
	background-color: #F5F2E9;
}

.content .podclanky ul li.active:hover a {
	text-decoration: underline;
}

.content .podclanky ul li a:hover {
	text-decoration: none;
}

.content .podclanky ul li a .nazev {
	color: #000000;
	display: block;
}

.content .podclanky ul li a:hover .nazev {
	text-decoration: underline;
}

.content .podclanky ul li a .popis {
	color: #909090;
	display: block;
}




/* ************************************** submenu ************************************** */

.content .submenu ul {
	margin: 1em 0 1.5em 0;
	padding: 0;
}

.content .submenu ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.content .submenu ul li a {
	display: block;
	margin: 0 0 0.8em 0;
	padding: 0;
}

.content .submenu ul li a.active {
	text-decoration: underline;
	color: #515150;
}


/* ******************************** kontakt ******************************** */

.content .kontakt label {
	display: block;
	width: 90px;
	float: left;
	clear: both;
	margin: 5px 10px 0 0;
	text-align: right;
}

.content .kontakt label.label-text {
	margin: 12px 10px 0 0;
}

.content .kontakt .input {
	width: 420px;
	float: left;
	background-image: url("img/input.png");
	background-position: left top;
	background-repeat: no-repeat;
	padding: 3px 5px 3px 5px;
}

.content .kontakt .input input {
	width: 100%;
	border: 0;
	background: none;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

.content .kontakt .textarea {
	width: 420px;
	float: left;
	margin: 7px 0 7px 0;
	background-image: url("img/input.png");
	background-position: left top;
	background-repeat: no-repeat;
	padding: 5px;
}

.content .kontakt .textarea textarea {
	width: 100%;
	border: 0;
	background: none;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

.content .kontakt .captchacont {
	clear: both;
	float: left;
	margin: 0 0 0 100px;
	width: 300px;
	height: 30px;
}

.content .kontakt .submit {
	float: left;
	width: 130px;
}

.content .kontakt .submit input {
	width: 100%;
	padding: 3px;
	margin: 0;
	border: 1px solid #444444;
	background-image: url("img/tlacitka.png");
	background-position: left top;
	background-repeat: repeat-x;
	color: #ffffff;
}

.content .kontakt .captchacont img {
	width: 90px;
	height: 23px;
	float: left;
	margin: 0 10px 0 0;
}

.content .kontakt .captchacont .captcha-input {
	width: 60px;
	float: left;
	background-image: url("img/input.png");
	background-position: left top;
	background-repeat: no-repeat;
	padding: 4px 5px 4px 5px;
	margin: 0 10px 0 0;
}

.content .kontakt .captchacont .captcha-input input {
	width: 100%;
	border: 0;
	background: none;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

.content .kontakt .captchacont .refresh-captcha {
	float: left;
	width: 100px;
}

.content .kontakt .captchacont .refresh-captcha input {
	width: 100%;
	padding: 3px;
	margin: 0;
	border: 1px solid #444444;
	background-image: url("img/tlacitka.png");
	background-position: right top;
	background-repeat: repeat-x;
	color: #ffffff;
}


/* ******************************** recepty ******************************** */

/** 3 sloupce **/
.content .recepty .three_left {
	width: 680px;
	float: left;
}

.content .recepty .three_right {
	width: 220px;
	float: right;
	margin: 0 20px 0 0;
}

.content .recepty .three_left .three_kategorie {
	width: 180px;
	float: left;
	margin: 0 0 0 15px;
}

.content .recepty .three_left .three_cont {
	width: 420px;
	float: right;
}


@media print {
	.content .recepty .three_left {
		width: auto;
	}

	.content .recepty .three_right {
		display: none;
	}

	.content .recepty .three_left .three_kategorie {
		display: none;
	}

	.content .recepty .three_left .three_cont {
		width: auto;
	}
}



/** 2 sloupce **/
.content .recepty .two_left {
	width: 180px;
	float: left;
	margin: 0 0 0 20px;
}

.content .recepty .two_right {
	width: 720px;
	float: right;
}



.content .recepty .three_left .three_cont ul li {
	margin: 0 0 0.7em 0;
}

.content .recepty .three_left .three_cont ol li {
	margin: 0 0 0.7em 0;
}

.content .recepty ul.recepty {
	margin: 0;
	padding: 0;
}

.content .recepty ul.recepty li {
	margin: 0 15px 20px 0;
	padding: 0;
	list-style: none;
	width: 220px;
	float: left;
	height: 285px;
	overflow: hidden;
}
.content .wide .recepty ul.recepty li {
	margin: 0 35px 35px 30px;
}

.content .recepty ul.recepty li a {
	color: #000000;
	text-decoration: none;
	display: block;
}

.content ul.recepty li a:hover {
	text-decoration: none;
}

.content ul.recepty li a span.nazev {
	display: block;
	color: #0065AD;
	font-weight: bold;
	padding: 0.3em 0;
}

.content .recepty ul.recepty li a:hover span.nazev {
	text-decoration: underline;
}

.content .recepty ul.recepty li a span.img {
	width: 220px;
	height: 180px;
	position: relative;
	overflow: hidden;
	display: block;
}

.content .recepty ul.recepty li a span.img img {
	position: absolute;
	left: 5px;
	top: 5px;
}

.content .recepty ul.recepty li a span.img span.mask {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 220px;
	height: 180px;
	background-image: url("img/tn_recepty_mask.png");
	background-position: left top;
	background-repeat: no-repeat;
}

.content .recepty ul.recepty li a span.cas_l {
	width: 50%;
	float: left;
	display: block;
	color: gray;
	font-size: 95%;
	padding: 0.2em 0;
}

.content .recepty ul.recepty li a span.cas_r {
	width: 49%;
	float: left;
	display: block;
	text-align: left;
	color: gray;
	font-size: 95%;
	padding: 0.2em 0;
}





.content .recepty ul.recepty_kategorie {
	margin: 0;
	padding: 0;
}

.content .recepty ul.recepty_kategorie li {
	margin: 0 15px 35px 0;
	padding: 0;
	list-style: none;
	width: 220px;
	float: left;
}

.content .wide .recepty ul.recepty_kategorie li {
	margin: 0 35px 35px 30px;
}

.content .recepty ul.recepty_kategorie li a {
	height: 200px;
	text-decoration: none;
	display: block;
}

.content .recepty ul.recepty_kategorie li a span.nazev {
	color: #000000;
	font-size: 120%;
	text-align: center;
	padding: 2px 0 0 0;
	display: block;
}

.content .recepty ul.recepty_kategorie li a span.img {
	width: 220px;
	height: 180px;
	position: relative;
	overflow: hidden;
	display: block;
}

.content .recepty ul.recepty_kategorie li a span.img img {
	position: absolute;
	left: 5px;
	top: 5px;
}

.content .recepty ul.recepty_kategorie li a span.img span.mask {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 220px;
	height: 180px;
	background-image: url("img/tn_recepty_mask.png");
	background-position: left top;
	background-repeat: no-repeat;
}

.content .recepty ul.recepty_kategorie li a:hover span.nazev {
	text-decoration: underline;
}

.content .recepty ul.kategoriepanel {
	margin: 0;
	padding: 0;
}

.content .recepty ul.kategoriepanel li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.content .recepty ul.kategoriepanel li a {
	display: block;
	margin: 0;
	padding: 6px 6px 6px 15px;
	border-bottom: 1px solid #dddddd;
}

.content .recepty ul.kategoriepanel li a.active {
	font-weight: bold;
	text-decoration: underline;
}



.content .recepty ul.detailnahodne {
	margin: 0;
	padding: 0;
}

.content .recepty ul.detailnahodne li {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}

.content .recepty ul.detailnahodne li a {
	display: block;
	text-decoration: none;
}

.content .recepty ul.detailnahodne li a span.nazev {
	display: block;
	text-align: center;
	padding: 2px 0 0 0;
	color: #000000;
}

.content .recepty ul.detailnahodne li a:hover span.nazev {
	text-decoration: underline;
}


.content .recepty ul.detailnahodne li a span.img {
	width: 220px;
	height: 180px;
	position: relative;
	overflow: hidden;
	display: block;
}

.content .recepty ul.detailnahodne li a span.img img {
	position: absolute;
	left: 5px;
	top: 5px;
}

.content .recepty ul.detailnahodne li a span.img span.mask {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 220px;
	height: 180px;
	background-image: url("img/tn_recepty_mask.png");
	background-position: left top;
	background-repeat: no-repeat;
}


.content .recepty .velkafotka {
	padding: 0 0 0.8em 0;
}

.content .recepty .velkafotka a span.img {
	width: 420px;
	height: 340px;
	position: relative;
	overflow: hidden;
	display: block;
}

.content .recepty .velkafotka a span.img img {
	position: absolute;
	left: 5px;
	top: 8px;
}

.content .recepty .velkafotka a span.img span.mask {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 420px;
	height: 340px;
	background-image: url("img/recepty_mask.png");
	background-position: left top;
	background-repeat: no-repeat;
}

@media print {
	.content .recepty .velkafotka a span.img span.mask {
		display: none;
	}
}


.content .pager {
	padding: 10px 0 10px 0;
	text-align: center;
	line-height: 30px;
}

.content .pager a {
	border: 1px solid #ffffff;
}

.content .pager a:hover {
	background-color: #ECF5FF;
	border: 1px solid #D0E6FF;
}

.content .pager .page {
	padding: 3px 8px;
	margin: 0 5px;
}

.content .pager .active {
	border: 1px solid gray;
	color: #000000;
}



/* ------------------------------------------- vyhledávání -------------------------------------- */


.content .vyhledavani_clanky {
}

.content .vyhledavani_clanky li.nalezeno {
	margin: 0 0 1em 0;
	padding: 0;
}

.content .vyhledavani_clanky li.nalezeno a {
	display: block;
}

.content .vyhledavani_clanky li.nalezeno a:hover {
	text-decoration: none;
}

.content .vyhledavani_clanky li.nalezeno a .nazev {
	font-weight: bold;
	display: block;
}

.content .vyhledavani_clanky li.nalezeno a:hover .nazev {
	text-decoration: underline;
}

.content .vyhledavani_clanky li.nalezeno a .popis {
	display: block;
	color: #888888;
}




.facebook {
	height: 25px;
	padding: 10px 0;
}

.facebook a {
	display: block;
	float: left;
	width: 64px;
	height: 24px;
	font-size: 0;
	text-indent: -1000%;
	background-image: url("img/facebook.gif");
	color: #ffffff;
	overflow: hidden;
	background-color: #405897;
	margin: 0 0 0 40px;
}

.facebook .fblikebutton {
	width: 600px;
	float: left;
	margin: 0 0 0 30px;
}





