html, body {
  margin: 0px;
  padding: 0px;
  height: 100%;
	float: left;
	width: 100%;
}

#paticka_dolu {
	position: absolute;
	left: 0px;
	bottom: 0px;
	overflow: hidden;
	width: 100%;
	text-align: center;
}

#paticka {
	margin: 0;
	border: medium none;
	display: inline-block;
	color: white; 
}

#rnd1,#rnd2,#rnd3 {
	border-style: solid;
	border-width: 0;
	display: block;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	overflow: hidden;
}

#paticka_rnd #rnd2,#paticka_rnd #rnd3 {
	background: black none repeat scroll 0 50%; 
	border-color: silver;
}

#rnd1 {
	background: silver none repeat 0 50%;
	margin: 0 4px;
}

#rnd2 {
	border-width: 0 2px;
	margin: 0 2px;
}

#rnd3 {
	border-width: 0 1px;
	height: 2px;
	margin: 0 1px;
}

#paticka_obsah {
	background: black none repeat scroll 0 0;
	border-color: silver;
	border-style: none solid;
	border-width: 1px 1px medium;
	font-family: Calibri, Arial, sans-serif;
  font-size: 12pt;
	padding: 0 7px 2px !important;
}
	
#paticka_obsah a {
   color: white;
   text-decoration: none; 
}

#paticka_obsah a:hover {
   color: silver;
}

#holder {
	position: relative;
	height: 100%;
	text-align: center;
}

html>body #holder {
	height: auto;
	min-height: 100%;
}

#obsah {
  padding-bottom: 50px;
}

.hidden {
  display: none;
}

a.menu {
  display: inline-block;
  margin-top: 30px;
}
