/* zakladni prvky */
body {
	background: #fff url(img/bg_flexoshop-html.jpg) repeat left top;
}
/* /zakladni prvky */

/* layout - zaklad */
#zahlavi-in {
	background: none;
}

#content {
	background: none;
	padding: 0;
}
/* /layout - zaklad */

/* layout - special */
#extra-header {
	background: url(img/bg_flexoshop-extra-header.jpg) repeat-x left top;
}

#mnu_shop1, #mnu_shop2, #mnu_shop3 {
	position: absolute;
	top: 64px;
	bottom: 0;
}

#mnu_shop1, #mnu_shop1 a {
	left: 11px;
	width: 232px;
	height: 90px;
	display: block;
}

#mnu_shop1 {
	background: url(img/big_flexoshop.jpg) no-repeat left top;
}

#mnu_shop1 a:hover {
	background: url(img/big_flexoshop.jpg) no-repeat left bottom;
}


#mnu_shop2, #mnu_shop2 a {
	left: 243px;
	width: 232px;
	height: 90px;
	display: block;
}

#mnu_shop2 {
	background: url(img/big_ekoshop.jpg) no-repeat left top;
}

#mnu_shop2 a:hover {
	left: 243px;
	width: 232px;
	background: url(img/big_ekoshop.jpg) no-repeat left bottom;
}

#mnu_shop3, #mnu_shop3 a {
	left: 475px;
	width: 234px;
	height: 90px;
	display: block;
}

#mnu_shop3 {
	background: url(img/big_mikroshop.jpg) no-repeat left top;
}

#mnu_shop3 a:hover {
	background: url(img/big_mikroshop.jpg) no-repeat left bottom;
}
/* /layout - special */

