@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 {
     background-color: #000000;
    margin: 0px;
    padding: 0px;
    color: #d6cdcd;
    font-family: Tahoma, Verdana, sans;
    font-size: 9pt;
    line-height: 18px;
	text-align:justify;
}

/* 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%;
    border: 0px solid #000000;
}

#zawartosc {
    height: 605px;
    z-index: 200;
	margin: 0px auto;
    width: 100%;
	padding-top:0px;
}

#stopka_kontener{
	margin: 0px auto;
    width: 100%;
	height: auto;
    z-index: 3;
    margin-bottom: 10px;
    margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 10px;	
    background-color: #000000;
	clear: both;
	font-size:7pt;
}

#stopka {  
	color:#4d4d4d;
	width: 940px;
	margin: 0px auto;
    padding: 0px;
}


/* Nagłówki
---------------------------------------------------------------------------------------------------- */

h1 {
    color: #f4f4f4;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 16px;
    padding: 0px;
}

h2 {
    color: #9f9943;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 16px;
    padding: 0px;
}

h3 {
    color: #9f9943;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 16px;
    padding: 0px;
}

/* Linki
---------------------------------------------------------------------------------------------------- */

a {
    text-decoration: none;
    color: #999999;
}

a:hover{
    color: #cccccc;
    text-decoration: none;
}

a.link {
	font-size:10pt;
	padding:10px;
    text-decoration: none;
    color: #cccccc;
}

a.link:hover{
    color: #ffffff;
    text-decoration: none;
}

#stopka a {
    text-decoration: none;
    color: #4d4d4d;
    padding: 0px;
}

#stopka a:hover {
    color: #666666;
    text-decoration: underline;
}

/* Menu
---------------------------------------------------------------------------------------------------- */

/* Listy
---------------------------------------------------------------------------------------------------- */

/* Komunikaty
---------------------------------------------------------------------------------------------------- */

.komunikat_blad {

}

.komunikat_ok {

}

.komunikat_uwaga {

}

.komunikat_info {

}


/* tooltip - jquery
---------------------------------------------------------------------------------------------------- */

#tooltip{
    position: absolute;
    border: 1px solid #333;
    background: #f7f5d1;
    padding: 4px 5px;
    color: #333;
    display: none;
    z-index: 11;
}

* {
	outline:0px;
}