/* Arkusz CSS do strony MEDUKACJA.BIZ */

body      {
          background-color: #F6F6FC;
          background-image: url(../images/tapeta.gif);          
          font-family: Verdana, Tahoma, Arial;
          font-size: 12px;
          line-height: 18px;
          }

/* TABELE */

/* tabela obejmująca całą strukturę strony */
table.rama {
           width: 776px;
           margin-left: auto;
           margin-right: auto;
           border-collapse: separate;
           border-spacing: 3px;
           background-color: #ECECF6;
           border-style: solid;
           border-color: #5E3FB0;
           border-width: 1px;
           }

/* tabela obejmująca tylko prawe menu */
table.kolumna {
           width: 100%;
           border-collapse: collapse;
           border-style: solid;
           border-color: #5E3FB0;
           border-width: 1px;
           }

/* lewe menu - naglowki działów */
td.menu1   {
           background-color: #868CCA;
           color: white;
           font-weight: bold;
           padding: 10px;
           }

/* lewe menu - działy */
td.menu2   {
           background-color: #B9BCE8;
           padding: 10px;
           line-height: 20px;
           }

/* górne menu - lewa strona */
td.gora_l   {
           height: 20px;
           text-align: left;
           }
           
/* górne menu - prawa strona */
td.gora_p   {
           height: 20px;
           text-align: right;
           }           

/* srodkowa ramka z treścią */
td.srodek  {
           background-color: white;
           border-style: solid;
           border-color: #5E3FB0;
           border-width: 1px;
           vertical-align: top;
           padding: 20px;
           padding-top: 10px;
           }

/* podpis pod stroną */
td.stopka  {
           color: #191072;
           font-size: 10px;
           text-align: center;
           line-height: 13px;
           padding: 5px;
           }
           
/* obrazki z tekście */
img.insert {
	border: none;
	vertical-align: middle;
	padding: 0px;
           }

img.glowna { 
	border: none;
	padding-top: 3px; /* tym parametrem reguluje sie polozenie gornej krawedzi obrazkow wzgledem tekstu na stronie index.html */
           }

/* TEKST */
h1         {
           font-size: 20px;
           line-height: 24px;
           }
h2         {
           font-size: 16px;
           line-height: 20px;
           }
h3         {
           font-size: 13px;
           line-height: 16px;
           }
p          {
           text-align: justify;
           }          
p.prawy    {
           font-size: 10px;
           text-align: right;
           line-height: 0px;
           }

/* ODNOŚNIKI */
a:link     {
           text-decoration: none;
           color: #000099;
           }
a:visited  {
           text-decoration: none;
           color: #4040cc;
           }
a:hover    {
           text-decoration: underline;
           color: #330099;
           }
a:active    {
           text-decoration: none;
           color: red;
           }


