html, body{
  height: 100%;
  margin: 0; 
  padding: 0;
}

body {
	background-color: #981C1C;
  background-image: url(../images/bgr_body.gif);
  background-repeat: repeat-x;
  background-position: top;
  font-size: 80%; 
  font-family: Tahoma, Arial, serif;
  color: #FFFFFF;
}

#stranka {
  width: 100%;
	height: auto;
	min-height: 100%;
	margin: 0 auto;
	position: relative;
	text-align: justify;
	margin: 0 auto;	
}

#paticka_matrjoska {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 95px;	
	text-align: center;
	margin: 0 auto;
}

#paticka {
  width: 100%;
	padding: 0;
	text-align: center;
	margin: 0 auto;
	height: 95px;
}

#paticka_top {
  width: 100%;
	padding: 0;
	text-align: center;
	margin: 0 auto;
	height: 31px;
	background: #981C1C;
}

#paticka_bot {
  width: 100%;
	text-align: center;
	margin: 0 auto;
	background: #0D0D0D;
	height: 64px;
}

#hlavni {
	padding-bottom: 95px; 
	width: 790px;
	margin: 0 auto;
}

#hlavicka{
  background: url("../images/bgr_top.gif");
  margin: 0 auto; 
  padding: 0;
  width: 790px;
}

#hlavni2{
  margin: 0; padding: 0;
  margin-left: auto;
  margin-right: auto;
}

.obsah{
  margin: 0;
  padding: 0;
}

.cleaner{
  clear: both;
  margin: 0; padding: 0;
  background: transparent;
}

