* {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	background: #cacc9b url('../images/tlo_gora.png') repeat-x;
	font-size: 13px;
  	font-family: "Open Sans";
  	color: rgb( 56, 56, 56 );
  	margin-bottom: 50px;
}

div#main-container {
	width: 960px;
	margin: 0 auto;
}

div.logo-container {
	float: left;
	margin-top: 60px;
}

div#menu-container {
	float: right;
	width: 600px;
	text-align: right;	
	margin-top: 85px;
	margin-bottom: 10px;
}

div.tresc-container {
	width: inherit-110px;
	overflow: auto;
	background: #fff;
	margin-top: 40px;
	padding: 55px;
}

a.menu {
	font-size: 14px;
	font-weight: bold;
	font-family: 'Open Sans';
	text-transform: uppercase;
	letter-spacing: -0.1pt;
	margin-left: 40px;
	color: #383838;
	text-decoration: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.hidden {
	visibility: hidden;
}

.podkreslenie1,
.podkreslenie2,
.podkreslenie3 {
	height: 3px;
	background: #bdc78b;
	margin-left: 45px;
	float: right;
}

.podkreslenie1 {
	width: 65px;
}

.podkreslenie2 {
	width: 183px;
}

.podkreslenie3 {
	width: 95px;
}

.tresc-kolumna {
	width: 390px;
	margin-top: 50px;
}

p.tytul {
  font-size: 16px;
  font-family: "Open Sans";
  color: rgb( 75, 64, 65 );
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -0.2pt;
  margin-bottom: 20px;
}

p {
  font-size: 13px;
  font-family: "Open Sans";
  color: rgb( 56, 56, 56 );
  line-height: 1.385;
  text-align: left;
}

.stopka-container {
	width:inherit;
	height: 140px;
	background: #aeb38b;
}

p.dane-firmy {
  font-size: 14px;
  font-family: "Open Sans";
  color: rgb( 75, 64, 65 );
  font-weight: bold;
  margin: 30px 50px 0 40px;
}

.stopka-container > p {
  font-size: 12px;
  font-family: "Open Sans";
  color: rgb( 75, 64, 65 );
  line-height: 1.583;
}

.telefon-container,
.email-container {
	float: right;
	margin-right: 60px;
	margin-top: 45px;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.normal {
	font-style: normal;
}