a:link {
	color: #404090;
	text-decoration:underline;
}
a:visited {
	color: #404090;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
	background-color:#FF0000;
	text-color:#0099FF;
	text-decoration:underline;
}

a:active {
	color: #404090;
	text-decoration:underline;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.small-text {
	font-family: verdana;
	font-size: 10px;
	color: #404040;
	line-height: 130%;
	word-spacing: 1px;
	letter-spacing: 0px;
}

.smallest-text {
	font-family: verdana;
	font-size: 9px;
	color: #808080;
	line-height: 130%;
	word-spacing: 1px;
	letter-spacing: 0px;
}

.small-text-red {
	font-family: verdana;
	font-size: 10px;
	color: #904040;
	line-height: 130%;
	word-spacing: 1px;
	letter-spacing: 0px;
}

.small-text-blue {
	font-family: verdana;
	font-size: 10px;
	color: #404090;
	line-height: 130%;
	word-spacing: 1px;
	letter-spacing: 0px;
}

.normal-text {
	font-family: verdana;
	font-size: 11px;
	color: #303030;
	line-height: 140%;
	word-spacing: 1px;
	letter-spacing: 0px;
}

.normal-text-red {
	font-family: verdana;
	font-size: 11px;
	color: #904040;
	line-height: 140%;
	word-spacing: 1px;
	letter-spacing: 0px;
}

.normal-text-white {
	font-family: verdana;
	font-size: 11px;
	color: #ffffff;
	line-height: 140%;
	word-spacing: 1px;
	letter-spacing: 0px;
}

.formularze { 
	font-family: verdana; 
	font-size: 10px; 
	font-weight: normal; 
	color: #333333; 
	text-align: left; 
	background-color: #ffffff; 
	border: 1px solid; 
	border-color: #909090;
	margin-top: 1px; 
	margin-right: 1px; 
	margin-bottom: 1px; 
	margin-left: 1px
}

.formularzereadonly { 
	font-family: verdana; 
	font-size: 10px; 
	font-weight: normal; 
	color: #808080; 
	text-align: left; 
	background-color: #f0f0f0; 
	border: 1px solid; 
	border-color: #909090;
	margin-top: 1px; 
	margin-right: 1px; 
	margin-bottom: 1px; 
	margin-left: 1px
}

.formularze-center { 
	font-family: verdana; 
	font-size: 10px; 
	font-weight: normal; 
	color: #333333; 
	text-align: center; 
	background-color: #ffffff; 
	border: 1px solid; 
	border-color: #909090;
	margin-top: 1px; 
	margin-right: 1px; 
	margin-bottom: 1px; 
	margin-left: 1px;
	padding:1px;
}

.formularze-button { 
	font-family: verdana; 
	font-size: 10px; 
	font-weight: normal; 
	color: #333333; 
	text-align: center; 
	background-color: #d0c0c0; 
	border: 0px solid; 
	border-color: #909090;
	margin-top: 1px; 
	margin-right: 1px; 
	margin-bottom: 1px; 
	margin-left: 1px;
	padding:1px;
}

h1 {
	font-family: arial;
	font-size: 15px;
	color: #903030;
	line-height: 110%;
	word-spacing: 1px;
	letter-spacing: 0px;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

.label {
	font-family: arial;
	font-size: 15px;
	color: #903030;
	line-height: 110%;
	word-spacing: 1px;
	letter-spacing: 0px;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

h1:hover {
	font-family: arial;
	font-size: 15px;
	color: #ff0000;
	line-height: 110%;
	word-spacing: 1px;
	letter-spacing: 0px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	text-decoration:underline;
}

h2 {
	font-family: arial;
	font-size: 14px;
	color: #303030;
	line-height: 110%;
	word-spacing: 1px;
	letter-spacing: 0px;
	font-weight: bold;
	margin:0px;
	padding:0px;
}
img:hover {
	border: 1px solid #705050;
	border-style:solid;
}
img {
	border: 1px solid #b0b0b0;
	border-style:dotted;
}


form {
	margin: 0px;
	padding: 0px;
}
button {
	background-image: url('css/basket.jpg');
}

.content-bg {
	background-image:url(../images/szarosc-tlo.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}


