* {
	margin: 0px;
	padding: 0px;
}
/*-------------------------------Layout-----------------------------------*/
body{
	font: 1em/1.3em Arial, Helvetica, sans-serif;
	background: #C5F1B0 url(images/background.png) repeat scroll center top;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#box_shadow {
	background: transparent url(images/main_shadow.png) repeat-y scroll center top;
	_margin-left: -1px;
}

#box_main {
	background: transparent url(images/background_top.jpg) no-repeat scroll center top;	
	text-align: center;
}
#main_top, #main_content  {
	text-align: left;
	margin: 0px auto 0px auto;	
	width: 784px;
}
#main_top{
	height: 133px;
}
#menu_top{
	position: absolute;
	float: right;
	width: 776px;
	top: 103px;
	margin: 0px 0px 0px 4px;
	padding: 1px 0px 4px 0px;
	_padding: 1px 0px 6px 0px;
	text-align: right;
	border-top: 2px solid white;
	border-bottom: 2px solid #754600;
	background: #FB9700 url(images/menu_top.png) repeat-x scroll top;
}
#main_content { 
	background: transparent url(images/main.png) repeat-y scroll top; 
}
#menu_left{
	float: left;
	width: 160px;
	margin: 13px 0px 0px 0px;
	_margin: 13px 0px 0px 0px;
}
#content {
	background-color: #FDFFB3;
	width: 570px;
	min-height: 400px;
	_height: 400px;
	margin: 0px 0px 0px 175px;
	padding: 20px 0px 20px 0px;
	font: 0.8em/1.3em Arial, Helvetica, sans-serif;
}
#main_footer{
	height: 56px;
	width: 814px;
	margin: 0px auto 0px auto;
	clear:both;
	text-align: right;
	background: #35B535 url(images/footer.png) no-repeat scroll center top;
}

/*------------------------------Primary---------------------------------*/
body, html{
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6, p, ul, li, ol, from {
	padding: 0px;
	margin: 0px;
}
h1 {
	font-size: 1.2em;
	overflow: hidden; 
	position: relative;
	width: 784px;
	height: 103px;
	text-align: center;
}
h1 span{
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	width: 784px;
	height: 103px;
	z-index: 3;
	background: transparent url(images/header.jpg) no-repeat scroll top center;	
}
h2{
	font: italic normal normal 2em/normal "Helvetica CE", "Trebuchet MS", Arial, sans-serif;
	margin: 0.0em 0em 0.5em 0em;
	padding: 0.25em 0em 0.25em 1.9em;
	color: #236E23;
	letter-spacing: 0em;
	background: transparent url(images/h2.png) no-repeat scroll top left;
}
h3{
	font: italic normal normal 1.5em/normal "Helvetica CE", "Trebuchet MS", Arial, sans-serif;
	color: #D98300;
	letter-spacing: -0.05em;
	margin: 1.5em 0em 0.3em 0em;	
}
h4{
	font: italic normal normal 1.2em/normal "Helvetica CE", "Trebuchet MS", Arial, sans-serif;
	margin: 1.5em 0em 0.3em 0em;
	letter-spacing: -0.05em;
	color: #D98300;
}
p{
	margin: 0.3em 0em 0.7em 0em;
}
ul,ol{
	margin: 0.3em 0em 0.7em 2em;
}
dt {
	font-weight: 600;
	margin-top: 0.8em;
}
dd{
	margin-left: 1em;
}
form {
	background-color: #C5F1B0;
	padding: 10px;
	border: 1px solid #85E558;
	min-width: 200px;
}
table td {
	vertical-align: top;
}
.nocss {
	display: none;
}
hr {
	display: none;
}
/*---------------------MENU TOP---------------------------*/

#menu_top li {
	display: inline;
	padding: 0px;
	margin: 0px;
}
#menu_top li a{
	color: white;
	font-size: 0.7em;
	margin: 0px;
	padding: 4px 12px 6px 12px;
	border-left: 1px solid white;
	border-right: 1px solid #7F6700;
	text-decoration: none;
	font-family: "Helvetica CE", Verdana, Arial, sans-serif;
}
#menu_top li.first a{
	border-left: none;
}
#menu_top li.last a{
	border-right: none;
}
#menu_top li a:hover{
	text-decoration: none;
	color: #754600;
}
#menu_top li.active a{
	color: black;
}
#menu_top li.active a:hover{
	text-decoration: none;
}
#menu_top li.active a strong{
	font-weight: normal;
}
/*-------------------------MENU LEFT------------------------------*/
#menu_left img{
	margin: 0px 0px 0px 20px;
}

#menu_left ul{
	list-style: none;
	margin: 10px 18px 0px 4px;
	padding: 0px;
}
#menu_left li{

}
#menu_left li a {
	font-family: "Helvetica CE", Tahoma, Arial, sans-serif;
	display: block;
	color: white;
	text-decoration: none;
	font-size: 0.8em;
	padding: 5px 0px 8px 15px;
	border-top: 1px solid #95C103;
	background: #35B535;
}
#menu_left li.last a {
	border-bottom: 1px solid #95C103;
}
#menu_left li a:hover{
	text-decoration: none;
	color: yellow;
	background: #2D912D;
}
#menu_left li.active a{
	color: black;
	background: Yellow;
}
#menu_left li.active a:hover{
	text-decoration: none;
}
#menu_left li.active a strong{
	font-weight: normal;
}
/*------------------------------Content---------------------------------*/

img.fotoright {
	float: right;
	margin: 0px 0px 15px 20px;
}
img.fotoleft {
	float: left;
	margin: 0px 20px 15px 0px;
}
img.fotoright, img.fotoleft, img.foto{
	border: 10px solid #FFB129;
	padding: 1px;
	background: White;
}
div.foto {
	text-align: center;
	display: inline;
	float: left;	
	margin: 5px;
}
div.foto img {
	display: block;
	margin: 10px 0px 3px 0px;
}
.fotopopis {
	color: #666666;
	font-size: 0.8em;
}
.seznamprodejen dt{
	margin: 0px 10px 10px 0px;
}
.seznamprodejen dd{
	float: right;

}

#bezlepkove-pecivo dt{
	margin-bottom: 0px;
	background-color: #FCA300;	
	color: White;
	border-bottom: 1px solid #FCA300;
}
#bezlepkove-pecivo h3{
	margin: 0px;
	padding: 0px 10px 5px 10px;
	color: White;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bolder;
	background-color: #FCA300;
	letter-spacing: .03em;
}
#bezlepkove-pecivo dd{
	background: #FFF7BF url(images/tab_pozadi.png) repeat-x bottom;	
	margin: 0px;
	padding: 0px;
}

#bezlepkove-pecivo .cena {
	float: right;
	color: White;
	margin: -22px 20px 0px 0px;
}
#bezlepkove-pecivo .cena strong{
	font-size: 1.2em;
}
.tab_pecivo_hodnoty{
	width: 100%;
	font-size: .85em;
}
.tab_pecivo_hodnoty td {
	padding: 3px 10px 3px 10px;
}
.tab_pecivo_hodnoty td.foto {
	border: none;
	padding: 0px;
	background-color: transparent;
}
.tab_pecivo_hodnoty td.foto img {
	border: 1px solid #FCA300;
	margin: 10px;
	background-color: transparent;
}
/*-----------------------------footer--------------------------------*/
#main_footer p{
	color: #C8F077;
	font-size: 0.65em;
	padding: 5px 40px 0px 0px;	
	_padding: 3px 40px 0px 0px;	
}
#main_footer a{
	color: #D1EF94;
	text-decoration: none;
}
#main_footer a:hover{
	color: Yellow;
	text-decoration: none;
}
#copyright{
	float: left;
	margin: 6px 40px;
}

#created{
	float: right;
	margin: 6px 40px;
}

#created, #copyright {
	_margin: 6px 25px;
}

/*-----------------------------Other--------------------------------*/

.nocss{
	display: none;
}
