/*page blocks*/
html {
  /*height: 100%;*/
  padding: 0;
  margin: 0;
  background-image: url(../images/bg-body.png);
  background-position: top;
  background-repeat: repeat-x;
  background-color: #026fbf;
  background-attachment: fixed
}

*{
  background-repeat: no-repeat;
}

#container {	
	height: auto;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

body>#container{ /* pre mudre prehliadace */
  height:auto;
  min-height:100%;
}

#footer {
  position: absolute;
  bottom: 0;
  left: 0;
}

#left, #page, #right {
  display: inline;
}
#left, #page {
  float: left;
}
#right {
  float: right;
}

.cleaner {clear: both; font-size: 0px; height: 0px;}
.hide {display: none;}

/*menu*/
.menu ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

#topmenu .menu li, #header .menu li {
  display: inline;
}

/* common design */
h1, h2, h3 {margin: 0px;}
