/* ===================== ZAKLADNI HTML PRVKY */
body	{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 0.95em;
	color: #051300;
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
	font-size: 13px;
	background: url(../img/body.jpg) repeat-x center 0 #051400;
}

/* --- odkazy --- */
a 						{color: #b0f09b;}
a:hover 				{color: #b0f09b; text-decoration: none;}

/* --- ikonky k odkazum --- 
a[href$='.doc'], a[href$='.rtf'] 	{padding: 5px 20px 5px 0; background: transparent url(../img/ico/doc.png) no-repeat center right;}
a[href$='.txt'] 							{padding: 5px 20px 5px 0; background: transparent url(../img/ico/txt.png) no-repeat center right;}
a[href$='.xls'] 							{padding: 5px 20px 5px 0; background: transparent url(../img/ico/xls.png) no-repeat center right;}
a[href$='.rss'], a[href$='.atom'] 	{padding: 5px 20px 5px 0; background: transparent url(../img/ico/rss.png) no-repeat center right;}
a[href$='.vcard'] 						{padding: 5px 20px 5px 0; background: transparent url(../img/ico/vcard.png) no-repeat center right;}
a[href$='.pps'], a[href$='.ppt']		{padding: 5px 20px 5px 0; background: transparent url(../img/ico/pps.png) no-repeat center right;}
a[href$='.pdf'] 							{padding: 5px 20px 5px 0; background: transparent url(../img/ico/pdf.png) no-repeat center right;}
a[href$='.fla'], a[href$='.swf'] 	{padding: 5px 20px 5px 0; background: transparent url(../img/ico/swf.png) no-repeat center right;}
a[href$='.zip'], a[href$='.rar'], a[href$='.gzip'], a[href$='.bzip'], a[href$='.ace'] 
												{padding: 5px 20px 5px 0; background: transparent url(../img/ico/zip.png) no-repeat center right;}
a[href$='.css'] 							{padding: 5px 20px 5px 0; background: transparent url(../img/ico/css.png) no-repeat center right;}
a[href$='.mov'], a[href$='.wmv'], a[href$='.mp4'], a[href$='.avi'], a[href$='.mpg'] 		
												{padding: 5px 20px 5px 0; background: transparent url(../img/ico/avi.png) no-repeat center right;}
a[href$='.mp3'], a[href$='.wav'], a[href$='.ogg'], a[href$='.wma'], a[href$='.m4a'] 
												{padding: 5px 20px 5px 0; background: transparent url(../img/ico/mp3.png) no-repeat center right;}
a[href *="icq.com"] 						{padding: 5px 20px 5px 0; background: transparent url(../img/ico/icq.png) no-repeat center right;}
a[href ^="callto:"] 						{padding: 5px 20px 5px 0; background: transparent url(../img/ico/skype.png) no-repeat center right;}
a[href ^="skype:"] 						{padding: 5px 20px 5px 0; background: transparent url(../img/ico/skype.png) no-repeat center right;}  
a[href ^="mailto:"], a.mail			{padding: 5px 20px 5px 0; background: transparent url(../img/ico/mailto.png) no-repeat center right;}
a.out											{padding: 5px 20px 5px 0; background: transparent url(../img/ico/external.png) no-repeat center right;}
a.print										{padding: 5px 20px 5px 0; background: transparent url(../img/ico/print.png) no-repeat center right;}
*/
/* --- zakladni html prvky ---*/
em, i					{font-style: normal;}
hr						{display: block; clear: both; /*color: #626262; background: #626262; height: 1px; */; border:none; border-bottom: 1px dotted #cabda1; margin: 10px 0px 10px 0px;}
p 						{text-align: left; margin: 0px 0px 10px 0px; line-height: 1.4em;}
strong 					{color:#0d3002;}
code 					{font-size: 140%; font-weight: bold;}
.div-bad {
        padding: 10px;
        border: 5px solid red;
		margin-bottom:20px;
		background: white;
}
.div-good {
        padding: 10px;
        border: 5px solid green;
		margin-bottom:20px;
		background: white;
}

.div-aktualita {
	display:block;
	margin-bottom:15px;
	font-size:10px;
	line-height:13px;
}
.div-aktualita h3 {
	margin:0 0 5px 0;
}


/* --- seznamy --- */
ul						{margin: 5px 0px 5px 5px; padding: 0px; text-align: left; list-style: none;}
li						{padding: 0px 0px 0px 15px; margin: 0px; }
ol						{padding: 4px 0px 0px 20px; margin: 0 0 10px 0;}
ol li					{background:none; padding:0;}

/* --- obrazky --- */
img 								{border: 0px;}
a img.galerie, img.galerie	{border: 1px solid #626262; padding: 4px; background: #ffffff;}
a:hover img.galerie 			{border: 1px solid #666666; padding: 4px; background: #ffffff;}
img.border, img.ramecek		{border: 1px solid #8d6b41; padding: 2px;}
a:hover img.border			{border: 1px solid #000000;}
img.icon							{vertical-align: -3px; margin: 0px 3px 0px 1px;}
img.toleft						{margin: 0px 10px 10px 0px;}
img.toright						{margin-left: 10px;}

/* --- horni a dolni indexy --- */
sub, sup 			{vertical-align: baseline; position: relative;}
sub 					{top: 0.4em;}
sup 					{bottom: 0.4em;}

/* --- tabulky --- */
table.nice						{width: 390px; font-size: 0.9em;}
table.nice tr td 				{padding: 2px 4px 2px 4px;	font-size: 1em; border: 1px solid #dddddd;}
table.nice tr td.item		{background: url(../img/bcg_th.gif) repeat-x #f5f5f5 bottom; font-weight: bold; width: 160px;}
table.nice tr th				{background: url(../img/bcg_th.gif) repeat-x #f5f5f5 bottom; font-weight: bold; width: 120px;}
table.nice tr td.long		{width: 250px;}
table.short						{width: 230px;}
table.medium					{width: 350px;}
table.none 						{border: none;}
table.poslat-mail				{width:400px; margin-left:10px;}
table.poslat-mail td			{vertical-align:top;}
table.table-galerie tr td		{padding-right:15px; text-align:center; color:#976d33; vertical-align:top; width:155px; height:120px}
table.table-galerie tr td img	{border:2px solid #ffbe34; padding: 2px; margin: 0; display: block;float: left}

/* --- hlavicky --- */
h1, h2, h3, h4, h5, h6		{clear: both;  font-size: 1.3em; color: #0d3002; margin: 0px;}
h1								{padding: 0px;	padding: 0px 0px 10px 0px; margin-bottom:10px; font-size: 24px; font-weight:normal; line-height: 25px; }
h2									{font-size: 16px; font-weight:bold; margin: 5px 0px 10px 0px; text-transform:none}
h3 								{font-size: 14px;  font-weight:bold;}
h4									{font-size: 12px;  font-weight:bold;}

/* --- formulare --- */
input, textarea				{width:250px; font-family: Candara, Verdana, 'Geneva CE', Arial, Helvetica, sans-serif; font-size: 0.95em;}
input,textarea							{border: 1px solid #d3d2d2; margin-bottom: 5px; vertical-align:middle; margin-right:10px; padding: 3px; background: #ffffff;}
/*input.submit					{background: #dddddd; border: 1px solid #999999; color: #000000; width: 150px; height: 25px; font-size: 0.90em; padding: 0px 0px 2px 0px; text-transform: uppercase; text-decoration: none; text-align: center; font-weight: normal; cursor: pointer;}*/
input.hledat {
	float: left;	
	text-decoration:none;
	padding:3px 6px 4px 5px;
	vertical-align:middle;
	border:none;
	cursor:pointer;
	font-size:10px;
	
	color:#613438;
	width:51px;
	height:24px;
	background:url(../img/searchbutt.jpg) no-repeat;
}
input.button {
	border:none;
	cursor:pointer;
	font-size:10px;
	
	color:#fff;
	width:70px;
	height:25px;
	background:#990033;

	text-transform:uppercase;
	font-weight:bold;
}
input.radio						{vertical-align: -6px;}
input.checkbox					{border: 0px; width:10px}
textarea							{border: 1px solid #d7cccd; margin-bottom: 5px; padding: 3px;  background: #fafafa; height:70px}
form								{margin: 0px; padding: 0px;}
legend							{background: url(../img/bcg_mid_top.gif) no-repeat top; border: 1px solid #0d6a06; background: #269411; color: #ffffff; font-weight: bold; padding: 2px 10px 2px 10px;}
label 							{margin: 4px 10px 3px 10px; width: 90px; float: left; text-align: right;}
label.kratsi 					{width: 80px;}
label.pravy 					{margin: 4px 10px 3px 10px; width: 100px; float: right; text-align: left;}
label.povinny 					{color: #004080;}

/* --- globalni tridy --- */
.kurziva 		{font-style:italic}
.clear			{clear: both;}
.smaller			{font-size: 0.85em;}
.small 			{font-size: 0.8em;}
.bigger 			{font-size: 1.05em;}
.gray 			{color: #666666;}
.blue 			{color: #004080;}
.red				{color: #ed1c24;}
.green			{color: #008000;}
.bold 			{font-weight: bold;}
.right 			{text-align: right;}
.right_li		{float:right; margin-top:-20px;}
.center			{text-align: center;}
.left				{text-align: left;}
.toblock			{text-align: justify;}
.toleft			{display: block; float: left;	text-align: left;}
.toright			{display: block; float: right; text-align: left;}
.border			{display: block; border: 1px solid #b89263; padding: 0px 10px 0px 10px;}
.nomargin		{margin: 0px;}
.error			{display: block; color: #000000; font-weight: bold; text-align: center; margin-bottom: 10px; background: #d0d0d0; padding: 2px 0px 2px 0px; border: 1px solid #999999;}
.error a			{color: #000000;}
.hidden			{display: none;}
.bad				{background: #ff0000; border: 1px solid #dddddd; color: #ffffff; padding: 2px 5px 2px 5px; font-weight: bold;}
.odsazeni		{padding:0px 8px 0px 8px; color:#d7cccd;}
.odeslat {background-color:#3b1e22;	color:#FFFFFF;	font-weight:bold; width:100px;}
.underline {text-decoration:underline;}
.huge 			{font-size:19px;}
p.margin12		{margin-top:12px;}
.hidden			{visibility:hidden}
.plnawidth 		{width:100%}
.odsazeniRight5 {margin-right:5px}
.odsazeniRight20 {margin-right:20px}
.odsazeniRight10 {margin-right: 10px;}
.odsazeniBottom20 {margin-bottom:20px}
.odsazeniLeft66 {margin-left: 66px;}
.odsazeniLeft49 {margin-left: 49px;}
.normalcase		{text-transform:none}
.inline			{display:inline;}
.displaynone 	{display:none;}
.block			{display:block}

#oddelovac {
	height:11px;
	width:180px;
	background:url(../img/hr.gif) no-repeat;
}

/*======================== seznamy */
.podmenu2				  { font-size: 12px;  list-style-type: none; margin: -0px 0px 0px 0px; padding: 0px 5px 2px 5px;  position:absolute; min-width: 100px; width:110px; background: #ffffff; border: 1px solid #d9d9d9; visibility: hidden; z-index: 10; display:block;}
.podmenu2 li		  {font-size: 12px;  text-align: left; float:none; padding: 0px 4px 0px 0px; margin: 3px 0px 3px 0px; background: #ffffff; _height: 15px;}
.podmenu2 a:link 		{ font-size:12px; }

.podmenu2 a				{font-size: 12px;   display:block;  padding: 4px 0px 4px 0px; margin: 0px; width:150px;}
/*.podmenu2 a:hover	{font-size: 11px;   text-decoration: underline; background: #d7cccd;}*/
.podtrzeni-podmenu2 {border-bottom: 1px solid #000;}
.podmenu2 h3  			{font-size:12px; font-weight:normal; display:inline;}


/* ======================================== */

/* ========================== BLOKOVE PRVKY */
#layout {
	width:980px;
	display:block;
	margin:auto;
}
#header {
	height: 160px;
	width: 980px;
	display: block;
	float: left;
	background: url(../img/header.jpg) no-repeat;
}
#header ul {
	float:right;
	margin: 0;
	padding: 0;
	display: block;
	margin-top: 115px;
	text-align: right;
}
#header ul li {
	display: inline-table;
	padding: 0 20px 0 17px;
	float: left;
}
#header ul li.separated {
	background: url(../img/menu_separator.jpg) no-repeat right 7px;
}
#header ul li a {
	text-decoration: none;
	float: left;
}
#header ul li a.menu1_1 {
	background: url(../img/btns/menu1_1.jpg) no-repeat 0 0; 
	width: 91px;
	height: 20px;
	display: block;
}
#header ul li a.menu1_1:hover {
	background-position-y:-20px;
}
#header ul li a.menu2_1 {
	background: url(../img/btns/menu2_1.jpg) no-repeat 0 0; 
	width: 115px;
	height: 20px;
	display: block;
}
#header ul li a.menu2_1:hover {
	background-position-y:-20px;
}
#header ul li a.menu3_1 {
	background: url(../img/btns/menu3_1.jpg) no-repeat 0 0; 
	width: 63px;
	height: 20px;
	display: block;
}
#header ul li a.menu3_1:hover {
	background-position-y:-20px;
}
#header ul li a.menu4_1 {
	background: url(../img/btns/menu4_1.jpg) no-repeat 0 0; 
	width: 63px;
	height: 20px;
	display: block;
}
#header ul li a.menu4_1:hover {
	background-position-y:-20px;
}

#header ul li a.menu1_2 {
	background: url(../img/btns/menu1_2.jpg) no-repeat 0 0; 
	width: 136px;
	height: 20px;
	display: block;
}
#header ul li a.menu1_2:hover {
	background-position-y:-20px;
}
#header ul li a.menu2_2 {
	background: url(../img/btns/menu2_2.jpg) no-repeat 0 0; 
	width: 136px;
	height: 20px;
	display: block;
}
#header ul li a.menu2_2:hover {
	background-position-y:-20px;
}
#header ul li a.menu3_2 {
	background: url(../img/btns/menu3_2.jpg) no-repeat 0 0; 
	width: 60px;
	height: 20px;
	display: block;
}
#header ul li a.menu3_2:hover {
	background-position-y:-20px;
}
#header ul li a.menu4_2 {
	background: url(../img/btns/menu4_2.jpg) no-repeat 0 0; 
	width: 60px;
	height: 20px;
	display: block;
}
#header ul li a.menu4_2:hover {
	background-position-y:-20px;
}
#header #langMenu {
	display: block;
	float: right;
	height: 20px;
	border-left: 1px solid #195b04;
	margin-top: 113px;
	padding:3px 0 0 19px;
}
#content {
	display: block;
	float: left;
	width: 980px;
	min-height: 558px;
	background: url(../img/content.jpg) no-repeat;
}
#content li {
	background: url(../img/li_text.jpg) no-repeat 0px 7px;
}
#hmpgLeft {
	color: white;
	padding-top: 80px;
	display: block;
	float: left;
	width: 385px;
}
#hmpgLeft h1 {
	color: #b0f09b;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	padding-bottom: 0;
	margin-bottom: 0;
	border: 0;
}
#hmpgLeft h2 {
	color: #f8ca23;
	font-weight: normal;
	font-size: 22px;
	margin-top: 0;
}
#hmpgRight {
	display: block;
	width: 595px;
	float: left;
	padding-top: 80px;
}
.flashHolder {
	width: 250px;
	float:right;
	margin-left: 40px;
	height: 232px;
	background: white;
}
.hmpgSubtext {
	width: 220px;
	display: block;
	float: left;
	margin-top: 30px;
	border-left: 1px solid #195b04;
	padding: 10px 0 0 19px;
	color: #fff;
	height: 110px;
}
.zobrazitProduktyBtn {
	width: 140px;
	height: 30px;
	margin-top: 20px;
	text-decoration: none;
}
#proDomacnostHmpg {
	background: url(../img/prodomacnost_hmpg.jpg) no-repeat;
}
#proZahraduHmpg {
	background: url(../img/prozahradu_hmpg.jpg) no-repeat;
}
#subLeft {
	display: block;
	float: left;
	width: 290px;
	margin-right: 20px;
	min-height: 200px;
	padding-top: 60px;
}
#subLeft.podstranka ul {
	margin: 0;
}
#subLeft.podstranka ul li {
	width: 289px;
	height: 30px;
	margin: 0 0 20px;
	padding: 0;
	display: block;
	float: left;
}
#subLeft.podstranka ul li a{
	text-decoration: none;
	color: #eb8300;
	display: block;
	float: left;
	width: 289px;
	height: 30px;
}
#subLeft.podstranka ul li a.bocnimenu1_1 {
	background: url(../img/btns/bocnimenu1_1.jpg) no-repeat;
}
#subLeft.podstranka ul li a.bocnimenu1_2 {
	background: url(../img/btns/bocnimenu1_2.jpg) no-repeat;
}
#subLeft.podstranka ul li a.bocnimenu2_1 {
	background: url(../img/btns/bocnimenu2_1.jpg) no-repeat;
}
#subLeft.podstranka ul li a.bocnimenu2_2 {
	background: url(../img/btns/bocnimenu2_2.jpg) no-repeat;
}
#subLeft.podstranka ul li a.bocnimenu3_1 {
	background: url(../img/btns/bocnimenu3_1.jpg) no-repeat;
}
#subLeft.podstranka ul li a.bocnimenu3_2 {
	background: url(../img/btns/bocnimenu3_2.jpg) no-repeat;
}
#subLeft.podstranka ul li a.bocnimenu4_1 {
	background: url(../img/btns/bocnimenu4_1.jpg) no-repeat;
}
#subLeft.podstranka ul li a.bocnimenu4_2 {
	background: url(../img/btns/bocnimenu4_2.jpg) no-repeat;
}
#subLeft .podmenu {
	width: 289px;
	display: block;
	float: left;
}
#subLeft #proZahradu {
	padding-top: 31px;
	display: block;
	float: left;
	width: 289px;
	margin-left: 1px;
}
#subLeft #proDomacnost {
	padding-top: 31px;
	display: block;
	float: left;
	width: 289px;
	margin-left: 1px;
	margin-top: 20px;
}
#subLeft #proZahradu ul, #proDomacnost ul{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 289px;
	display: block;
	float: left;
}
#subLeft #proZahradu ul li, #proDomacnost ul li {
	display: block;
	float: left;
	width: 289px;
	background: url(../img/leve_menu_li_bcg.jpg) no-repeat;
	padding: 4px 0 0 0px;
	margin: 0 0 1px;

	font-weight: bold;
}
#subLeft #proZahradu ul li div.nadpisekSekce, #proDomacnost ul li div.nadpisekSekce {
	padding-left: 10px;
	background: url(../img/bullet.jpg) left 8px no-repeat;
	display: block;
	float: left;
	margin-left: 20px;
	width: 259px;
	height: 26px;
}
#subLeft #proZahradu ul li a, #proDomacnost ul li a{
	color: #051300;
	text-decoration: none;
}
#subLeft #proZahradu ul li a:hover, #proDomacnost ul li a:hover {
	text-decoration: underline;
}
#subLeft .submenu {
	display: block;
	float: left;
	margin-top: 1px;
}
#subLeft #proZahradu div.submenu ul, #subLeft #proDomacnost div.submenu ul {
	width: 249px;
	margin-bottom: 5px;
}
#subLeft .submenu .top {
	display: block;
	float: left;
	width: 289px;
	height: 6px;
	background: url(../img/submenu_top.jpg) no-repeat;
}
#subLeft .submenu .mid {
	display:block;
	float: left;
	background: #b0f09b;
	padding: 0 20px;
	width: 249px;
}
#subLeft .submenu .bottom {
	display: block;
	float: left;
	width: 289px;
	height: 6px;
	background: url(../img/submenu_bottom.jpg) no-repeat;
}
#subLeft #proZahradu div.submenu ul li, #subLeft #proDomacnost div.submenu ul li {
	background: url(../img/submenu_li.jpg) 0 11px no-repeat;
	padding-left: 10px;
	width: 239px;
	font-weight: normal;
}
#subLeft #proZahradu div.submenu ul li a.selected, #subLeft #proDomacnost div.submenu ul li a.selected {
	text-decoration: underline;
}
#subRight {
	display: block;
	float: left;
	padding-top: 60px;
	width: 670px;
	margin-bottom: 40px;
}
#subRight .top {
	width: 670px;
	display: block;
	background: url(../img/content_top.jpg) no-repeat;
	height: 5px;
	float: left;
}
#subRight .middle {
	width: 590px;
	background: white;
	min-height: 300px;
	display: block;
	float: left;
	padding: 35px 40px;
}
#subRight .bottom {
	width: 670px;
	display: block;
	background: url(../img/content_bottom.jpg) no-repeat;
	height: 5px;
	float: left;
}
#subRight h1 {
	color: #79e25e;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	padding-bottom: 0;
	margin-bottom: 0;
	border: 0;
}
#subRight h2 {
	color: #0d3002;
	font-weight: normal;
	font-size: 22px;
	margin-top: 0;
}
#subRight #subRightLeft {
	width: 350px;
	display: block;
	float: left;
}
#subRight #subRightRight {
	display: block;
	float: left;
	margin-left: 20px;
	width: 220px;
}
.separator {
	display: block;
	width: 100%;
	border-bottom: 1px solid #d7f7cd;
	margin: 20px 0;
}
.detailBox {
	width: 290px;
	display: block;
	float: left;
	text-align: center;
	margin-bottom: 40px;
}
span.hlavickaBox {
	width: 290px;
	background: #d7f7cd;
	font-size: 14px;
	font-weight: bold;
	height: 24px;
	display: block;
	padding-top: 6px;
}
span.tmavsiBox {
	border-left: 1px solid #d7f7cd;
	border-right: 1px solid #d7f7cd;
	min-height: 25px;
	padding-top: 5px;
	background: #effceb;
	display: block;
	width: 288px;
}
span.svetlejsiBox {
	display: block;
	border: 1px solid #d7f7cd;
	min-height: 23px;
	padding-top: 4px;
	width: 288px;
}
table.formular input{
	width: 198px;
	height: 18px;
	border: 1px solid #d7f7cd;
	background: #effceb;
	margin-right: 0;
	padding: 5px;
}
table.formular textarea {
	width: 316px;
	height: 87px;
	border: 1px solid #d7f7cd;
	padding: 10px;
	margin-right: 0;
}
table.formular input.submit {
	width: 113px;
	height: 40px;
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
}
#footer {
	display: block;
	float: left;
	width: 980px;
	height: 100px;
	padding-top: 40px;
	color: #b0f09b;
}
#footer div.kontakt a {
	color: #f8ca23;
}
#footer ul {
	margin: 0;
	padding: 0;
	display: inline;
}
#footer ul li {
	display: inline;
	margin: 0;
	padding: 0
}
#footer ul li a {
	color: #b0f09b;
	font-weight: bold;
	text-decoration: none;
}
#footer ul li a:hover {
	text-decoration: underline;
}
span.nowonetLink {
	float: right;
	color: #195b04;
}
span.nowonetLink a {
	color:#195b04;
	text-decoration: none;
}
span.nowonetLink a:hover {
	text-decoration: underline;
}

img.produktoveFoto {
	float: right;
	border:1px solid #d7f7cd;
}
a.maleFoto {
	width: 68px;
	height: 68px;
	border:1px solid #d7f7cd;
	display: block;
	float: left;	
}
.fotolargePopisek {
	display: block;
	float: left;
	width: 210px;
	padding: 0 5px;
	background: #D7F7CD;
	font-size: 90%;
	margin-bottom: 5px;
}
.fotosmallPopisek {
	display: block;
	float: left;
	padding: 2px;
	width: 66px;
	background: #D7F7CD;
	font-size: 80%;
	overflow: hidden;
	margin-bottom: 5px;
}

em {
  font-style: italic;
}
