* {
  margin: 0;
  border: 0;
}

body{
  text-align: center;
  font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #6f6d6e;
  background-color: #ccc;
}

#tlo{
  margin: auto;
  text-align: center;
  background: url('images/tlo.jpg') repeat-y;
  width: 1000px;
}

#kontyner{
  margin: auto;
  width: 960px;
  background-color: white;
  text-align: justify;
}

#banner{
  width: 960px;
  height: 226px;
}

#kontyner_menu{
  width: 960px;
  height: 63px;
  background: url('images/menu_tlo.jpg') repeat-x;
  background-color: #ccc;
  text-align: center;
}

  #kontyner_menu ul{
    margin: 0px;
    padding: 0px;
    width: 544px;
    float: left;
  }
  
  #kontyner_menu ul li{
  	margin: 0px;
  	padding: 0px;
  	list-style: none;
  	height: 42px;
  	float: left;
  }
  
  #kontyner_menu ul li a{
  	display: block;
  	cursor: pointer;
  	height: 42px;
  	color: white;
  	text-decoration: none;
  	margin-top: 12px;
  	font-weight: bold;
  	font-size: 13px;
  }
  
  #kontyner_menu ul li a.aktywne{

  	margin-top: 18px;

  }
  
  
  #kontyner_menu ul li.onas{
      	width: 130px;
      	background: url('images/onas.jpg') no-repeat 0 0;
  }
  
  #kontyner_menu ul li.oferta{
      	width: 131px;
      	background: url('images/oferta.jpg') no-repeat 0 0;
  }
  
  #kontyner_menu ul li.portfolio{
      	width: 152px;
      	background: url('images/portfolio.jpg') no-repeat 0 0;
  }
  
  #kontyner_menu ul li.kontakt{
      	width: 130px;
      	background: url('images/kontakt.jpg') no-repeat 0 0;
  }
  
.padding{
  margin-top: 20px;
}
  
#telefon{
  background: url('images/right_tel.jpg') no-repeat 0 0;
  float: right;
  width: 416px;
  height: 63px;
}

#kontyner_srodek{
  width: 960px;
}

#site_left{
  width: 593px;
  float: left;
}

#site_right{
  width: 367px;
  float: right;
}

#site_center{
  width: 960px;
  text-align: left;
}

h1{
  display: none;
}

h2{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #3399cc;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
  margin-top: 20px;
  margin-left: 10px;
}

p{
  font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #6f6d6e;
	text-align: justify;
	margin-left: 30px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.bold{
  font-weight: bold;
}

.portfolio_kontyner{
  float: left;
  width: 300px;
  margin: 9px;
  text-align: center;
  border: solid white 1px;
}

.portfolio_kontyner_hover{
  border: solid #3399cc 1px;
  color: #3399cc;
}

#stopka{
  width: 960px;
  background-color: #ccc;
  border-bottom: solid #999 1px;
}

#stopka_tresc{
  height: 50px;
  text-align: left;
  margin-left: 30px;
  padding-top: 10px;
}

a{
  text-decoration: none;
  color: #3399cc;
}

a:hover{
  text-decoration: underline;
}

input.text{
  border: solid 1px #a2cade;
  color: black;
  font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
  background-color: white;
  padding: 3px;
  width: 250px;
}

input.submit{
  border: solid #3399cc 1px;
}

input.aktywne{
  border: dotted 1px #0e88dd;
  background-color: #ecfbbf;
}

input.invalid{
  border: solid 1px red;
}

textarea.pole{
  border: solid 1px #a2cade;
  color: black;
  background-color: white;
  padding: 3px;
  width: 400px;
  height: 150px;
}

textarea.aktywne{
  border: dotted 1px #0e88dd;
  background-color: #ecfbbf;
}

textarea.invalid{
  border: solid 1px red;
}

#wyslano{
  text-align: center;
  padding-top: 80px;
  font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0c475d;
	height: 270px;
}

.error{
  font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: red;
}

.oferta_ludki_left{
  float: left;
  margin: 10px;
}

.oferta_ludki_right{
  float: right;
  margin: 10px;
}

.oferta_kontyner{
  overflow: auto;
}

