@charset "UTF-8";

/* ------------- MEDIA PRINT  -------------- */
/* ----------------------------------------- */
@media print {
		
		.noprint{
					display: none;}
					
	body {
		background-color:#182b2f; 
		color:#475153;
		font-family:tahoma, trebuchet MS;
		font-size:12px;
		margin:0px;
		padding:0px;
		/*margin-left: -1px; FF 1pixel background bug fixed*/
		background-image:url('img/bg.jpg'); 
		background-repeat:no-repeat;
		background-position:top; 
		}
		
	img {
		border:none;
		/*display:block; */
		}		
		
	div {
		/*overflow:hidden;*/}
	a {
		text-decoration:underline;
		color:#218cdf;
		outline:none;
		}
	a:hover {
		text-decoration:none;
		}
	a:visited {
		color:#218cdf;
		}
	abbr {
		cursor:help;}	
	em {
		font-weight:bold;
		}
	.clear {
		clear:both;
		height:0px;
		}

	/* -------- POZYCJONOWANIE OBRAZKÓW ------ */
	/* --------------------------------------- */
	.center {
		text-align:center;
		}
	.right {
		float:right;
		margin:15px 0px 15px 15px;
		}
	.left {
		float:left;
		margin:15px 15px 15px 0px;
		}
	/* .pozycjonowanie obrazków */
	
	
	
	
	/* ---------- LAYOUT -------------------- */
	/* -------------------------------------- */	
	/* STRONA GŁÓWNA */
	.divMax {
		width:960px;
		margin:0px auto;
		}
		
	.divTop img {
		display: none;
		}
		
	.divFooter{
		text-align:right; 
		padding:9px 20px 20px 0px; 
		font-size:10px; 
		color:#727e80;
		}
		
	.divFooter a{
		color:#727e80;
		}
		
		
		
		
	/* DARCZYŃCY */
	.boxDarczyncy{
		padding-left: 125px;
		border: 0px solid #c6d6db;
		overflow: hidden;
		}
		
	.boxDarczyncy img{
		border: 1px solid #c6d6db; 
		float: left; 
		width: 160px; 
		height: 120px; 
		margin: 7px 7px
		}
		
	
		
		
		
	/* PODSTRONY */
	
 
	.breadcrumbs {
		color:#d2d5da; 
		font-size:10px; 
		margin-top:20px; 
		text-align:right;
		}
	.breadcrumbs a{
		color:#d2d5da;
		}
		
 

		
		
	/* ---------- LAYOUT -------------------- */
	/* -------------------------------------- */
	h1 {
		font-size:18px; 
		font-weight:normal; 
		}
	h2{ 
		font-size:14px; 
		font-weight:bold; 
		text-align: left;
		text-transform: uppercase;		
		color: #116178;
		}	
	h3{ 
		font-size:12px; 
		font-weight:bold; 
		text-align: center;		
		}		
		
	/* WYDARZENIA SHORT */
	h6 {
		font-size: 12px;
		font-weight: bold;
		margin: 15px 0px 4px 0px;
		padding: 0px;
		color: #32aacc;
		}		
		
	div.wydarzenia p {
		margin: 0px;
		padding: 0px;
		}			

 		 	 
 
   
}



/* --------- MEDIA PRINT SCREEN ------------------ */
/* ----------------------------------------------- */
@media screen, print { }


			
			
			
			
			
			
			
			
			
			
