.body
{
	margin: 0;
	padding: 0;

	background: white url('../gfx/layout/background.gif') repeat-x;
	
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 

	color: #666666
}

TABLE, TD, TH
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 

	color: #666666; 
}

IMG
{
	border: 0;
}

FORM
{
	margin: 0;
	padding: 0;
}

A
{
	color: #3B5E7F;

}

A:hover
{
	color: #FC5B01;
}

.bg_hdr_left
{
	background: url('../gfx/layout/background_header_left.gif') repeat-y;
}

.bg_hdr_right
{
	background: url('../gfx/layout/background_header_right.gif') repeat-y;
}

.bg_hdr
{
	background: url('../gfx/layout/header_en.jpg') no-repeat;
}

.bg_hdr TD
{
	color: #CBD5DD;
	font-weight: bold;
}

.bg_content_left
{
	background: url('../gfx/layout/background_content_left.jpg') no-repeat;
}

.bg_content_right
{
	background: url('../gfx/layout/background_content_right.jpg') no-repeat;
}

.bg_content
{
}

#menu
{
	background: url('../gfx/layout/background_menu.gif') no-repeat;

	width: 815px;
	height: 43px;

	color: white;

	font-weight: bold;

	text-align: left;

	padding-top: 12px;
	padding-left: 12px;
}

#menu A
{
	color: white;

	text-decoration: none;
}

#menu A:hover
{
	color: white;

	text-decoration: underline;
}

.dokument_naglowek
{
	color: #24394E;

	font-size: 16px;
	font-weight: bold;

	padding-bottom: 10px;
}

.dokument_tresc
{
}

#menu_bok A
{
	padding: 3px;
	color: white;
	text-decoration: none;
	font-weight: bold;

	padding-left: 10px;
	padding-right: 10px;
}

.separator
{
	background-color: #CCCCCC;

	margin-top: 4px;
	margin-bottom: 4px;
}

.litery_czerwone
{
	color: red;
}