body, html{
	margin: 0;
}

html {
  background: url(assets/IMG/predajna.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


code{
	color: #fff;
	display: block;
	font: 14px/24px Monaco, Consoas, "Lucida Console", monospace;
	text-align: center;
}

.logo img {
	margin:6px;
	border-radius:3%;
	position: fixed;
}

.navig_menu {
	border-radius: 3px;
	list-style: none;
	width: 50%;
	position: fixed; 
	left: 50%;
	margin-left: -25%;
	z-index: 100;
	opacity: 0.8;
	text-align: center;
}

.navig_menu li {
	display: inline-block;
	padding-left: 7px;
	padding-right: 7px;

}

.navig_menu a {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 4px;
  transition: .3s all;
  color: black;  
}

.pol_menu a:link {
	color:black;
	padding: 5px;
	text-decoration:none;
    cursor: pointer;
	font-weight: bold;
 	font-size: 16px;
   }

.pol_menu a:visited {
   color:black;
    }

.pol_menu a:hover,
.pol_menu a:focus {
  background-color: #f9f8fa 
}

.container{
	margin-top: 6%;

}

.display {
	background-color: #f9f8fa;
	color:black;
}

.panel-body {
	color:#333;
	background-color:#fff;
	font-size:14px;
	line-height:1.4285;
	border-radius: 6px;
	padding: 7px;
	height: 520px;   
	height: 520px;  
	overflow: auto; 
}

.kontakt{
	color:#333;
	background-color:#fff;
	margin: 0% 5% 0% 5%
}

.tab_kontakt{
 	border: 1px solid #808080;
	width: 100%;
	height: 100%;
}

.Table1H1 {
  text-align:right;
  width : 10%;
  font-size:18px;
}

.Table1H2 {
  text-align:left;
  width : 45%;
  font-size:18px;
}

.Table1H3, .Table1H4, .Table1H5  {
  text-align:right;
  width : 15%;
  font-size:18px;
}

.Table1P1 {
  text-align:right;
  width : 10%;
  font-size:16px;
  height: 35;
  padding:5px;
}

.Table1P2 {
  text-align:left;
  width : 45%;
  font-size:16px;
  height: 35;
  padding:5px;
}

.Table1P3, .Table1P4, .Table1P5 {
  text-align:right;
  padding-right: 5px;
  width : 15%;
  font-size:16px;
  height: 35;
}

.Table1P6 {
  text-align:center;
  font-size:16px;
}

.group:before,   
.group:after{
	content: " ";
	display: table;
}
.group:after{
	clear:both;
}
.group{
	*zoom:1;
}

#wrapper{
	margin: 0 auto;

}

#wrapper header,
#wrapper section,
#wrapper aside,
#wrapper footer{
	margin:0 0 20px;
}

#wrapper section{
	float: left;
	width: 50%;
	margin-left: 6%;
}

#wrapper aside{
	float: right;
	width: 30%;
	position: absolute;
	left: 50%;
	margin-left: 19%;
}

