﻿@CHARSET "UTF-8";

/* Komunikaty */
#informer {
	position: absolute;
	top:50%;
	left:50%;
	z-index: 100;
	width: 450px;
	margin:-80px 0 0 -225px;
	text-align: center
}

#informer .info{
	padding: 15px 50px 15px 50px;
	margin: auto auto;
	filter: alpha(opacity = 80);
	opacity: 0.80;
	border: solid 2px #ffffff;
	color: #ffffff;
	font: bold 16px sans-serif;
	background-color:#8dbd2b;
}

/* menu-lewe */

.menu-lewe-naglowek {
    font-size: 13px;
    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: 44px;
	background-color: #9cd8f4;
	
	font-weight: bold;
	font-size: 13px;
	color: #125373;
}

	.pr_tytul_wew {
		float: left;
		clear: left;
		padding-top: 13px;
		padding-bottom: 15px;
		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;
}



/* 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: 100%;
}

th.rej
{
	background-color: #7A7A7A;
	
	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: #282828;
}

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: #282828;
    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;
    }

 /* Popup -  wyskakujące okno */
 
div#popup-bg{
    position: fixed;
    z-index: 100;
    background-color: #000000;
    filter: alpha(opacity = 60);
	opacity: 0.60;
    width: 100%;
    height: 100%;
	overflow:hidden;
 }
 
div#popup{
	display:block;
    position: absolute;
    z-index: 101;
    top: 35%;
    left: 50%;
	margin-left:0;
    background-color: #ffffff;
}

#popup-close{
    position: absolute;
	z-index: 102;
    top: -10px;
    right: -10px;
}
 