/*CSS document*/
@font-face {
  font-family: 'NimbusSanDExt';
  src: url(http://www.finez.eu/fonts);
	src: url('?#iefix') format('embedded-opentype'), 
	     url('') format('woff'), 
	     url('fonts/N019083D.TTF') format('truetype'),
	     url('#NimbusSanDExt') format('svg');
}
html, body {
	margin: 0 auto;
	font-size: 100%;
	font-family: NimbusSanDExt, Sans-serif;
}
#wrapper,
#content {
	width: 70rem;
	margin: 0 auto -100px;
}
#obsah {
  display: block;
	position: relative;
	float: right;
	width: 53rem;
  font-size: medium;
}
p.text_finez {
float: left;
width: 30rem;
text-align: center;
margin-top: 12rem;
line-height: 2rem;
}
p.kontakt{
text-align: center;
margin-top: 10rem;
}
p.info {
	margin-left: 1rem;
	margin-top: 13rem;
}
p.info_ico {
  position: absolute;
  float: right;
	margin-left: 30rem;
	margin-top: 6rem;
	padding: 10rem;
	height: 20rem;
  width: 100px;
  height: 100px; 
	background-image: url(images/favicon.png);
	background-repeat: no-repeat;
}
p.ziarovka {
  position: absolute;
  float: right;
	margin-left: 28rem;
	margin-top: 8rem;
	padding: 10rem;
	width: 230px;
  height: 230px; 
	background-image: url(images/Bulb_water.png); 
  background-size: contain;
	background-repeat: no-repeat;

}
#sidebar {
	position: relative;
	height: 40rem;
	width: 15rem;
	float: left;
	background-color: rgb(170,169,169)
}
img.logo_top {
	padding: 1rem;
	margin-top: 8rem;
}
hr {
	margin: 1rem;
	margin-top: -0.5rem;
}
#menu,  a, li, ul {
  text-decoration: none;
  list-style: none url();
  color: #0067AC;
  z-index: 10;
}
ul {
	margin: 3rem;
  position: relative;    
	float: left;
	text-align: center;
	border: none;
	clear: both;
	line-height: 2rem;
	font-size: 1.2rem;
}

img.logo_part_e {
	position: relative;
	margin-left: 2.3rem;
	margin-top: 5.7rem;
	float: left;
	clear: both;
}
#footer {
	width: 70rem;
	height: 7rem;
	clear: both;
	background-color: #0067AC;
	margin: 0 auto;
}
span.pata-left, span.pata-right {
	font-style: italic;
	color: white;
	position: absolute;
	text-align: left;
}
#pata-content {
	position: relative;
}
span.pata-left {
	margin-top: 0.3rem;
	left: 16em;
}
span.pata-right {
	margin-top: 0.3rem;
	right: 1em;
}