@CHARSET "UTF-8";

/* Komunikaty */
.info_container {
	position: absolute;
	top: 25%;
	left: 0px;
	z-index: 100;
	width: 100%;
	text-align: center;
}

.info {
	width: 450px;
	padding: 15px 50px 15px 50px;
	margin-left: auto;
	margin-right: auto;
	filter: alpha(opacity = 80);
	opacity: 0.80;
	border: solid 2px #ffffff;
	color: #ffffff;
	font: bold 16px sans-serif;
}

/* menu-lewe */

.menu-lewe-naglowek {
    font-size: 16px;
    font-weight: bold;
    color: #A8BF3B;
    
    width: 100%;
    text-align: center;
    
    padding-bottom: 4px;
    border-bottom: solid 1px #ffffff;
}

/* formularz zapytaniowy */
.formularz_zapytaniowy {
	float: left;
	clear: left;
	font: bold 11px Arial;
	padding-top: 30px;
	margin-left: 17px;
	width: 620px;;
}

.fz_input {
	width: 98%;
	margin-top: 5px;
}

.fz_input_nad {
	margin-top: 5px;
	width: 68%;
}

.fz_input_tel {
	margin-top: 5px;
	width: 29%;
}

.fz_input_tresc {
	margin-top: 5px;
	width: 98%;
	height: 80px;
}

.fz_submit {
	width: 98%;
	text-align: right;
}

/* Galeria zwykła */
.galeria {
	float: left;
	clear: left;
	width: 100%;
	text-align: center;
}

.pr_tytul {
	float: left;
	clear: left;
	width: 100%;
	height: 36px;
	background-color: #9cd8f4;
	
	font-weight: bold;
	font-size: 13px;
	color: #125373;
}

.pr_tytul_wew {
		float: left;
		clear: left;
		padding:8px 0 8px 0;
		width: 100%;
		text-align: center;
}

.gl_nazwa {
	
}

.gi_zdjecie {
	border-top: solid 1px #E0E0E0;
	border-left: solid 1px #E0E0E0;
	border-right: solid 1px #828282;
	border-bottom: solid 1px #828282;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}

.gi_nazwa {
	font-size: 11px;
	color: #404040;
	margin-bottom: 8px;
}

.gi_opis {
	font-size: 11px;
	color: #404040;
	margin-top: 8px;
}

/* Galeria na warstwie */
.galeria_warstwa {
	position: absolute;
	z-index: 1000;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000000;
	filter: alpha(opacity = 80);
	opacity: 0.80;
}

.galeria_warstwa_okno {
	position: absolute;
	z-index: 1001;
	top: 70px;
	left: 70px;
	width: 80%;
	height: 70%;
	overflow: auto;
	background-color: #ffffff;
}

.galeria_warstwa_zamknij {
	position: absolute;
	top: 2px;
	right: 22px;
	cursor: pointer;
}

/* Panel stronicowania */
.panel_stronicowania {
	text-align: center;
	width: 100%;
	margin-top: 5px;
	;
}

.tabela_panel_stronicowania {
	width: 100%;
	font: normal 11px Arial;
}

td.lewa {
	width: 33%;
	text-align: left;
}

td.srodkowa {
	width: 33%;
	text-align: center;
}

td.prawa {
	width: 33%;
	text-align: right;
}

/* Rejestracja */

table.rej
{
	width: 675px;;
	margin-top: 20px;
}

th.rej
{
	background-color: #125474;
	
	padding: 10px 10px 10px 10px;
	
	text-align: center;
	font: bold 14px Arial;
	color: #ffffff;
}

td.rej {
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #dddddd;
	background-color: #F7F7F7;
	
	padding: 4px 10px 4px 10px;
	
	font: bold 11px Arial;
	color: #125474;
}

input.rej
{
	width: 250px;
}

/* Koszyk */
.koszyk {
	float: left;
	clear: left;
	border: solid 1px #dedede;
	width: 100%;
	font: normal 11px Arial;
	margin-bottom: 15px;
}

td.lista {
	background-color: #F2F2F2;
	vertical-align: top;
	border-right: solid 1px #C4C4C4;
	border-bottom: solid 1px #C4C4C4;
}

th.lista { /* background-image: url("../images/koszyk/th_lista.gif"); */
	background-color: #125474;
	height: 20px;
	color: #ffffff;
}

.koszyk_ilosc {
	width: 30px;
	height: 17px;
	text-align: right;
	font-size: 10px;
}

/* Sonda */

.sonda
{
	background-color: #125474;
    color: #ffffff;
    
    padding: 8px;
    
    margin-top: 5px;
}
		
	.pytanie
	{
		font-size: 10px;
		font-weight: bold;
        color: #A8BF3B;
        
        margin-bottom: 10px;
        margin-top: 10px;
	}
		
	.odpowiedz
	{
		font-size: 9px;
	}
    
    .sonda-submit
        {
        width: 100%;
        text-align: center;
        
        margin-top: 15px;
    }
    
    .sonda-wynik {
        text-align: right;
        font-size: 13px;
        font-weight: bold;
    }
