
body {
	margin: 0;
	padding: 0 ;
	font-size: 12px;
	background: #2a2a2a url('_images/body_bg_black.png') left top repeat-x ; 
	background: #dfdedd url('_images/body_bg.gif') left top repeat-x ; 
}
h1 {
	color: #FF801A;
	font-family: Impact, "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.white {
	color: #fff;
}

/* layout 
-------------------------------------------------------------- */
#wrapper0 {
	position: relative;
	width: 1000px ;
	margin: auto ;
	margin-bottom: 20px;
	background: transparent url('_images/header_bg_dark1.png') right top no-repeat ;
	background: transparent url('_images/header_bg_light2.png') right top no-repeat ;
	background: transparent url('_images/header_bg_light1.png') right top no-repeat ;
}

/* header 
-------------------------------------------------------------- */
#header {
	position: relative;
	height:269px; 
}
#logo {
	position: absolute;
	width: 285px;
	height: 90px;
	left: 80px;
	top: 130px;
	background: transparent url('_images/logo.gif') left top no-repeat ;
}
/* menu_top 
-------------------------------------------------------------- */
#menu_top {
	padding-top: 1px;
	height: 55px;
	background: transparent url('_images/menu_top.png') left top no-repeat ;
}
#menu_top ul {
	margin: 0 ;
	margin-top: -1px;
	padding: 0 ;
	margin-left: 37px;
}
#menu_top li {
	display: block ;
	margin: 0 ;
	padding: 0 ;
	float: left;
	width: 154px;
	background: transparent url('_images/menu_top_border.gif') left top no-repeat ;
}
#menu_top li:first-child {
	width: 155px;
	background:none ;
}
#menu_top li:nth-child(6) {
	width: 155px;
}
#menu_top li a {
	display: block ;
	line-height: 50px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	color: #ffffff;
	background-image: url('_images/menu_top_active.png');
	background-position: left 100px;
	background-repeat: no-repeat;
}
#menu_top li:first-child a {
	background-image: url('_images/menu_top_active_left.png');
}
#menu_top li:nth-child(6) a {
	background-image: url('_images/menu_top_active_right.png');
}
#menu_top li a:hover,
#menu_top li a.aktualni {
	background-position: left top;;
}
#menu_top li a:active {
	color: #000000;
}

/* main%bg
-------------------------------------------------------------- */
#main_top {
	height: 52px;
	padding-top: 1px;
	background: transparent url('_images/main_top_bg.png') left top no-repeat ;
}
#main_center {
	background: transparent url('_images/main_center_bg.png') left top repeat-y ;
	padding: 1px;
	padding-right: 50px;
}
#main_bottom {
	clear: both;
	height: 20px;
	padding-top: 1px;
	background: transparent url('_images/main_bottom_bg.png') left top no-repeat ;
}

/* drobecky
-------------------------------------------------------------- */
#drobecky {
	margin-left: 60px;
	margin-top: 10px;
}
#drobecky ul { 
	margin: 0 ; padding: 0 ; 
	list-style: none;
	font-size: 0.85em; 
}
#drobecky li { 
	float: left;  
	margin: 0 ; 
	padding: 0 ;
	padding-right: 15px;
	padding-left: 10px; 
	background: transparent url('_images/drobecky_li_bg.png') right 6px no-repeat ;
}
#drobecky li a {
	color: #FE6B17;
}

/* hledani
---------------------------------------------------------------------------- */

#hledani {
	float: right;
	margin-right: 50px;
	margin-top: 5px;
}
#hledani_box {
	margin: 0 ;
	padding: 0;
	padding-left: 10px;
	width: 145px;
	height: 25px;
	line-height: 25px;
	border: none;
	background: transparent url('_images/hledani_box.gif') left top no-repeat ;
	vertical-align: top;
	
}
#hledani_btn {
	vertical-align: top;
}

/* left_col
---------------------------------------------------------------------------- */
#left_col {
	margin-left: 50px;
	float: left;
	width: 230px;
}
#left_col h2 {
	font-size: 1.1em;
	font-weight: bold;
	padding-left: 20px;
	line-height: 25px;
	padding-bottom: 5px;
	color: #ffffff;
	background: transparent url('_images/left_col_h2.gif') left top no-repeat ;
}

/* menu_left 
-------------------------------------------------------------- */
#menu_left {
	margin-left: 20px;
	width: 200px;
}
#menu_left ul ,
#mmen_left li {
	margin: 0 ;	padding: 0 ; 
	list-style: none ; 
}
#menu_left ul {
	/*display: none;*/
}
#menu_left ul.hl1,
#menu_left ul.open {
	display: block;
}
#menu_left a {
	color: #000000 ;
	text-decoration: none ;
}
#menu_left li {
	padding-left: 10px;
	background-image: none; 
}
#menu_left li.hl1 {
	font-weight: bold ;
	background: transparent url('_images/menu_left_hl1.gif') left 8px no-repeat;
}
#menu_left li.hl1.aktualni {
	background: transparent url('_images/menu_left_hl1_aktualni.gif') left 8px no-repeat;
}
#menu_left li.hl1 a.aktualni {
	font-weight: bold ;
	color: #007000;
}
#menu_left ul.hl2 {
	margin-left: -8px;
}
#menu_left li.hl2 {
	font-weight: normal ;
	padding-left: 15px;
	background: transparent url('_images/menu_left_hl2.gif') left -5px no-repeat;
}
#menu_left li.last {
	background: transparent url('_images/menu_left_hl2_last.gif') left -5px no-repeat;
}
#menu_left li.hl2 a {
	font-weight: normal ;
}
/* center col
---------------------------------------------------------------------------- */
#center_col {
float: left;
width: 440px;
margin-left: 20px;
}

#center_col .dlouhy {
	text-align: justify;
}

/* right_ool
---------------------------------------------------------------------- */
#right_col {
	width: 187px;
	float: right;
	margin-right: 0px;
	margin-left: 15px;
	background-color: #A3A5A4;
	color: #ffffff;
}
#right_col h2 {
	color: #ffffff;
	background-color: #5F5F5F;
	font-size: 1.1em;
	font-weight: bold;
	padding: 3px;
	padding-left: 20px;
}
#right_col h2:first-child {
	background: transparent url('_images/right_col_h2.gif') left top no-repeat;
}
.right_col_box {
	margin: 10px ;
	padding-top: 10px;
	font-size: 0.9em;
	line-height: 1.2;
	border-top: 1px dotted silver ;
}
.right_col_box:first-of-type {
	border: none;
}
.right_col_box h3 {
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: underline;
	color: #ffffff;
	margin: 0 ;padding: 0 ;
	margin-bottom: 5px;
}
.right_col_box p {
	color: #393939;
	text-indent: 0;
	margin-bottom: 5px;
}
.right_col_box a {
	color: #ffffff;
}
#right_col_bottom {
	height: 17px;
	background: transparent url('_images/right_col_bottom.gif') left top no-repeat;	
}
#copy,
#copy a.ext {
	text-align: center;
	font-size: 10px ;
	color: #5F5F5F;
	text-decoration: none;
	font-family: verdana, arial, sans-serif;
	background: none;
}
/* div.foto - spolecne
---------------------------------------------------------------------------- */

div.foto {
	width: 90px;
	height:90px;
	margin-bottom: 5px;
	margin-right: 15px;
	float: left;
	vertical-align:middle;
	line-height: 80px;
	text-align: center;
	border:1px solid #99CC66;
	background:#CBE4C1;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
div.foto img {
	vertical-align:middle;
	line-height: 80px;
	text-align: center;
	margin-top: 5px;
	border:1px solid #C0E4FE;
}
/* shop_katalog_dlazdice
------------------------------------------------------------------- */
#skd li {
	float: left;
	position: relative;
	margin: 0;
	padding: 10px ;
	margin-right: 15px;
	margin-bottom: 15px;
	width: 160px;
	height: 275px;
	font-size:0.9em;
	line-height:1.2;
	color:#393939;
	list-style: none;
	background: none ;
	border:1px solid #99CC66;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#skd li div.foto {
	height:110px;
	width: auto;
	float: none;
	padding: 0px;
	margin: -5px;
	margin-bottom: 10px;
	vertical-align:middle;
	line-height: 100px;
	background:#CBE4C1;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#skd li div.foto img {
	vertical-align:middle;
	text-align: center;
	margin-top: 5px;
	border:1px solid #D3E9BF;
}
#skd h3 {
	margin-bottom: 5px;
}
#skd h3 a {
	font-size: 13px;
	text-decoration: none;
	color: #007000;
	font-weight: bold;
}
#skd .kratky {
	font-weight: normal ;
	font-size: 11px;
	height: 105px;
	margin-top: 0;
	overflow: hidden;
}
#skd .koupit {
	position: absolute;
	bottom: 0px;
	left: 5px;
	padding: 5px;
	width: 160px;
	line-height: 25px;
	background-color: #ffffff;
}
#skd .cena, #sid .cena {
	font-size: 13px;
	color: #007000;
}
#skd input, #sid input {
	display: inline;
	border: 1px solid #F0F0F0;
}
#skd input.mnozstvi, #sid input.mnozstvi {
	padding: 2px;
	font-size: 10px;
	width: 25px;
	text-align: center;
}
#skd input.btn_do_kosiku, #sid input.btn_do_kosiku {
	border: none;
	vertical-align: text-bottom;
}

/* shop item detail 
----------------------------------------------------------------------- */
#sid #galerie {
	float: right;
}
#sid div.foto {
	width: 120px;
	height:110px;
	margin-bottom: 5px;
	margin-left: 15px;
	vertical-align:middle;
	line-height: 100px;
	text-align: center;
	border:1px solid #99CC66;
	background:#CBE4C1;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#sid div.foto img {
	vertical-align:middle;
	line-height: 100px;
	text-align: center;
	margin-top: 5px;
	border:1px solid #C0E4FE;
}
#sid .kratky {
	color: #000000;
	margin-bottom: 10px;
}
#sid .dlouhy {
	margin-bottom: 20px;
}
#sid .koupit {
	margin-top: 15px;
}
/* mod_rubrika
---------------------------------------------------------------------------- */
.rubrika_item {
	margin-top: 30px;
}
.rubrika_item h2 {
	clear: both;
}
.rubrika_item .datum {
	margin-bottom: 0px;
	text-indent: 2em;
}
.rubrika_item .kratky {
	margin: 0;
}
#galerie {
	float: right;
}
#galerie div.foto {
	float: none;
	width: 120px;
	height:110px;
	margin-bottom: 5px;
	margin-left: 15px;
	vertical-align:middle;
	line-height: 100px;
}
/* mod_prilohy
---------------------------------------------------------------------------- */
.prilohy li {
	margin-bottom: 5px;
}
.prilohy_soubory li {
	padding-left: 25px;
	padding-bottom: 3px;
	background-position: left 2px;
	margin-bottom: 0px;
}
.prilohy li .cat_titulek {
	font-weight: bold ;
	color: #007000;
	font-size: 14px;
}
.prilohy .cat_popisek, .prilohy .itm_popisek {
	display: block;
	color: #505050;	
	margin-bottom: 5px;
	font-size: 11px;
}


	#gmap1, #gmap2 {
		width: 430px;
		height: 380px;
		border: 2px solid #007000;
	}
