body {
	text-align: center;
	margin: 0px;
} 

#menucontainer ul
{
	margin: 10px 10px;
	padding: 0;
	list-style-type: none;
}

#menucontainer ul li { display: inline; }
#menucontainer ul li a 
{ 
	text-decoration: none; 
	padding: .2em 1em;
	color: #FFF;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
}
#footer
{ 
	padding: .2em 1em;
	color: #55a;
	font-family: Tahoma;
	font-size: 11px;
}

#footer a
{ 
	text-decoration: underline;
	padding: .2em 1em;
	color: #88b;
	font-family: Tahoma;
	font-size: 11px;
}
#footer ul
{
	margin: 5px 5px;
	padding: 0;
	list-style-type: none;
}

#footer ul li { display: inline; }
#footer ul li a 
{ 
	text-decoration: none; 
	padding: .2em 1em;
	color: #aac;
	font-family: Tahoma;
	font-size: 11px;
}

.filecontainer
{
	position: relative;
	left: 20px;
}

.filecontainer ul
{
	margin: 10px;
	padding: 0;
	list-style-type: none;
}

.filecontainer li.pdf
{
	background-image: url(../img/pdf_ico.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 5px 5px 5px 35px;
	margin: .6em 0;
}

.filecontainer li.pdf a
{
	font-family: Verdana;
	font-size: 11px;
	color: rgb(100,100,150);
	text-decoration: none;
}

.filecontainer li.link
{
	background-image: url(../img/link_ico.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 0px 0px 0px 25px;
	margin: .3em 0;
}

.filecontainer li.link a
{
	font-family: Verdana;
	font-size: 11px;
	color: rgb(100,100,150);
	text-decoration: none;
}

.bg_logo
{ 
	background-image: url(../img/bg_top.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

.right_cel
{ 
	background-image: url('../img/bgright.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

.center_cel
{ 
	background-image: url('../img/bgcenter.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

.title
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: black;
}

td
{
	font-family: Cambria;
	font-size: 16px;
	color: rgb(100,100,150);
	text-decoration: none;
}

h2
{
	font-family: Cambria;
	font-size: 24px;
	color: rgb(100,100,150);
	text-decoration: none;
}
.front_links
{
	position: relative;
	left: 20px;
	width: 80%;
}

.front_links a
{
	font-family: Verdana;
	font-size: 11px;
	color: rgb(100,100,150);
	text-decoration: none;
}

.icon
{
	display: table-cell;
	height: 30px;
	width: 40px;
	border-width: 5px;
	float: left;
}
.icon img
{
	border-width: 0px;
}

/* główna tabela */

.main_cell
{
	display: table-cell;
	width: 32%;
	height: 100%;
	text-align: left;
	float: left;
	background-image: url('../img/bg_logo.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
}

.main_row
{
	display: table-row;
	height: auto;
	width: 100%;
	display: inline;
}
.main_tab
{
	display: table;
	width: 985px;
	height: 200px;
	background-image: url('../img/bg_cell.jpg');
	background-repeat: repeat-x;
}

#layout_cellbg
{
	display: table-cell;
	width: 100%;
	height: 100px;
	text-align: left;
	background-image: url('../img/bg_top.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}

.layout_cell
{
	display: table-cell;
	width: 100%;
	height: auto;
	text-align: left;
}

.layout_row
{
	display: table-row;
	height: auto;
	width: 100%;
}

#layout_menu
{
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	height: 50px;
	width: 100%;
	background-color: #28647D;
}

#center
{
	width: auto;
}

.layout
{
	text-align: center;
	margin: auto auto;
	display: table;
	width: 985px;
	height: auto;
}

#logo_bar
{
	display: table;
	margin: auto auto;
	width: 100%;
	height: auto;
}

#logo_contener
{
	display: table-row;
	height: auto;
}

#flash_presentation
{
	width: 985px;
	height: 280px;
}

#logo_img1
{
	display: table-cell;
	width: 40%;
	height: auto;
	text-align: left;
	float: left;
}

#logo_img2
{
	display: table-cell;
	width: 60%;
	height: 40%;
	text-align: left;
	float: left;
}