@charset "utf-8";
body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #101415;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
	line-height: 20px;
}
h2 {
	color:#84be19;
	font-size: 24px;
}
h3 {
	font-size: 12px;
	font: bolder;
}
#container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
} 
#header { 
	background: #DDDDDD;
	width: 900px;
	height: 316px;
}
#header .headerBackground {
	width:900px;
	height:270px;
	background:url(../images/headerBackground.jpg) no-repeat left top;
} 
#header .indexheaderBackground {
	width:900px;
	height:270px;
	background:url(../images/indexheaderBackground.jpg) no-repeat left top;
} 
#header .kyticeheaderBackground {
	width:900px;
	height:270px;
	background:url(../images/kyticeheaderBackground.jpg) no-repeat left top;
} 
#header .svetheaderBackground {
	width:900px;
	height:270px;
	background:url(../images/svetheaderBackground.jpg) no-repeat left top;
}
#header .rozvozheaderBackground {
	width:900px;
	height:270px;
	background:url(../images/rozvozheaderBackground.jpg) no-repeat left top;
}
#header .kvetinarstviheaderBackground {
	width:900px;
	height:270px;
	background:url(../images/kvetinarstviheaderBackground.jpg) no-repeat left top;
}
#header .partneriheaderBackground {
	width:900px;
	height:270px;
	background:url(../images/partneriheaderBackground.jpg) no-repeat left top;
}
#header .reklamaheaderBackground {
	width:900px;
	height:270px;
	background:url(../images/reklamaheaderBackground.jpg) no-repeat left top;
}
#header .peceheaderBackground {
	width:900px;
	height:270px;
	background:url(../images/peceheaderBackground.jpg) no-repeat left top;
}
#header .kvetomluvaheaderBackground {
	width:900px;
	height:270px;
	background:url(../images/kvetomluvaheaderBackground.jpg) no-repeat left top;
}
#header .praniheaderBackground {
	width:900px;
	height:270px;
	background:url(../images/praniheaderBackground.jpg) no-repeat left top;
}
#header .denvalentynheaderBackground {
	width:900px;
	height:270px;
	background:url(../images/denvalentynheaderBackground.jpg) no-repeat left top;
}
#header .kontaktheaderBackground {
	width:900px;
	height:270px;
	background:url(../images/kontaktheaderBackground.jpg) no-repeat left top;
}
#header .denotcuheaderBackground {
	width:900px;
	height:270px;
	background:url(../images/denotcuheaderBackground.jpg) no-repeat left top;
} 
#header .denmatekheaderBackground {
	width:900px;
	height:270px;
	background:url(../images/denmatekheaderBackground.jpg) no-repeat left top;
} 
#header .mdzheaderBackground {
	width:900px;
	height:270px;
	background:url(../images/mdzheaderBackground.jpg) no-repeat left top;
} 
#header h1 {
	margin: 0 0 30px 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 220px 30px 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color:#FFFFFF;
	text-align: right;
	font-size: 30px;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 20px 40px 20px 0;
}
#sidebar1 a, #mainContent a {
	color:#84be19;
	font-weight: bold;
}
#sidebar1 p, #mainContent p {
	line-height: 20px;
	margin-bottom: 20px;
}
#mainContent img {
	border: 0.2ex solid #84be19;
	padding: 2px;
}
#mainContent { 
	margin: 20px 280px 20px 40px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
} 
.productPic {
	float: left;
	margin: 5px 20px 0 0;
}
.doporucujeme {
   border: 0px;
	float: left;
	margin: 5px 0 0 14px;
}
.etarget {
	font-size: 20px;
	margin: 0 0 10px 30px;
	text-align:center;
}
#footer { 
	height:90px;
	background:url(../images/footerBackground.jpg) repeat-x left top;
	color:#000000;
	font-weight: bold;
}
.rss {
	float:right;
	width:212px;
	margin:16px 0 0 20px;
}
#footer p {
	padding-top:10px;
	margin:0;
	text-align:center;
} 
#vymenaodkazu {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#292b25;
	margin: 0;
	line-height: 12px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
} 
#vymenaodkazu a {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #292b25;
	text-decoration: none;
} 
.footerLink  {
	color:#000000;
	text-decoration:underline;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	 clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*begin main menu*/
#navcontainer {
	margin:auto 0;
	width:900px;
	text-align:center;
}
#navcontainer ul {
	padding: 0;
	margin: auto 0;
	background: url(../images/menuBackground.gif) repeat-x left top;
	float: left;
	width: 100%;
}
#navcontainer ul li { 
	display: inline;
}
#navcontainer ul li a {
	color: #626161;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	font-size:18px;
	padding:11px 24px;
}
#navcontainer ul li a:hover {
	background: url(../images/menuBackgroundActive.gif) repeat-x left top;
	color: #ffffff;
}
#navcontainer ul li #current {
	background: url(../images/menuBackgroundActive.gif) repeat-x left top;
	color: #ffffff;
}
#mainContent ul {
   padding: 0 0 5px 10px;
}
#mainContent li {
  list-style-type: none;
  background: url(../images/li_light.gif);
  font-size: 12px;
  background-repeat: no-repeat;
  background-position: 0px 7px;
  padding: 0 0 0 10px;
  margin: 3px 0 0 0;
}

/*end main menu*/
/* begin border corners*/
.t {background: #ffffff url(../images/dot.gif) 0 0 repeat-x}
.b {background:url(../images/dot.gif) 0 100% repeat-x}
.l {background:url(../images/dot.gif) 0 0 repeat-y}
.r {background:url(../images/dot.gif) 100% 0 repeat-y}
.bl {background:url(../images/bl.gif) 0 100% no-repeat}
.br {background:url(../images/br.gif) 100% 100% no-repeat; margin: 0 0 30px 0;}
.tl {background:url(../images/tl.gif) 0 0 no-repeat}
.tr {background:url(../images/tr.gif) 100% 0 no-repeat; padding: 5px 10px 5px 20px;} 
/* end border corners*/
/* begin news border corners*/
.n_t {background: #eeeeee url(../images/n_dot.gif) 0 0 repeat-x;}
.n_b {background:url(../images/n_dot.gif) 0 100% repeat-x}
.n_l {background:url(../images/n_dot.gif) 0 0 repeat-y}
.n_r {background:url(../images/n_dot.gif) 100% 0 repeat-y}
.n_bl {background:url(../images/n_bl.gif) 0 100% no-repeat}
.n_br {background:url(../images/n_br.gif) 100% 100% no-repeat}
.n_tl {background:url(../images/n_tl.gif) 0 0 no-repeat}
.n_tr {background:url(../images/n_tr.gif) 100% 0 no-repeat; padding:1px 20px  } 
/* end news border corners*/

/* slevovy kupon */
#slevkup {
  text-align: center;
}
.kupon {
  font-size: 20px;
  text-align: center;
  background-position: 0px 7px;
  padding: 0 0 0 10px;
}
/* */
#btn_odesli {
     border: 0;
     margin-top: 6px;
     width: 109px;
     height: 22px;
     overflow:  hidden;
     background: url('../images/btn_vyhl.gif');
     cursor: pointer;
     color: #000000;
     font-size: 11px;
}
input {
     color: #000000; 
     border: 1px solid #dcdcdc;
     height: 2.3ex;
     font-size: 12px;
     font-family: Arial, Helvetica, sans-serif;
}
textarea {
     color: #000000; 
     border: 1px solid #dcdcdc; 
     font-size: 12px;
     font-family: Arial, Helvetica, sans-serif;
}
select {
     color: #000000; 
     border: 1px solid #dcdcdc; 
     height: 20px; 
     overflow: hidden;
     font-size: 12px;
     font-family: Arial, Helvetica, sans-serif;
     cursor: pointer;
     background-color: #ffffff;
}