*
{
    margin: 0px;
    padding: 0px;
}

p, span, label, div
{
    font-family: 'Arial';
    font-size: 12px;
}

a:link, a:visited
{
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}

a:hover
{
    text-decoration: underline;
}

html
{
    width: 100%;
    height: 100%;
}

body
{
    background-color: #000000;
    background: url("../grafika/tlo.png");
    width: 100%;
    height: 100%;
}

#kontener
{
    width: 100%;
    min-height: 100%;
    *height: auto !important;
    *height: 100%;
}

/* ===================== GÓRA STRONY ======================================== */

#gora_strony
{
    width: 100%;
    height: 315px;
}      

#poziomy_panel_tlo_lewe
{                
    background: url("../grafika/panel_poz_lewy.png") repeat-x 0px 54px;
    position: absolute;
    left: 0px;
    width: 50%;
    height: 320px;
}

#poziomy_panel_tlo_prawe
{                    
    background: url("../grafika/panel_poz_prawy.png") repeat-x 0px 54px;
    position: absolute;
    right: 0px;
    width: 50%;
    height: 320px;
}

#poziomy_panel
{ 
    width: 1000px;
    margin: 0px auto;
    height: 100%;
    background: url("../grafika/polacz_paneli.png") no-repeat;
    position: relative;
    z-index: 10;
}

#naglowek
{
    width: 1000px;
    height: 198px;
    background: url("../grafika/glowne_logo.png") no-repeat;
    position: absolute;
    top: 81px;
}

#naglowek_tlo_lewe
{
    width: 100%;
    height: 198px;
    background: url("../grafika/glowne_logo_bok_lewy.png") repeat-x;
    position: relative;
    top: 81px;
}

#naglowek_tlo_prawe
{
    width: 100%;
    height: 198px;
    background: url("../grafika/glowne_logo_bok_prawy.png") repeat-x;
    position: relative;
    top: 81px;
}

  /* ======================= MENU_POZIOME ======== */
#menu_poziome
{
    position:absolute;
    top: 40px;
    left: 259px;
    width: 705px;
    height: 30px;
}
  
ul.menu_poziome, ul.menu_poziome li
{
    display: block;
    list-style: none;
}

ul.menu_poziome li
{
    width: 99px;
    height: 30px;
    text-align: center;
    float: left;
}     
  
ul.menu_poziome li.separator
{
    width: 1px;
  /*  background: url("../grafika/separator_menu_poz.png") no-repeat;*/
    float: left;
}    
  
ul.menu_poziome li a:link, ul.menu_poziome li a:visited
{
    display:block;
    color: #FFFFFF;
    font-family: 'Arial';
    font-size: 11px;
    text-decoration: none;
    height: 100%;
    width: 100%;
    padding-top: 6px;
    height: 24px;
    font-weight: normal;
}
  
ul.menu_poziome li a:hover
{ 
    color: #7dd0ef;
    text-decoration: none;
    font-weight: normal;
}

/* ===================== ŚRODEK STRONY ====================================== */

#srodek_strony
{
    margin: 0px auto;
    width: 1000px;
    min-height: 850px;
    *height: auto !important;
    *height: 850px;
    overflow: hidden;
    clear: both;
    background: url("../grafika/tresc_tlo.png") repeat-y right; 
    
}

#pionowy_lewy_panel
{
    width: 235px;
    background: url("../grafika/panel_pion.png") repeat-y 5px 0px;
    margin: 0 0 -20000px 0px;
    padding-bottom: 20000px;
    float: left;
}

#menu_pionowe
{
    min-height: 75px;
    *height: auto !important;
    *height: 75px;
    width: 235px;
    background: url("../grafika/panel_pion_gora.png") no-repeat 5px top;
    padding-top: 10px;
}

#zawartosc_strony
{  
    width: 543px;
    margin-bottom: -20000px;
    padding-bottom: 20010px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

#pionowy_prawy_panel
{
    width: 193px;
    padding-right: 9px;
    margin-bottom: -20000px;
    padding-bottom: 20000px;
    float: right;
    min-height: 400px;
}

/* ===================== MENU_PIONOWE ================== */

ul.menu_pionowe, ul.menu_pionowe li
{
    display: block;
    list-style: none;
}

ul.menu_pionowe
{
    position: relative;
    left: 20px;
    width: 198px;
    margin-bottom: 40px;
}
  
ul.menu_pionowe li
{
    width: 100%;
    text-align: center;
    background: url("../grafika/separator_menu_pion.png") no-repeat 1px bottom;
}
  
ul.menu_pionowe li a:link, ul.menu_pionowe a:visited
{
    display:block;
    color: #FFFFFF;
    font-family: 'Arial';
    font-size: 11px;
    text-decoration: none;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: normal;
}
  
ul.menu_pionowe li a:hover
{
    color: #7dd0ef;
    text-decoration: none;
    font-weight: normal;
}
  
ul.menu_pionowe li.tytul
{
    color: #ffffff;
    font-family: 'Georgia';
    font-size: 15px;
    text-decoration: none;
    font-weight: bold;
    width: 100%;
    font-variant: small-caps;
    background: url("../grafika/menu_tytul_tlo.png") no-repeat 2px;
    height: 26px;
    padding-top: 6px;
    margin-bottom: 5px;
    display: block;
}

/* ====================== STOPKA ============================================ */

#stopka
{
    clear: both;
    width: 720px;
    height: 21px;
    margin: 0px auto;
    background: url("../grafika/stopka.png") no-repeat 0px 0px;
    color: #FFFFFF;
    padding-top: 27px;
    padding-left: 210px;
    text-align: center;
    font-family: 'Arial';
    font-size: 11px;
    padding-right: 70px;
}

#stopka a
{
    color: #ffffff;
    font-size: 11px;
}

/* =============================================================================
============================================================================= */

div.news
{
    width: 530px;
    padding-left: 5px;
    padding-right: 5px;
    background: url("../grafika/separator_tresc.png") no-repeat bottom;
    padding-top: 20px;
    padding-bottom: 15px;

}

div.news div
{
    width: 100%;
    text-indent: 20px;
    clear: both;
    margin-top: 6px;
    display: block;
    font-family: 'Arial';
    font-size: 12px;
 /*   min-height: 180px;
    *height: 180px;
    *height: auto !important;*/
}

div.news img
{
    border-width: 2px;
    border-color: #000000;
    border-style: solid;
    float: left;
    width: 160px;
    height: 160px;
    margin-right: 8px;
    margin-bottom: 5px;
}

div.news span.data
{ 
    padding-top: 2px;
    padding-right: 5px;
    font-size: 11px;
    margin-left: 5px;
    color: #3fa0c9;
}

div.news h1
{
    font-family: 'Georgia';
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 2px;
    margin-left: 5px;
}

span.num_stron_newsow,
span.num_stron_podstron
{
    display: block;
    width: 100%;
    height: 20px;
    text-align: center;
}

span.num_stron_newsow a:link, span.num_stron_newsow a:visited,
span.num_stron_podstron a:link, span.num_stron_podstron a:visited
{
    font-family: 'Arial';
    font-size: 12px;
    text-decoration: none;
    font-weight: normal;
}

span.num_stron_newsow a:hover,
span.num_stron_podstron a:hover
{
    font-weight: bold;
    text-decoration: underline;
}

h1.tytul_strony
{
    font-family: 'Georgia';
    font-weight: bold;
    font-size: 22px;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
    padding-bottom: 8px;
    background: url("../grafika/separator_tresc.png") no-repeat bottom;
}

/* ******************************************************************************************** */

form.logowanie
{
    margin: 0px auto;
    width: 300px;
    height: 120px;
    padding: 5px;
}

form.logowanie label
{
    float: left;
    margin: 6px;
    font-variant: small-caps;
    font-size: 14px;
}

form.logowanie input
{
    float: right;
    margin: 4px;
}

form.logowanie input.tekst
{       
    width: 220px;
    height: 18px;
}

form.logowanie input[type="submit"]
{
    padding: 2px 4px;
}

ul.errors
{
    font-family: 'Arial';
    font-size: 12px;
    color: #ff0000;
}

div.komunikat
{
    font-family: 'Arial';
    font-size: 18px;
    color: #000000;
    width: 100%;
    text-align: center;
}

/* ************************************************************* */

form.lista table td
{
   
    padding: 4px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    max-width: 270px;
}

form.lista table tr
{
    border-bottom-style: dashed;
    border-top-style: dashed;
    border-width: 1px;
    border-color: #000000;
    width: 100%;
}

form.lista tr.tytul
{
    background-color: #b9eafd;
}

form.lista tr.tytul td
{
    font-size: 18px;
    text-align: center;
    font-variant: small-caps;
}

form.lista tr.podtytul
{
    background-color: #b9eafd;
}

form.lista tr.podtytul2
{
    font-size: 16px;
    font-variant: small-caps;
    background-color: #cceefb;
}

form.lista tr.podtytul3
{
    background-color: #cceefb;
}

form.lista
{
    overflow: scroll;
}

form.lista table
{
    border-collapse: collapse;
    width: 100%;
    font-family: 'Arial';
    font-size: 12px;
    border-left-style: dashed;
    border-right-style: dashed;
    border-width: 1px;
    border-color: #000000;

}

form.lista input[type="submit"], form.lista input[type="button"], form.lista button
{
    font-size: 13px;
}

form.lista input.tworzenie_przyciski
{
	margin-top: 10px;
	margin-bottom: 10px;
}

/* ************************************************************* */

form.tworzenie, form.form
{
    width: 80%;
    margin: 0px auto;
    font-family: 'Arial';
    font-size: 12px;
}

form.form
{
    width: 65%;
    margin: 0px auto;
}

form.tworzenie textarea, form.form textarea
{
    height: 300px;
    width: 100%;
}

form.form textarea
{
    height: 150px;
}

form.tworzenie input[type="text"], form.tworzenie input[type="password"], form.form input[type="text"], form.form input[type="password"]
{
    width: 100%;
}

form.tworzenie input[type="checkbox"], form.form input[type="checkbox"]
{
    float: left;
    margin-right: 5px;
    margin-top: 2px;
}

form.tworzenie input[type="radio"], form.form input[type="radio"]
{
    margin-top: 3px;
    margin-bottom:3px;
    margin-left: 20px;
}

form.tworzenie ul li, form.form ul li
{
    padding-top: 2px;
    padding-bottom: 2px;
}

form.tworzenie ul, form.form ul
{
    width: 100%;
    list-style: none;
}

form.tworzenie ul input[type="submit"], form.form ul input[type="submit"],
form.tworzenie ul input[type="button"], form.form ul input[type="button"],
form.tworzenie button, form.form button
{
    width: 70px;
    margin: 5px;

}

div.statystyki
{
    font-family: 'Times New Roman';
    font-size: 16px;
    font-variant: small-caps;
    font-weight: bold;
    text-align: center;
    padding-right: 9px;
}

div.kalendarz
{
    margin: 0px auto;
    background: url('../grafika/kalendarz.png') no-repeat;
    width: 95px;
    height: 116px;
    text-align: center;
    padding-top: 27px;
}

div.kalendarz span.miesiac
{
    font-family: 'Sans';
    font-size: 11px;
    font-weight: bold;
}

div.kalendarz span.dzien_nazwa
{
    font-family: 'Sans';
    font-size: 11px;
    font-variant: inherit;
}

div.kalendarz span.dzien_numer
{
    font-family: 'Sans';
    font-weight: bold;
    font-size: 26px;
}

div.dodatki
{
    text-align: center;
}

div.dodatki a.button
{
    display: inline;
}

div.dodatki a.button img
{
    display: inline;
    border-color: #000000;
    border-width: 1px;
}

div.zegar
{
    width: 160px;
    height: 160px;
    margin: 0px auto;
}

div.center
{
    width: 100%;
    text-align: center;
}

ul.mapa_strony
{
    width: 100%;
    text-align: center;
}
ul.mapa_strony li
{
    margin-bottom: 5px;
    list-style: none;

}

div.dodatki
{
    width: 100%;
}

div.dodatki ul
{
    list-style: none;
    width: 100%;
}

div.dodatki ul li
{
    width: 100%;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
}

div.dodatki ul li a:link, div.dodatki ul li a:visited
{
    font-family: 'Arial';
    font-size: 12px;
    text-decoration: none;
    color: #0b839d;
}

div.dodatki ul li a:hover
{
    color: #000000;
    text-decoration: none;
}

div.dodatki ul li.tytul
{
    color: #257b8e;
    font-family: 'Georgia';
    font-size: 15px;
    text-decoration: none;
    font-weight: bold;
    width: 100%;
    font-variant: small-caps;
    background: url("../grafika/dodatki_tytul.png") no-repeat;
    height: 23px;
    padding-top: 3px;
    margin-bottom: 5px;
    
}

td.katalog_min
{
    width: 130px;
    text-align: center;
    vertical-align: top;
    position: relative;
    display: block;
    float: left;
}

td.katalog_min a.nazwa:link, td.katalog_min a.nazwa:visited
{
    text-decoration: none;
    color: #000000;
    font-weight: bold;
    margin-left:5px;
    margin-right:5px;
    position: relative;
}

td.katalog_min a.nazwa:hover
{

}

td.katalog_min img
{
    width: 119px;
    height: 94px;
    margin-left: 5px;
    margin-right: 5px;
    border: 0px;
    position: relative;
    z-index: 1;
}

td.katalog_min img.losowe_katalog
{
    position: absolute;
    top: 25px;
    left: 25px;
    z-index: 10;
    width: 70px;
    height: 55px;
}

div.cat_opis
{
    display: none;
    position: absolute;
    bottom: 95px;
    left: 0px;
    background-color: #c6e1e3;
    padding: 6px;
    border-style: solid;
    border-width: 2px;
    border-color: #000000;
    width: 118px;
    z-index: 20;
    font-size: 10px;
}

/* ******************************************* */

td.zdjecie_min
{
    width: 130px;
    text-align: center;
    vertical-align: top;
    position: relative;
    display: block;
    float: left;
    padding-bottom:10px;
}

td.zdjecie_min a.nazwa:link, td.zdjecie_min a.nazwa:visited
{
    text-decoration: none;
    color: #000000;
    font-weight: bold;
    font-size: 10px;
}

td.zdjecie_min a.nazwa:hover
{

}

td.zdjecie_min img
{
    width: 109px;
    height: 90px;
    margin-left: 10px;
    margin-right: 10px;
    border: 2px;
    border-style: solid;
    border-color: #000000;
}

div.zdj_opis
{
    display: none;
    position: absolute;
    bottom: 95px;
    left: 0px;
    background-color: #c6e1e3;
    padding: 6px;
    border-style: solid;
    border-width: 2px;
    border-color: #000000;
    width: 118px;
    z-index: 1000;
    font-size: 10px;
}

div.zdjecie
{
    width: 100%;
}

div.zdjecie img
{
    width: 99%;
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
}

div.zdjecie div.nazwa
{
    font-family: 'Arial';
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    width: 100%;
    text-align: center;
}

div.zdjecie div.opis
{
    padding-top: 10px;
    font-family: 'Arial';
    font-size: 13px;
    color: #000000;
    text-align: center;
    clear: both;
    width: 90%;
    margin: 0px auto;
}

div.zdjecie div.nawigacja
{
    width: 100px;
    margin: 0px auto;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
}

div.zdjecie a.lewa:link, div.zdjecie a.lewa:visited, div.zdjecie a.lewa:hover
{
    width: 25px;
    height: 36px;
    display: block;
    background: url('../grafika/lewa.png');
    float: left;
}

div.zdjecie a.katalog:link, div.zdjecie a.katalog:visited, div.zdjecie a.katalog:hover
{
    width: 45px;
    height: 36px;
    display: block;
    background: url('../grafika/katalog.png');
    float: left;
}


div.zdjecie a.prawa:link, div.zdjecie a.prawa:visited, div.zdjecie a.prawa:hover
{
    width: 25px;
    height: 36px;
    display: block;
    background: url('../grafika/prawa.png');
    float: left;
}

div.komentarz
{
    width: 90%;
    margin: 0px auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom-style: dotted;
    border-bottom-color: #000000;
    border-bottom-width: 1px;
}

div.komentarz div.tytul
{
    font-family: 'Arial';
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 4px;
    width: 100%;
}

div.komentarz span.data_autor
{
    font-family: 'Arial';
    font-size: 11px;
    padding-bottom: 4px;
    width: 100%;
    color: #76bec4;
}

div.komentarz div.tresc
{
    font-family: 'Arial';
    font-size: 11px;
    text-indent: 10px;
    padding-bottom: 4px;
    width:100%;
}


ul.galeria_lista li.katalog
{
    height: 22px;
    list-style: none;
    background: url('../grafika/katalog_mini.png') no-repeat left -2px;
    padding-left: 30px;
    padding-top:3px;
    font-weight: bold;
    display: block;
}

ul.galeria_lista li.zdjecie
{
    height: 22px;
    list-style: none;
    background: url('../grafika/zdjecie_mini.png') no-repeat left -2px;
    padding-left: 30px;
    padding-top:3px;
    display: block;

}

ul.galeria_lista li.katalog span
{
    display: block;
    float: left;
    margin-right: 25px;
    font-size: 10px;
}

ul.galeria_lista li.zdjecie a.link:link,
ul.galeria_lista li.zdjecie a.link:visited
{
    font-weight: bold;
    text-decoration: none;
    display: block;
    float:left;
    margin-right: 25px;
    font-size: 11px;

}

ul.galeria_lista li.zdjecie a.link:hover
{
    color: #4fc9d4;
}

a.usun:hover,
a.usun:link,
a.usun:visited
{
    width: 22px;
    height: 22px;
    background: url('../grafika/usun_mini.png') no-repeat;
    display: block;
    float: right;
    position: relative;
    top: -2px;
}

ul.galeria_lista a.edytuj_kat:hover,
ul.galeria_lista a.edytuj_kat:link,
ul.galeria_lista a.edytuj_kat:visited
{
    width: 25px;
    height: 22px;
    background: url('../grafika/edytuj_katalog_mini.png') no-repeat;
    display: block;
    float: right;
    position: relative;
    top: -2px;
}

ul.galeria_lista a.edytuj_zdj:hover,
ul.galeria_lista a.edytuj_zdj:link,
ul.galeria_lista a.edytuj_zdj:visited
{
    width: 25px;
    height: 22px;
    background: url('../grafika/edytuj_zdjecie_mini.png') no-repeat;
    display: block;
    float: right;
    position: relative;
    top: -2px;
}

ul.galeria_lista a.dodaj_zdj:hover,
ul.galeria_lista a.dodaj_zdj:link,
ul.galeria_lista a.dodaj_zdj:visited
{
    width: 25px;
    height: 22px;
    background: url('../grafika/dodaj_zdjecie_mini.png') no-repeat;
    display: block;
    float: right;
    position: relative;
    top: -2px;

}

ul.galeria_lista a.dodaj_kat:hover,
ul.galeria_lista a.dodaj_kat:link,
ul.galeria_lista a.dodaj_kat:visited
{
    width: 25px;
    height: 22px;
    background: url('../grafika/dodaj_katalog_mini.png') no-repeat;
    display: block;
    float: right;
    position: relative;
    top: -2px;

}

ul.galeria_lista a.komentarze:hover,
ul.galeria_lista a.komentarze:link,
ul.galeria_lista a.komentarze:visited
{
    width: 25px;
    height: 22px;
    background: url('../grafika/komentarz_mini.png') no-repeat;
    display: block;
    float: right;
    position: relative;
    top: -2px;

}

div.losowe_zdjecie
{
    width: 160px;
    margin: 0px auto;
}

div.losowe_zdjecie img
{
    width: 100%;
    border-color: #000000;
    border-width: 1px;
    border-style: solid;

}

img.szkola_z_klasa
{
    margin-left: 36px;
    padding-top: 11px;
    display: block;
    border-width: 0px;
}

ul.wyniki_szukania li
{
    padding-left: 30px;
    list-style:none;
    padding-bottom: 3px;
}

ul.wyniki_szukania li.tytul
{
    font-family: 'Arial';
    font-size: 16px;
    color: #000000;
    padding-left: 20px;
    list-style: none;
    font-weight: bold;
}

form.szukanie div
{
    width: 100%;
    text-align: center;
}

form.szukanie div input
{
    width: 80%;
}

form.licznik_rekr fieldset
{
    padding: 15px;
}

form.licznik_rekr table
{
  width: 100%;
}

form.licznik_rekr table.egzamin td,
form.licznik_rekr table.oceny td
{
  text-align: center;
}

form.licznik_rekr table td.lewe
{
  text-align: left;
}

form.licznik_rekr table td.prawe
{
  text-align: right;
}

form.licznik_rekr table.oceny td
{
  width: 25%;
}
 /*
form.licznik_rekr input[type=checkbox]
{
  float: right;
} */

form.licznik_rekr div.wynik
{ 
  text-align: center;
}

form.licznik_rekr div.wynik span
{
  font-size: 16px;
  font-weight: bold;
}


div.ogloszenie
{
  position: absolute;
  right: 210px;
  bottom: -57px;
  z-index: 200;
  background: url("../grafika/ogloszenie.png") no-repeat;
  width: 138px;
  height: 60px;
  padding: 10px;
  font-size: 11px;
}
