﻿
img {
	border: 0px;
}

.error
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: red;
	text-decoration: none;
}

p {
	font-family: Verdana, tahoma, Arial;
	font-size: 11px;
	color:#000000;
	text-align: left;
}

p.gray {
	color: #7e8896;
	margin: 0px;
}

p.tytul {
	color: #5e5e5e;
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 7px 0px;
}

a.menu {
	font-family:Arial, verdana, sans-serif;
	font-size: 14px;
	color: #434343;
	text-align: left;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
}
a.menu:hover {
	color:#FF0000;
}

a.button {
	font-family: verdana, Arial, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
}

a.button:hover {
	color:#FF0000;
}

.txt
{
	font-size: 10px;
	color: #0066ff;
	font-family: Verdana, 'Microsoft Sans Serif';
	left: 50px;
}

.txttytul 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #b12a2a;
	font-weight: bold;
}

.ng
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5e5e5e;
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 7px 0px;
}

.txtB
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black; 
	text-decoration: none;
}

/* okienko ciasteczkowe */
.ciOkienkoRamka {
    position: relative;
}
  
.ciOkienko {
    text-align: center;
    position: fixed;
    bottom: 20px;
    width: 600px;
    border-radius: 7px;
    box-shadow: 0 0 10px rgba(0,0,0,1.0);
    opacity: 0.7;
    z-index: 999999;
    background: #000000;
}
  
.ciTekst {
    font-family: Trebuchet MS, Calibri;
    font-size: 9pt;
    color: #FFFFFF;
    line-height: 17px;
}
  
.ciLink {
    color: #FF0000;
    text-decoration: none;
    font-weight: bold;
}
  
.ciLink:hover {
    color: #FFFFFF;
}
  
.ciGuzior {
    font-family: Trebuchet MS, Calibri;
    font-size: 9pt;
    font-weight: bold;
    color: #000000;
    text-decoration: none;  
    background: #FFFFFF;
    border-radius: 5px;
    padding: 5px 20px;
}
  
.ciGuzior:hover {
    color: #000000;
    background: #E8E8E8;
}
/* <-- */