* {
  margin: 0;
  padding: 0;
}
body {
  text-align: center;
  background: #F5F5F5;
  color: #454545;
  font-size: 11px;
  font-family: Verdana, sans-serif;
  padding: 0 50px;
}
img {
  border: 0;
}
#wrapper {
  width: 850px;
  margin: 0 auto;
}
h1 {
  margin: 35px 0 30px 70px; 
  float: left;
  font-size: 30px;
  font-family: "Trebuchet MS", Verdana, sans-serif;
}
h1 a {
  text-decoration: none;
}
h1 a:hover {
  text-decoration: underline;
}
#klient {
	position: fixed;
	right: 0;
	top: 0;
}
#nabidka {
  margin: 65px 70px 30px 0; 
  text-align: left; 
  width: 300px;
  float: right;
}
#nabidka ul {
  font-size: 1.2em;
  padding-left: 20px
}
#footer {
	margin: 10px 0;
	font-size: 10px;
	text-align: right;
	clear: both;
}
#kontakt {
	float: left;
}
#reference {
  padding-top: 80px;
  padding-bottom: 40px;
  margin-bottom: 10px;
  text-align: center;
  color: #0085CC;
  font-size: 14px;
  line-height: 20px;
  clear: both;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#reference strong {
  line-height: 25px;
}
#reference a {
  color: #0085CC;
  font-size: 14px;
}
#reference a:hover {
  text-decoration: none;
  color: #888;
}
#reference a img {
  border: 5px solid #888;
  width: 700px;
  height: 180px;
}
#reference a:hover img {
  border: 5px solid #0085CC;
}
.ref {
  margin: 0 auto;
  margin-bottom: 30px;
  position: relative;
  width: 710px;
}
.hover {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 700px;
  height: 180px;
  display: block;
  background: url(img/hover.png);
}
a:hover .hover {
  display: none;
}

