@CHARSET "UTF-8";
body
	{
		height: 100%;
		color: white;
	}
body
	{ 
  		margin-left : 0;
  		margin-right: 0;
  		margin-top : 0;
  		margin-bottom : 0;
  		width : 100%;
 		background : #000000;
	}
div
	{
		padding: 0px;
		margin: 0px;
	}
table
	{
		float: left;
	}
img
	{
		border: 0px;
	}
#outer_div
	{
   		width: 100%;
   		height: 100%;
		font-family: verdana,arial, tahoma;
   		font-size: 11px;
   		font-weight: normal;
   		color: #b9b9b9;
   		background-image:url('./images/design/background.gif');
   		background-repeate: repeate;
	}
#basic_header_div, #basic_footer_div, #bar_div
	{
		width: 100%;
	}
#basic_header_div
	{
		height: 366px;
		background: #000000;
		border-bottom: 1px solid black
	}
#basic_footer_div
	{
		height: 70px;
		background: #000000; 
	}
#bar_div
	{
		height:23px;
		border-top: 1px solid #212121;
		border-bottom: 1px solid #37fc09;
		background-image:url('./images/design/bar.jpg');
		background-repeate: repeat-x;
	}
#basic_body_div,#logo_div
	{
		margin-left: auto;
    	margin-right: auto;
   		width: 1024px;
	}

#basic_body_div
	{
   		overflow: auto;
   		background: #1a1a1a;
   		border-right: 1px solid #000000;
   		border-left: 1px solid #000000;
	}

#left_column_div,#right_column_div
	{
		width:200px;
		float:left;
		text-align: center;
		padding-bottom: 30px;
	}
#right_column_div
	{
		padding-top: 30px;
	}
#center_column_div
	{
		width:620px;
		float: left;
	}
/* poczatek styli menu kategorii */



#left_column_div h1.header_bar
	{
		text-align: left;
		font: bold 11px Verdana;
		color: white;
		background: #49c42d;
		margin: 5px; 
		text-transform: uppercase;
		padding: 7px 0 7px 20px;
	}
#left_column_div ul.department_list
	{
		text-align: left;
		list-style-type: none;
		color: white;
		margin: 0 0 30px 0;
		padding: 0px;
	}

#left_column_div ul.department_list li a:hover
	{
		color: white;
		background: #4dd82c;
	}
#left_column_div ul.department_list ul.category_list
	{
		list-style-type: none;
		color: white;
		margin: 0px;
		padding: 0px;
	}
#left_column_div ul.department_list li a
	{
		background: #49c42d;
	}
#left_column_div ul.department_list ul.category_list li a
	{
		background: #37fc09;
		padding: 5px 18px;
		font-weight: bold;
	}
#left_column_div li a
	{
		font: normal 11px Arial;
		color: #ffffff;
		display: block;
		padding: 5px 0;
		background: #49c42d;
		padding-left: 8px;
		text-decoration: none;
		margin: 2px 5px;
	}
#left_column_div ul.department_list ul.category_list li a:hover
	{
		color: white;
		background: #49c42d;
	}	
/* koniec styli menu kategori */


#center_column_div div
	{
		padding: 15px;
	}
#center_column_div div.adv_top,div.adv_bottom
	{
		text-align:center;
	}
