/* fonty ******************************/
* {
	font-family: Tahoma;
	font-size: 12px;
	color: white;
}
/* Formularz **************************/
#formularz{
	width: 150px;
	height: 324px;
	margin: 0 0 0 18px;
	padding: 0 20px 0 0;
   border: none;	
   color: black;
}
#formularz input, #formularz textarea{
	width: 160px;
	   color: black;
}
#formularz .button_wys {
	margin-top: 4px;
	padding: 2px;
	   color: black;
}

/* ********************************************************* */
/* ********************************************************* */
/* ********************************************************* */
/* ********************************************************* */
/* ********************************************************* */
ul, ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul li {
	width: 172px;
	padding: 4px 6px 5px 4px;
	margin: 0 4px 0 4px;
	background: url("../dla-mezczyzn/images/menu_line.jpg") no-repeat center bottom;
}
.end {
	background: none;
}		
ul a:link, ul a:visited {
	display: block;
	width: 156px;
	padding: 0px 6px 1px 4px;
	text-decoration: none;
	text-align: right;
	font-weight: normal;
	color: white;
}
ul a:hover {
	background-color: transparent;
	color: yellow;
}
