/*** Style ogólne *************************************************************/
body
{
/*	margin: 20px 0px 5px 0px;*/
	background: #022e4b url('../images/bodybg.png') repeat-x left top;
}

body, table
{
	font-family: "Verdana", "Tahoma", sans-serif;
	font-size: 12px;
	text-align: justify;
	line-height: 18px;
	
	color: #ffffff;
}

table
{
	text-align: left;
}

h1, h2, h3, h4, h5, h6, h7, h8, h9
{
	margin: 0px;
	padding: 0px;
}

h2
{
	color: #ecae00; 
}

h3
{
	color: #3b8abc;
}

a
{
	text-decoration: none;
	color: #335f82;
}

a:hover
{
	border-bottom: 1px dotted #babaff;
}

a img
{
	border: 0px;
}

.error
{
	color: #ff0000;
}

h1
{
	padding: 0px 0px 2px 5px;
	
	font-family: "Tahoma", "Verdana", sans-serif;
	font-size: 15px;
	
	color: #ffffff;
	
	background: url('../images/h1-bg.gif') no-repeat left bottom;
}

input, textarea, password
{
	font-family: "Verdana", "Tahoma", sans-serif;
	font-size: 11px;
	
	background: url('../images/bg-px-alpha-10.png');
}

/*** Strona *******************************************************************/
#page-panel
{
}

#page-body
{
}

/*** Nagłówek *****************************************************************/
#header-panel
{
}

#h-body a:hover
{
	border-bottom: 0px;
}

#h-body h4
{
	margin-left: -2132px;
	padding-left: 2132px;

	width: 300px;

	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	text-align: right;
	color: #449ed8;

	border-top: 1px solid #292f32;
}

/*** Panel główny *************************************************************/
#main-panel
{
}

#m-body
{
	background: url('../images/m-body-bg.png') repeat-y;
}

/*** Lewy panel ***************************************************************/
#left-panel
{
}

#left-panel .body
{
}

#left-panel #languages-list
{
	clear: both;
	display: none;
}

#left-panel #languages-list ul
{
	margin: 0px;
	padding: 0px;
	
	list-style-type: none;
}

#left-panel #languages-list ul li
{
	float: left;
	display: block;

	margin: 0px 0px 0px 1px;
	padding: 0px;
	
	width: 20px;

	text-align: center;
}

#left-panel #languages-list ul li.current
{
	color: #ffffff;
	background: #335f82;
}

#left-panel #languages-list ul li a
{
	display: block;

	margin: 0px;
	padding: 0px;
	
	width: 20px;
}

#left-panel #languages-list ul li a:hover
{
	display: block;

	margin: 0px;
	padding: 0px;
	
	width: 20px;

	background: #335f82;
}

#left-panel .structure-options
{
	display: none;
}

/*** Środkowy panel ***********************************************************/
#middle-panel .body
{
	margin-top: 20px;

	text-align: justify;
}

/*** Prawy panel **************************************************************/
#right-panel
{
	margin-top: 10px;
}

/*** Stopka *******************************************************************/
#footer-panel
{
	line-height: 13px;
}

#footer-panel a
{
	color: #ffffff;
	text-decoration: underline;
}

#footer-panel a:hover
{
	color: #ecae00;
	text-decoration: underline;
	border: 0px;
}

#f-header
{
}

#f-body
{
	border-left: 10px solid #ecae00;
}

#f-footer
{
}

#company-info
{
	text-align: left;
	font-style: italic;
	font-size: 11px;

	color: #ffffff;
}

#company-info div.name
{
	text-transform: uppercase;
	color: #ecae00;
	font-size: 13px;
	font-weight: bold;
}

#company-info div.address
{
	margin-bottom: 10px;
}

#company-info span.street
{
	display: block;
}

#company-info div.contact span
{
	display: block;
}

#author-info
{
	display: none;
}

