{ --------------- GŁÓWNE DEFINICJE ------------------ }

body 
{ 
     background-image: url('bg.gif');
}



.naglowek {
  BACKGROUND-COLOR: #E9EBDD; 
  COLOR: black; 
  FONT-WEIGHT: bold;
}

.komunikat_dobrze {
 
  font-size: 14px; 
  COLOR: red;
  font-weight: bold;  
}
.komunikat_zle {
 
  font-size: 12px; 
  COLOR: #9F0000;
  font-weight: bold;  
}
.komunikat_objasnienie {
 
 font-size: 12px; 
 COLOR: #9F0000; 
}


A, A:link {
 COLOR: 212121;
 text-decoration: none;
}

A:hover {
 color: black;
 text-decoration: underline;
}


{ --------------- GŁÓWNE DEFINICJE ------------------ }

.user, A.user, A.user:link {
  COLOR: #4D4D4D;
  TEXT-DECORATION: none;
  font-weight: bold;
  font-size: 11px
}

A.user:hover {
  COLOR: #6B6B6B;
  TEXT-DECORATION: underline;
  font-weight: bold; 
   font-size: 11px 
}

.owner, A.owner, A.owner:link {
  COLOR: #0E4363;
  TEXT-DECORATION: none;
  font-weight: bold;
  font-size: 11px
}

A.owner:hover {
  COLOR: #AF0303;
  TEXT-DECORATION: underline;
  font-weight: bold;  
  font-size: 11px
}

.admin, A.admin, A.admin:link {
  COLOR: #0E4363;
  TEXT-DECORATION: none;
  font-weight: bold;
  font-size: 11px
}

A.admin:hover {
  COLOR: #AF0303;
  TEXT-DECORATION: underline;
  font-weight: bold; 
  font-size: 11px 
}

.moder, A.moder, A.moder:link {
  COLOR: #0E4363;
  TEXT-DECORATION: none;
  font-weight: bold;
  font-size: 11px
}

A.moder:hover {
  COLOR: #1F98E0;
  TEXT-DECORATION: underline;
  font-weight: bold;  
  font-size: 11px
}


.suser, A.suser, A.suser:link {
  COLOR: #0E4363;
  TEXT-DECORATION: none;
  font-weight: bold;
  
  font-size: 11px
}

A.suser:hover {
  COLOR: #1F98E0;
  TEXT-DECORATION: underline;
  font-weight: bold;  
  font-size: 11px
 
}








{ --------------- FORMULARZE ------------------ }

.form {
 FONT-SIZE: 11px; 
 COLOR: #260405;
 FONT-STYLE: normal; 
 FONT-FAMILY: fixed; 
 TEXT-DECORATION: none
}

.form_mini {
 FONT-SIZE: 10px; 
 COLOR: #260405;
 FONT-STYLE: normal; 
 FONT-FAMILY: fixed; 
 TEXT-DECORATION: none
}


.formb {
 FONT-SIZE: 11px; 
 COLOR: white;
 BACKGROUND-COLOR: #260405; 
 FONT-STYLE: normal; 
 FONT-FAMILY: tahoma; 
 FONT-Weight: bold;
 TEXT-DECORATION: none
}

{ --------------- FORMULARZE ------------------ }


{ --------------- OCENKI ------------------ }

A.ocenki {
 FONT-FAMILY: Arial;
 width: 100%;
 font-size: 16px;
 FONT-WEIGHT: bold;
 text-decoration: none;
}

A.ocenki:hover {
 BACKGROUND-COLOR: #E4E6DB;
 width: 100%;
 color: black;
 text-decoration: none;
}

A.ocenki_navigacja {
 color: black;
 FONT-FAMILY: Tahoma;
 font-size: 10px;
 FONT-WEIGHT: bold;
 text-decoration: none;
}

A.ocenki_navigacja:hover {
 color: #616161;
 text-decoration: none;
}

{ --------------- OCENKI ------------------ }





