/*CSS code from www.fu2k.org - In search of the One True Layout*/
#content_main
{
  float: left;
  width: 480px;
  margin-right: 10px;
}
#content_bar
{
  float: left;
  width: 220px;
  padding:10px;
}
/* IE Win can be a bit out - you might need to adjust  
bottom value by -1px or as required */
.verticalalign
  {
  position: absolute;
  bottom: 0;
  }
  
#content_bar .verticalalign
  {
  width: 240px;
  }
/* But Opera 9 does it right, so CSS3 hax to the max */
div[id^="content"] #content_main .verticalalign
  {
  width: 540px !important;
  }
div[id^="content"] #content_bar .verticalalign
  {
  width: 240px !important;
  }
}
/* hack for IEs of all persuasions */
* html .verticalalign
  {
  width: 100% !important;
  }
.verticalalign p
  {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 0;
  background: #996666;
  }
  
#shadow_left { 
	background:url(/images/shadow_left.png) no-repeat 0 0;
	width:180px;height:30px;
	position:absolute; left:0;top:0; 
}
#shadow_right {
	background:url(/images/shadow_right.png) no-repeat 0 0;
	width:180px;height:30px;
	position:absolute; right:0;top:0; 
}
#shadow { 
	background:url(/images/shadow.png) repeat-x 0 0;
	position:relative; 
}

#content
  {
  width: 822px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding:0 60px;
  text-align: left;
  /*background:url(/images/content_shadow.png) no-repeat 0 -1px;*/
  }
#content:after
  {
  content: '[DO NOT LEAVE IT IS NOT REAL]'; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
  }
#content
{
  display: block;
}
/* end easy clearing */
#header, #footer
{
	clear:both;
	width: 822px;
}

#header
{
	height:166px;
	padding:0 60px;
	background:url(/images/header_bg_pics.png) transparent no-repeat 368px 0;
}


/******************
 * MENU CSS STYLE *
 ******************
 
 made by Logisoft
 
 */

#menu
{
	clear: both;
  	margin: 0 60px;
  	font-size:11px;
}

#menu ul
{
	margin: 0;
	padding: 0;
	z-index:1;
}

#menu ul li a
{
	display: block;
	text-decoration:none;
	color: black;
	font-weight: bold;
}

	/************ POZIOM 1 - MENU HORYZONTALNE **************/

#menu ul.level1 li.level1
{
	float:left;
  	text-align: center;
  	display: block;
  	float: left;
  	/*border-left: 2px solid #D8732F;*/
}

#menu ul.level1 li.on {
  	background:url(/images/topmenu_hover_bg.png) #FF8401 repeat-x top left;	
}

#menu ul.level1 li.level1 a {
  	color: black;
  	padding: 9px 11px 9px 10px;
}

#menu ul.level1 li.level1 a:hover, #menu ul.level1 li.on a
{
  	background:url(/images/topmenu_hover_bg.png) #FF8401 repeat-x top left;
  	color: white;
  	text-decoration: none;
}

#menu ul.level1 > li.level1 a {
  	width: auto;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu ul li a { float:none; }



	/************ POZIOM 2, 3, ... - MENU ROZWIJANE **************/


#menu ul.level2, #menu ul.vert {
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
	width: 150px;
	border-left: 1px solid #C6C6C6;
	border-right: 1px solid #555555;
	border-top: 1px solid #C6C6C6;
}

#menu ul.level2 li.level2, #menu ul.vert li.vert
{
	border-bottom: 1px solid #555555;
	display: block;
	background: white;
	padding: 0;
	margin: 0;
}

#menu ul.level2 li.level2 a, #menu ul.vert li.vert a
{
	text-align:left;
	background: white;
	padding: 6px 10px;
	color:black;	
}

#menu ul.level2 li.level2 a:hover
{ 
  	background: #FF8401;
  	color: white;
}


	/************ POZIOM OSTATNI **************/

#menu ul.last li.last
{
	/* display: block; ?? */
	width: 150px;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #555555;
}

#menu ul.last li.last a
{
	width: 130px;
	text-align:left;
	padding: 6px 10px;
	background: white;
}

/* INDICATOR */
div#indicator
{
	position: absolute;
	width: 200px;
	z-index: 1000;
	text-align: center;
	font-size: 12px;
}
#indicator_top_left
{
	width: 14px;
	height: 14px;
	float: left;
	background: url(/images/indicator_top_left.gif);
}
#indicator_top_center
{
	float: left;
	background: url(/images/indicator_top_center.gif) repeat-x;
	width: 172px;
	height: 14px;
}
#indicator_top_right
{
	width: 14px;
	height: 14px;
	float: right;
	background: url(/images/indicator_top_right.gif);
}
#indicator_content
{
	width: 200px;
	background: url(/images/indicator_content.png) repeat-y top white;
}
#indicator_logo
{
	height: 30px;
	background: url(/images/logo-ghost.png) no-repeat 35px;
}
#indicator_spinner
{
	margin-top: 8px;
	background: url(/images/indicator.gif) no-repeat 86px;
}
#indicator_msg
{
	font-weight: bold;
	padding: 5px 10px;
	margin: 0;
}

#indicator_bottom_left
{
	width: 14px;
	height: 14px;
	float: left;
	background: url(/images/indicator_bottom_left.gif);
}
#indicator_bottom_center
{
	float: left;
	background: url(/images/indicator_bottom_center.gif) repeat-x;
	width: 172px;
	height: 14px;
}
#indicator_bottom_right
{
	width: 14px;
	height: 14px;
	float: right;
	background: url(/images/indicator_bottom_right.gif);
}


/**
 * info o polityce cookies
 */
 #cookie-info {
     position:relative;
     background: #EEEEEE;
     border:1px solid #666666;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding:3px 25px;
    margin:5px auto 0 auto;
    width:950px;
    font:12px arial;
    text-align:center;
 }
 #cookie-info #cookie-close {
    display: inline-block;
    position:absolute; top:6px; right:6px;
    width:17px; height: 17px;
    background: url(/images/icons/close.png) no-repeat 0 0;
 }
  #cookie-info #cookie-close:hover {
      background: url(/images/icons/close.png) no-repeat 0 -17px;
  }