html {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	line-height: 17px;
	background: #F2F2F2 url(img/design/body-bg3.gif) repeat-x center 0px;
	font-family: verdana,arial,sans-serif;
	font-size: 12px;
	color: #ffffff;
}
/* ------------------------------------------- Vseobecne ------------------------------------------- */
h3 {
	font-size: 14px;
}
h2 {
	margin: 0px;
	padding: 3px 5px 3px 5px;
}
.endfloat {
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}
a img { 
	border: none; 
}
a.active {
	text-decoration: underline; 
}
form, 
input, 
p {
	margin: 0px;
	padding: 0px;
}
table { 
	margin: 0px; 
	padding: 0px; 
}
.vpravo {
	text-align: right; 
}
input,
textarea {
	padding-left: 3px; 
	padding-right: 3px; 
}
a { 
	color: #F1F19A;
	text-decoration: none; 
}
a:hover {
	color: #F5F5BC;
	text-decoration: underline; 
}
a.img-border img { 
	border: 1px #f6f6f6 solid; 
}
textarea.px314 {
	width: 314px;
	height: 80px;
}
td.left {
	text-align: right;
}
/* ------------------------------------------- (Vseobecne) ------------------------------------------- */
/* ------------------------------------------- Ikonky ------------------------------------------- */
.ico_warning {
	display: block;
	float: left;
	margin-right: 3px;
	overflow: hidden;
	width: 27px;
	height: 24px;
	background: url(img/ikonky/ico_warning.png) no-repeat;
}
* html .ico_warning {	
	background-color: transparent;
	background-image: url(img/design/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/ikonky/ico_warning.png", sizingMethod="image"); 
}
.ico_info {
	display: block;
	float: left;
	margin-right: 3px;
	overflow: hidden;
	width: 27px;
	height: 27px;
	background: url(img/ikonky/ico_info.png) no-repeat;
}
* html .ico_info {	
	background-color: transparent;
	background-image: url(img/design/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/ikonky/ico_info.png", sizingMethod="image"); 
}
.ico_ok {
	display: block;
	float: left;
	margin-right: 3px;
	overflow: hidden;
	width: 27px;
	height: 27px;
	background: url(img/ikonky/ico_ok.png) no-repeat;
}
* html .ico_ok {	
	background-color: transparent;
	background-image: url(img/design/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/ikonky/ico_ok.png", sizingMethod="image"); 
}
/* ------------------------------------------- (Ikonky) ------------------------------------------- */
/* ------------------------------------------- Hlasky ------------------------------------------- */
.hlaska {
	position: relative;
	display: block;
	line-height: 18px;
	min-height: 15px;
	margin: 10px 5px ;
	padding: 3px 10px 0px 5px;
	color: #000;
	font-size: 11px;
	text-align: left;
}
.hlaska span{
	display: block;
	width: 16px;
	height: 16px;
}
.hlaska .ico_warning {
	background: url(img/ikonky/bg_warning.gif) no-repeat 0px center; 
}
.hlaska .ico_info { 
	background: url(img/ikonky/bg_info.gif) no-repeat 0px center; 
}
.hlaska .ico_ok{
	background: url(img/ikonky/bg_ok.gif) no-repeat 0px center;
}
.hlaska a {
	color: #000;
	text-decoration: underline;
}
.hlaska a:hover {
	text-decoration: none;
}
.hlaska.error a {
	color: #000;
}
.newsletter .hlaska{
	margin: 2px 5px 2px 5px;
}
/* ------------------------------------------- (Hlasky) ------------------------------------------- */
/* ---------------------------------- Vyhladavanie --------------------------------------------- */
div#vyhladavanie {
	position: relative;
}
div#vyhladavanie form { 
	display: inline; 
}
div#vyhladavanie span {
	float: left;
	display: block;
	padding: 7px 0px 0px 10px;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
}
div#vyhladavanie input.textbox {
	float: left;
	width: 101px;
	height: 13px;
	margin-left: 6px;
	margin-top: 8px;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 12px;
	background: #b3e7f5;
	color: #000;
	border: 1px solid #fff;
}
div#vyhladavanie input.button {
	float: left;
	position: relative;
	top: 2px;
	left: 2px;
	width: 33px;
	height: 26px;
	background: url(img/design/btnGo.gif) no-repeat;
	border: none;
	cursor: pointer;
}
div#vyhladavanie input.button.active {
	background: url(img/design/btnGoActive.gif) no-repeat;
}
/* ---------------------------------- (Vyhladavanie) --------------------------------------------- */
/* ---------------------------------- Kosik --------------------------------------------- */
div#hlavicka-top div#nakupny_kosik {
	position: relative;
	float: right;
	padding-top: 3px;
	padding-right: 35px;
}
div#nakupny_kosik a {
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
table.kosik {
	width: 640px;
	font-size: 11px;
	margin: 0px 10px;
	border-collapse: collapse;
	color: #444;
}

table.kosik th { 
	padding: 5px;
	text-align: right; 
	border-bottom: 1px #E3E3E3 solid;
	background-color: #F6F6F6;
}
table.kosik td {
	border-bottom: 1px #E3E3E3 solid;
	padding: 5px;
	text-align: right;
}
table.kosik a { 
	color: #000;  
	text-decoration: underline; 
}
table.kosik a:hover { 
	color: #0265CA;  
	text-decoration: none; 
}
table.kosik a.bezciarky { 
	text-decoration: none; 
}
table.kosik input.novypocet { 
	width: 20px;
	border: 1px #404040 solid;
	padding-left: 2px;
	font-size: 10px;
}
div#all4shop-kosik {
	font-size: 11px;
	padding-bottom: 20px;
}
div#all4shop-kosik input.text {
	border: 1px #999999 solid;
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
}
span.ikonkaKosik {
	display: block;
	position: absolute;
	top: 12px;
	right: 12px;
	width: 12px;
	height: 11px;
	background: url(img/design/kosik.gif) no-repeat;
}

/* -------------------------------------- Taby --------------------------------- */
.tabPlusTabula {
	position: relative;
	margin: 24px 10px 0px 10px;
}
.tabPlusTabula ul.tab {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 26px;
	background: url(img/design/tabPlusTabula-ul-bg.gif) 50% 100% no-repeat;
}
.tabPlusTabula ul.tab,
.tabPlusTabula ul.tab li {
	margin: 0px;
	padding: 0px;
}
.tabPlusTabula ul.tab li {
	display: block;
	float: left;
}
.tabPlusTabula ul.tab li a {
	display: block;
	padding: 4px 20px 4px 20px;
	border: 1px solid #DFDFDF;
	border-bottom: none;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
}
.tabPlusTabula ul.tab li.tab a {
	margin-top: 4px;
	padding: 3px 20px 4px 20px;
	color: #929292;
	background-color: #E9E9E9;
	background-image: url(img/design/tab-bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	border-right: 1px solid #DFDFDF;
	text-align: center;
}
.tabPlusTabula ul.tab li.tab a:hover {
	background-position: 0px -21px;
	color: #525252;
}
.tabPlusTabula ul.tab li.tab_h a {
	margin-top: 0px;
	padding: 6px 20px 6px 20px;
	color: #525252;
	background: #f6f6f6 url(img/design/tab_h-bg.gif) repeat-x;
	border-right: 1px solid #DFDFDF;
	font-weight: bold;
}
.tabPlusTabula ul.tab li span {
	display: block;
	visibility: hidden;
	padding: 0px 20px;
	font-weight: bold;
	font-size: 11px;
	margin-top: -20px;
}
.tabulaObsahStyle {
	margin-top: -2px;
	padding: 25px 15px 25px 15px; 
	background: #F9F9F9;
	border: 1px #DFDFDF solid;
	border-top: none;
}
/* -------------------------------------- (Taby) --------------------------------- */
/* ------------------------------ Link-bar --------------------------------- */
.link-bar {
	color: #fff;
	z-index: 90;
}
.link-bar a {
	padding: 0px 10px;
	color: #fff;
}
.link-bar .link-box {
	position: relative;
	float: left;
}
.link-bar .pop-box {
	position: absolute;
	right: -130px;
	width: 300px;
	margin-top: 14px;
	*margin-top: 28px;
}
.link-bar .pop-box .wrap {
	position: relative;
	width: 270px;
	padding: 10px;
	padding-left: 20px;
	background: url(img/design/popbox-bg.png) repeat-y;
}
.link-bar .pop-box .wrap .close{
	text-align: right;
}
.link-bar .pop-box .wrap .close a{
	padding-right: 5px;	
	font-weight: bold;
	color: #386199;
}
.link-bar .pop-box .wrap a{
	color: #386199;
}
.link-bar .pop-box .wrap .hlaska {
	font-size: 11px;
}
* html .link-bar .pop-box .wrap {	
	background-color: transparent;
	background-image: url(img/design/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/flowerpeople.eu/img/design/popbox-bg.png", sizingMethod="scale"); 
}
.link-bar .pop-box .top {
	position: relative;
	width: 300px;
	height: 14px;
	margin-top: -14px;
	background: url(img/design/popbox-top.png) no-repeat;
}
* html .link-bar .pop-box .top {	
	background-color: transparent;
	background-image: url(img/design/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/flowerpeople.eu/img/design/popbox-top.png", sizingMethod="image"); 
}
.link-bar .pop-box .bottom {
	position: relative;
	width: 300px;
	height: 12px;
	margin-bottom: -12px;
	background: url(img/design/popbox-bottom.png) no-repeat;
}
* html .link-bar .pop-box .bottom {	
	background-color: transparent;
	background-image: url(img/design/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/flowerpeople.eu/img/design/popbox-bottom.png", sizingMethod="image"); 
}
.link-bar .pop-box .mmsep {
	height: 8px;
}
.link-bar .pop-box a {
	margin-left: 4px;
}
.link-bar .pop-box input.textbox {
	width: 140px;
	margin-bottom: 2px;
}
.link-bar .pop-box .hlaska {
	text-align: left;
}
span.ikonkaLang {
	cursor: pointer;
	display: block;
	height: 16px;
	overflow: hidden;
	position: relative;
	width: 20px;
}
/* -------------------------------------- (Link-bar) --------------------------------- */
/* ---------------------------------- (Kosik) --------------------------------------------- */


/* ---------------------------------- Prihlasenie --------------------------------------------- */
div#pravy-stlpec div#moje-menu { 
	padding: 13px 0px 13px 16px; 
	color: #6B6B6B;
	font-size: 11px;
}

div#moje-menu a {
	color: #000000;
	font-size: 11px;
	margin-left: 4px;
}
div#moje-menu form.all4shop-odhlasenie button {
	font-size: 11px; 
	border: none;
	color: #000;
	cursor: pointer;
	background-color: #E4E6E5;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
div#moje-menu form.all4shop-odhlasenie button:hover span { 
	text-decoration: underline;
}
div#moje-menu a.active { 
	text-decoration: underline; 
}
div#moje-menu img {
	position: relative;
	top: 2px;
}
div#pravy-stlpec div#moje-menu table { 
	border-collapse: collapse; 
}
div#pravy-stlpec div.obsah {
	text-align: justify;
	width: 166px;
	font-size: 11px;
	padding: 13px 16px 13px 16px;
}
div#pravy-stlpec input.textbox {
	width: 120px;
	height: 14px;
	line-height: 14px;
	padding:3px 5px 2px 5px ;
	font-size: 10px;
	background-color: #F6F6F6;
	font-size: 11px;
}
textarea {
	padding-left: 3px;
	padding-right: 3px;
	border: 1px solid #BEDFF3;
	font-size: 12px;
	background: #777777 none repeat scroll 0;
	border: 1px solid #444444;
	color: #EEE;
}
textarea:hover {
	border: 1px solid #f2f2f2;
}
select.select {
	font-size: 12px;
}
input.textboxSmall {
	width: 40px;
	height: 14px;
	padding-left: 3px;
	padding-right: 3px;
	border: 1px solid #BEDFF3;
	font-size: 12px;
	background-color: #fff;
	color: #EEE;
}
input.textbox {
	width: 120px;
	height: 14px;
	line-height: 14px;
	padding:3px 5px 2px 5px ;
	background: #777777 none repeat scroll 0;
	border: 1px solid #444444;
	color: #FFFFFF;
	font-size: 11px;
}
input.textbox:hover {
	border: 1px solid #f2f2f2;
}
input.button {
	padding: 2px 4px 2px 4px;
	font-size: 12px;
	background: #777777 none repeat scroll 0;
	border: 1px solid #444444;
	color: #fff;
	cursor: pointer;
}
input.button.active {
	background: #eaeaec;
	border: 1px solid #222;
}
div#pravy-stlpec h2.prihlasenie {
	position: relative;
	display: block;
	padding: 0px;
}
div#pravy-stlpec h2 a.roll{
	display: block;
	color: #A9DA01;
	line-height: 13pt;
	height: 13pt;
	width: 203px;
	padding-left:30px;
	padding-bottom:10px;
	padding-top:18px;
	cursor: pointer;
}
div#pravy-stlpec h2 a.roll:hover{
	text-decoration: none;
}
div#pravy-stlpec h2 a.down{
	background: url(img/design/sipkaDole.gif) no-repeat; 	
}
div#pravy-stlpec h2 a.down:hover{
	background: url(img/design/sipkaDoleHover.gif) no-repeat; 	
}
div#pravy-stlpec h2 a.up{
	background: url(img/design/sipkaHore.gif) no-repeat; 	
}
div#pravy-stlpec h2 a.up:hover{
	background: url(img/design/sipkaHoreHover.gif) no-repeat; 	
}
div#login{
	margin: 5px 0px;
	padding-left: 30px;
}
div#login .hlaska{
	color: #fff;
}
div#login .uzivatel{
	margin-bottom: 7px;
	color: #fff;
}
div#login ul{
	margin: 0px;
	margin-top: 10px; 
	padding: 0px;
	list-style: none;
}
div#login ul li a{
	padding-left: 10px;
	line-height: 18px;
	background: url(img/design/sipka.gif) no-repeat 0px 4px;
}
div#login input{
	margin-bottom: 5px;
}
div#login a{
	color: #fff;
}
/* ---------------------------------- (Prihlasenie) --------------------------------------------- */
/* ---------------------------------- nastavenie vypisu --------------------------------------------- */
div.nastavenie-vypisu {
	position: relative;
	height: 34px;
	line-height: 34px;
	padding: 0px 20px;
	background: url(img/design/tovarNastavenie.jpg) no-repeat;
	font-size: 11px;
	text-align: right;
	color: #fff;
}
.nastavenie-vypisu div.left{
	float: left;
	text-align: left;
}
.nastavenie-vypisu div.left .text{
	margin-top: 10px;
	color: #fff;
}
.nastavenie-vypisu img {
	display: inline;
}
.nastavenie-vypisu a {
	text-decoration: underline;
	color: #fff;
}
.nastavenie-vypisu a:hover {
	text-decoration: none;
	color: #07375B;
}
.nastavenie-vypisu a.active {
	font-weight: bold;
	text-decoration: none;
}
.nastavenie-vypisu .label {
	display: block;
	float: left;
}
.nastavenie-vypisu .separ {
	float: left;
}
.nastavenie-vypisu .sepa {
	padding-right: 4px;
	border-left: 1px solid #fff;
}
.nastavenie-vypisu a.zobraz-obrazok {
	float: left;
	padding-left: 6px;
	margin-right: 5px;
}
.nastavenie-vypisu a.zobraz-tabulku {
	float: left;
	padding-left: 8px;
}
.nastavenie-vypisu a.sipka-hore {
	width: 10px;
	height: 10px;
}
.nastavenie-vypisu a.sipka-dole {
	width: 10px;
	height: 10px;
	background: #6B6B6B;
}
/* ---------------------------------- (Nastavenie vypisu) --------------------------------------------- */
/* ---------------------------------- ramik --------------------------------------------- */
div.ramik {
	width: 466px;
	padding: 10px;
	text-align: justify;
}
/* ---------------------------------- (ramik) --------------------------------------------- */
div.text-kategorie {
	color: #555;
	text-align: justify;
	padding: 0px 15px 15px 15px;
}
div#registracny-formular p.hlaska { 
	margin-top: 0px; margin-bottom: 0px; 
}
/* ---------------------------------- registracny form --------------------------------------------- */
div#registracny-formular { 
	font-size: 11px;
}
div#registracny-formular table td { 
	vertical-align: top; color: #222; 
}
div#registracny-formular table td.vpravo { 
	vertical-align: middle; color: #222; 
}
div#registracny-formular table td input#cbUserType1 { 
	border: none; 
}
div#registracny-formular table td input#cbUserType2 { 
	border: none; 
}
/* ---------------------------------- (registracny form) --------------------------------------------- */
/* ---------------------------------- strankovanie --------------------------------------------- */
div.strankovanie { 
	clear: both;
	padding: 12px 25px 0px 25px;
	text-align: right;
}
div.strankovanie.after { 
	padding-top: 12px;
	padding-bottom: 18px;
}
div.strankovanie form {
	float: left;
	color: #666;
}
div.strankovanie form select {
	font-size: 11px;
}
div.strankovanie a.aktivna {
	color: #aaa;
	text-decoration: underline;
}
/* ---------------------------------- (strankovanie) --------------------------------------------- */
/* ---------------------------------- charakteristiky --------------------------------------------- */
table.charakteristiky {
	width: 308px;
	border: none;
	border-collapse: collapse;
	margin-top: 30px;
	margin-bottom: 15px;
	padding: 0px;
}
table.charakteristiky h3 {
	margin: 12px 0px 6px 0px;
	padding: 3px 5px 3px 5px;
	background: #D6D6D6;
	border-top: 1px solid #C8C8C8;
	border-bottom: 1px solid #C8C8C8;
	font-size: 12px;
	color: #222;
}
table.charakteristiky td {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}
table.charakteristiky td.vpravo { 
	text-align: left; 
	padding: 2px 5px 2px 5px; 
}
table.charakteristiky td.tucne { 
	width: 25%;
	font-weight: bold; 
	padding: 2px 5px 2px 5px; 
}
/* ---------------------------------- (charakteristiky) --------------------------------------------- */
/* ----------------------------------------- Formulare -------------------------------------- */
.formular {
	position: relative;
	/*width: 100%;*/
	margin: 20px;
	font-size: 11px;
}
.formular table {
	border-spacing: 6px;
}
.formular td {
	padding-left: 2px;
}
.formular td.polozka_nazov {
	width: 20%;
	line-height: 22px;
	padding-right: 2px;
	text-align: right;
	vertical-align: top;
	font-weight: bold;
}
.formular td.polozka_nazov.captcha {
	height: 40px;
	line-height: 40px;
}
.formular .item_wrap {
	padding-top: 2px;
	line-height: 18px;
}
.formular .hlaska {
	width: 82%;
	margin: 0px auto;
	margin-bottom: 8px;
}
.formular .title {
	float: left;
	position: relative;
	z-index: 11;
	height: 40px;
	line-height: 40px;
	margin-bottom: -1px;
	padding: 0px 12px 0px 12px;
	font-size: 14px;
	font-weight: bold;
	background: #e7e7e6 url(img/design/form_title_bg.gif) repeat-x;
	border-top:  #FFDBD4 1px solid;
	border-right: 1px solid #ddd;
}
.formular .wrap {
	clear: both;
	position: relative;
	z-index: 10;
	width: 100%;
	padding: 20px 0px;
	background: #e7e7e6 url(img/design/form_bg.gif) repeat-x;
	border-top: #FFDBD4 1px solid;
	border-right: 1px solid #ddd;
}
.formular .note {
	font-size: 11px;
	color: #444;
}
.formular select,
.formular textarea,
.formular .textbox {
	width: 300px;
}
.formular a.novy_kod {
	display: block;
	float: left;
	margin-top: 7px;
	margin-left: 6px;
	text-decoration: none;
	color: #444;
	font-size: 11px;
}
.formular.za{
	width: 100%;
	margin: 20px 0px;
}
.formular .hlaska{
	width: auto;
	margin-left: 15px;
	margin-right: 15px;
}
.formular {
	
}
.formular legend {
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	color: #fff;
}
.formular fieldset {
	border: 4px solid #eee;
}
.formular .form-wrapper {
	padding: 12px;
}
.formular table td.left {
	width: 35%;
}
.formular a {
	font-size: 11px;
}
/* ------------------ Registracny ------------------*/
.formular.registracny {
	/*width: 98%;*/
	padding: 20px 0px;
	background: #ecf6fd url(img/design/formBg.gif) repeat-x;
	border: 1px solid #d9d9d9;
	border-left: 1px solid #b2e0ff;
	border-top: 1px solid #b2e0ff;
}
.formular.registracny table{
	*margin-left: 75px;
}
.formular .required,
.formular.registracny .required {
	border-left: #c42d2d 4px solid ;
}
.formular.registracny td {
	/*
	border-color: #fff;
	*/
}
.formular.registracny .polozka_nazov {
	width: 250px;
}
.formular.registracny select,
.formular.registracny textarea,
.formular.registracny .textbox {
	width: 180px;
}
/* ------------------ (Registracny) ------------------*/
/* ---------------------------------------- (Formulare) -----------------------------------*/

/* ------------------------------- obal ---------------------------- */
div.obal{
	width: 790px;
	margin: 0 auto;
}
div.hlavicka{
	height: 48px;
	background: url(img/design/hlavickaBG.gif) repeat-x;
}
div.hlavicka div.datum{
	float: left;
	width: 200px;
	height: 36px;
	padding: 12px 0px 0px 92px;
	background: url(img/design/datumObr.gif) no-repeat;
	font-size: 11px;
	color: #fff;
}
div.hlavicka ul.jazykmenu{
	float: right;
	list-style: none;
	margin: 20px 20px 0px 0px ; 
	padding: 0px;
}
div.hlavicka ul.jazykmenu li{
	float: left;
	margin-right: 5px; 
}
/* -------------------------------(obal)---------------------------- */

/* ------------------------------- Lavy-stlpec ---------------------------- */
/* -------------------------------(Lavy-stlpec)---------------------------- */

/* ------------------------------------------------------- Main ------------------------------------------------------ */
div#obsah{
	width: 790px;
	background: #4a4a4a url(img/design/obsahBbRepeat.gif) repeat-y;
}
div.lavy-stlpec{
	float: left;
	padding-top: 234px;
	width: 177px;
	position: relative;
	z-index: 20;
}
div.main{
	float: right;
	padding-left: 120px;
	_padding-left: 110px;
	width: 493px;
	position: relative;
	background: url(img/design/obsahBg.gif) repeat-x 0px 234px;
	z-index: 10;
}
div.logo{
	position: absolute;
	height: 184px;
	width: 277px;
	padding-top: 50px;
	padding-left: 20px;
	background: #fff url(img/design/logoBg.gif) repeat-y; 
	overflow: hidden;
	z-index: 40;
}
div.logo a.logoklik{
	display: block;
	width: 217px;
	height: 120px;
	position: absolute;
	top: 100px;
	left: 20px;
}
div.lavy-stlpec div.menu{
	float: left;
	width: 177px;
}
div.lavy-stlpec div.menu ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
div.lavy-stlpec div.menu ul li{
	position: relative;
	display: block;
}
div.lavy-stlpec div.menu ul li a{
	display: block;
	height: 14px;
	padding: 5px;
	line-height: 14px;
	text-align: right;
	font-size: 12px;
	color: #222222;
}
div.lavy-stlpec div.menu ul li a.active{
	text-decoration: none;
	font-weight: bold;
	background: #f5fabe;
}
div.lavy-stlpec div.menu ul li a:hover{
	background: #F9FCE1;
	text-decoration: none;
}
div.lavy-stlpec div.submenu{
	float: left;
	width: 120px;
	min-height: 348px;
	_height: 348px;
}
div.lavy-stlpec div.menu ul li ul.submenu{
	position: absolute;
	left: 177px;
	top: 0px;
	width: 115px;
	list-style: none;
	padding: 0px;
	margin: 0px;
}
div.lavy-stlpec div.menu ul li ul.submenu li{
	display: block;
}
div.lavy-stlpec div.menu ul li ul.submenu li a{
	display: block;
	height: 14px;
	line-height: 14px;
	padding: 5px;
	font-size: 10px
}
div.lavy-stlpec div.menu ul li ul.submenu li a:hover{
	background: #FDF86C;
}
div.lavy-stlpec div.menu ul li ul.submenu li a.active{
	background: #FDF86C;	
	font-weight: bold;
}

div.main h1, div.main h2{
	color: #F1F19A;
	font-family: verdana,arial,sans-serif;
	font-size: 20px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	margin: 0px;
	margin-bottom: 16px;
	padding: 0px;
}
div.main div.obsah{
	width: 463px;
	min-height: 400px;
	_height: 400px;
	padding: 10px 15px 0px ;
	background: #4A4A4A;
}
div.main div.obsah a{
	font-weight: bold;
}
div.main div.sectionObr img{
	display: block;
}
div.lavy-stlpec div.novinky{
	color: #555555;
	padding: 15px 10px;
	text-align: justify;
	width: 157px;
}
div.lavy-stlpec div.novinky a{
	color:#A5A5A5;
}
div.lavy-stlpec div.novinky h3{
	margin: 0px;
	padding: 20px 0px 0px 0px ;
	font-family: verdana,arial,sans-serif;
	font-size: 16px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	text-align: center;
	color: #CD6833;
	text-transform: uppercase;
}
div.lavy-stlpec div.novinky div.novinka h2{
	padding: 0px;
	margin-top: 4px;
	margin-bottom: 8px;
	font-size: 12px;
	color: #555;
}
div.lavy-stlpec div.novinky div.novinka a.viac{
	margin:0 0 20px;
	display: block;
	color: #000;
	text-decoration: underline;
}
div.lavy-stlpec div.novinky div.novinka a.viac:hover{
	background: #F9FCE1;
	text-decoration: none;
}
div.galeria{
	width: 440px;
	padding-left: 15px;
	padding-top: 20px;
}
div.galeria a img{
	display: block;
}

div.galeria a{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
div.flash{
	width: 493px;
	height: 234px;
	background: url(img/flash.jpg) no-repeat;
}
/* -------------------------------------------------------(Main)------------------------------------------------------ */

/* ------------------------------- pata ---------------------------- */
div.pata{
	height: 44px;
	background: #454548;
}
div.pata div.obal{
	width: 891px;
	margin: 0 auto;
}
div.pata div.copyright{
	float: left;
	line-height: 44px;
	padding-left: 20px;
	color: #fff;
}
div.pata div.copyright a img{
	margin-top: 12px;
}
div.pata div.copyright div{
	float: left;
	margin-right: 6px;
	padding-top: 3px;
}
div.pata div.powered{
	float: right;
	line-height: 44px;
	padding-right: 20px;
	color: #fff;
}
div.pata div.powered a{
	color: #FEF97A;
	text-decoration: underline;
}
div.pata div.powered a:hover{
	text-decoration: none;
}	
/* -------------------------------(pata)---------------------------- */

/* ------------------------------- cennik ---------------------------- */
.xl24
	{mso-style-parent:style0;
	font-family:Arial, sans-serif;
	mso-font-charset:0;}
.xl25
	{mso-style-parent:style0;
	font-family:Arial, sans-serif;
	mso-font-charset:0;
	text-align:center;}
.xl26
	{mso-style-parent:style0;
	color:white;
	font-weight:700;
	font-family:Arial, sans-serif;
	mso-font-charset:0;}
.xl27
	{mso-style-parent:style0;
	color:white;
	font-family:Arial, sans-serif;
	mso-font-charset:0;}
.xl28
	{mso-style-parent:style0;
	color:white;
	font-weight:700;
	font-family:Arial, sans-serif;
	mso-font-charset:0;
	text-align:left;
	vertical-align:top;
	border-top:1.0pt solid white;
	border-right:none;
	border-bottom:1.0pt solid white;
	border-left:none;
	white-space:normal;}
.xl29
	{mso-style-parent:style0;
	color:white;
	font-weight:700;
	font-family:Arial, sans-serif;
	mso-font-charset:0;
	text-align:center;
	vertical-align:top;
	border-top:1.0pt solid white;
	border-right:none;
	border-bottom:1.0pt solid white;
	border-left:none;
	white-space:normal;}
.xl30
	{mso-style-parent:style0;
	color:white;
	font-family:Arial, sans-serif;
	mso-font-charset:0;
	vertical-align:top;
	white-space:normal;}
.xl31
	{mso-style-parent:style0;
	color:white;
	font-family:Arial, sans-serif;
	mso-font-charset:0;
	text-align:right;
	vertical-align:top;
	white-space:normal;
	padding-right:24px;
	mso-char-indent-count:2;}
.xl32
	{mso-style-parent:style0;
	color:white;
	font-family:Arial, sans-serif;
	mso-font-charset:0;
	mso-number-format:"Yes\/No";
	text-align:right;
	vertical-align:top;
	white-space:normal;
	padding-right:24px;
	mso-char-indent-count:2;}
.xl33
	{mso-style-parent:style0;
	color:white;
	font-family:Arial, sans-serif;
	mso-font-charset:0;
	vertical-align:top;
	border-top:.5pt solid white;
	border-right:none;
	border-bottom:.5pt solid white;
	border-left:none;
	white-space:normal;}
.xl34
	{mso-style-parent:style0;
	color:white;
	font-family:Arial, sans-serif;
	mso-font-charset:0;
	text-align:right;
	vertical-align:top;
	border-top:.5pt solid white;
	border-right:none;
	border-bottom:.5pt solid white;
	border-left:none;
	white-space:normal;
	padding-right:24px;
	mso-char-indent-count:2;}
.xl35
	{mso-style-parent:style0;
	color:white;
	font-family:Arial, sans-serif;
	mso-font-charset:0;
	mso-number-format:"Yes\/No";
	text-align:right;
	vertical-align:top;
	border-top:.5pt solid white;
	border-right:none;
	border-bottom:.5pt solid white;
	border-left:none;
	white-space:normal;
	padding-right:24px;
	mso-char-indent-count:2;}
.xl36
	{mso-style-parent:style0;
	color:white;
	font-family:Arial, sans-serif;
	mso-font-charset:0;
	vertical-align:top;
	border-top:.5pt solid white;
	border-right:none;
	border-bottom:1.0pt solid white;
	border-left:none;
	white-space:normal;}
.xl37
	{mso-style-parent:style0;
	color:white;
	font-family:Arial, sans-serif;
	mso-font-charset:0;
	text-align:right;
	vertical-align:top;
	border-top:.5pt solid white;
	border-right:none;
	border-bottom:1.0pt solid white;
	border-left:none;
	white-space:normal;
	padding-right:24px;
	mso-char-indent-count:2;}
.xl38
	{mso-style-parent:style0;
	color:white;
	font-family:Arial, sans-serif;
	mso-font-charset:0;
	mso-number-format:"Yes\/No";
	text-align:right;
	vertical-align:top;
	border-top:.5pt solid white;
	border-right:none;
	border-bottom:1.0pt solid white;
	border-left:none;
	white-space:normal;
	padding-right:24px;
	mso-char-indent-count:2;}
.xl39
	{mso-style-parent:style0;
	color:white;
	font-family:Arial, sans-serif;
	mso-font-charset:0;
	text-align:center;}
.xl40
	{mso-style-parent:style0;
	color:white;
	font-weight:700;
	font-family:Arial, sans-serif;
	mso-font-charset:0;
	text-align:center;
	vertical-align:top;
	border-top:.5pt solid white;
	border-right:none;
	border-bottom:.5pt solid white;
	border-left:none;
	white-space:normal;}
.xl41
	{mso-style-parent:style0;
	color:white;
	font-family:Arial, sans-serif;
	mso-font-charset:0;
	text-align:center;
	vertical-align:top;
	border-top:.5pt solid white;
	border-right:none;
	border-bottom:.5pt solid white;
	border-left:none;
	white-space:normal;}
.xl42
	{mso-style-parent:style0;
	color:white;
	font-family:Arial, sans-serif;
	mso-font-charset:0;
	text-align:left;
	vertical-align:top;
	border-top:.5pt solid white;
	border-right:none;
	border-bottom:.5pt solid white;
	border-left:none;
	white-space:normal;}
.xl43
	{mso-style-parent:style0;
	color:white;
	font-family:Arial, sans-serif;
	mso-font-charset:0;
	text-align:center;
	border-top:.5pt solid white;
	border-right:none;
	border-bottom:.5pt solid white;
	border-left:none;
	white-space:normal;}
.xl44
	{mso-style-parent:style0;
	color:white;
	font-family:Arial, sans-serif;
	mso-font-charset:0;
	mso-number-format:"Yes\/No";
	text-align:right;
	vertical-align:top;
	border-top:.5pt solid white;
	border-right:none;
	border-bottom:.5pt solid white;
	border-left:none;
	white-space:normal;
	padding-right:12px;
	mso-char-indent-count:1;}
/* -------------------------------(cennik)---------------------------- */