/* 
    Document   : index
    Created on : 2010-06-10, 10:32:54
    Author     : Wastowski Andrzej
    Description:
        Purpose of the stylesheet follows.
*/
root { 
    display: block;
}
body {
    background-color: #FFFFFF;
    background-image: url("gfx/background.png");
    background-repeat: repeat-x;
    color:gray;
    width: 1240px;
    margin: auto;
    font-size: 11px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}

a:link {
	color: #f78b00;
	text-decoration:none;
}

a:visited {
	color: #203e1f;
	text-decoration:none;
}

a:active {
	color: #eeeb00;
	text-decoration:none;
}

a:hover {
	color:red;
	text-decoration:none;
}

label {
    color: #ffcb00;
    text-align: center;
    font-weight: bold;
}
.menu_boczne_naglowek {
    font-size: 12px;
}
ul {
    padding-left: 20px;
}
li {
    color: #ffffff;
}
.link {
        color:#333333;
	text-decoration:none;
        cursor: pointer;
        font-weight: bold;
}
.link_active {
        color:#f44b00;
	text-decoration:none;
        cursor: pointer;
        font-weight: bold;
}

.strona {
    width: 1240px;
    float:left;
}
.naglowek {
    width: 1240px;
    height: 70px;
    background-image: url("gfx/naglowek.png");
    float:left;
}

#naglowek_kci {
    float: left;
    width: 200px;
    height: 70px;
}

#naglowek_kci a {
    display: block;
    height: 70px;
}

#naglowek_kci_ogloszenia {
    float: left;
    width: 530px;
    height: 70px;
}

#naglowek_kci_ogloszenia a {
    display: block;
    width: 330px;
    height: 70px;
}

#naglowek_kontakt {
    float: left;
    padding-top: 48px;
    text-align: center;
    width: 80px;
}

#naglowek_kontakt a {
    color: #808080;
    font-weight: bold;
    text-decoration: none;
}

#naglowek_kontakt a:hover {
    text-decoration: underline;
}

#naglowek_przyciski {
    float: left;
    width: 420px;
    height: 55px;
}

#naglowek_przyciski a {
    display: block;
    float: left;
    height: 55px;
}

.naglowek a span {
    display: none;
}

#naglowek_nowosci {
    width: 63px;
}

#naglowek_ogloszenia {
    width: 66px;
}

#naglowek_forum {
    width: 54px;
}

#naglowek_fotoklub {
    width: 57px;
}

#naglowek_imprezy {
    width: 81px;
}

#naglowek_firmy {
    width: 82px;
}

.menu_gorne {
    width: 1240px;
    height: 32px;
    background-image: url("gfx/menu_gorne.png");
    float:left;
}
.submenu {
    width: 1240px;   
    background-color: #f44b00;
    float:left;
}
.submenu_pierwsza_kolumna {
    float: left;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom:10px;
}
.submenu_druga_kolumna {
    float: left;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.srodek {
    width: 1240px;
    float:left;
    background-color: white;
}
.srodek_gora {
    width: 1240px;
    height: 47px;
    background-image: url("gfx/srodek_gora.png");
    float:left;
}
.srodek_tresc {
    width: 1195px;    
    padding-top:5px;
    padding-left: 25px;
    padding-right: 15px;
    background-image: url("gfx/srodek_tresc.png");
    float:left;
    
}
.srodek_menu_boczne {
    float: left;
    width: 227px;    
    margin-bottom: 10px;
    margin-right: 10px;

}
.srodek_tresc_kolumna_firmy {
    float:left;
    width: 586px;
    margin-right: 10px;
}
.srodek_tresc_kolumna_bonus {
    float:left;
    width: 355px;    
    margin-bottom: 10px;
}
.srodek_stopka {
    width: 1240px;
    height: 28px;
    background-image: url("gfx/srodek_stopka.png");
    float:left;
}
.mg_zakladka {
    width: auto;
    height: 24px;
    float:left;
    padding-top: 8px;
    margin-right: 7px;
}
.mg_zakladka_l {
    width: auto;
    height: 24px;
    width: 3px;    
    float:left;
    background-image: url("gfx/mg_zakladka_l.png");
 
}
.mg_zakladka_p {
    width: auto;
    height: 24px;
    width: 3px;
    float:left;
    background-image: url("gfx/mg_zakladka_p.png");
}
.mg_zakladka_s {
    height: 19px;
    width:auto;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    float:left;
    color: white;
    background-image: url("gfx/mg_zakladka_s.png");
}
.mg_zakladka_l_s {
    width: auto;
    height: 24px;
    width: 3px;
    float:left;
    background-image: url("gfx/mg_zakladka_l_s.png");

}
.mg_zakladka_p_s {
    width: auto;
    height: 24px;
    width: 3px;
    float:left;
    background-image: url("gfx/mg_zakladka_p_s.png");
}
.mg_zakladka_s_s {
    height: 19px;
    width:auto;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    float:left;
    color: white;
    background-image: url("gfx/mg_zakladka_s_s.png");
}
a.menu_gorne_zakladka  {
    text-decoration: none;
    color: white;
    font-weight: bold;
    border-bottom-width: 1px;
}
a.menu_gorne_zakladka:hover  {
    text-decoration: none;
    color: #ffcc00;
    font-weight: bold;
}
a.link_zielony_pogrubiony  {
    text-decoration: none;
    color: #f78b00;
    font-weight: bold;

}
a.link_zielony_pogrubiony:hover  {
    text-decoration: none;
    color: #ff0000;
    font-weight: bold;
}
.wskaznik_zolty {
    float:left;
    background-image: url("gfx/wskaznik_zolty.png");
    height: 17px;
    width: 23px;
}
.btn_dodaj_firme {
    float:left;
    color: #ffffff;
    width: 159px;
    height: 25px;
    background-image: url("gfx/btn_dodaj_firme.png");
    border-style: none;
    border-width: 0px;
    font-size:12px;
    font-weight: bold;
    text-align: center;
    padding-top: 0px;
}
.btn_szukaj {
    float:right;
    color: #ffffff;
    width: 65px;
    height: 25px;
    background-image: url("gfx/btn_szukaj.png");
    border-style: none;
    border-width: 0px;
    font-size:12px;
    font-weight: bold;
    text-align: center;
    padding-top: 0px;
}
.btn_dalej {
    float:right;
    color: #ffffff;
    width: 128px;
    height: 25px;
    background-image: url("gfx/btn_dalej.png");
    border-style: none;
    border-width: 0px;
    font-size:12px;
    font-weight: bold;
    text-align: center;
    padding-top: 0px;
}
.pole_text_szare {
    background-color: silver;
    border-style: solid;
    border-width: 1px;
    border-color: white;
    color:white;
    font-weight: bold;
    font-size: 10px;
    width: 150px;

}
.text_zielony_pogrubiony {
    color: #f78b00;
    width: 100%;
    text-align: center;
    font-weight: bold;

}
.text_czerwony_pogrubiony {
    color: #a10f0f;
    width: 100%;
    text-align: center;
    font-weight: bold;

}
.text_zolty_pogrubiony {
    color: #ffc600;
    width: 100%;
    text-align: center;
    font-weight: bold;

}
.text_center_bialy_pogrubiony {
    color: #FFFFFF;
    width: 100%;
    text-align: center;
    font-weight: bold;

}
.text_center_czerwony_pogrubiony {
    color: #FF0000;
    width: 100%;
    text-align: center;
    font-weight: bold;

}
.text_center_ciemno_szary_pogrubiony { 
    color: #333333;
    width: 100%;
    text-align: center;
    font-weight: bold;

}
.ikona_tel {
    width: 24px;
    height: 24px;
    margin-right: 5px;
    float: left;
    background-image: url('gfx/ico/ico_tel.png');
}
.ikona_mail {
    width: 24px;
    height: 24px;
    margin-right: 5px;
    float: left;
    background-image: url('gfx/ico/ico_mail.png');
    
}
.ikona_fax {
    width: 24px;
    height: 24px;
    margin-right: 5px;
    float: left;
    background-image: url('gfx/ico/ico_fax.png');
}
.ikona_www {
    width: 24px;
    height: 24px;
    margin-right: 5px;
    float: left;
    background-image: url('gfx/ico/ico_www.png');
}
