body {
  font-family: Arial, Tahoma, sans-serif;
	margin: 0;
  Background-color: #86786F;  
}

.header {
  margin-top: 0px;
}

.viewport {
  width: 980px;
  margin: 0 auto;
}

nav.nav-container {
  border: 2px solid black;
  margin: 0 auto;
  text-align: center;
}

.menu {
  text-align: center;
  margin:0 auto;
  padding:0;
  height: 45px;
  display:inline-block;
}

.h2 {    
  color: blue; 
  font-style: 
  italic;}

.menu li {
  padding:0;
  margin:0;
  list-style:none;
  display:inline;
}

.menu li a {
  float:left;
  padding-left:30px;
  display:block;
  text-decoration:none;
  font:12px Verdana, Arial, Helvetica, sans-serif;
  cursor:pointer;
  background: black;
  color: #DBDBDB;
}

.menu li a span {
  line-height:50px;
  font-size: 20px;
  float:left;
  display:block;
  padding-right:30px;
  text-transform: uppercase;
  border-right: 1px solid #5E5E5E;
}

.menu li a:hover {
  color:rgb(255,255,255);
}

.menu li a:hover span {
  color: white;
}

.menu li a.active, .menu li a.active:hover {
  line-height:50px;
  font:12px Verdana, Arial, Helvetica, sans-serif;
}

.menu li a.active span, .menu li a.active:hover span {
}


.content {
  border: 1px solid lightgrey;
  box-shadow: 0px 1px 20px lightgrey;
  margin: 10px 0 10px 0;
  border-radius: 10px;
	height: 445px;
}




/* Pages */

.page-main-right {
  float: right;
  width: 600px;
  padding: 20px 0;
  padding-right: 100px;
}

.page-main-right h1 {
  font-size: 35px;
  font-family: 'Libre Baskerville', serif;
  display: block;
  text-transform: uppercase;
}

.page-main-right p {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 16px;
  margin-top: 20px;
  padding-left: 40px;
  color: #555;
	line-height: 1.3;
}

.page-nabidka {
	text-align: center;
	position: relative;
}

.page-nabidka img {

}

.image-footer {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a1a1a1+0,757575+100 */
	background: #a1a1a1; /* Old browsers */
	background: -moz-linear-gradient(top,  #a1a1a1 0%, #757575 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #a1a1a1 0%,#757575 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #a1a1a1 0%,#757575 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1a1a1', endColorstr='#757575',GradientType=0 ); /* IE6-9 */

	text-align: center;
	padding: 15px 0px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	color: white;
	text-shadow: 0px 1px 1px #434343;
}

.page-nabidka img:hover, .image-footer:hover {
	-webkit-filter: brightness(1.1);
}

.p-header {
	color: red;
	display: block;
	font-weight: bold;
}

.reference-wrapper {
	position: absolute; bottom: 0; right: 50px;
	height: 125px;
	width: 610px;
	border-top: 1px solid lightgrey;
}

.reference-wrapper table tr td {
	text-align: center;
}

span.ref {
	color: grey;
	position: absolute; top: 10px; left: -40px; font-size: 12px;
}

span.small {
	font-size: 12px;
	display: block;
}

input[type="text"], textarea {
	border: 2px inset lightgrey;
}

.contact-table tr td {
	height: 50px;
}

.page-nabidka > img {
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}
