/*Arkusz stylów dla Let's Game; autor: Grzegorz Turbasa - ziemniaki[at]gmail.com*/
a:link, a:visited
{
	text-decoration: none;
	color: #efefef;
}

a:hover
{
	text-decoration: underline;
}

body
{
	background-image: url('/template/default/images/topbar.png');
	background-repeat: repeat-x;
	background-color: #004b80;
	font-family: Verdana;
	color: #dbdbdb;
	font-size: 14px;
}

div#main
{
	background-image: url('/template/default/images/sidebar.png');
	background-repeat: repeat-y;
	background-position: right;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	position: relative;
	top: -10px;
}

img#logo
{
	float: left;
	margin: 30px 0 50px 0;

}

img#contact
{
	position: relative;
	top: -15px;
	left: -2px;
}

div#content
{
	background-image: url('/template/default/images/c_b_m.png');
	background-repeat: repeat-y;
	float: left;
	width: 680px;
	min-height: 500px;
	position: relative;
	padding: 10px 0 30px 24px;
	margin: 0 0 15px 0;
	z-index: 95;
}

div.content_tight
{
	width: 340px; 
	float: left;
}

img#content_top
{
	position: absolute; 
	top: 0; 
	left: 0;
}

img#content_bottom
{
	position: absolute; 
	bottom: 0; 
	left: 0; 
	margin-top: 10px;
}

div#sidebar
{
	float: right;
	width: 238px;
	text-align: center;
}

div.stripes_bottom
{
	clear: left;
	margin: auto;
	width: 100%;
	height: 32px;
	background-image: url('/template/default/images/bottombar.png');
	position: relative;
	top: -120px;
	z-index: 96;
}

div#footer, div#footer a:link, div#footer a:visited 
{
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	min-height: 80px;
	z-index: 90;
	color: #7ea5fa;

}

div#footer p
{
	font-size: 12px;
	float: left;
	margin: 6px 0 0 0;
}

div#menubar
{
	position: absolute;
	top: 192px;
	left: 40px;
	width: 578px;
	z-index: 100;
}

img#menu_l
{
	position: absolute;
	top: 0;
	left: 0;
}

img#menu_r
{
	position: absolute;
	top: 0;
	right: 0;
}

img.pointer
{
	margin: 9px 0 0 0;
}

ul.bottom_menu
{
	list-style-image: url('/template/default/images/pointer.png');
	font-size: 12px;
	float: right;
	margin: 6px 0 0 0;
}

ul.bottom_menu li
{
	float: left;
	margin: 0 15px 0 10px;
}

img#signature
{
	float: right;
	margin: 7px 95px 0 80px;
}

img#sidebar_end
{
	position: absolute; 
	bottom: 0; 
	right: 0; 
	margin-top: 10px;
}

img.float_r
{
	display: block;
	float: right;
	margin: 10px 0 10px 10px;
}

img.float_l
{
	display: block;
	float: left;
	margin: 10px 10px 10px 0;
}

ul.list
{
	list-style-image: url('/template/default/images/pointer.png');
	text-align: left;
}

ul.list li
{
	margin: 0 0 15px 0;
}

img#splash
{
	z-index: 85; 
	position: absolute; 
	bottom: 80px; 
	right: 20px; 
	margin-top: 10px;
}

div#spacer
{
	width: 100%;	
	clear: left; 
	height: 100px;
}
/*-------------------------------------------------------------*/



a img
{
	border: none;
}



/*Własności paragrafów*/
p
{
	text-align: justify;
}

/*-------------------------------------------------------------*/
/*Menu rozwijane*/
/*-------------------------------------------------------------*/

body 
{
	behavior:url("csshover3.htc");
}


ul#menu
{
	position: absolute;
	top: -7px;
	left: 9px;
	list-style-type: none;
	padding: 0;
	font-size: 13px;
}

ul#menu ul
{
	padding: 0;
	list-style-type: none;
}

ul#menu li
{
	float: left;
	margin: 0 7px 0 0;
}

ul#menu li li
{
	float: none;

}

#menu li a 
{
	display: block;
	width: 106px;
	text-align: center;
	background-image: url('/template/default/images/menu_list.png');
	color: #656E75;
	vertical-align: beseline
}

#menu li a.menu_list_b
{
	background-image: url('/template/default/images/menu_list_b.png');
	height: 10px;
	background-repeat: no-repeat;
}

#menu li a:hover 
{

	color: #d5d7e3;
}

/*rozwijanie*/

#menu li ul
{
	position: absolute;
	height: 0px;
	overflow:hidden

}

#menu li:hover ul 
{
	height: 300px;
}

li.menu_spacer
{
		background-image: url('/template/default/images/menu_list.png');
	height: 10px;
}