@charset "windows-1250";
/* CSS Document */
body, html, .content {
	height: 100%;
	min-height: 100%;
	font-family: Cambria,"Times New Roman",Times,serif;
}
body {
	background-image:url(images/page_bg.gif);
	background-position: top center;
	background-repeat: repeat;

	padding: 0px;
	margin: 0px;

	width: 100%;
	text-align: center;
}

.shadow {
	background-image:url(images/content_top_bg.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 529px;
	width: 714px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -357px;
	z-index: 500;
}

.top_overlay{
	position: absolute;
	top: 0px;
	left: 50%;
	width: 642px;
	height: 50px;
	margin-left: -325px;
	background-image:url(images/top_overlay.gif);
	z-index:1000;
}

.content_container{
	background-image:url(images/content_bg.gif);
	background-repeat:repeat-y;
	text-align: left;
	position: absolute;
	top: 0px;
	left: 50%;
	width: 642px;
	min-height: 100%;
	margin-left: -325px;
	z-index:700;
}
.content {	padding: 300px 20px 0px 20px; }

#top_home_link {
	position: absolute;
	top: 0px;
	left: 50%;
	width:201px;
	height: 98px;
	margin-left: 145px;
	z-index: 15000;
}

#head_flash {
	position: absolute;
	top: 65px;
	left: 50%;
	width:642px;
	height: 188px;
	margin-left: -325px;
	z-index: 14000;
	background-image:url(head_res/frame.png);
}

#navi_table  {
	position: absolute;
	z-index: 15000;
	top: 253px;
	left: 50%;
	margin-left: -321px;
	width:634px;
	background-image:url(images/navi_bg.gif);
	background-repeat:repeat-x;
}
#navi_table td {
	vertical-align: middle;
	text-align: center;
}
.navi_1, .navi_1 a {color:#FFF;}
.navi_2, .navi_2 a {color:#000;}
.navi_1 a, .navi_2 a {text-decoration: none;}
.navi_1 a:hover, .navi_2 a:hover {text-decoration: underline;}
.navi_1 a.active, .navi_2 a.active {font-weight: bold;}

.footer_table_container {width: 100%; text-align: center; padding: 20px 0px;}
.footer_table {width: 90%; font-size: 0.8em; color: silver;}
.footer_left {text-align:left}
.footer_right {text-align: right}
.uragan {font-family: Verdana, Arial, Helvetica, sans-serif; font-style:italic;}
.uragan a {text-decoration:none; color: silver;}
.uragan a:hover {text-decoration:underline;}




.paginator_container { 	text-align:center; }
.paginator_container a {text-decoration:none;}
.paginator_active { font-weight: bold; font-size: 1.2em;}

table.gal_kvetiny,
table.gal_florex,
table.gal_doplnky { text-align: center; }

table.gal_kvetiny td,
table.gal_florex td {
  background-color: silver;
  border: 5px solid white;
  text-align: center;
  vertical-align:middle;
}

table.gal_kvetiny td {
  width: 210px;
  height: 210px;
}

table.gal_florex td {
  width: 190px;
  height: 190px;
}

table.gal_kvetiny td img,
table.gal_florex td img {
  border: 0px;
  margin: 5px;
  vertical-align: middle;
}

table.gal_doplnky td img {
  border: 0px;
  margin: 3px;
  vertical-align: middle;
}  

