@charset "utf-8";
/* CSS Document */

div#copywright{
	color: #07784c;
	text-align: right;
}
.main{
	height: 578px;
	margin: :0px;
padding: :0px;
}
div#right-bottom{
margin: :0px;
padding: :0px;
	width: 100%;
	padding: 20px 12px 12px;
	height: 547px;
	background: url('../img/right-bottom.jpg') no-repeat left bottom;	
}
/** banerki oferty **/
div#przemysl,
div#srodowisko,
div#praca,
div#zywnosc{
	width: 165px;
	height: 227px;
	margin: 20px 7px 0 0;
	float: left;
}
div#przemysl{
	background: url('../img/przemyslowe-tlo.jpg') no-repeat left top;
}
div#srodowisko{
	background: url('../img/srodowisko-tlo.jpg') no-repeat left top;	
}
div#praca{
	background: url('../img/praca-tlo.jpg') no-repeat left top;
}
div#zywnosc{
	background: url('../img/zywnosc-tlo.jpg') no-repeat left top;	
}
/** naglowki banerkow oferty **/
div#przemysl h2,
div#srodowisko h2,
div#praca h2,
div#zywnosc h2{
	font-size: 13px;
	font-weight: normal;
	padding: 0;
	margin: 10px 10px;
	color: #646768;
}
div#przemysl h2 span{
	color: #c74d00;
}
div#srodowisko h2 span{
	color: #299e6c;
}
div#praca h2 span{
	color: #a46944;
}
div#zywnosc h2 span{
	color: #eeba04;
}
/** tekst banerkow oferty **/
p{
	margin: 75px 10px 0 20px;
	padding:0;	
	height: 105px;
}
p.readon{
	margin: 10px 10px 0px 20px;
	padding: 0 10px 0 0;
	height: 20px;
	text-align: right;
	background: url('../img/readon-tlo.png') no-repeat 130px 5px;			
}
p.readon a{
	color: #ff9000;
	text-decoration: none;
}

/** footer **/
div#footer{
	float: right;
	width: 711px;
	height: 40px;
	margin: 0 0 0 7px;	
}
div#footer p{
	margin:0;
	padding:0;
	width:100%;
	text-align: center;
	color: #178c5e;
}
