/*
 * FCKeditor - The text editor for internet
 * Copyright (C) 2003 Frederico Caldeira Knabben
 *
 * Licensed under the terms of the GNU Lesser General Public License
 * (http://www.opensource.org/licenses/lgpl-license.php)
 *
 * For further information go to http://www.fredck.com/FCKeditor/ 
 * or contact fckeditor@fredck.com.
 *
 * fck_editorarea.css: Styles used in the editor area. The final user
 *   should customize it for his web site needs.
 *
 * Authors:
 *   Frederico Caldeira Knabben (fckeditor@fredck.com)
 */
body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	/*color:#333333;*/
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
}

p {
	text-align : justify;
}

li {
	margin-bottom : 5px;
}

/* To avoid automatic paragraphs spaces: */
/*
p, ul, ol { margin-top: 0px; margin-bottom: 0px; }
*/
/*
.MainHeader
{
	font-weight: bold;
	text-transform: uppercase;
	color: #990066;
}

.BlueTitle
{
	font-weight: bold;
	text-transform: capitalize;
	color: #0099cc;
}

.CenteredTitle
{
	font-weight: bold;
	color: #ff0033;
	text-align: center;
}
*/

/* STYLE DO  ARTYKULOW */
.tytulartykulu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	text-decoration: none;
}
.zajawkaartykulu {
	text-align: justify;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 16px;
	margin-right: 16px;
}
.tekstartykulu {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
