	*{
	margin: 0;
	padding: 0;
}

img{
	border: 0;
}

a{
	color: #232378;
}

em{
	font-weight: bolder;
}

p{
	margin-bottom: 2em;
	text-indent: 1.5em;
}

body{
	background: url('img_web/back.png') top left repeat-x;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#frame{
	text-align: left;
	margin: 0 auto;
	width: 770px;
}

#header{
	height: 194px;
	position: relative;
	background: url('img_web/header.jpg') top center no-repeat;
}

#navigace{
   position: absolute;
	bottom: 0;   
	left: 0;
	width: 100%;
	height: 50px;
	background: url('img_web/navigace.png') top center no-repeat;
}

#navigacein{
   text-align:  center;
	margin-left: 20px;
	margin-top: 20px;
	font-size: 1.2em;
	color: white;
	word-spacing: 200%;
}

#navigacein a{
	color: white;
	padding: 0 .3em;
	text-decoration: none;
}

#navigace a:hover{
	color: #FFDB94;
	text-decoration: underline;
}

#main{
	min-height: 300px;
	_height: 300px;
	background: url('img_web/main_back.png') top center repeat-y;
}

#mainin{
	margin: 0 20px;
	padding: 2em 1em;
}

#main_bottom{
   height: 30px;
	background: url('img_web/main_bottom.png') top center no-repeat;
}

#strankovani{
	width: 100%;
	margin-top: 2em;
	text-align: right;
	
}

/*******************************/
/****** Kontakt ****************/

#kontakty tr{
	text-align: left;
}

#kontakty td{
	padding: 0 1em;
}

/*******************************/
/****** H1 *********************/
h1,h2{
	font-family: Arial, Helvetica, sans-serif;	
}

h2{
  text-align: center;
  margin: 0 0 .5em 0; 
}

/*******************************/
/****** Galerie ****************/

.fe_list img{
	border: 1px solid black;
}

#galerie .fe_category{
	float: left;
	width: 220px;
	height: 200px;
}

#galerie .fe_category a{
	display: block;
	float: left;
	width: 100%;
}

#galerie .fe_list{
	display: block;
	float: left;
	width: 460px;
}

#galerie .fe_item{
	display: block;
	float: left;
	width: 150px;
	height: 140px;
	position: relative;	
	margin-bottom: 2em;
}

#galerie .fe_item .in{
	padding: .2em;
}

#galerie .fe_item .cesta{
   position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 120px;
	text-align: center;
}

#galerie .fe_item .popis{
	position: absolute;
	bottom: 0;
	left:0;
	width: 100%;
	text-align: center;
}

#galerie #strankovani{
  margin-top: 0;
  clear: both;
}

/* administrace */
#galerie table{
  width: 700px;
}

/****************************/
/****** shop ****************/

#shop .fe_category{
	float: left;
	width: 130px;
}

#shop .fe_category a{
	display: block;
	width: 130px;
}

#shop .fe_list{
	float: right;
	width: 560px;
}

#shop .fe_item{
	display: block;
	width: 280px;
	height: 120px;
	float: left;
	position: relative;
	background: url('img_web/item.png') no-repeat;
}

#shop .fe_item .cesta{
  width: 122px;
  height: 77px;
  overflow: hidden;
  position: relative;
  top: 8px;
  left: 10px;
}

#shop .fe_item .popis{
	display: block;
	width: 150px;
	height: 85px;
	position: absolute;
	top:8px;
	left: 138px;
	font-size:smaller;
}

#shop .fe_item .cena{
	width: 120px;
	margin: 18px 0px 0px 10px;
}

#shop .fe_item .fe_cart_add{
	width: 150px;
	position: absolute;
	top: 100px;
	left: 180px;
	font-size: 10px;
	color: black;
}

.end{
	clear: both;
	width: 100%;
}

#fe_cart{
	background: url('img_web/cart.png') top left no-repeat;
	display: block;
	width: 280px;
	height: 30px;
	font-size: 10px;
	float: right;
}

#fe_cart a{
	margin-left: 30px;
	line-height: 20px;
}

.cart{
  display: block;
  width: 100%;
  margin-top: 3em;
  margin-bottom: 1em;
  border-collapse: collapse;
  border: 1px solid #CCC;
  table-layout: fixed;
}

.cart td{
	padding: .5em;
}

.cart th{
	background-color: #CCC;
}

.cart .popis{
	/* width: 350px; */
}

.cart .cena{
	text-align: center;
	width: 120px;
}

.cart .cesta{
	width: 100px;
	text-align: center;
}

#shop fieldset{
	padding: 1em;
	margin-bottom: 2em;
	border: 1px solid #CCC;
}

#shop .text, #shop textarea{
	width: 300px;
}

#shop table{
  width: 690px;
}

#shop_admin table, #shop_admin #strankovani{
  width: 650px;
}

#shop_admin table{
  font-size: 12px;
}

/******** Formuláře **************/
fieldset{
	padding: 1em;
}

label{
	width: 300px;
	display: block;
	float: left;
	clear: left;
}

.end{
  display: block;
  clear: both;
  width: 99.97%;
}
