@import url("./header.css");
@import url("./navigace.css");
@import url("./page_left.css");
@import url("./page.css");
@import url("./footer.css");
@import url("./novinky.css");

html,body{
  margin:0px;
  padding:0px;
  text-align:center;
  background:url('/images/background.gif') #CCCC99 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%;
}
body>div#Container_optimizer{
  height:auto;
  overflow:hidden;
}
#Container{
  width:1000px;
  min-height:100%;
  margin-left:auto;
  margin-right:auto;
  padding:0px;
  text-align:left;
  position:relative;
  background:url('/images/styles/main_bg.jpg') #000000 repeat-y;
}

#Container_bottom{
  background: #CCCC9A url('/images/styles/main_bg_bottom.jpg') no-repeat;
  width: 1000px;
  height: 120px;
  border: 0px solid red;
  margin-top: -22px;
}


#Container_page{
  width:900px;
  min-height:100px;
  margin-left:50px;
  margin-right:50px;
  padding:0px;
  text-align:left;
  position:relative;
  /*background: #000000;*/
  background:url('/images/styles/page_bg.gif') #ffffff repeat-y;
}
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin: 0px;
	border: 0px solid black;
	line-height: 1px;
}
div.logo_tisk
{
	display:none;
}

