﻿
body { behavior:url("csshover2.htc"); }


.anylinkcss
{
	position: absolute;
	visibility: hidden;
	line-height: 18px;
	z-index: 100;
	background-color: white;
	width: 190px;
}

.anylinkcss a
{
	color: black;
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid gray;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	font-family: "Times New Roman";
}

.anylinkcss a:hover
{
	/*hover background color*/
	background-color: #F8FBBD;
	color: black;
	font-family: "Times New Roman";
}

td.przycisk
{
	border-style: none solid solid solid;
	border-width: medium thin medium thin;
	border-color: #D3E0EF #509EEF #D3E0EF #509EEF;
	background-image: url('grafika/button/190x40/bt1.png' );
	height: 40px;
	width: 180px;
	font-weight: bold;
	text-align: center;
	font-size: 17px;
	cursor:pointer;
font-family: "Times New Roman";
}
td.przycisk:hover
{
	background-image: url(  'grafika/button/190x40/button2.jpg' );
	color: White;
font-family: "Times New Roman";
}
td.przycisk:active
{
	background-image: url(  'grafika/button/190x40/button3.jpg' );
font-family: "Times New Roman";
}

td.przycisk1
{
	background-image: url(  'grafika/button/190x30/bt1.png' );
	height: 30px;
	width: 180px;
	font-weight: bold;
	text-align: center;
	border: thin outset;
	cursor:pointer;
font-family: "Times New Roman";
}
td.przycisk1:hover
{
	background-image: url(  'grafika/button/190x30/button2.jpg' );
	color: White;
font-family: "Times New Roman";
}
td.przycisk1:active
{
	background-image: url(  'grafika/button/190x30/button3.jpg' );
font-family: "Times New Roman";
}

