@charset "utf-8";
/* CSS Document */



body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #CABFBF;
	background-color: #1F1B1B;
	
	background-image:url(../img/tlo.gif);
	background-position: top;
	background-repeat:repeat;
	background-attachment:fixed;
	
	margin: 20px;
	text-align: center;
}

td {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px; 
	vertical-align: top;
}

.tR { text-align: right; }

.green { color:#C3DD35; }
.orange { color:#F60; }
.soft_braz { color: #282424; }
.soft_white { color: #D8D1D1; }
.braz { color: #1F1B1B; }

.ustawienia { color: #FC0; }

.b { font-weight: bold; }

.nieaktywny { color:#900; }
.aktywny { color:#C3DD35; }


.szukaj { border-bottom: 2px dotted red; }


a { color:#FFF; }
a:hover { color: #C3DD35; text-decoration: none; }

a.tryb_off {
	color: #5F5454; 
	text-decoration: none; 
	font-weight: bold;
}

a.tryb_nieaktywny {
	color: #C1B7B7; 
	text-decoration: none; 
	font-weight: bold;
}
a.tryb_aktywny {
	color: #C3DD35; 
	text-decoration: none; 
	font-weight: bold;
}
a.tryb_testowy {
	color: #F60; 
	text-decoration: none; 
	font-weight: bold;
}
.tryb_nieaktywny {
	color: #C1B7B7; 
	text-decoration: none; 
	font-weight: bold;
}
.tryb_aktywny {
	color: #C3DD35; 
	text-decoration: none; 
	font-weight: bold;
}
.tryb_testowy {
	color: #F60; 
	text-decoration: none; 
	font-weight: bold;
	
}


#strona {
	width: 100%;			
	
}

#zawartosc
{
	width: 800px;
	text-align: left;
	
	background-color: #1F1B1B;		
	margin: 0 auto;
	text-align: left;	
}


#naglowek {
	width: 800px;
	height: 149px;
	
	background-image:url(../img/naglowek_tlo.jpg);
	background-position:top;
	background-repeat:no-repeat;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

	#lubie_to 
	{
		border:none; 
		width:350px; 
		height:35px; 
		display: block; 
		position: absolute; 
		float: left;
		color: #FFF; 
		z-index: 100;
	}
	#lubie_to iframe {
		width:350px; 
		height:35px; 
	}
	#logo {
		margin-left: 20px;
		float: left;
		position: absolute;
		z-index: 10;
	}

	#zalogowany {
		float: right;
		font-size: 12px;
		padding: 10px;
	}
		
	
	
	a.menu2,
	a.menu2_act {
		color: #FFF;
		display: block;
		float: left;
		clear: both;
		margin-bottom: 7px;
		background-image:url(../img/li.gif);
		background-position: left;
		background-repeat:no-repeat;
		padding-left: 25px;
		text-decoration: none;
		font-size: 14px;
	}
	a.menu2:hover {
		background-image:url(../img/li_act.gif);
	}
	a.menu2_act {
		background-image:url(../img/li_act.gif);
		color:#C3DD35; 
		text-decoration: none;
	}
	
/*  MENU  */

#menu {
	height: 32px;					
	background-image:url(../img/menu.jpg); 	
	text-align: center;
	position: relative;
	margin: 0;
	padding: 0;
}

	#menu ul {		
		margin: 0;
		padding: 0;
		font-size: 14px;
		color: #1F1B1B;			
		list-style: none;
		position: relative;
		text-align: center;
		float: left;
		height: 32px;
		width: 100%;
	}
	#menu ul li {
		float: left;
		margin: 0;
		padding: 0;
		height: 32px;
	}
	
	
	#menu ul li.act {
		background-image:url(../img/menu_act.jpg);
	}
		#menu ul li a 
		{	
			color: #1F1B1B;														
			text-decoration: none;		
			vertical-align: middle;
			text-align: center;
			height: inherit;
			display: table-cell;
			padding: 0 20px;
		}
		
		#menu ul li a:hover  { text-decoration: underline; }
		
		#menu ul li.act a 
		{	
			color: #FFF;
			font-weight: bold;
			text-decoration: none;		
			
		}
		
			
	
	
#szybkie_menu {
	text-align: center;
	margin: 3px 0px 3px 0px;
	background-image:url(../img/pix.gif);
	background-position: bottom;
	background-repeat:repeat-x;
	padding-bottom: 10px;
}

#stopka {
	text-align: center;
	color:#CCC;
	padding: 7px;
	
	color: #C3DD35;
	
	background-image:url(../img/pix.gif);
	background-position: top;
	background-repeat:repeat-x;
}

/*   TRESC   */
fieldset {
	margin: 15px;
	padding: 10px;
	border: 1px solid #282424;
}

	legend { 
		font-weight: bold; 
		font-size: 14px; 
		color:#F60;  
		padding-left: 25px;
		background-image:url(../img/pkt.jpg);
		background-repeat:no-repeat;
		background-position: left;
	}
	
	
#tresc
{
	
}
	
	
		#tresc li {
			list-style-type: circle;
		}
	
	.druczek_kroki {
		border: none;
		margin: 10px;
		padding: 20px;

	}
	.druczek_kroki legend { font-weight: bold; font-size:12px; }
	
	.druczek_kroki td { font-size:11px; }
	
	
	
	
	input.btn {
		cursor: pointer;
		font-weight: bold;
		color: #000;
		padding: 5px;
		background-color:#C3DD35;
		font-size: 14px;
		border: 1px solid #000;
		margin: 10px;
	}
	input.btn:hover {
		color:#fff;
		background-color:#49540E;
		border: 1px solid #C3DD35;
	}



#error {
	background-color:#900;
	color:#FFF;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	margin: 10px;
	
	background-image:url(../img/tlo50red.gif);
	background-position: top;
	
}

	.info {
		color:#06F; 
		font-size:12px;
		font-weight: bold;
		margin: 10px;
	}
	
	.uwaga {
		color: #333;
		border: 1px solid #000;
		background-color:#FC0;
		font-weight: normal;
		padding: 5px;
		margin: 5px;
	}
	
	.wazne {
		color: #FFF;
		border: 1px solid #666;
		background-color:#900;
		font-weight: normal;
		padding: 5px;
		margin: 5px;
		clear: both;
	}
	
	
	hr {
		border: 1px solid #282424;
	}
	
	.code { font-family: monospace; }
	
	a.help { 
		background-color:#090;
		font-weight: bold;
		color:#FFF;
		font-size:14px;
	}
	
	
/*  NEWS */
#news {
	margin: 30px;
}
	.news_data {
		background-color: #282424;
		padding: 5px;
		color: #C3DD35;
		font-weight: bold;
		font-size: 14px;
		margin-top: 10px;
	}
	.news_tresc {
		border-left: 1px solid #282424;
		padding: 15px;
		font-size: 14px;
	}
	.news_tresc p {
	}
	
#faq {
	margin: 30px;
}
	.faq_pyt {
		background-color: 282424;
		padding: 5px;
		color: #C3DD35;
		font-weight: bold;
		font-size: 14px;
		margin-top: 10px;
	}
	.faq_odp {
		border-left: 1px solid #282424;
		padding: 15px;
		font-size: 14px;
	}


#widgets {
	float: right;
	width: 100px;
	text-align: right;
}

	#widgets iframe,
	#widgets img {
		margin: 10px 10px 0px 0px;
	}
	
	
