body {
       background-image: url(../_img/_templates/bg.jpg);
       font-family: Verdana, Arial;
       font-size: 11px;
 /* filter:gray;
*/
}

a{
       font-family: Verdana, Arial;
       font-size: 11px;
	   color:#000000;
}

a.menu {
       font-family: Verdana, Arial;
       font-size: 11px;
       color: #266FA2;
       text-decoration: none;
}

a.menu:hover {
       font-family: Verdana, Arial;
       font-size: 11px;
       color: #07D3F4;
       text-decoration: underline;
}


a.link_b {
       font-family: Verdana, Arial;
       font-weight: bold;
       font-size: 11px;
       color: #ffffff;
       text-decoration: none;
}

a.link_b:hover {
       font-family: Verdana, Arial;
       font-weight: bold;
       font-size: 11px;
       color: #ffffff;
       text-decoration: underline;
}

.stopka{
       font-family: Verdana, Arial;
       font-size: 10px;
       color: #ababab;
       text-decoration: none;
}


p.tekst {
       font-family: Verdana, Arial;
       font-weight: normal;
       font-size: 11px;
       color: #000000;
}


td {
       font-family: Verdana, Arial;
       font-weight: normal;
       font-size: 11px;
       color: #000000;
}


input.okno {
       border: 1px solid #a8bdcc;
}

textarea {
       border: 1px solid #a8bdcc;
}

.ng{
       font-family: Arial,Verdana;
       font-weight: bold;
       font-size: 24px;
       color:#07D3F4;
       text-decoration: none;
}

form{
margin: 0;
}

.ramka{
border: 1px solid #14D1EF;
border-collapse: collapse;
height:72px;
}

.button 
{
  font-size: 12;
}

/*=== START:Formularz ===*/
fieldset
{
	padding-left: 20px;
}
.formLegend 
{
  color: #777777;
  font-weight: bold;
  font-size: 14;
}
.hidden 
{
  display: none;
}
.error 
{
  display: block;
  margin-left: 50px;
  color: #ff0000;
  font-size: smaller;
}
.formtitle
{
  font-size: 14;
  font-weight: bold;
  padding-top: 15;
  padding-bottom: 15;
}
.tdtab2
{
  font-size: 12;
  padding-top: 5;
  padding-bottom: 5;
}
/*=== END:Formularz ===*/