* {
	margin: 0;
	padding: 0;
}
html {
	color: #000000;
	background-color: #ff9900;
	height: 100%;
}
body {
	font-family: Arial, Verdena, sans-serif;
	font-size: 90%;
	height: 100%;
	text-align: center;
}
#background {
	background: url(../img/layout/background.png)  center repeat-y;
}
#page {
	text-align: left;
	position: relative;
	width: 770px;
	margin: 0 auto;
}
h2 {
	margin: 10px 0
}
h3 {
	margin: 10px 0
}
h4 {
	margin: 5px 0
}
p {
	font-size: 90%;
	line-height: 130%;
	margin: 3px 0;
}
q {
	font-size: 110%;
	font-style: italic;
}
a {
	color: #000000;
	background-color: transparent;
}
a:hover {
	color: #ff0000;
}
a img {
	border: 0;
}
ul {
	list-style-type: none;
}
.begin_parag {
	text-indent: 30px;
}
.autor {
	text-align: right;
	font-style: normal;
}
.cleaner {
	clear: both;
}
/* dekoracne obrazky v texte, sirka 200px, obrazok ako odkaz + popisok*/
.pic_text {
	border: 2px solid #cc6600;
	background-color: #ffcc00;
	float: right;
	width: 200px;
	margin: 10px 0 10px 20px;
}
.pic_text p {
	margin: 5px 10px;
	text-align: center;
	font-size: 90%;
}
.pic_text img {
	margin: 10px;
	background-color: transparent;
}
.pic_text a {
	background-color: #ffcc00;
}
.pic_text a:hover {
	color: #ff0000;
}
/* nahlad vyucnych listov pre zvacsenie, sirka 170px, obrazok ako odkaz + popisok*/
.thumb {
	border: 2px solid #cc6600;
	background-color: #ffcc00;
	float: right;
	width: 170px;
	margin: 10px 0 10px 20px;
}
.thumb p {
	margin: 5px 10px;
	text-align: center;
	font-size: 90%;
}
.thumb img {
	margin: 10px 10px;
	background-color: transparent;
}
.thumb a {
	background-color: #ffcc00;
}
.thumb a:hover {
	color: #ff0000;
}
/* obrazky sirky 240px, obrazok ako odkaz + popisok*/
.pic_240 {
	border: 2px solid #cc6600;
	background-color: #ffcc00;
	float: right;
	width: 240px;
	margin: 10px 0 10px 20px;
}
.pic_240 p {
	margin: 5px 10px;
	text-align: center;
	font-size: 90%;
}
.pic_240 img {
	margin: 10px 10px;
	background-color: transparent;
}
.pic_240 a {
	background-color: #ffcc00;
}
.pic_240 a:hover {
	color: #ff0000;
}
/* mapa sirky 480px, obrazok ako odkaz + popisok*/
.map {
	border: 2px solid #cc6600;
	background-color: #ffcc00;
	float: left;
	width: 480px;
	margin: 10px 0;
}
.map p {
	margin: 5px 10px;
	text-align: center;
	font-size: 90%;
}
.map img {
	margin: 10px 10px;
	background-color: transparent;
}
.map a {
	background-color: #ffcc00;
}
.map a:hover {
	color: #ff0000;
}
/* recepty, sirka 200px */
.recept {
	border: 1px solid #cc6600;
	background-color: #ffff33;
	padding: 20px;
}
.recept div {
	border: 2px solid #cc6600;
	background-color: #ffcc00;
	float: right;
	width: 200px;
	margin: 0 0 10px 10px;
}
.recept div p {
	margin: 5px 10px;
	text-align: center;
	font-size: 90%;
}
.recept img {
	margin: 10px 10px;
	background-color: transparent;
}
.recept div p {
	margin: 0 0 10px 10px;
	font-size: 90%;
}
.recept ul li {
	font-size: 90%;
	margin: 1px;
}
.recept span {
	float: left;
	width: 90px;
	text-align: left;
	padding-right: 10px;
	white-space: nowrap;
}
/* formatuje polozky sortimentu */
.item {
	border: 1px solid #cc6600;
	background-color: #ffff33;
	width: 210px;
	padding: 10px;
	margin: 5px 9px 5px 0;
	float: left;
}
.item h3 {
	margin: 10px;
}
.item div {
	border: 2px solid #cc6600;
	background-color: #ffcc00;
	margin: 5px;
	width: 190px;
}
.item p {
	margin-left: 10px;
}
.item div p {
	margin: 5px 10px;
	text-align: center;
	font-size: 90%;
}
.item img {
	margin: 5px;
	background-color: transparent;
}
.item ul {
	width: 200px;
	font-size: 90%;
	margin: 1px 1px 1px 10px;
}
.item ul li {
	width: 180px;
	font-size: 90%;
	margin: 1px;
}
.item span {
	float: left;
	width: 80px;
	text-align: left;
	padding-right: 10px;
	white-space: nowrap;
}
.item p a.cleaner {
	font-size: 90%;
	float: right;
	margin: 10px;
}
/* formatuje important pre formular a iny prvky*/
.important {
	color: #ff0000;
	font-size: 120%;
}
/*formatuje formular pre odoslanie emailu */
form#email_form {
	font-size: 90%;
	margin: 20px 0;
}
form#email_form p {
	font-size: 100%;
}
form#email_form fieldset {
	padding: 15px;
}
form#email_form fieldset legend {
	color: #000000;
}
form#email_form fieldset .text_field {
	margin-left: 150px;
}
form#email_form fieldset .txtarea {
	margin-left: 150px;
}
form#email_form fieldset .reset {
	margin-left: 50px;
}
form#email_form fieldset .submit {
	margin-left: 250px;
}
form#email_form fieldset .important {
	color: #ff0000;
	font-size: 90%;
}
#header {
	background: url(../img/layout/header.jpg) no-repeat;
	position: relative;
	height: 280px;
}
#jump {
	font-size: 110%;
	visibility: hidden;
	margin: 10px 20px;
	padding: 0px;
}
#logo {
	float: left;
	width: 245px;
	height: 150px;
	margin: 0;
	display: inline;
}
#logo span {
	background: url(../img/layout/logo.png) no-repeat;
	width: 245px;
	height: 150px;
	cursor: pointer;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	visibility: visible;
	margin: 0;
	padding: 0;
}
#header h1 {
	width: 490px;
	height: 39px;
	overflow: hidden;
	position: relative;
	top: 12px;
	left: 0;
}
#header h1 span {
	background: url(../img/layout/h1_kremnicke_medovniky.png) no-repeat;
	width: 490px;
	height: 39px;
	visibility: visible;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	cursor: pointer;
}
#header h2 {
	font-size: 140%;
	margin: 20px 0 0 290px;
}
#content {
	background: url(../img/layout/content.png) repeat-y;
	width: 770px;
}
#content_top {
	background: url(../img/layout/content_top.png) no-repeat;
	width: 770px;
	height: 30px;
	display: block
}
#content_bottom {
	background: url(../img/layout/content_bottom.png) bottom no-repeat;
	padding-bottom: 30px;
}
#content_in {
	width: 490px;
	margin: 30px 20px 0 235px;
	height: 320px;
}
html>body #content_in {
/* opera, mozilla */
	min-height: 320px;
	height: auto;
}
#content_in p {
	color: #663300;
}
#content_in a {
	color: #330000;
}
#content_in a:hover {
	color: #ff0000;
}
#content_in ul {
	color: #330000;
	font-size: 90%;
	line-height: 130%;
}
/* styl pre tabulku- cennik */
#content_in table {
	font-size: 90%;
	border-collapse: collapse;
	text-align: left;
	margin: 10px 0 0 0;
}
#content_in table th, td {
	font-weight: normal;
	padding: 0.2em 0.2em 0.2em 0.3em;
}
#content_in table caption {
	text-align: left;
	margin: 10px 0 0 0px;
}
#content_in table td {
	border: 1px solid #cc9900;
	width: 4.5em;
	text-align: center;
}
#content_in table .center {
	text-align: center;
}
#content_in table th {
	color: #000000;
	border: 1px solid #996600;
}
#content_in table .name {
	background-color: #ffff33;
}
#content_in table .description {
	background-color: #ffcc00;
}
#content_in table .item_num {
	background-color: #ff9900;
}
#content_in table .tab_header {
	background-color: #ff9900;
}
#content_in table a {
	background-color: #ffff33;
}
#content_in table a:hover {
	color: #ff0000;
}
#breadcrumbs {
	position: absolute;
	top: 282px;
	left: 240px;
	line-height: 30px;
}
#breadcrumbs span {
	font-size: 90%;
	margin: 0 0;
}
/*#breadcrumbs span#first_bread {
	margin-left: 240px;
}
*/
#footer {
	text-align: center;
	width: 770px;
	font-size: 90%;
	margin: 10px 0 0 0;
}
#footer p {
	margin: 0;
}
#footer ul {
	margin: 1px auto;
	padding: 5px 0 5px 0;
}
#footer li {
	display: inline;
	padding: 0px 25px 0 25px;
}
#search {
	position: absolute;
	top: 287px;
	left: 20px;
	width: 200px;
	text-align: left;
	font-size: 80%;
}
#search fieldset {
	border: 0;
}
#search input {
	font-size: 80%;
}
#menu {
	width: 190px;
	position: absolute;
	top: 340px;
	left: 20px;
}
#menu_in {
	text-align: left;
	padding: 0;
	width: 170px;
}
#menu_in ul {
	margin: 0;
	padding: 0;
}
#menu_in ul li {
	margin: 0;
	padding: 0;
}
#menu ul li a {
	color: #000000;
	background-color: transparent;
	display: block;
	line-height: 20px;
	text-decoration: none;
	padding-left: 0px;
	width: 170px;
}
#menu_in ul li li a {
	font-size: 90%;
	color: #000000;
	padding-left: 10px;
}
#menu ul li a:hover {
	color: #ff0000;
}
#menu ul li strong {
	font-size: 100%;
	color: #ffffff;
	display: block;
	font-weight: normal;
	line-height: 20px;
	width: 170px;
}
#menu ul li strong a {
	font-size: 110%;
	color: #ffffff;
	font-weight: normal;
	line-height: 20px;
	cursor: default;
}
#menu ul li strong a:hover {
	color: #ffffff;
	cursor: text;
}
.highlight {
	border: 1px solid #cc6600;
	background-color: #ffff33;
	width: 230px;
	padding: 5px;
	margin: 5px 3px 0 0;
	float: left;
	height: 230px;
}
html>body .highlight {
/* opera, mozilla */
	min-height: 230px;
	height: auto;
}
.highlight h3 {
	margin: 5px;
}
.highlight div {
	margin-left: 5px;
}
.highlight div div {
	border: 1px solid #cc6600;
	background-color: #ffcc00;
	margin: 10px 10px 10px 0;
	width: 130px;
	float: left;
}
.highlight img {
	margin: 5px;
	background-color: #ffcc00;
}
.highlight p.cleaner {
	text-align: center;
}
#back_on_top {
	margin-left: 330px;
}
/*#back_on_top {
	width: 130px;
	height: 40px;
	overflow: hidden;
	position: relative;
	margin-top: 30px;
}
#back_on_top span {
	background: url(../img/sipka.png) no-repeat;
	width: 130px;
	height: 40px;
	visibility: visible;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	cursor: pointer;
}
*/
#webmap ul {
	margin: 0 0 20px 40px;
}
#webmap ul ul {
	margin: 0 0 10px 30px;
}
#list_rec ul {
	margin: 0 0 20px 40px;
}
#list_rec ul ul {
	margin: 0 0 10px 30px;
}
#valid a img {
	background-color: transparent;
	margin: 10px 10px 10px 50px;
}
#page404 {
	font-size: 90%;
	list-style-type: disc;
	margin-left: 20px;
}
#search h2, #breadcrumbs h2, #footer h2, #menu h2 {
	display: none;
}
.list_of_format li {
	font-size: 90%;
	margin-bottom: 5px;
}
.list_of_format .pdf {
	background: url(../img/pdf.png) no-repeat;
	width: 16px;
	height: 16px;
	padding-left: 20px;
	white-space: nowrap;
}
.list_of_format .xls {
	background: url(../img/xls.png) no-repeat;
	width: 16px;
	height: 16px;
	padding-left: 20px;
	white-space: nowrap;
}
/* formatuje kontaktne informacie */
.contact {
	font-size: 90%;
}
.contact li {
	white-space: nowrap;
	margin-bottom: 5px;
}
.contact span {
	float: left;
	width: 50px;
	text-align: left;
	padding-right: 10px;
	white-space: nowrap
}
.contact .at {
	float: none;
	background: url(../img/at.png) no-repeat;
	width: 16px;
	height: 16px;
	padding-left: 20px;
}
.contact .icq {
	float: none;
	background: url(../img/icq.png) no-repeat;
	width: 16px;
	height: 16px;
	padding-left: 20px;
}
.contact .tel {
	float: none;
	background: url(../img/tel.png) no-repeat;
	width: 16px;
	height: 16px;
	padding-left: 20px;
}
#adsense{
margin:15px 20px 0 20px;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

