/* Layout */
body
{
	text-align: center;
	
	background: #5f7084 url('../images/body-Bg.gif') repeat-x top left;
}

body, table
{
	font-family: tahoma, verdana, sans-serif;
	font-size: 13px;
	
	color: black;
}

/* Nagłówki */
h1, h2
{
	margin: 0px;
}

h1
{
	font-size: 18px;
	
	color: #31687e;
}

h2
{
	font-weight: normal;
	font-size: 17px;
	
	color: #c1b88d;
}

#main-body h1
{
	float: left;
	
	margin-right: 5px;
}

#main-body h2
{
	margin-bottom: 10px;
	
	font-weight: normal;
	font-size: 16px;
}

/* Linki */
a
{
	text-decoration: none;
	font-weight: bold;
	
	color: #594f2f;
}

a:hover
{
	color: brown;
}

a img
{
	border: 0px;
}

div.error-message
{
	margin: 5px;
	padding: 5px;
	
	background-color: #ffaaaa;
	
	color: #cc0000;
	
	border: 1px solid #cc0000;
}

div.cleaner-box
{
	clear: both;
}

/*** Domyślne style pól formularza ***/
input, select, textarea
{
	border: 1px solid #bababa;
}

/* Panel strony (zawiera header-, main-, footer-panel) */
#page-panel
{
	margin: 30px auto;
	padding: 0px;
	
	width: 950px;
	
	text-align: left;
	
	border: 1px solid #928764;
	
	background-color: #eee7cf;
}

#page-panel div.pbody
{
	margin: 0px;
	padding: 0px;
}

/* Nagłówek */
#header-panel
{
	background: #ffffff url('../images/headerPanel-Bg.png') repeat-x left bottom;
}

#header-panel div.header
{
	height: 46px;
}

#header-panel div.body
{
	height: 158px;
	
	text-align: left;
	
	background: url('../images/headerPanel-Body-Bg.gif') no-repeat right bottom;
}

#header-panel div.footer
{
	height: 10px;
	
	background-color: #e2d8b9;
}

#header-panel h1
{
	font-weight: normal;
	font-family: "Sans";
	font-size: 35px;
	
	color: #000000;
}

#header-panel h4
{
	font-size: 12px;
	font-weight: normal;
}

/* Panel główny (zawiera left-, middle-, right-panel) */
#main-panel
{
	float: left;
	
	padding-bottom: 20px;
	
	width: 950px;
}

#main-body h1
{
}

/* Lewy panel */
#left-panel
{
	display: none;
	float: left;
}

#left-body
{
	margin: 5px;
}

/* Panel centralny */
#middle-panel
{
	float: left;
	
	width: 794px;
	
	text-align: justify;
}

#middle-panel div.body
{
	margin: 10px 10px 10px 10px;
}

/* Panel prawy */
#right-panel
{
	float: left;
	
	padding: 20px 0px;
	
	width: 156px;
}

#right-panel div.logo
{
	margin-bottom: 30px;
	
	text-align: center;
}

#right-panel div.logo a
{
	font-size: 8px;
}


/* Stopka */
#footer-panel
{
	clear: both;
}

#footer-panel div.body
{
	padding: 10px 0px;
	
	font-size: 11px;
	
	color: #042960;
	
	background-color: #e2d8b9;
}

#footer-panel div.body div.company-info
{
	float: left;
	
	width: 745px;
}

#footer-panel div.body div.designer-info
{
	float: left;
	padding-left: 3px;
	width: 50px;
	
	font-size: 14px;
	
	text-align: left;
	color: #31687e;
}

#footer-panel div.body div.author-info
{
	float: left;
	padding-right: 3px;
	
	width: 140px;
	
	text-align: right;
	color: #31687e;
	
	border-right: 1px dotted #31687e;
}

#footer-panel div.body div.author-info a,
#footer-panel div.body div.designer-info a
{
	color: #31687e;
}

#footer-panel div.body div.designer-info a
{
	font-weight: normal;
}

#footer-panel div.body div.author-info a:hover,
#footer-panel div.body div.designer-info a:hover
{
	color: brown;
}

/*************************/
div.extra-box
{
	position: absolute;
	
	margin: -19px 0px 0px -1px;
	
	width: 274px;
	height: 18px;
	
	background: url('../images/headerPanel-ExtraBox.gif') no-repeat;
}

/* Style tabel */

/*** Style wspólne ***/
div.modified
{
	margin: 10px 0px;
	
	font-size: 9px;
	text-align: right;
	color: #777777;
}

/*** Menu górne ***/
#header-panel div.header ul
{
	float: right;
	
	margin: 0px;
	padding: 0px;
	
	z-index: 10;
	list-style-type: none;
	
	border-bottom: 1px solid #928764;
	border-left: 1px solid #928764;
	
	background: #ece5cf;
}

#header-panel div.header ul li
{
	float: left;
	padding: 10px 10px 9px 10px;
	
	border-right: 1px solid #928764;
	
	background: url('../images/headerPanel-menuItem-Bg.gif') no-repeat right bottom;
}

#header-panel div.header ul li.last
{
	border-right: 0px;
}

#header-panel div.header ul li span
{
}

#header-panel div.header ul li a
{
	padding: 0px 5px;
	
	font-family: verdana, tahoma;
	font-size: 13px;
	text-transform: uppercase;
	color: #31687e;
	
	border-bottom: 2px solid #c1b88d;
}

#header-panel div.header ul li a:hover
{
	border-bottom: 2px solid #31687e;
}

#header-panel div.header ul.menu-level-2
{
	display: none;
}

/*** LTP ***/
span.letter-l
{
	color: red;
}

span.letter-t
{
	color: blue;
}

span.letter-p
{
	color: darkgreen;
}

/*** Button ***/
div.links
{
	margin-top: 10px;
	
	text-align: center;
}

a.button
{
	display: block;
	margin: 0px auto;
	
	height: 19px;
	width: 173px;
	
	font-weight: normal;
	text-align: center;
	color: white;
	
	border: 1px solid white;
	
	background: url('../images/button-Bg.gif') no-repeat center center;
}

a.button span
{
	padding-right: 20px;
}


