@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
/* CSS Document */
body {	
	font-family: 'Alegreya Sans', sans-serif;
	background-image:url(../images/bg.png);
}

a {
	text-decoration:none;
	color: none;
}

#main_container {
	margin:auto;
	margin-top: 20px;
	width: 980px;
	
	
}
/*gora------------------------------------------------------------------------------------------------------------------*/
#top {
	width: 100%;
	height: 153px;
	display:block;
	margin-bottom: 15px;
	
-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	
}


/*srodek------------------------------------------------------------------------------------------------------------------*/

#middel {
	width:980px;
	min-height: 400px;
	background-color: #E6E7E8;
	overflow:auto;
-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}
	/*srodek glówna------------------------------------------------------------------------------------------------------------------*/
#main_text {
	width:480px;
	display:inline;
	float:left;
	margin-top: 20px;
	margin-left: 30px;
	font-size:small;
	line-height:15px;
}
#main_text p {
	margin-bottom: 10px;
}
#main_text h1 {
	font-weight:bold;
	font-size:small;
}
#main_right {
	width:395px;
	height: 168px;
	display:inline;
	float:right;
	margin-top: 20px;
	margin-right: 10px;
}
	/*srodek oferta technologia galeria ------------------------------------------------------------------------------------------------------------------*/
#middle_box {
	width:900px;
	margin:auto;
	margin-top: 20px;
	z-index:10;
	line-height: 20px;
	}

h1 {
	font-weight:bold;
	font-size:large;
	margin-bottom: 10px;
}
 h2 {
	font-weight:bold;
	margin-bottom: 10px;
	text-decoration:underline;
}
 h3 {
	font-weight:bold;
	margin-bottom: 5px;
	color: #333;
}
ul li{
	list-style: inside;
}


p {
	margin-bottom: 10px;
}


a#example2 img{
		float:left;
	margin: 10px 15px 10px 0px;
	
	-webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.64);
-moz-box-shadow:    0px 0px 8px 0px rgba(50, 50, 50, 0.64);
box-shadow:         0px 0px 8px 0px rgba(50, 50, 50, 0.64);
}
	
	
/*dol------------------------------------------------------------------------------------------------------------------*/
#footer {
	display:block;
	float:left;
	clear:left;
	width: 100%;
	height: 140px;
	margin-top: 20px;
	margin-bottom: 50px;
	background-image:url(../images/footer_bg.png);

-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}

#fotter_middle {
	width: 980px;
	height: 50px;
	margin:auto;
	margin-top: 15px;
	margin-left: 20px;
	color: #6D6E70;
	font-weight:bold;
	font-size: large;
	padding-top:10px;
}
#fotter_middle img{
	margin-left:10px;
	margin-right: 10px;
}



#fotter_middle a{
	color:#6D6E70}
#fotter_middle a:hover{
	color: #333;}
	







