/* Polozenie glownych blokow strony*/

.logo_polozenie
{
	border-style	: double;
	position		   : static; 
	left				: 0px; 
	top				: 0px;
	height			: 100px;
	width				: 100%;
	margin			: 0px;
	padding			: 0px; 
	float				: none;
}

.menu_polozenie
{
	border-style	: double;
	margin-top		: 15px;
	padding			: 0px; 
	width				: 185px; 
	height			: 450px;
	zoom				: 1; /*specyficzne dla IE */ 
	float				: left;
}

.glowny	
{
	border-style		: double;
	margin-top			: 15px;			
	margin-left			: 206px;
	margin-right		: 0px;
	padding				: 10px;
	zoom					: 1; /*specyficzne dla IE */ 
	color					: #FFFFE0; /* lightyellow */
	background-color	: #00008B; /* darkblue */	
}

/* Kolorystyka strony i jej glownych elementow */

.body_glowny
{ 
   	font-family			: Arial,Helvetica,sans-serif;
   	font-size			: medium;
   	line-height			: normal;
   	font-weight			: normal;
   	font-style			: normal;
   	text-transform		: none;
   	text-align			: justify;
   	text-decoration	: none;
   
   	background-color	: #696969; /* kolor grey */
   	color					: white;
   	padding				: 15px;
   	zoom					: 1;
}

.logo_kolorystyka
{
		background-color	: #FFFFE0; /* lightyellow */
		font-family			: Arial,Helvetica,sans-serif;
   	color					: #00008B; /* darkblue */	
   	overflow				: hidden;
}
	

.menu_kolorystyka
{
		color 				: #FFFFE0; /* lightyellow */
		background-color	: #00008B; /* darkblue */	
		font-family			: Arial,Helvetica,sans-serif;
	   overflow				: auto;
	  	 	
}

.lista_menu
{
		line-height			: 150%;
		font-size			: 16px;
		font-weight			: bold;
		list-style-type	: circle; 
		
}  
.lista_menu:link
{
		color 				: #FFFFE0;/* lightyellow */
		text-decoration	: none;
}
.lista_menu:visited
{
		color 				: #FFFFE0;/* lightyellow */
		text-decoration	: none;
}
.lista_menu:hover
{
		background-color	: #FFFFE0; /* lightyellow */
		color 				: #00008B; /* darkblue */	
		text-decoration	: none;
		
}
.lista_menu:focus
{
		background-color	: #FFFFE0; /* lightyellow */
		color 				: #00008B; /* darkblue */	
		text-decoration	: none;
		
}
/* Definicje stylow dla tekstu */

.zwykly_tekst 
{
	margin-top	: 5px;
	margin-bottom : 0px;
}

.tytul
{
	margin		: 0px;
	font-size	: 150%;
	font-weight	: bolder;
	text-align	: left;
	color			: #FFFFE0; /* lightyellow */
}
  
.tytul_podrzedny
{
	margin		: 0px;
	font-weight	: bold;
	text-align	: left;
	margin-top	: 10px;
	border-bottom-style	: solid;
	border-bottom-width	: thin;
	border-bottom-color	: #FFFFFF; /* white */
}

.data
{
	margin		: 0px;
	font-weight	: bold;
	text-align	: right;
	margin-top	: 10px;
	border-bottom-style	: solid;
	border-bottom-width	: thin;
	border-bottom-color	: #FFFFFF; /* white */
}
  
.zwykla_lista
{
	margin-top		: 5px;
	margin-bottom	: 5px;
	list-style-type: circle;
}
ol.zwykla_lista
{
	list-style-type: decimal;
}  

.lista_podrzedna
{
	list-style-type	: none;
}  

.komorka_tekstu
{
	text-align			: justify;
}

.link_dalej 
{
	color					: #00FFFF; /* cyan */
	text-decoration	: none;
	font-style			: italic;
}

/* specyficzne ustawienia dla podpunkt listy */ 
li
{
	margin-top		: 10px;
	margin-bottom	: 10px;
}

/*specyficzne ustawienia wyróżnienia - pochyłego */
em
{
	font-style	: italic;
	font-weight	: bold;
}

hr
{
	margin-bottom : 25px;
}

