@charset "UTF-8";

/**
 * euforia studio css
 *
 * @file		style.css
 * @name		euforia studio
 * @version		1.0
 * @type		transitional
 * @browsers	Windows: IE6+, Opera9+, Firefox3+
 *
 * @link		http://www.euforiastudio.pl/
 * @copyright	2009 euforiastudio.pl All Rights Reserved.
 *
 */

/* Reset - zerowanie wartości
---------------------------------------------------------------------------------------------------- */

@import "reset.css";

/* Ustawienia globalne
---------------------------------------------------------------------------------------------------- */

body {
    height: 100%;
    background-color: #FFFFFF;
    background-image: url('../grafika/body_tlo.gif');
    background-repeat:repeat-x;
    margin: 0px;
    padding: 0px;
    color: #333333;
    font-family: Tahoma, sans;
    font-size: 9pt;
    line-height: 18px;
}

*{
    outline: 0px;
}

/* Globalne klasy
---------------------------------------------------------------------------------------------------- */

.hide		   { display: none; }
.clear         { clear: both; }
.float-left    { float: left; }
.float-right   { float: right; }
.inline		   { display: inline; }
.block		   { display: block; }

.text-left     { text-align: left; }
.text-right    { text-align: right; }
.text-center   { text-align: center; }
.text-justify  { text-align: justify; }

.bold          { font-weight: bold; }
.italic        { font-style: italic; }
.underline     { border-bottom: 1px solid; }
.highlight     { background: #FDFF0F; }

.img-left      { float: left; margin: 4px 10px 4px 0; }
.img-right     { float: right; margin: 4px 0 4px 10px; }

.nopadding     { padding: 0; }
.nomargin      { margin: 0; }
.noindent      { margin-left: 0; padding-left: 0; }
.nobullet      { list-style: none; list-style-image: none; }

table          { margin-bottom: 1.4em; }
th             { font-weight: bold; }
thead th 	   { background: #c3d9ff; }
th,td,caption  { padding: 4px 10px 4px 5px; }
tr.even td     { background: #e5ecf9; }
tfoot          { font-style: italic; }
caption        { background: #eee; }

/* Struktura strony
---------------------------------------------------------------------------------------------------- */

#kontener {
    margin: 0px auto;
    width: 100%;
}

#top {
    height: 255px;
    text-align: center;
    margin-top:0px;
}

#top1 {
    height:215px;
}

#top2 {
    background-image: url('../grafika/top2.gif');
    text-align: center;
    margin-top:0px;
    width:960px;
    height:40px;
    margin:auto;
}


#zawartosc_kontener {
    margin: 0px auto;
    width: 100%;
    background: #211F22;
    background-image: url('../grafika/zawartosc_tlo.gif');
    background-repeat: repeat-x;
}

#zawartosc {
    margin: 0px auto;
    width: 960px;
    background-image: url('../grafika/tresc_tlo.gif');
    background-repeat: repeat-y;
}

#kolumna_lewa {
    float: left;
    width: 656px;
}

#kolumna_prawa {
    float: right;
    width: 304px;
}

#stopka_kontener {
    margin: 0px auto;
    width: 100%;
    height: 186px;
    clear: both;
}

#stopka {
    height: 40px;
    border-top: 0px solid #D3DFB5;
    clear: both;
    margin: 0px auto;
    width: 960px;
}

#stopka_lewa {
    width: 656px;
    top: 30px;
    float: left;
    padding-top: 20px;
    padding-left: 80px;
    background-image: url('../grafika/tresc_dol.gif');
    background-repeat: no-repeat;
}

#stopka_prawa {
    color: #4d4d4d;
    width: 900px;
    float: right;
    padding-top: 0px;
    padding-right: 10px;
    text-align: right;
    font-size: 8pt;
}

.tekst {
    padding-left: 80px;
    padding-right: 20px;
    width: 556px;
    height: auto;
    margin: auto;
    color: #333333;
}

.naglowek{
    background-image: url('../grafika/nag_tlo.gif');
    background-repeat: no-repeat;
    margin-top:0px;
    padding-top:0px;
    top:0px;
    padding-left:100px;
    width:556px;
    height:45px;
    margin:auto;
    color:#00a6eb;
}

.naglowekTxt{
    background-image: url('../grafika/nag_tlo_txt.gif');
    background-repeat: repeat-x;
    margin-top:0px;
    padding-top:5px;
    top:0px;
    height:40px;
    margin:auto;
    color:#00a6eb;
    float:left;
}

.naglowekEnd{
    float:left;
    background-image: url('../grafika/nag_end.gif');
    background-repeat: no-repeat;
    height:45px;
    width:24px;
    margin:auto;
    color:#00a6eb;
}

/* box
---------------------------------------------------------------------------------------------------- */

.box {
    color: #666666;
}

.box_srodek{
    background-image: url('../grafika/box_tlo.gif');
    background-repeat: repeat-y;
    margin-top: 0px;
    height:auto;
    margin:auto;
}

.box_dol{
    background-image: url('../grafika/box_tlo_dol.gif');
    background-repeat: repeat-y;
    text-align: center;
    margin-top: 0px;
    width: 304px;
    height: 93px;
    margin: auto;
}

/* Nagłówki
---------------------------------------------------------------------------------------------------- */

h1 {
    color: #00a6eb;
    font-family: Arial;
    font-style: italic;
    font-size: 18pt;
    font-weight: bold;
    padding: 0px;
    height: 45px;
    line-height: 32px;
    display: inline;
}

h2 {
    font-size: 9pt;
    font-weight: normal;
    display: inline;
    margin: 0px;
    padding: 0px;
}

/* Linki
---------------------------------------------------------------------------------------------------- */

a {
    text-decoration: none;
    color: #00A6EB;
}

a:hover {
    text-decoration: underline;
    color: #00A6EB;
}

.stopka_link {
    background-image: url('../grafika/stopka_but.gif');
    background-repeat: no-repeat;
    margin-top: 0px;
    padding: 10px;
    width: 46px;
    height: 20px;
    margin-top:7px;
    color: #00a6eb;
    float: left;
}

.stopka_link a {
    text-decoration: none;
    color: #ffffff;
}

.stopka_link a:hover {
    text-decoration: underline;
    color: #ffffff;
}

#stopka a {
    text-decoration: none;
    font-size:8pt;
}

#stopka_prawa a {
    padding: 0px;
    color: #000000;
}

a.aktywny {
    font-weight: bold;
    color: #000000;
}

/* Listy
---------------------------------------------------------------------------------------------------- */

#tresc ul, #tresc ol {
    margin-left: 30px;
}

/* Formularze
---------------------------------------------------------------------------------------------------- */

.form {
    font-size: 11px;
    color: #000000;
    font-weight: normal;
    border: 1px solid #949494;
    background-color: #ffffff;
    padding: 4px;
    width: 200px;
}

.submit-kontakt {
    background: #29B1E9;
    color: #ffffff;
    padding: 3px;
    cursor: pointer;
    font-weight: bold;
}

.submit-kontakt:hover {
    background: #65BF0C;
    color: #ffffff;
    padding: 3px;
    cursor: pointer;
}

#formularz-kontaktowy .form:focus, #formularz-kontaktowy .form:focus {
    border: 1px solid #29B1E9;
}

.komunikat_blad {
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    padding: 15px;
    border:1px solid #E00504;
    margin: 20px;
	color: #E00504;
}

.komunikat_ok {
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    padding: 15px;
    border: 1px solid #0DC900;
    margin: 20px;
	color: #0DC900;
}

.blad {
	color: red;
}

/* tooltip - jquery
---------------------------------------------------------------------------------------------------- */

#tooltip {
    position: absolute;
    border: 1px solid #333;
    background: #f7f5d1;
    padding: 4px 5px;
    color: #333;
    display: none;
    z-index: 11;
}

