@charset "utf-8";
/* CSS Document */
img, div, span {
	behavior: url(js/iepngfix.htc)
}

body{
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	font-family:Verdana, Geneva, sans-serif; 
	color:#bcbcbc;
	font-size:11px;
	background-color:#222222;
}
a{
	border:none;
	text-decoration:none;
	color:#bcbcbc;
}
img {
	border:none;
}
#main_ajax_box{
	padding:15px;
}
#partnerzy_box{
	padding:15px;
}
#top{
	width:682px; height:100px; background:url(images/top1.png) no-repeat; margin:auto;	
}
#main {
	width:659px; margin:auto; background:url(images/main_bg.png) repeat-y;	
}
.button_main_menu{
	cursor:pointer;
	float:left; opacity:1;  height:33px; margin-left:5px; margin-right:5px; width:93px; 
}
#main_bottom{
	background:url(images/main_bottom.png);width:626px; margin:auto; height:80px; padding-left:32px; padding-top:12px;
}
#stopka{
	margin:auto;	 color:#bcbcbc; font-family:Verdana, Geneva, sans-serif; font-size:10px; padding:15px 0 0 0px;  line-height:20px;
}
#stopka a:hover{
	text-decoration:underline;
}
.main_box{

	padding:0px 11px 10px 13px;
}
.pasek_poziomy {
	color:#bcbcbc; line-height:26px; padding-left:5px; font-size:10px;
	background:url(images/pasek_poziomy.jpg) repeat-x; height:29px;	 padding-bottom:10px;
}
p{
	margin:20px;
	line-height:20px;
	padding-bottom:5px;
	margin-bottom:5px;
	margin-top:5px;
	
}

.menu_dod_ajaxLink{
	display:block; float:left ;padding-right:15px; padding-left:20px; font-weight:bold;	
}
.separator{
	float:left; background:url(images/menu_separator.jpg) repeat-y; width:2px; height:25px;	
}

.spinner {
	position: absolute;
	opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 999;
	background: #fff;
}
.spinner-msg {
	text-align: center;
	font-weight: bold;
}

.spinner-img {
	background: url(spinner.gif) no-repeat;
	width: 24px;
	height: 24px;
	margin: 0 auto;
}
.mini_obraz{
	float:left; width:148px; height:148px;position:relative; overflow:hidden;  margin-left:3px;	
}
.button_small{
	background:url(images/buttons/button_gradient.jpg); 
	cursor:pointer;
	-moz-border-radius:2px;
	padding:0px 4px;
	height:16px;
	line-height:14px;
	margin-right:4px;
	float:left;
	border:1px solid #242424;
	color:#000;
}
.button_small:hover{

	border:1px solid #000000;
}
.button_small:active{
	background:url(images/buttons/button_gradient_act.jpg); 
	border:1px solid #000000;
}
.input_black{
	 
	font-size:12px;
	background:#313131;
	color:#bcbcbc;
	border:1px solid #1c1b1b;
}

.input_black:hover{ 
	border:1px solid #000000;
}
.input_black:focus{ 
	border:1px solid #999;
}

.button_normal{
	background:url(images/buttons/button_gradient_normal.jpg); 
	cursor:pointer;
	color:#bcbcbc;
	-moz-border-radius:2px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	padding:0px 4px;
	height:24px;
	line-height:14px;
	margin-right:4px;
	font-size:12px;
	float:left;
	border:1px solid #242424;
}
.button_normal:hover{
	border:1px solid #000000;
}
.button_normal:active{
	background:url(images/buttons/button_gradient_normal_act.jpg); 
}