@CHARSET "UTF-8";

/* ------------------------------
 *  global styles
 *  ----------------------------- */

* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background-color: #126796;
  background-color: white;
	font-family: "Verdana", "Arial", "Tahoma", "Trebuchet MS" ;
	font-size: 12px;
	color: #fff;
	width: 100%;
}
a{
	cursor:pointer;
	text-decoration: underline;
	color: white;
}

a:hover{
	text-decoration: none;
}

a.btn {
	background-repeat: no-repeat;
	background-position: left top;
}
a.btn:hover {
	background-position: left bottom;
}

img {
	border: none;
}

.pojSP{
		float: none;
		clear: both;
		height: 0px;
		font-size: 0px;	
}
.pojNW{
	display: none;
}
.txtNW{
		text-indent: -1000em;
		overflow: hidden;
}
.pojLeft {
		float:left;
}
.pojRight {
		float:right;
}

.pojSpacer {
	height: 20px;
	float: none;
	clear: both;
}

.pojCN {
	text-align: center;
}

.pojRG {
	text-align: right;
}

/* ------------------------------
 *  main styles
 *  ----------------------------- */
 
#pojCalosc {
	width: 980px;
	margin: 0 auto;
}

#pojHeader {
	display: block;
	width: 100%;
	height: 141px;
	background: transparent url('../_images/bg_header_en.jpg') no-repeat center;
}

#pojMain {
	display: block;
	width: 100%;
	height: 505px;
}

	#pojLeftImg {
		float: left;
		width: 202px;
	}
	
	#pojMainContent {
		float: left;
		width: 778px;
		background-color: #126796;
		height: 505px;
		overflow: hidden;
	}
	
		#pojMainContent #wrapper{
			width: 778px;
			margin: 0;
		}
		
		#pojMainContent .display{
			float: left;
			width: 30px;
			height: 505px;
		}
		
		#pojMainContent .stretcher{
			float: left;
			width: 628px;
			overflow: hidden;
		}
		
		#pojMainContent #oPojPomiary{
			overflow: auto;
		}
			
			#pojMainContent .stretcher div.pojContent {
				margin: 0 6px;
				height: 498px;
				_overflow-y: auto;
			}
			
				#pojMainContent .stretcher div.pojContent h2 {
					font-size: 17px;
				}
			
				#pojMainContent .stretcher div.pojContent a {
					color: #fff;
					text-decoration: none;
				}
				
				#pojMainContent .stretcher div.pojContent a:hover {
					text-decoration: underline;
				}
			
				#pojMainContent .stretcher div.pojContent p {
					margin: 8px 0;
					text-indent: 8px;
				}
				
				#pojMainContent .stretcher div.pojContent div.images {
					width: 100%;
					display: block;
					text-align: center;
				}
				
				#pojMainContent .stretcher div.pojContent img {
					border: 1px solid #fff;
					margin: 5px 10px;
				}
				
				#pojMainContent .stretcher div.pojContent img.small {
					border: 1px solid #fff;
					margin: 5px 5px;
				}
				
				#pojMainContent .stretcher div.pojContent ul {
					margin-left: 15px;
				}
				
				#pojMainContent .stretcher div.pojContent ol {
					margin-left: 20px;
				}
				
				#pojMainContent .stretcher div.pojContent .pojQuarter {
					display: block;
				}
				
					#pojMainContent .stretcher div.pojContent .pojQuarter .oneQuarter {
						float: left;
						width: 145px;
					}
					
						#pojMainContent .stretcher div.pojContent .pojQuarter .oneQuarter p {
							padding: 0 5px;
							height: 75px;
						}
						
				#pojMainContent .stretcher div.pojContent .pojContact {
					display: block;
				}
				
					#pojMainContent .stretcher div.pojContent .pojContact .pojContactLeft {
						float: left;
						width: 230px;
					}
					
					#pojMainContent .stretcher div.pojContent .pojContact .pojContactRight {
						float: left;
						width: 360px;
					}
			
		#content h3 {
			cursor: pointer;
		}
		
		#oHome {
			background: transparent url('../_images/h3_home.gif') no-repeat top;
		}
		
		#oPomiary {
			background: transparent url('../_images/h3_pomiary_en.gif') no-repeat top;
		}
		
		#oPrace {
			background: transparent url('../_images/h3_prace_en.gif') no-repeat top;
		}
		
		#oFarma {
			background: transparent url('../_images/h3_farma_en.gif') no-repeat top;
		}
		
		#oKontakt {
			background: transparent url('../_images/h3_kontakt_en.gif') no-repeat top;
		}

		#pojGoogleMap {
			width: 358px;
			height: 358px;
			border: 1px solid #fff;
			overflow: hidden;
		}
		
		.pojGoogleInfo
		{
			margin-top: -6px;
			width: 240px;
			font-family: Verdana;
		}

		.pojGoogleInfo h4
		{
			font-weight: bold;
			font-size: 13px;
			border-bottom: 2px solid #126796;
			margin-top: 8px;
			margin-bottom: 2px;
			color: black;
		}

		#pojMainContent .stretcher div.pojContent .pojContact .pojContactRight .pojGoogleInfo p
		{
			text-indent: 0;
			text-align: left;
			font-size: 11px;
			color: #676767;
		}

		
#pojFooter {
	display: block;
	width: 100%;
	height: 65px;
	background: #104968 url('../_images/bg_footer.gif') no-repeat left;
	text-align: center;
}

	#pojFooter p {
		padding: 3px 0 3px 350px;
		font-size: 11px;
	}
	
	#pojFooter a {
		color: #fff;
		text-decoration: none;
	}
	
	#pojFooter a:hover {
		text-decoration: underline;
	}
	
		#wersja a {
		color: #fff;
		text-decoration: none;
	}
	
	#wersja a:hover {
		text-decoration: underline;
	}