/* nizej definicje dla kursów*/

#tresc
	{
	font-size: 13px;
	color: #000000;
	line-height: 1.2em;
	}

#tresc p /* tekst zasadniczy */
	{
	margin-top: 2px;
	margin-bottom: 10px;
	}

#tresc td /* tekst w tabelach */
	{
	color: #000;
	font-family: verdana, "arial ce", "helvetica ce", arial, helvetica;
	font-size: 12px;
	}
	
#tresc h1 /* tytul dokumentu */
	{
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2em;
	margin-top: 12px;
	margin-bottom: 1px;
	}

#tresc h2 /* podtytul dokumentu */
	{
	font-size: 18px;
	font-weight: normal;
	line-height: 1.2em;
	color: #430000;
	margin-top: 0;
	margin-bottom: 0;
	}

#tresc h3 /* wprowadzenie, lead */
	{
	font-size: 13px;
	font-weight: normal;
	line-height: 1.2em;
	color: #430000;
	margin-top: 7px;
	margin-bottom: 25px;
	}

#tresc h4 /* srodtytul 1 */
	{
	font-size: 17px;
	font-weight: bold;
	color: #000000;
	line-height: 1.2em;
	margin-top: 22px;
	margin-bottom: 1px;
	}

#tresc h5 /* srodtytul 2 */
	{
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	line-height: 1.2em;
	margin-top: 15px;
	margin-bottom: 0;
	}



#tresc li
	{
	padding-bottom: 2px;
	margin-bottom: 2px; 
	}

#tresc strong
	{
	font-weight: bold;
	}

#tresc em
	{
	font-style: italic;
	}

#tresc .prasa h4 
	{
	margin-top: 15px;
	margin-bottom: 2px;
	}

#tresc .prasa h5 
	{
	margin-top: 0;
	margin-bottom: 5px;
	}	
	
	
#tresc a         {text-decoration:underline;}
#tresc a:link    {color: navy;}
#tresc a:visited {color: navy;}
#tresc a:hover   {color: red;}



.fla /* formularz liczby aktywny */
	{
	text-align: right;
	
	}
	
.fln /* formularz liczby nieaktywny */
	{
	text-align: right;
	background: #DFDFDF;
	}	
	
	
