/* Layout */
body
{
	margin: 0px;
	padding: 0px;
	
	text-align: center;
	
	background: #380709 url('../images/mainPanelBg.jpg') no-repeat center 277px;
}

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

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

h1
{
	width: 100%;
	
	margin: 0px 5px 10px 0px;
	padding: 0px 0px 5px 14px;
	
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #ffffff;
	
	background: url('../images/infoBoxHeaderBg.gif') no-repeat left 8px;
}

h2
{
	margin-bottom: 10px;
	
	font-weight: normal;
	font-size: 14px;
	
	text-transform: uppercase;
	color: #a62727;
}

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

a:hover
{
	color: #a82730;
}

a img
{
	border: 0px;
}

div.more a,
span.more a
{
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}

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

div.cleaner-box
{
	font-size: 1px;
	height: 1px;
	
	clear: both;
}

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

#page-panel
{
}

#page-body
{
	margin: 0px auto;
	padding: 0px;
}

/* Górne menu */
#topmenu-panel
{
	height: 27px;
	
	/* #961e23 */
	background: #380709 url('../images/topMenuBg.gif') no-repeat center top;
}

#topmenu-body
{
	margin: 0px auto;
	padding: 0px;
	
	height: 27px;
	width: 970px;
}

#topmenu-body ul
{
	margin: 0px;
	
	float: right;
}

#topmenu-body ul li
{
	float: left;
	
	height: 100%;
	
	list-style-type: none;
}

#topmenu-body ul li a
{
	display: block;
	float: left;
	
	padding: 7px 10px;
	
	height: 100%;
	
	font-weight: normal;
	font-family: tahoma, verdana;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: white;
	
	background: url('../images/topMenuDelimiter.gif') no-repeat right 8px;
}

#topmenu-body ul li.last a
{
	background: none;
}

#topmenu-body ul li a:hover
{	
	color: #ff8c8c;
	text-decoration: underline;
}

#topmenu-body div.submenu-panel
{
	position: absolute;
	margin-top: 11px;
	_margin-top: 2px;
	
	z-index: 10;
	
	overflow: hidden;
	
	display: none;
	
	text-align: left;
	
	background: #a91d23;
}

#topmenu-body div.submenu-panel ul
{
	margin: 0px;
	padding: 0px;
		
	width: 131px;
	float: left;
}

#topmenu-body div.submenu-panel ul li
{
	clear: both;
	
	list-style-type: none;
	
	border-bottom: 1px solid #bb4a50;
}

#topmenu-body div.submenu-panel ul li.last
{
	border-bottom: 0px;
}

#topmenu-body div.submenu-panel ul li a
{
	clear: both;
	padding: 5px 5px 5px 16px;
	margin: 0px;
	
	width: 110px;
	_width: 131px;

	color: white;
	font-weight: normal;
	font-family: verdana;
	font-size: 10px;
	text-align: left;
	text-transform: uppercase;
	
	background: url('../images/topMenuSubMenuBg.gif') no-repeat 8px center;
}

#topmenu-body div.submenu-panel ul li a:hover
{
	text-decoration: none;
	
	background: #bf1e25 url('../images/topMenuSubMenuBg.gif') no-repeat 8px center;;
}

/* Dolne menu */
#bottom-menu div.body
{
	margin: 0px auto;
	
	width: 970px;
}

#bottom-menu ul
{
	float: left;
	
	margin: 0px;
	padding: 0px;
}

#bottom-menu li
{
	float: left;
	
	margin-right: 15px;
	
	list-style-type: none;
}

#bottom-menu a
{
	font-weight: normal;
	font-size: 10px;
	font-family: verdana;
	text-transform: uppercase;
	
	color: #d26e73;
}

#bottom-menu a:hover
{
	color: #f29b9f;
}

/* InfoBox */
div.infobox
{
	margin: 1px 0px;
	
	font-size: 11px;
	text-align: left;
}

div.infobox h3
{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 15px;
	
	color: white;
	
	font-size: 17px;
	font-weight: normal;
	text-transform: uppercase;
	
	background: url('../images/infoBoxHeaderBg.gif') no-repeat left 10px;
}

div.infobox div.header
{
	height: 2px;
	font-size: 1px;
	
	background: url('../images/infoBoxHeader.gif') no-repeat center bottom;
}

div.infobox div.body
{
	padding: 10px 10px;
	
	width: 170px;
	_width: 190px;
	
	background: url('../images/infoBoxBg.gif') repeat-y center center;
}

div.infobox div.footer
{
	height: 2px;
	font-size: 1px;
	
	background: url('../images/infoBoxFooter.gif') no-repeat center top;
}

/* Prawy panel */
#right-panel
{
	float: left;
	
	width: 200px;
}

#right-body
{
	margin: 5px 0px 5px 10px;
}

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

#main-body
{
	margin: 0px auto;
	
	width: 970px;
}

#module-panel
{
	float: left;
	
	width: 770px;
}

#module-body
{
	margin: 20px 5px 0px 0px;
	
	font-size: 11px;
	text-align: justify;
	color: #ffd8db;
}



/* Nagłówek */
#header-panel
{
	height: 250px;
	
	text-align: center;
	
	/* #841e24 */
	background: #380709 url('../images/headerBg.gif') no-repeat center top;
}

#header-body
{
	margin: 0px auto;
	
	text-align: left;
	
	width: 970px;
}

#header-body img
{
	margin-left: 20px;
}

#header-body div.hhead
{
	height: 195px;
}

#header-body div.hbody div.lpanel
{
	float: left;
	
	width: 620px;
}

#header-body div.hbody div.lpanel div a
{
	display: block;
	
	width: 115px;
	height: 50px
}

#header-body div.hbody div.mpanel
{
	float: left;
	
	padding-top: 25px;
	
	width: 300px;
	
	text-align: right;
}

#header-body div.hbody div.mpanel a
{
	margin: 0px 10px 0px 0px;
	
	padding-left: 5px;
	
	font-size: 9px;
	font-weight: normal;
	
	background: url('../images/quickLinksBg.gif') no-repeat left 6px;
}

#header-body div.hbody div.rpanel
{
	float: left;
	
	padding-top: 17px;
	
	width: 50px;
}

#header-body div.hbody div.rpanel div.lang-box
{
	float: left;

	margin-left: 1px;

	width: 22px;
	height: 22px;

	text-align: center;
}

#header-body div.hbody div.rpanel div.active
{
	background: url('../images/languageBgActive.png') no-repeat center center;
}

#header-body div.hbody div.rpanel div.inactive
{
	background: url('../images/languageBgInactive.png') no-repeat center center;
}

#header-body div.hbody div.rpanel div.lang-box a:hover
{
	text-decoration: underline;
	
	color: white;
}

/* Stopka */
#footer-panel
{
	margin: 5px 0px 20px 0px;
}

#footer-body
{
	width: 970px;
	
	margin: 0px auto;
	
	font-size: 11px;
	
	color: #a9222a;
}

#footer-body a
{
	color: #a9222a;
}

#footer-body div.company-info
{
	float: left;
	
	width: 324px;
	
	text-align: left;
}

#footer-body div.design-info
{
	float: left;
	
	width: 350px;
	
	font-size: 10px;
	text-align: center;
}

#footer-body div.author-info
{
	float: right;
	
	width: 145px;
}

/* Boks wyszukiwania */
#searchbox
{
	margin-top: 40px;
}

#searchbox input.text
{
	float: left;
	
	width: 140px;
	height: 20px;
	
	font-size: 12px;
	color: white;
	
	border: 0px;
	
	background: url('../images/searchBoxFieldBg.gif') no-repeat left center;
}

#searchbox input.submit
{
	margin: 1px 0px 0px 3px;
	_margin: 0px;
	
	width: 22px;
	height: 20px;
	
	border: 0px;
	
	background: url('../images/searchBoxSubmitBg.gif') no-repeat center center;
}

/* Boks aktualności */
#newsbox div.body
{
	text-align: justify;
}

#newsbox div.news-item div.caption
{
	font-weight: bold;
}

#newsbox div.news-item div.content
{
}

#newsbox div.news-item span.date
{
	font-size: 10px;
	color: #aa3f45;
}

/* Boks z kontaktem */
#contactbox div.body
{
	text-align: justify;
}

#contactbox div.body div.links
{
	text-align: right;
}

