/* **************************************************************************
 *	Głowne tło i globalne definicje
 ************************************************************************** */
body { /* background-color:#A0C0C0; */
	background-color: #A0C0C0;
}

img {
	border: none;
}

/* **************************************************************************
 *	Głowny obszar storny wyśrodkowany, o stałej szerkości
 ************************************************************************** */
#layout {
	width: 956px;
	background-color: #1F8DC8;
	border: solid black 1px;
	margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 0%;
}

/* **************************************************************************
 *	Pierwszy naglowek
 ************************************************************************** */
#top_header {
	height: 41px;
	background-color: #FFFFFF;
	text-align: left;
	margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 0%;
	position: relative;
	color:#000;
}

#th_right {
	position: absolute;
	top: 0px;
	left: 156px;
	height: 50px;
	width: 708px;
	padding: 0% 0% 0% 0%;
	margin: 0% 0% 0% 0%;
}
#th_right a:link,#th_right a,#th_right a:link:visited{
	text-decoration: none;
	font-size: 11px
}
#th_right2 {
	position: absolute;
	top: 3px;
	left: 893px;
	height: 50px;
	width: 798px;
	font-size: 11px
}
#th_right2 a:link,#th_right2 a,#th_right2 a:link:visited{
	text-decoration: none;
}

#th_left {
	position: absolute;
	top: 0px;
	left: 0px;
}

/* **************************************************************************
 *	główny  naglowek wraz z menu
 ************************************************************************** */
#banner {
	margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 0%;
	height: 160px;
	background-image: url('/images/topbanner.jpg');
	background-repeat: no-repeat;
	text-align: left;
	text-decoration: none;
	font-family: Verdana;
	font-size: 12px;
	color: #000;
}

#top_menu {
	height: 36px;
	margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 0%;
	background-image: url('/images/menu_bg.jpg');
}

/* **************************************************************************
 *	Dolne i górne Menu
 ************************************************************************** */
div#footer_menu {
	height: 36px;
	background-image: url('/images/menu_bg.jpg');
	float: left;
	width: 956px;
}

#footer_menu ul.limeMenu,#top_menu ul.limeMenu {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 9px;
}

#footer_menu ul.limeMenu li,#top_menu ul.limeMenu li {
	display: inline;
	white-space: nowrap;
	padding-left: 7px;
	padding-right: 7px;
}

#footer_menu ul.limeMenu a,#footer_menu ul.limeMenu a:VISITED,#footer_menu ul.limeMenu a:LINK,#top_menu ul.limeMenu a,#top_menu ul.limeMenu a:VISITED,#top_menu ul.limeMenu a:LINK
	{
	color: white;
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;
}

#footer_menu ul.limeMenu a:HOVER,#top_menu ul.limeMenu a:HOVER {
	color: #FF6600;
}

/* **************************************************************************
 *	Stopka
 ************************************************************************** */
div#footer {
	background-color: #4B4B4B;
	position: relative;
	height: 25px;
	font-size: 10px;
	font-family: Verdana, Arial;
	color: white;
	float: left;
	width: 956px;
}

#footer div.limesys {
	position: absolute;
	right: 70px;
	top: 6px;
	color: #ABABAB;
}

#footer div.limesys_link {
	position: absolute;
	right: 4px;
	top: 2px;
}

#footer div.gler {
	position: absolute;
	left: 5px;
	top: 6px;
	font-weight: bold;
}

/* **************************************************************************
 *	Lewe menu
 ************************************************************************** */
#leftBar {
	width: 200px;
	margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 0%;
	float: left;
	background-color: #FFFFFF;	
	font-size: 12px;
	font-family: Tahoma,Helvetica,serif;
}

#leftBar ul,#leftBar ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#leftBar ul {
	width: 200px;
}
#leftBar div.clear{
	clear:both;
}
#leftBar div.image{
 	float:left;
 	padding:5px 5px 5px 5px;
 	width: 50px;
 	height: 50px;
}
#leftBar div.info{
	float:left;
	width:140px; 
	padding:3px 0px 2px 0px;
}

#leftBar ul a:link,#leftBar ul a:visited {
	display: block;
	width: 140px;
	text-decoration: none;		
	color:#1F8DC8;
	  
}
#leftBar ul a:hover {	
	background-color: #FD8835;
}

/* **************************************************************************
 *	Obiekt zawartosci tresci
 ************************************************************************** */
#content {
	width: 740px;
	float: left;
	border: solid 8px white;
	margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 0%;
}

#inner {
	margin: 5px 5px 5px 5px;
}