/*page blocks*/
html, body {
  height: 100%;
  padding: 0;
  margin: 0;
}

*{
  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 {
  float: left;
}

#right {
  float: right;
}


.cleaner {clear: both;}
.hide {display: none;}

/*menu*/
.menu ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.menu1 ul{
	padding: 0;
	margin: 0;
	list-style: none;
}#topmenu .menu li {
  display: inline;
}

/* common design */
h1, h2, h3 {margin: 0px;}
