/*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;
  }
#content
  {
  width: 780px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  }
#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: 780px;
}

/******************
 * MENU CSS STYLE *
 ******************
 
 made by Logisoft
 
 */

#menu
{
	clear: both;
	background:#fff;
  	margin: 0 14px;
  	padding-top: 10px;
}

#menu ul
{
	margin: 0;
	padding: 0;
	z-index:1;
}

#menu ul li a
{
	display: block;
	text-decoration:none;
	color: black;
	background:white;
	font-weight: bold;
}

	/************ POZIOM 1 - MENU HORYZONTALNE **************/

#menu ul.level1 li.level1
{
	float:left;
  	text-align: center;
  	display: block;
  	float: left;
  	margin-left: 4px;
  	/*border-left: 2px solid #D8732F;*/
}

#menu ul.level1 li.level1 a {
  	color: black;
  	padding: 0.6em 1em;
  	background: #F6F6F6;
}

#menu ul.level1 li.level1 a:hover
{
  	background: #FF8401;
  	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;
	
}

#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;top:0;
	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);
}