@import url("top.css");
@import url("navigace.css");
@import url("page.css");
@import url("footer.css");
@import url("produkty.css");
@import url("detail.css");
@import url("novinky.css");
@import url("newsletter.css");
@import url("objednavky.css");

html,body{
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: url('/images/background.gif') top center repeat-x;
	font-family: "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;
	font-size: 0.9em;
	min-height: 100%;
	height: 100%;

}
#Container_optimizer{
  min-height:101%;
  height:101%;
  margin: 0px 0 0 0;
  padding: 0 0 0 0;
}
body>div#Container_optimizer{
  height:auto;
  overflow:hidden;
  margin:0;
  padding:0;
}
#Container{
  width:725px;
  min-height:100%;
  height:100%;
  margin-left:auto;
  margin-right:auto;
  margin-top: 0px;
  padding:0px;
  text-align:left;
  position:relative;
  background:url('/images/page_bg.gif') #ffffff repeat-y;
}

.clear
{
	clear: both;
	height:1px;
	line-height:1px;
}
img
{
	border:0px;
}
div.logo_pro_tisk
{
	display:none;
	width:125px;
	height: 40px;
	float:right;
}
