html {                                                            
   background-color: #ffffff;                        
}                                                                 
                                                                  
body {                                                            
   line-height: 14pt;                                             
	font-family: Tahoma, Verdana;                                            
	font-weight: normal;                                             
	font-style: normal;                                              
	font-size: 8pt;                                                  
	text-align: left;                                                
	background-color: #ffffff;                                       
	margin: 0 auto;                                                  
	padding: 0;                                                    
	color: #005c38;          
	background-image: url('../images/bg_site.gif');
	background-repeat: repeat-x;                                        
}                

img {
	border: none;
	margin: 0;
	padding: 0;
}

.kursor_hand {
	cursor: pointer;
}

a, a:active, a:visited {
	color: #31a42e;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #005c38;
}


a.stopka, a.stopka:active, a.stopka:visited {
	color: #00623c;
	text-decoration: none;
}

a.stopka:hover {
	text-decoration: underline;
}


a.menuup, a.menuup:active, a.menuup:visited {
	color: #ffffff;
	font-size: 12px;
	padding: 5px 5px 0px 5px; 
	text-decoration: none;
}

a.menuup:hover {
	text-decoration: none;
	color: #ffffff;
}


a.menuup_list, a.menuup_list:active, a.menuup_list:visited {
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
}

a.menuup_list:hover {
	text-decoration: underline;
	color: #ffffff;
}


a.menu_left, a.menu_left:active, a.menu_left:visited {
	color: #00623c;
	text-decoration: none;
	font-size: 13px;
}

a.menu_left:hover {
	text-decoration: underline;
}


a.wiecej, a.wiecej:active, a.wiecj:visited {
	color: #8dc63f;
	font-weight: bold;
	text-decoration: none;
}

a.wiecej:hover {
	text-decoration: none;
}

.kropka {
padding-right: 5px;
}

h1 {
	font-size: 12pt;
	font-weight: bold;
	color: #00623c;
	padding-left: 0px;
	padding-top: 13px; 
}

h2 {
	font-size: 10pt;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 7px;
	padding-top: 13px;	
}

.left {
	float: left;
}

.blad {
	color: #cc0000;
}

.btn_wyslij {
	border: none;
 	width: 81px;
	height: 16px;
}

input {
	width: 250px;
	border: solid 1px #005c38;
}

textarea {
	width: 250px;
	height: 120px;
	border: solid 1px #005c38;
}

.li_no_style {
	list-style: none;
}