@charset "utf-8";
/* CSS Document */

#container {
	color: #333;
	min-width: 1000px;
	width: 80%;
	
	border: 1px solid black;
	
	margin: auto;
	margin-top: 30px;
	text-align: center;
}
#languageBar {
	width: 85%;
  min-width: 1000px;
	padding-top: 20px;
  text-align: right;
	font-weight: bold;
}

#horizon {
  position: absolute;
  height: 1px;
  overflow: visible;
  top: 50%;
  /*border: 1px solid blue;*/
  width: 95%;  
}

#blokGlowny {
  width: 870px;
  
  position: absolute;
  top: -270px;
  left: 50%;
  margin-left: -435px; 
  
  /*border: 1px solid red;*/
  height: 600px;
  
  text-align: center;
}

#blokIntro {
	margin: auto;
	margin-top: 30px;
	height: 430px;
	/*border: 1px solid black;*/
	border-bottom: 1px solid #aaa;
}
#kontaktIntro {
	padding-top: 5px;
	font-size: 10pt;	
}

#logo {
  /*border: 1px solid black;*/
  height: 390px;
  width: 415px;
  float: left;
  
  
  background-image: url('../images/logoDuze.jpg');
  background-position: 0px 26px;
  background-repeat: no-repeat;
}

#guzikiMain {
  /*border: 1px solid black;*/
  display: table;
  
  height: 390px;
  float: left;
  width: 400px;
  float: left;
  
  border-spacing: 30px;
  padding-left: 50px;
}

.guzikiRow {
  display: table-row; 
}

#guzikiMain a {
  display: table-cell;
  vertical-align: middle;
  
  border: 2px solid #ff8500;
  background-color: #ff8500;
  width: 150px;
  height: 150px;
  
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;  
}

#guzikiMain a:hover {
  background-color: white;
  
  color: #ff8500;
}

.tabela {
  display: table;
}

.rzad {
  display: table-row;
}