body{
  color:#000000;
  background-color:#000000;
  text-align:center;
}
h1{
	font-family:Tahoma;
	padding:10px 10px 10px 10px;
	}
h2{
	font-family:Tahoma;
	}
h3{
	font-family:Tahoma;
	}
h4{ font-size:16px;
	text-transform:uppercase;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	}
h5{ font-size:14px;
	line-height:normal;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;	
	}
a:link {
	text-decoration: none;
	color:#660066;
	border:none;
	}
a:hover {
	text-decoration:none;
	color:#990c97;
	border:none;

	}
a:visited {	
	text-decoration: none;
	color:#660066;
	border:none;
	}
a:active {
	text-decoration: none;
	color:#660066;
	border:none;
	} 
a:active:hover {
	text-decoration: none;
	color:#990c97;
	border:none;

	}
a:visited:hover {
	text-decoration: none;
	color:#990c97;
	border:none;

	}
.clear{
  clear:both;
  height:1px;
  overflow:hidden;
  line-height:1%;
  font-size:0px;
  margin-bottom:-1px;
}
* html .clear{height:auto;margin-bottom:0}
#fullheightcontainer{
  top:-5px;
  margin-left:auto;
  margin-right:auto;
  text-align:left;
  position:relative;
  width:990px;
  height:100%;
  }
#wrapper{
  min-height:100%;
  height:100%;
  }
#wrapp\65	r{ /*** for Opera and Moz (and some others will see it, but NOT Safari) ***/
  height:auto; /*** For moz to stop it fixing height to 100% ***/
}
* html #wrapper{
  height:100%;
}
#outer{
  z-index:1; /*** Critical value for Moz/Opera Background Column colors fudge to work ***/
  position:relative; /*** IE needs this or the contents won't show outside the parent container. ***/
  margin-left:151px; /*** Critical left col dimension value = left col width ***/
  width:690px; /*** Critical left and right col/divider dimension value (moves inversly) = center col width ***/
   /*** Sets background of center col***/
  height:100%;
}
#float-wrap{
  width:690px; /*** Critical left and right col/divider dimension value (moves inversly) = Center Col Width ***/
  margin-right:-1px; /*** Static fix, doesn't change ***/
  float:left;
  display:inline;
}
#left{
  width:151px;
  float:left;
  display:inline;
  position:relative;
  margin-left:-150px;
  z-index:10;
}
*>html #left{width:150px;}
#container-left{
  position:relative;
  width:150px;/*** Critical left col dimension value = left col width - 1px ***/
  margin:0px 0px 0px 0px;
  }
#right{
  float:left;
  display:inline;
  width:102px;
  margin-right:-100px;
  margin-left:-1px;
  position:relative;
}
* html #right{
  width:101px;
  margin-left:0px;
  margin-right:-500px;
  mar\gin-right:-101px;
}
/* Above style hidden from Mac IE */
/*** These commented-out rules below are there to explain the "Critical" info
     for the rules above, because comments must not appear within the Mac-hack.
     The "rules" below are not active, they are just for teaching purposes.

* html #right{
  width:101px; Critical right col/divider dimension value = right col width + one internal border width + 1px ***
  margin-left:0px; *** Critical right divider dimension value = a static 0px ***
  margin-right:-500px; *** IE5.x/win fix, must be above a critical number, but very high values appear okay ***
  mar\gin-right:-101px; *** Critical right col/divider dimension value  = negative (right col width + one internal border width + 1px) ***
}
***/
#container-right{
/* \*/
  width:100px;
/* Above hidden from IE-Mac */
/*** Critical right col dimension value = right col width ***/
  margin-left:2px; /*** Critical right divider dimension value = one internal border width + 2px ***/
  position:relative;
}
/* \*/
* html #container-right{
  fl\oat:right;
  di\splay:inline;
  margin-left:1px;
  mar\gin-left:0px;
}
/* Above style hidden from Mac IE */
/*** Above margin left set to = one internal border width + 1px ***/
/*** Static fixes ***/

/*** a Note on the Holly hack: if IE/Win shows bugs it's a good idea to apply the height:1%
     hack to different elements and see if that fixes the problem. Sometimes it may be
     necessary to use "position: relative;" on certain elements, but it's hard to tell in
     advance which elements will need such fixes. ***/
/*** This is a STATIC fix for IE5/Win at the largest text size setting. ***/
/* \*/
* html #left{margin-right:-3px;}
/* Above style hidden from Mac IE */
/*** All the IE fixes that are inside seperate "Mac-hacks" may be grouped within
     just one Mac-hack for convenience if desired. However, each fix must come
     later than the rule it is fixing or the fix itself will be overridden. ***/
#center{
  width:690px; /*** Set to = center col width ***/
  float:right;
  display:inline;
/* \*/
  margin-left:-1px;
/* Hidden from IE-mac */
}
/*** clearheader heights are made from header height + borders +
any sidebar box height, less any sidebar intrusion.
Similar calcs for footers. ***/
#clearheadercenter{
  height:75px; /*** needed to make room for header in center column ***/
  overflow:visible;
  position:fixed;
}
#clearfootercenter{
  height:60px; /*** needed to make room for footer in center column ***/
  overflow:hidden;
}
#footer{
  z-index:1; /*** Critical value for Moz/Opera Background Column colors fudge to work ***/
  position:relative;
  clear: both;
  width:990px;
  height:60px;
  overflow:visible;
  margin-top:0px;
}
#subfooter1{
  text-align:center;
  margin-left:150px;
  margin-right:100px; /*** If the right sidebar intrudes, move the
header to the left by the width of the right col + one external border width ***/
  height:50px; /*** sub-footer row height ***/
}
.bottomtopmargin{
  overflow:hidden;
}
#header{
  z-index:-1;
  position:absolute;
  top:0px;
  width:690px;
  margin-left:150px;
  margin-right:100px;
  height:75px;
  overflow:hidden;
}
#subheader1{
   /*** Background Color of Sub-header #1 ***/
  text-align:right;
  height:70px; /*** sub-header row height ***/
}
#topmargin{
  height:5px; /*** top margin height ***/
}
#gfx_bg_middle{
  top:0px;
  position:absolute;
  height:100%;
  overflow:hidden;
  width:690px; /*** = Center Col Width ***/
  margin-left:150px; /*** = Left Col Width ***/
 /*** Set background color for center column for Mozilla & Opera ***/
}
* html #gfx_bg_middle{
  display:none; /*** Hides the moz fix from IE ***/
}
.sadrzaj{
	font-family:Tahoma;
	text-align:left;
	font-size:16px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top:5px;
	margin-left: 5px;
	margin-right: 5px;
	}
.sadrzaj_HC{
	font-family:Tahoma;
	text-align:left;
	font-size:17px;
	font-style:italic;
	float:right;
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	clear: both;
	font-weight:bold;
	color:#000000;
	}
.sadrzaj_HC2{
	font-family:Tahoma;
	text-align:left;
	font-size:17px;
	font-style:italic;
	float:left;
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	clear: both;
	font-weight:bold;
	color:#000000;
	}
.link_list {
	font-family:Tahoma;
	float:none;
	font-size:12px;
	height:100%;
	background:url(/pic/link_list.png);
	background-repeat:repeat;
	}
.link_list_clean {
	font-family:Tahoma;
	float:none;
	font-size:14px;
	padding: 2px 2px 2px 2px;
	}
.forum{
	font-family:Tahoma;
	float:left;
	font-size:13px;
	padding: 4px 4px 4px 4px;
	margin: 4px 4px 4px 4px;
	}
.froum_links{ 
	left:15px;
	float:left;
	font-size:16px;
	padding: 2px 2px 2px 4px; 
	margin: 2px 2px 2px 2px;
	border: outset;
	border-width:thin;
	font-size:12px;
	}
.froum_links:hover{
	border:inset; 
	border-width:thin;
	}
.site_links{ 
	left:15px;
	float:left;
	font-size:16px;
	padding: 2px 2px 2px 4px; 
	margin: 2px 2px 2px 2px;
	border: outset;
	border-width:thin;
	font-size:12px;
	}
.site_links:hover{
	border:inset; 
	border-width:thin;
	}	
.floatleft{
	font-family:Tahoma;
	float:left;
	font-size:12px;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 15px;
	}
.floatright{
	font-family:Tahoma;
	float:right;
	font-size:12px;
	padding: 5px 5px 5px 5px;
	margin: 5px 15px 5px 5px;
	}
.floatcenter{
	font-family:Tahoma;
	float:none;
	font-size:12px;
	padding: 5px 5px 5px 5px;
	margin: 5px 15px 5px 5px;
	}
.kanta{
	float:center;
	width:inherit;
	height:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	overflow: visible;
	}
.hover_links{
	width:100%; 
	height:40px; 
	elevation:higher;
	font-family:"Gill Sans MT";
	font-size:16px;
	font-stretch:expanded;
	text-align:left;
	}
.orc_desna{
	text-align:left;
	float:right;
	width:20%;
	padding:3px 3px 3px 3px;
	margin:3px 3px 3px 3px;
	overflow:hidden;
	font-family:Tahoma;
	font-size:10px;
	}
.orc_ljeva{
	text-align:left;
	float:left;
	width:70%;
	padding:5px 5px 5px 5px;
	margin:5px 5px 5px 5px;
	}
.fut{
	text-align:center;
	padding:10px 10px 10px 10px;
	font-size:18px;
	color:#FFFF66;
	}
.dolje{
	width:690px;
	max-width:690px;
	min-width:690px;
	height:100px;
	position:relative;
	background-attachment:fixed;
	background:url(/pic/dolje.png);
	background-repeat:no-repeat;
	float:left;
	}
img.lnk{
	text-decoration:none;
	text-shadow:#999999;
	border:none;
	float:left;
	padding:1px 1px 1px 1px;
	margin:1px 1px 1px 1px;
	}
.orc_popis{
	max-width:200px; 
	width:210px;
	max-height:630px; 
	height:630px;
	overflow:scroll;
	float:right;
	vertical-align:top;
	background:top;
	background-position:left;
	background-attachment:fixed;
	background:url(/pic/orc_popis.png);
	background-repeat:repeat-y;
}
img_god{
	border:none;
	float:left;
	padding:1px 1px 1px 1px;
	margin:1px 5px 1px 1px;
	}
#marqueecontainer{
position: relative;
width: 100px; /*marquee width */
height:600px; /*marquee height */
background-color: white;
overflow: hidden;
border: 3px solid green;
padding: 0px;
padding-left: 0px;
}
#plutam{
position:absolute;
border: 1px solid black;
padding: 2px;
font:"Times New Roman";
font-size:12px;
text-align:center;
background-color: lightgreen;
width: 95px;
visibility:hidden;
z-index: 100;
max-height:200px;
overflow:scroll;
}
.vrt{
	font-family:Tahoma;
	width:450px;
	max-width:450px;
	float:left;
	font-size:15px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
.vrt_desna{
	width:150px;
	float:right;
	top:inherit;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	overflow:hidden;
	}
.rss{
	padding: 5px 10px 5px 5px;
	margin: 5px 10px 5px 5px;
	}
.main_box{
	width:690px;
	min-width:690px;
	height:auto;
	background-attachment:fixed;
	background:url(/pic/main_box.png);
	background-repeat:repeat-y;
	padding: 20px 20px 20px 20px;
	margin: 0px 0px 0px 0px;
	display:block;
	}
.main_box_top{
	width:690px;
	min-width:690px;
	height:30px;
	min-height:30px;
	background-attachment:fixed;
	background:url(/pic/main_box_top.png);
	background-repeat:no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display:block;
	}
.main_box_down{
	width:690px;
	min-width:690px;
	height:35px;
	min-height:35px;
	background-attachment:fixed;
	background:url(/pic/main_box_down.png);
	background-repeat:no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display:block;
	}
.box_uzgoj_orhideja{
	width:690px;
	min-width:690px;
	height:auto;
	background-attachment:fixed;
	background:url(/pic/box_uzgoj_orhideja.png);
	background-repeat:repeat-y;
	padding: 20px 20px 20px 20px;
	margin: 0px 0px 0px 0px;
	display:block;
	}
.top_box_uzgoj_orhideja{
	width:690px;
	min-width:690px;
	height:30px;
	min-height:30px;
	background-attachment:fixed;
	background:url(/pic/top_box_uzgoj_orhideja.png);
	background-repeat:no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display:block;
	}
.bottom_box_uzgoj_orhideja{
	width:690px;
	min-width:690px;
	height:35px;
	min-height:35px;
	background-attachment:fixed;
	background:url(/pic/bottom_box_uzgoj_orhideja.png);
	background-repeat:no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display:block;
	}
.box_vrste_orhideja{
	width:690px;
	min-width:690px;
	height:auto;
	background-attachment:fixed;
	background:url(/pic/box_vrste_orhideja.png);
	background-repeat:repeat-y;
	padding: 20px 20px 20px 20px;
	margin: 0px 0px 0px 0px;
	display:block;
	}
.top_box_vrste_orhideja{
	width:690px;
	min-width:690px;
	height:30px;
	min-height:30px;
	background-attachment:fixed;
	background:url(/pic/top_box_vrste_orhideja.png);
	background-repeat:no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display:block;
	}
.bottom_box_vrste_orhideja{
	width:690px;
	min-width:690px;
	height:35px;
	min-height:35px;
	background-attachment:fixed;
	background:url(/pic/bottom_box_vrste_orhideja.png);
	background-repeat:no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display:block;
	}
.box_vrtne{
	width:690px;
	min-width:690px;
	height:auto;
	background-attachment:fixed;
	background:url(/pic/box_vrtne.png);
	background-repeat:repeat-y;
	padding: 20px 20px 20px 20px;
	margin: 0px 0px 0px 0px;
	display:block;
	}
.top_box_vrtne{
	width:690px;
	min-width:690px;
	height:30px;
	min-height:30px;
	background-attachment:fixed;
	background:url(/pic/top_box_vrtne.png);
	background-repeat:no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display:block;
	}
.bottom_box_vrtne{
	width:690px;
	min-width:690px;
	height:35px;
	min-height:35px;
	background-attachment:fixed;
	background:url(/pic/bottom_box_vrtne.png);
	background-repeat:no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display:block;
	}
.box_kucne{
	width:690px;
	min-width:690px;
	height:auto;
	background-attachment:fixed;
	background:url(/pic/box_kucne.png);
	background-repeat:repeat-y;
	padding: 20px 20px 20px 20px;
	margin: 0px 0px 0px 0px;
	display:block;
	}
.top_box_kucne{
	width:690px;
	min-width:690px;
	height:30px;
	min-height:30px;
	background-attachment:fixed;
	background:url(/pic/top_box_kucne.png);
	background-repeat:no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display:block;
	}
.bottom_box_kucne{
	width:690px;
	min-width:690px;
	height:35px;
	min-height:35px;
	background-attachment:fixed;
	background:url(/pic/bottom_box_kucne.png);
	background-repeat:no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display:block;
	}
.box_inner{
	padding: 0px 20px 0px 20px;
	margin: 0px 0px 0px 0px;
	width:600px;
	max-width:600px;
	height:auto;
	}
.adspace_top{
	width:98px;
	min-width:98px;
	height:12px;
	min-height:12px;
	background-attachment:fixed;
	background:url(/pic/adspace_top.png);
	background-repeat:no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display:block;
	}
.adspace_content{
	width:98px;
	min-width:98px;
	min-height:500px;
	background-attachment:fixed;
	background:url(/pic/adspace_content.png);
	background-repeat:repeat-y;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display:block;
	}
.adspace_bottom{
	width:98px;
	min-width:98px;
	height:12px;
	min-height:12px;
	background-attachment:fixed;
	background:url(/pic/adspace_bottom.png);
	background-repeat:no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display:block;
	}
.adspace_inner{
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
	width:96px;
	max-width:96px;
	height:auto;
	font-size:8px;
	}
.main{
	width:145px;
	min-width:145px;
	max-width:145px;
	height:auto;
	visibility:visible;
	background-attachment:fixed;
	background:url(/pic/main.png);
	background-repeat:repeat-y;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
	display:block;
	font-family:Tahoma;
	font-size:13px;
	}
.main_top{
	width:145px;
	min-width:145px;
	height:14px;
	min-height:14px;
	background-attachment:fixed;
	background:url(/pic/main_top.png);
	background-repeat:no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display:block;
	}
.main_down{
	width:145px;
	min-width:145px;
	height:12px;
	min-height:12px;
	background-attachment:fixed;
	background:url(/pic/main_down.png);
	background-repeat:no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display:block;
	}
.uzgoj_orhideja{
	width:145px;
	min-width:145px;
	max-width:145px;
	height:auto;
	visibility:visible;
	background-attachment:fixed;
	background:url(/pic/uzgoj_orhideja.png);
	background-repeat:repeat-y;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
	display:block;
	font-family:Tahoma;
	font-size:13px;
	}
.uzgoj_orhideja_top{
	width:145px;
	min-width:145px;
	height:14px;
	min-height:14px;
	background-attachment:fixed;
	background:url(/pic/uzgoj_orhideja_top.png);
	background-repeat:no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display:block;
	}
.uzgoj_orhideja_down{
	width:145px;
	min-width:145px;
	height:12px;
	min-height:12px;
	background-attachment:fixed;
	background:url(/pic/uzgoj_orhideja_down.png);
	background-repeat:no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display:block;
	}
.vrste_orhideja{
	width:145px;
	min-width:145px;
	max-width:145px;
	height:auto;
	visibility:visible;
	background-attachment:fixed;
	background:url(/pic/vrste_orhideja.png);
	background-repeat:repeat-y;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
	display:block;
	font-family:Tahoma;
	font-size:13px;
	}
.vrste_orhideja_top{
	width:145px;
	min-width:145px;
	height:14px;
	min-height:14px;
	background-attachment:fixed;
	background:url(/pic/vrste_orhideja_top.png);
	background-repeat:no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display:block;
	}
.vrste_orhideja_down{
	width:145px;
	min-width:145px;
	height:12px;
	min-height:12px;
	background-attachment:fixed;
	background:url(/pic/vrste_orhideja_down.png);
	background-repeat:no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display:block;
	}
.vrtne{
	width:145px;
	min-width:145px;
	max-width:145px;
	height:auto;
	visibility:visible;
	background-attachment:fixed;
	background:url(/pic/vrtne.png);
	background-repeat:repeat-y;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
	display:block;
	font-family:Tahoma;
	font-size:13px;
	}
.vrtne_top{
	width:145px;
	min-width:145px;
	height:14px;
	min-height:14px;
	background-attachment:fixed;
	background:url(/pic/vrtne_top.png);
	background-repeat:no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display:block;
	}
.vrtne_down{
	width:145px;
	min-width:145px;
	height:12px;
	min-height:12px;
	background-attachment:fixed;
	background:url(/pic/vrtne_down.png);
	background-repeat:no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display:block;
	}
.kucne{
	width:145px;
	min-width:145px;
	max-width:145px;
	height:auto;
	visibility:visible;
	background-attachment:fixed;
	background:url(/pic/kucne.png);
	background-repeat:repeat-y;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
	display:block;
	font-family:Tahoma;
	font-size:13px;
	}
.kucne_top{
	width:145px;
	min-width:145px;
	height:14px;
	min-height:14px;
	background-attachment:fixed;
	background:url(/pic/kucne_top.png);
	background-repeat:no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display:block;
	}
.kucne_down{
	width:145px;
	min-width:145px;
	height:12px;
	min-height:12px;
	background-attachment:fixed;
	background:url(/pic/kucne_down.png);
	background-repeat:no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display:block;
	}

.tipka{
	width: 120px;
	height: auto;
	}
.tipka:hover{
	background:url(/pic/tipka_2.png);
	}
.tipka_hold{
	width: 600px;
	height: 30px;
	max-height:30px;
	min-height:30px;
	padding-left:15px;
	}
.tipka_hor_kucne{
	width: 100px;
	height: 20px;
	max-height:20px;
	min-height:20px;
	float: left;
	padding-left:15px;
	margin-left:15px;
	}
.tipka_hor_kucne:hover{
	background:url(/pic/tipka_hor_kucne.png);
	}
.tipka_hor_vrtne{
	width: 100px;
	height: 20px;
	max-height:20px;
	min-height:20px;
	float: left;
	padding-left:15px;
	margin-left:15px;
	}
.tipka_hor_vrtne:hover{
	background:url(/pic/tipka_hor_vrtne.png);
	}
.tipka_hor_vrste{
	width: 100px;
	height: 20px;
	max-height:20px;
	min-height:20px;
	float: left;
	padding-left:15px;
	margin-left:15px;
	}

.tipka_hor_vrste:hover{
	background:url(/pic/tipka_hor_vrste.png);
	}
.tipka_hor_uzgoj{
	width: 100px;
	height: 20px;
	max-height:20px;
	min-height:20px;
	float: left;
	padding-left:15px;
	margin-left:15px;
	}
.tipka_hor_uzgoj:hover{
	background:url(/pic/tipka_hor_uzgoj.png);
	}
.bookmark{
	position:absolute; 
	z-index:5; 
	left:20px; 
	top:65px;
	height:50px;
	width:50px;
	max-height:50px;
	max-width:50px;
	min-height:50px;
	min-width:50px;
	background:url(/pic/bookmark.png);
	background-position:center;
	background-repeat:no-repeat;
	text-decoration:none;
	border:none;
	}
.bookmark:hover{
	background:url(/pic/bookmark_hover.png);
	}
.index_uzgoj_orhideja_top{
	width:600px;
	max-width:600px;
	min-width:600px;
	height:31px;
	min-height:31px;
	max-height:31px;
	background:url(/pic/index_uzgoj_orhideja_top.png);
	background-position:center;
	background-repeat:no-repeat;
	}
.index_uzgoj_orhideja{
	width:600px;
	max-width:600px;
	min-width:600px;
	height:auto;
	min-height:36px;
	background:url(/pic/index_uzgoj_orhideja.png);
	background-position:center;
	background-repeat:repeat-y;
	}
.index_uzgoj_orhideja_down{
	width:600px;
	max-width:600px;
	min-width:600px;
	height:38px;
	min-height:38px;
	max-height:38px;
	background:url(/pic/index_uzgoj_orhideja_down.png);
	background-position:center;
	background-repeat:no-repeat;
	}
.index_vrste_orhideja_top{
	width:600px;
	max-width:600px;
	min-width:600px;
	height:31px;
	min-height:31px;
	max-height:31px;
	background:url(/pic/index_vrste_orhideja_top.png);
	background-position:center;
	background-repeat:no-repeat;
	}
.index_vrste_orhideja{
	width:600px;
	max-width:600px;
	min-width:600px;
	height:auto;
	min-height:36px;
	background:url(/pic/index_vrste_orhideja.png);
	background-position:center;
	background-repeat:repeat-y;
	}
.index_vrste_orhideja_down{
	width:600px;
	max-width:600px;
	min-width:600px;
	height:38px;
	min-height:38px;
	max-height:38px;
	background:url(/pic/index_vrste_orhideja_down.png);
	background-position:center;
	background-repeat:no-repeat;
	}
.index_kucne_top{
	width:600px;
	max-width:600px;
	min-width:600px;
	height:31px;
	min-height:31px;
	max-height:31px;
	background:url(/pic/index_kucne_top.png);
	background-position:center;
	background-repeat:no-repeat;
	}
.index_kucne{
	width:600px;
	max-width:600px;
	min-width:600px;
	height:auto;
	min-height:36px;
	background:url(/pic/index_kucne.png);
	background-position:center;
	background-repeat:repeat-y;
	}
.index_kucne_down{
	width:600px;
	max-width:600px;
	min-width:600px;
	height:38px;
	min-height:38px;
	max-height:38px;
	background:url(/pic/index_kucne_down.png);
	background-position:center;
	background-repeat:no-repeat;
	}
.index_vrtne_top{
	width:600px;
	max-width:600px;
	min-width:600px;
	height:31px;
	min-height:31px;
	max-height:31px;
	background:url(/pic/index_vrtne_top.png);
	background-position:center;
	background-repeat:no-repeat;
	}
.index_vrtne{
	width:600px;
	max-width:600px;
	min-width:600px;
	height:auto;
	min-height:36px;
	background:url(/pic/index_vrtne.png);
	background-position:center;
	background-repeat:repeat-y;
	}
.index_vrtne_down{
	width:600px;
	max-width:600px;
	min-width:600px;
	height:38px;
	min-height:38px;
	max-height:38px;
	background:url(/pic/index_vrtne_down.png);
	background-position:center;
	background-repeat:no-repeat;
	}

.index_inner{
	width:550px;
	margin:0px 0px 0px 20px;
	padding:10px 10px 10px 10px;
	max-width:550px;
	min-width:550px;
	height:inherit;
	visibility:visible;
	}
.page_description{
	max-width:270px;
	min-height:100px;
	height:auto;
	float:left;
	padding:10px 10px 10px 10px;
	}
.page_description_img{
	float:left;
	margin:5px 5px 5px 5px;
	padding:5px 5px 5px 5px;
	}
.img_i3{
	padding-right:5px;
	float:left;
	}
	
	