<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "ISO-8859-2";
/* CSS Document 
author: Darek Moleda, www.artepress.eu
modified: 14.10.2008
*/

/*

1. GLOBALNE
2. NAGŁÓWEK
3. MAINNAV
4. MENU 1
5. GŁÓWNA TREŚĆ, ARTYKUŁ
6. STOPKA
7. LINKI

*/




/* 1
_______ GLOBALNE */
	
	body
	{
		font-size: .75em; /*12px*/
		line-height: 1.5em;
		color: #13235b;
		margin: 0;
		padding: 0;
	}
	
	
	#container
	{
	}
	
	
	
/* 2
_______ NAGŁÓWEK */

	#header h1
	{
		font-size: 12px;
		text-align: right;
		color: #b5c900;
		letter-spacing: 0.2em;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight:bold;
	}




/* 3
_______ MAINNAV */
		/* na razie pusto */


/* 3
_______ MENU 1, oś  */
	
	#menu_area_other 
	{
		text-align:center;
		font-size:2.7em;
		line-height:0.6em;
	}
	
	.szybki_kontakt_zadzwon
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#2f51a0;
	font-size:.3em;
	letter-spacing:.2em;
	line-height:2em;
	}
	
	.szybki_kontakt_tel
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#13235b;
	font-size:1em; 
	line-height:1em;
	}

	.szybki_kontakt_separator
	{
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-style:italic;
	color:#13235b;
	font-size:.2em;}


	.szybki_kontakt_mail
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#2f51a0;
	font-size:.3em;
	letter-spacing:.2em;
	line-height:0.02em;
	}


/* 4
_______ LINKI, WSZELKIE ODNOŚNIKI */


			/* MENU 1 */
			
			.menu a.klasa1:visited { color: #ffffff; text-decoration:none;}
			.menu a.klasa1{ /*Non IE rule*/width: auto; height: 40px;}
			.menu a.klasa1:hover{background-color: #b5c900; color: #ffffff;}


			.menu a:visited { color: #ffffff;}
			.menu a{ /*Non IE rule*/width: auto; height: 40px;}
			.menu a:hover{background-color: #b5c900; color: #ffffff;}
			
			
			.menu a
			{
				font: bold 10px Verdana, Arial, Helvetica, sans-serif;
				color: #ffffff;
				text-decoration: none;
				line-height: 40px;
				text-align:center;
				vertical-align: middle;
			}		
			
			
			.menu ul
			{
				list-style-type: none;
  				letter-spacing: 0.1em;
			}




a.klasa2:link {text-decoration:none; color:#727272; letter-spacing:0.3em;}
a.klasa2:visited {color:#727272; text-decoration:none;letter-spacing:0.3em;}
a.klasa2:hover {text-decoration:none; color:#b5c900;letter-spacing:0.3em; font-weight:bold; }
a.klasa2:active {color:#b5c900;letter-spacing:0.3em; font-weight:bold;}

a.klasa4:link {text-decoration:none; color:#2f51a0;}
a.klasa4:visited {color:#2f51a0; text-decoration:underline;}
a.klasa4:hover {text-decoration:none; color:#b5c900;}
a.klasa4:active {color:#13235b;}

a.klasa5:link {text-decoration:none; color:#ffffff;}
a.klasa5:visited {color:#ffffff; text-decoration:none;}
a.klasa5:hover {text-decoration:none; color:#b5c900;}
a.klasa5:active {color:#13235b;}

a.klasa5-z:link {text-decoration:none; color:#639ec8;}
a.klasa5-z:visited {color:#green; text-decoration:none;}
a.klasa5-z:hover {text-decoration:none; color:#red;}
a.klasa5-z:active {color:#yellow;}



h2 a { text-decoration: none; }

.footer_menu a{
font: 10px Arial, Helvetica, sans-serif;
padding: 0px;
margin: auto;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #ffffff;
text-decoration: none;
line-height: 25px;
text-align:left;
vertical-align: middle;
}


	.dokumenty_weryfikacyjne
	{
		font: 10px Arial, Helvetica, sans-serif;
		padding-left: 5px;
		text-decoration: none;
		line-height: 17px;
		text-align:left;
	}



/* 5
_______ PRIMARY CONTENT BOX */

	h2 /*Nagłówek działu*/
	{
 		font-family: "Georgia", "Times New Roman", Times, serif;
		font-weight:bold;
  		font-style:Italic;
  		color:#13235b;
  		font-size:1.5em;
  	}
	
	
	
	.lead /*lead artykułu*/
	{
		font-family: normal "Georgia", "Times New Roman", Times, serif;
		font-size:1.3em;
		line-height:1.2em;
		color:#0745c2;
		padding-bottom:20em;

	}	
	
		
	.h3 /*Tytuł artykułu*/
	{
		font-family: "Verdana", "Lucida Grande", "Times New Roman", Times, serif;
		font-weight:normal;
		font-size:1.15em;
  		line-height:1.4em;
  		color:#0745c2;
  		padding-top:0.6em;
  		padding-bottom:0.5em;
  		margin-bottom:0;
	}	
	
	.start_paragraf
	{
		font-family: "Georgia", "Times New Roman", Times, serif; 
		text-transform:uppercase; 
		font-size:0.85em; 
		letter-spacing:.1em;
		color:#000000;
	}
	
	
	.artykul p 
	{ 
		font-family: normal "Verdana", "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif; 
  		font-size:.99em;
  		line-height:1.7em;
  		color:#505050;
  		padding-top: 0px;
  		margin-top:0px;
  		text-align:left;
		letter-spacing:0.01em;
  	}


	.arykul li
	{
		list-style-type: circle;
		list-style-position:outside;
	}
	
	
	.artykul ul 
	{	margin-left:-2.35em; 
		margin-top:0;
		list-style-image:url(../images/punktor_listy_1.gif);
 
	}
	
	
	.menu_2 ul
	{
		list-style-type:none; 
		text-align:left; 
		margin-top:50px; 
		margin-left:0px; 
		padding-top:12px; 
		padding-left:0px; 
		border-top:solid 1px; 
		border-top-color:#999999; 
		height:30px;
		display:inline;
		list-style-position:inside;
	}
	
	
	.welcome
	{
	  	font-family: Georgia, "Times New Roman", Times, serif;
  		font-style:regular;
  		font-size:12px;
  		line-height:18px;
  		color:#0745c2;
  		letter-spacing:0.085em;
  		text-align:center;
	}
	

	.highlite_1
	{
		background-color:#f4fbff; text-decoration:none; padding:.2em 0;
	}
	
	
	.highlite_2
	{
		font-weight:bold;
	}


	
/* 6
_______ STOPKA */
	
	#footer	
	{
		text-align: center;
		font: Verdana, Arial, Helvetica;
		font-style:normal;
  		font-size:10px;
  		color:#000000;
  		letter-spacing: 0.1em;
	}
	
	
	#footer_area	
	{
		text-align: left;
		font-style:normal;
		font-weight:normal;
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
 		color:#ffffff;
 		letter-spacing: 0.1em;
	}
	
		
	.footer_menu ul
	{
		list-style-type: none;
		letter-spacing: 0.1em;
		line-height:25px;
	}

</pre></body></html>