/*<![CDATA[*/

body
{

	background-color: #f3f3f3;
	color: #000000;
	font-size: 18px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
	
.logo
{
	background-image: url("img/nsis_logo.png");
	background-position: center;
	margin: 0 auto 0 auto;
	width: 1000px;
	height: 230px;
}
	
.tbody
{
	margin: 0 auto 0 auto;
	color: inherit;
	background-color : #f3f3f3;
	width: 1000px;
	border: 1px solid #999999;
	border-radius: 0px 0px 20px 20px;
	box-shadow: 3px 10px 50px #000000;
}

.tbody_in {
	margin: 0px 25px 0px 25px;
	padding: 0;
}

.tbody_in p {
	text-align: justify;
}

.tbody_in2 {
	margin: 0px 15px 0px 15px;
	padding: 0;
}	

.tbody_in2 p {
	text-align: justify;
	background-color: inherit;
	color: #000000;
	font-size: 18px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 5px 0 5px 0;	
}

.tbody_desc
{
	margin: 0px 15px 0px 15px;
	padding: 0;
}	

.tbody_desc p
{
	text-align: justify;
	margin-left: 20px;
	padding: 5px 0 5px 0;	
}

.tbody_desc_title
{
	margin: 0;
	padding-top: 6px;	
	padding-bottom: 6px;		
	background-color: inherit;
	color: #4c4c50;
	font-size: 18px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}


.akapit
{
	text-indent: 30px;
}

a:link, a:visited, a:active
{
	font-size: 18px;
    color: #2b5885;
    background-color: inherit;
    text-decoration: none;
	font-weight: bold;
}
	
a:hover
{
	font-size: 18px;
    color: #fa9a00;
    text-decoration: none;
    background-color: inherit;
	font-weight: bold;
}


div
{
	margin: 10px;
}

img
{
	border: 0;
}

h1
{
	font-size: 34px;
	font-weight: bold;
	color: #000000;
	background-color: inherit;
	text-shadow: 0 0 8px #abbfea, 0 0 8px #abbfea;
}

h2
{
	font-size: 24px;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;	
	color: #4c4c50;
	background-color: inherit;
	padding: 0;
	margin: 0;
}

h3
{
	margin: 0;
	padding: 0;		
	background-color: inherit;
	color: #4c4c50;
	font-size: 20px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h4
{
	margin: 0;
	padding: 0;		
	background-color: inherit;
	color: #4c4c50;
	font-size: 18px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h5
{
	margin: 0;
	padding: 0;		
	background-color: inherit;
	color: #4c4c50;
	font-size: 17px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

pre
{
	font-size: 16px;
	font-family: Helvetica, Verdana, sans-serif;
	font-weight: normal;	
	background-color: #f6f8f8;
	color: inherit;
	
	margin: 25px 2px 25px 2px;
	padding: 20px 15px 20px 15px;
	border: 1px solid #c6c7c7;
	border-radius: 20px 20px 20px 20px;
	box-shadow: 4px 12px 40px #dadfe4;
	
/*
	box-shadow: 5px 5px 20px #a6b3c0; 
	-webkit-box-shadow: 5px 5px 20px #a6b3c0; 
	-moz-box-shadow: 5px 5px 20px #a6b3c0;

	
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;	
*/
}

code
{
   	font-size: 20px;
}

.underline
{
	text-decoration: underline;
}

.koment
{
	color: gray;
	background-color: inherit;
	text-decoration: none;
	font-weight: normal;
}

.tekst
{
	color: #0066CC;
	background-color: inherit;
}

.var
{
	color: #b60407;
	background-color: inherit;
}

.klucz
{
	color: #0a3058;
	background-color: inherit;
	font-weight: bold;
}



/* Menu */
.menu
{
	margin: 0;
	padding: 0;
	font-size: 16px;
}

.menu a:link, .menu a:visited, .menu a:active {
	text-decoration: none;
   	font-size: 16px;
	color: #154a83;
	background-color: inherit;	
    font-weight: bold;
}

.menu a:hover {
	color: #f29400;
	background-color: inherit;
	font-weight: bold;
	font-size: 16px;   
}

.menu li
{
	padding: 2px;
	list-style-type: square;
}
/* Menu End */


/* Table */

.table
{
	border: 1px dotted black;
	border-collapse: collapse;
	width: 100%;
	background-color: inherit;
	color: inherit;	
}

.table td
{
	height: 50px;
	vertical-align: middle;	
	text-align: center;
	border-left: 1px dotted black;
	padding-top: 10px;
	padding-bottom: 10px;
}

.table_in
{
	border-collapse: collapse;
	width: 100%;
	background-color: inherit;
	color: inherit;	
}

.table_in td
{
	height: 60px;
	width: 250px;
	border: none;	
}

.table_in_title
{
	color: #000000;
	background-color: inherit;
	font-weight: bold;
	font-size: 26px; 
	text-shadow: 0 0 8px #abbfea, 0 0 8px #abbfea;
}

.table_in_title_pl
{
	color: #000000;
	background-color: inherit;
	font-weight: bold;
	font-size: 26px; 
	text-shadow: 0 0 8px #abbfea, 0 0 8px #abbfea;
}

.table_in_line
{
	border-bottom: 1px dotted black;
}
	
.table_in_line_desc
{
	color: #333A4F;
	background-color: inherit;
	font-size: 15px;
}

/* Table End */

.menu_right {
	font-size: 17px;
	text-align: right;	
}

.menu_left {
	font-size: 17px;
	text-align: left;
}
	
	
.menu_right a:link, .menu_left a:link, .menu_right a:visited, .menu_left a:visited, .menu_right a:active, .menu_left a:active
{
	font-size: 17px;
    color: #2b5885;
    background-color: inherit;
    text-decoration: none;
	font-weight: bold;
}
	
.menu_right a:hover, .menu_left a:hover
{
	font-size: 17px;
    color: #fa9a00;
    text-decoration: none;
    background-color: inherit;
	font-weight: bold;
}

.red
{
	color: red;
	background-color: inherit;	
}

.center
{
	text-align: center;
}

.line
{
	margin: 20px auto 20px auto;
	padding: 0;
	border: none;
	background-color: #054f7f;
	color: inherit;
	height: 1px;
	width: 375px;
}


/* Lists */
.list
{
	margin: 0;
	padding: 0;
}

.list li
{
	padding: 2px;
	list-style-type: disc;
}

.list_circle
{
	margin: 0 0 0 30px;
	padding: 0;
}

.list_circle li
{
	padding: 2px;
	list-style-type: circle;
}
	
/* Lists End */

.list_style_none
{
	margin: 0;
	padding: 0;
}

.list_style_none li
{
	padding: 1px;
	list-style-type: none;
}

/* << Back to Top */
.return_right {
	text-align: right;
}

.return_right a:link, .return_right a:visited, .return_right a:active {
	color: #154a83;
	background-color: inherit;
	text-decoration: none;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;	
}

.return_right a:hover {
	color: #fa9a00;
	background-color: inherit;
	text-decoration: none;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 15px;
}
/* << Back to Top */
	
/* Footer */

.footer_line
{
	margin: 15px auto 5px auto;
	padding: 0;
	border: none;
	background-color: #6c6b6b;
	color: inherit;
	height: 1px;
	width: 375px;
}

.footer {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 0px;
	font-size: 11px;
	color: #39414a;
	background-color: transparent;
	margin: 0;
}

.footer div {
	margin: 0;
	padding: 0px 0px 5px 0px;
}

.footer a:link, .footer a:visited, .footer a:active {
	color: #154a83;
	background-color: inherit;
	text-decoration: none;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;	
}

.footer a:hover {
	color: #fa9a00;
	background-color: inherit;
	text-decoration: underline;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 13px;
}
/* Footer */


/* PayPal Button */
.paypal
{
	position: relative; 
	margin: 0;
	padding: 0;
	top:  132px; 
	left: 450px;
	border: 0;
}

.paypal a:link, .paypal a:visited
{
	background-image: url("img/paypal.png");
	background-position: center;
	width: 169px;
	height: 26px;
	display: block;
}

.paypal a:hover
{
	background-image: url("img/paypal_hover.png");
	background-position: center;
	width: 169px;
	height: 26px;
}

.paypal a:active
{
	background-image: url("img/paypal_active.png");
	background-position: center;
	width: 169px;
	height: 26px;
}
/* PayPal Button */

.option
{
	font-weight: 600;
    color: #585273;
	background-color: inherit;
}

.parameter
{
	font-weight: 600;
    color: #852a79; 
	background-color: inherit;
}

.trigger
{
	cursor: pointer;
}

.toggle
{
	display: none;
}

.options
{
	cursor: pointer;
	text-align: center;
	color: #154a83;
	background-color: inherit;	
	font-weight: bold;
	font-size: 14px;
}

.options a:hover
{
	color: #f29400;
	background-color: inherit;
	font-weight: bold; 
	font-size: 14px;	
}

.img_r
{
	float: right;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
}

/*]]>*/
