/*<![CDATA[*/

body
{
	background-image: url("img/water-dr.jpg");
	background-repeat: no-repeat;
	background-position: center top; 
	background-size: auto;
	background-color : #f3f3f3;
	font-size: 16px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	background-attachment: fixed;

/* fallback */  
/*
	background-repeat: repeat-x;
	background-image: url("img/background.gif"); 
	background-position: 0% 0%;
*/	

/* Unsupported by CSS validator */	
/* Firefox 3.6+ 
	background: -moz-linear-gradient(100% 100% 90deg, #2d2d2d, #afc2d3);
*/  
/* Safari 4-5, Chrome 1-9 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#afc2d3), to(#2d2d2d));
*/ 
/* Safari 5.1+, Chrome 10+ 
	background: -webkit-linear-gradient(#afc2d3, #2d2d2d);
*/  
/* Opera 11.10+ 
	background: -o-linear-gradient(#afc2d3, #2d2d2d);	
*/	
}
	
/* Logo */	
.logo
{
	background-image: url("img/logo.png");
	background-position: center;
	margin: 0 auto 0 auto;
	width: 950px;
	height: 200px;
}
/* Logo */	


/* Body */	
.tbody
{
	margin: 0 auto 0 auto;
	color: inherit;
	background-color: inherit;
	width: 950px;
	border: 1px solid #000000;
	background-color : #f3f3f3;
	border-radius: 0px 0px 20px 20px;
	box-shadow: 4px 12px 40px #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;
/*	border: 1px solid blue; */
}	

.tbody_in2 p {
	text-align: justify;
	background-color: inherit;
	color: black;
	font-size: 16px;
	font-family: Tahoma, Verdana, Arial, 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: 16px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}


.akapit
{
	text-indent: 30px;
}

a:link, a:visited, a:active
{
	font-size: 16px;
    color: #2b5885;
    background-color: inherit;
    text-decoration: none;
	font-weight: bold;
}
	
a:hover
{
	font-size: 16px;
    color: #fa9a00;
    text-decoration: none;
    background-color: inherit;
	font-weight: bold;
}


div
{
	margin: 10px;
}

img
{
	border: 0;
}

h1
{
	font-size: 28px;
	font-weight: bold;
	color: #000000;
	background-color: inherit;
	text-shadow: 0 0 8px #abbfea, 0 0 8px #abbfea;
}

h2
{
	font-size: 22px;
	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: 16px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h4
{
	margin: 0;
	padding: 0;		
	background-color: inherit;
	color: #4c4c50;
	font-size: 16px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h5
{
	margin: 0;
	padding: 0;		
	background-color: inherit;
	color: #4c4c50;
	font-size: 15px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

pre
{
	font-size: 14px;
	font-family: Helvetica, Verdana, sans-serif;
	font-weight: normal;	
	background-color: #f1f6fc;
	color: inherit;
	
	margin: 25px 2px 25px 2px;
	padding: 20px 15px 20px 15px;
	border: 1px solid #b5c1ce;
	
/* Unsupported by CSS validator */	
	border-radius: 20px 20px 20px 20px;
}

.img_r
{
	float: right;
	margin-right: 30px;
	margin-bottom: 6px;
}

.img_l
{
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
}

.img_dbl_l
{
	float: left;
	margin-left: 20px;
	margin-right: 80px;
	margin-bottom: 10px;
}

.clear
{
	clear: both;
}

.link_title
{
	color: #000000;
	background-color: inherit;
	font-weight: bold;
	font-size: 18px; 
	text-shadow: 0 0 8px #abbfea, 0 0 8px #abbfea;
}


code
{
   	font-size: 18px;
}

.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: 14px;
}

.menu a:link, .menu a:visited, .menu a:active {
	text-decoration: none;
   	font-size: 14px;
	color: #154a83;
	background-color: inherit;	
    font-weight: bold;
}

.menu a:hover {
	color: #f29400;
	background-color: inherit;
	font-weight: bold;
	font-size: 14px;   
}

.menu li
{
	padding: 2px;
	list-style-type: square;
}
/* Menu End */


/* Table */

.table_b
{
	border-bottom: 1px dotted black;
	border-left: 1px dotted black;
	border-right: 1px dotted black;
	border-collapse: collapse;
	width: 100%;
	background-color: inherit;
	color: inherit;	
}

.table_b td
{
	height: 50px;
	padding: 10px;
}

.table_b .right2
{	
	text-align: right;
}
.right2 a:link, .right2 a:visited, .right2 a:active
{
	font-size: 14px;
    color: #2b5885;
    background-color: inherit;
    text-decoration: none;
	font-weight: bold;
}
	
.right2 a:hover
{
	font-size: 14px;
    color: #fa9a00;
    text-decoration: none;
    background-color: inherit;
	font-weight: bold;
}
/* Table 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_w
{
	width: 100px;
}

.table_width
{
	padding: 20px;
}

.table_in
{
	border-collapse: collapse;
	width: 100%;
	background-color: inherit;
	color: inherit;	
}


.table_in td
{
	height: 60px;
	border: none;	
}

.table_in_in
{
	border-collapse: collapse;
	width: 100%;
	background-color: inherit;
	color: inherit;	
}

.table_in_in td
{
	border: none;
	padding: 10px;	
}

.table_in_in .right2
{
	text-align: right;
}

.right2 a:link, .right2 a:visited, .right2 a:active
{
	font-size: 14px;
    color: #2b5885;
    background-color: inherit;
    text-decoration: none;
	font-weight: bold;
}
	
.right2 a:hover
{
	font-size: 14px;
    color: #fa9a00;
    text-decoration: none;
    background-color: inherit;
	font-weight: bold;
}




.table_in_title
{
	color: #000000;
	background-color: inherit;
	font-weight: bold;
	font-size: 24px; 
	text-shadow: 0 0 8px #abbfea, 0 0 8px #abbfea;
}

.table_in_title_pl
{
	color: #000000;
	background-color: inherit;
	font-weight: bold;
	font-size: 24px; 
	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: 13px;
}

/* Table End */

.menu_right {
	font-size: 15px;
	text-align: right;	
}

.menu_left {
	font-size: 15px;
	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: 15px;
    color: #2b5885;
    background-color: inherit;
    text-decoration: none;
	font-weight: bold;
}
	
.menu_right a:hover, .menu_left a:hover
{
	font-size: 15px;
    color: #fa9a00;
    text-decoration: none;
    background-color: inherit;
	font-weight: bold;
}

.news_date
{
	color: #333A4F;
	background-color: inherit;
	font-size: 14px;
}


.red
{
	color: red;
	background-color: inherit;	
}

.center
{
	text-align: center;
}

.right
{
	text-align: right;
}

.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: 13px;
	font-weight: bold;	
}

.return_right a:hover {
	color: #fa9a00;
	background-color: inherit;
	text-decoration: none;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 13px;
}
/* << 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: 11px;
	font-weight: bold;	
}

.footer a:hover {
	color: #fa9a00;
	background-color: inherit;
	text-decoration: underline;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}
/* 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;
}

.option
{
	font-weight: 600;
    color: #585273;
	background-color: inherit;
}

.parameter
{
	font-weight: 600;
    color: #852a79; 
	background-color: inherit;
}

.trigger
{
	cursor: auto;
}

.toggle
{
	display: none;
}

.donate_title
        {
         color: #666666;
         background-color: inherit;
         font-size: 18px;
         font-weight: bold;
         margin: 3px;
        }

.donate_subtitle
        {
         color: #3366cc;
         background-color: inherit;
         font-size: 18px;
         font-weight: bold;
        }
		

.donate_table
{
	border: none;
	border-collapse: collapse;
	width: 700px;
	margin-left: 100px;
}

.donate_table td
{
	vertical-align: middle;	
	text-align: justify;
	padding-top: 10px;
	padding-bottom: 10px;
}



.form_table
{

	border: none;
	border-collapse: collapse;
	width: 600px;
	margin: 0 auto 0 auto;
	padding: 0;
}

.form_table td
{
	vertical-align: middle;	
	text-align: left;
	padding: 0;
}

.form_edit
{
	margin: 3px;
	padding: 2px;
	width: 350px;
	background-color: #e4f0fe;
	color: #0d335c;
	border: 1px solid #303d4a;
	
/* Unsupported by CSS validator */	
	border-radius: 6px 6px 6px 6px;
}

.form_label
{
	color: #0d335c;
	background-color: inherit;	
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight: 500;
}

.form_button
{
	padding-left: 65px;
}

.email_error
        {
        font-size: 18px;
        font-weight: bold;
        color: red;
        background-color: inherit;
        }
	
.email_ok
        {
        font-size: 18px;
        font-weight: bold;
        color: #12a631;
        background-color: inherit;
    }
	
/* PayPal Button */


.nav
{
	padding: 0;
	margin: 0;
	text-align: center;	
}

.nav ul
{
	padding: 0px 0px 0px 0px;
	list-style: none;
	margin: 0;
}
.nav li
{
	
	float: left;
	padding: 0;
	margin: 0;
	width: 190px;
	position: relative;		
}	


.nav li a:link, .nav li a:visited {
	text-decoration: none;
	display: block;
	font-weight: bold;
	color: #ffffff;
	background: #000 url("img/tlo.gif") repeat-x center;
	padding: 10px 20px;
	border-right: 1px solid #fff;
	border-top: 1px solid #001;
	border-bottom: 1px solid #001;
}

.nav li a:hover {
	background-color: #800;
	background-image: url("img/tlo2.gif");
	color: #ffffff;
}

.nav .level2
{
	position: absolute;
	display: none;
	top: 40px;
	left: 0px;	
}

.nav .level2 li
{
	border-top: 1px solid #CCC;
	
}

.nav .level2 li a:link, .nav .level2 li a:visited {
	text-decoration: none;
	display: block;
	font-weight: bold;
	color: #ffffff;
	background: #000;
	padding: 4px 8px;
	border-left: 10px solid #333;
}

.nav .level2 li a:hover
{
	color: #ffffff;
	background: #0e457f url("img/submenu.gif") 0% 50% no-repeat;
	border-left: 10px solid #000;	
}

.nav li.submenu:hover ul.level2
{
	display: block;
}


.nav .level3
{
	position: absolute;
	display: none;
	top: 0px;
	left: 190px;	
}

.nav .level3 li
{
	border-top: 1px solid #CCC;
}

.nav .level3 li a:link, .nav .level3 li a:visited {
	text-decoration: none;
	display: block;
	font-weight: bold;
	color: #ffffff;
	background: #000;
	padding: 4px 8px;
	border-left: 10px solid #333;
}

.nav .level3 li a:hover
{
	color: #ffffff;
	background: #0e457f url("img/submenu.gif") 0% 50% no-repeat; 
	border-left: 10px solid #000;	
}

.nav li.sub2menu:hover ul.level3
{
	display: block;
}
/*]]>*/
