body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #303030;
	/*background: #666666 url(images/main_background.gif) repeat-x;*/
	background-color: #84be54;
}

a:link, a:visited { color: #444444; text-decoration: none; font-weight: bold;} 
a:active, a:hover { color: #000000; text-decoration: underline}

h1 {
	margin: 0 0 25px 0;
	padding: 10px 0;
	font-size: 30px;
	font-weight: bold;
	color: #333333;
}

h2 {
	margin: 0 0 25px 0;
	padding: 5px 0;
	font-size: 25px;
	font-weight: bold;
	color: #84be54;
}

h3 {
	margin: 0 0 5px 0;
	padding: 2px 0;
	font-size: 16px;
	font-weight: bold;
	color: #CCC;
	color: #000000;
}

p {
	padding: 0;
	margin: 0 0 10px 0;
	color: #303030;	
}

.view_all a{
	clear: both;
	display: block;
	width: 100%;
	margin-bottom: 5px; 
	font-weight: bold;
	text-decoration: none;
}

.more_button a{
	clear: both;
	float: right;
	display: block;
	width: 80px;
	height: 20px;
	padding: 3px 0 1px 0;
	margin: 10px 0 0 0;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #f6d848;
	background: #333333;
	border-top: 1px solid #CCCCCC;
}

.price_button a{
	clear: both;
	float: left;
	display: block;
	width: 80px;
	height: 17px;
	padding: 3px 0 1px 0;
	margin: 10px 0 0 0;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #FFFF00;
	background: #9F9F9B
}

#container {
	margin: auto;
	width: 1000px;
	padding: 0 25px;
	background: #FFFFFF;
	border-left: 1px solid #939393;
	border-right: 1px solid #939393;	
}

/* top panels */

#top_panelone {
	width: 1000px;
	height: 32px;
	padding: 15px 0 5px 0;
	margin: 0;
}

#language_panel {
	float: right;
}

#language_panel img{
	border: 1px solid #000;
}

#top_paneltwo {
	width: 1000px;
	height: 40px;
	padding: 5px 0;
}

#title_section {
	float: left;
	width: 700px;
	padding: 10px 0;
	font-size: 40px;
	font-weight: bold;
	color: #84be54;
}

#searchbox {
	float: right;
	margin: 10px 0 0 15px;
}

#searchbox form {
	margin: 0px;
	padding: 0px;
}

#searchfield{
	background:#d0d0d0;
	border: none;
	color: #000;
	font-size: 13px;
	font-variant: normal;
	height: 16px;
	padding: 4px;
	text-align: left;
	width: 200px;
	font-size: 13px;
}


#searchbutton{
	background: url(images/search_button.gif); 
	border: none;
	color: #f6d848;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	height: 24px;
	margin: 0 0 0 7px;
	padding: 0 8px 0 4px;
	text-align: center;
	vertical-align: bottom;
	white-space: pre;
	width: 66px;
}

/* end of top panels */

/* menu and banner panel */
#banner_01_panel {
	float: left;
	width: 275px;
	height: 200px;
	padding: 49px 25px 0px 25px;
	margin-left: 15px;
	margin-right: 1px;
	background: #84be54 url(images/banner_01.jpg) no-repeat;
}

#banner_02_panel {
	float: left;	
	width: 275px;
	height: 200px;
	padding: 49px 25px 0px 25px;	
	margin-left: 15px;
	background: #84be54 url(images/banner_02.jpg) no-repeat;
}

#menu_banner_panel {
	width: 300px;
	background: #84be54;
	border: 5px solid #548e24;
	float: left;
}

#menu_banner_panel p{
	color: #333333;
	font-style:italic;
}

#menu {
	width: 219px;
	padding: 0px;
	margin: 10px 0px 20px 30px;
}

/* for ie6 */
* html #menu {
	margin: 20px 0px 0px 15px;
}

#menu ul{
	margin: 0px;
	padding: 0px;	
}

#menu li {
	padding: 10px 0 5px 25px;
	font-size: 12px;
	font-weight: bolder;
	list-style: none;
	background: url(images/list_icon.gif) left center no-repeat;
	border-bottom: 1px dotted #666;
}

#menu li.blank {
	padding: 10px 0 5px 25px;
	list-style: none;
	background: none;
	border-bottom: none;
}

#menu li a{
	color: #fff;
	text-decoration: none;
}

#menu li a:hover {
	padding-left: 8px;
	color: #f6d848;
	text-decoration: none;
}

/* content */
#content {
	float: left;
	width: 1000px;
	padding:0;
}

#leftcolumn {
	float: left;
	width: 300px;
	margin: 25px 50px 0 0;
	clear: left;
}

#rightcolumn {
	float: right;
	width: 650px;
	padding: 0px;
	margin: 25px 0 0 0;
}

/* ie6 */
* html #rightcolumn {
	margin-right: -25px;	
}

.leftcolumn_section {
	display: block;
	width: 300px;
	padding-bottom: 10px;
	margin-bottom: 25px;
	border-bottom:1px solid #999;
}

.leftcolumn_section  form{
	padding: 0px;
	margin: 0 0 10px 0;
}

.news_box {
	float: left;
	display: block;
	width: 300px;
	margin-bottom: 15px;
}

.date_panel {
	float: left;
	width: 70px;
	padding: 45px 0 0 0;
	margin-right: 10px;
	height: 91px;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	color: #000000;
	background:url(images/date_background.png) no-repeat top right;
}

.date_panel span{
	display: block;
	margin-top: 10px;
	font-size: 18px;
	font-weight: bold;
}

.news_content {
	float: left;
	width: 220px;
}
/* end of content */

.rightcolumn_fullrow {
	clear: both;
	display: block;
	padding-bottom: 10px;
	border-bottom: 1px solid #313134;
	margin-bottom: 25px;
}

.rightcolumn_fullrow img {
	float: left;
	border: 1px solid #000000;
	margin-right: 25px;
}

.rightcolumn_fullrow p{
	text-align: justify;
}

.rightcolumn_twocolumn{
	float: left;
	width: 300px;
	margin-right: 25px;
}

.rightcolumn_twocolumn img{
	float: left;
	border: 1px solid #000000;
	margin-top: 3px;
	margin-right: 10px;
}

.rightcolumn_twocolumn ul{
	clear: both;
	margin: 20px 0 10px 0;
	padding: 0 0 0 20px;
}

.rightcolumn_twocolumn li{
	font-size: 12px;
	padding-bottom: 10px;
}

.rightcolumn_twocolumn li a{
	font-weight: normal;
}
.rightcolumn_twocolumn a:hover{
	color: #000000;
	text-decoration: underline;
}

.partner_box {
	margin-bottom: 25px;
}

.partner_box p{
	margin-bottom: 5px;
}

.partner_box img{
	float: none;
	margin-bottom: 5px;
}

/* ----- Footer ----- */

#footer {
	clear: both;
	width: 1050px;
	height: 50px;
	padding: 20px 0px 0px 0;
	margin-left: -25px;
	margin-right: -25px;
	text-align: center;
	background: #d0d0d0;
	text-align: center;
}

#footer a{
	font-weight: normal;
}

/* ----- End of Footer ----- */

/* K O N T A K T */
.kontakty {
  position: relative;
	padding-top: 30px;
	text-align: center;
	height: 330px;
}
.kontakt_adresa_lis {
  position: absolute;
  left: 100px;
  top: 105px;
}
.kontakt_adresa_vel {
  position: absolute;
  left: 100px;
  top: 230px;
}
.kontakt_mergl {
  position: absolute;
  right: 130px;
  top: 125px;
}

TABLE.kontakt_zakazky {
  position: absolute;
  left: 15px;
  top: 15px;
  background-color: #e0dfe3;
  border-collapse: collapse;
}
TH.kontakt_zakazky {
  border: 2px solid #ffffff;
}
TD.kontakt_zakazky {
  width: 180px;
  border: 2px solid #ffffff;
}
A.kontakt_zakazky {
  color: #669933;
  text-decoration: none;
}
A:HOVER.kontakt_zakazky {
  color: #000000;
  text-decoration: underline;
}

.kontakt_fidlerova {
  position: absolute;

  /*left: 215px;/*+115*/
  right: 130px;
  top: 230px;/*+20*/
}
.kontakt_ksirova {
  position: absolute;
  right: 100px;
  top: 210px;
}
.kontakt_sidla {
  position: absolute;
  left: 225px;
  top: 290px;
}
.kontakt_fax {
  position: absolute;
  left: 210px;
  top: 320px;
}
/* / K O N T A K T */


DIV.center_500 {
  width: 500px;
  text-align: center;
}

TABLE.objednavka TH {
  text-align: right;
}
TABLE.objednavka .input_cely {
  width: 450px;
}
TABLE.objednavka .input_polovicni {
  width: 120px;
}
TABLE.objednavka .input_ctvrtina_1 {
  width: 50px;
}
TABLE.objednavka .input_ctvrtina_2 {
  width: 150px;
}

.objednavka_chyba {
  color: red;
  font-style: italic;
}
/*  C E N I K   */
.cenik {
  float:left;
	margin-top: 30px;
	margin-left: -30px;
}
.cenik_horni {
  float:left;
	margin-left: 50px;
}
.prvni_cenik_zeleny {
	padding-left: 5px;
	float: left;
	width: 351px;
	height: 33px;
	background-color: #c1e789;
	margin-left: 3px;
}
.druhy_cenik_zeleny {
	padding-left: 5px;
	width: 351px;
	height: 33px;
	background-color: #c1e789;
	margin-left: 3px;
	margin-top:-10px;
}
.cenik_zeleny_vpravo {
	padding-left: 5px;
	margin-left: 361px;
	width: 155px;
	height: 33px;
	background-color: #c1e789;
}
.dodatek {
	margin-top: 0px;
	font-size: x-small;
}
.cenik_prostredni {
	font-size: 10px;
	margin-top: 30px;
	margin-left: 0px;
}
.col1 {
  padding-left: 5px;
	background-color: #e0dfe3;
}
.col2 {
  padding-left: 5px;
	background-color: #eeeeee;
}
#tlumoceni_cenik {
  margin-top:-20px;
}
/*  / C E N I K  */
