@charset "utf-8";

div#kontakt_sekcja {
	width: 960px;
	position: relative;
}

div#kontakt_tytul {
	background-image:url(../gfx/kontakt/tytul.png);
	background-repeat:no-repeat;
	
	width: 160px;
	height: 15px;
	
	position: absolute;
	top: 48px;
	left: 10px;
}

div#kontakt_adres {
	
	background-image:url(../gfx/kontakt/adres.png);
	background-repeat:no-repeat;
	
	position:absolute;
	top:35px;
	right: 10px;
	width: 229px;
	height: 40px;

}

div#formularz_kontaktowy {
	text-align: left;
	padding-bottom: 20px;
}

div#faq {
	text-align:left;
}

div#inp {
	background-image:url(../gfx/kontakt/input.gif);
	background-repeat: no-repeat;
	
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	
	width: 365px;
	height: 29px;
}

input#inp {
	border:0;
	width: 100%;
	background: none;
}

div#txt {
	background-image:url(../gfx/kontakt/textarea.gif);
	background-repeat:no-repeat;
	
	width: 497px;
	height: 217px;
	
	padding: 5px;
	
}
img#faq {	
	padding-bottom: 10px;
}

textarea#txt {
	border:0;
	width: 100%;
	background: none;
	height: 207px;
}

form#form_kont input#submit {
	background-image:url(../gfx/kontakt/submit.gif);
	background-repeat:no-repeat;
	
	border:0;
	
	width: 132px;
	height: 17px;
}

div.pytanie {
	font-weight: bold;
	padding-bottom: 20px;
	text-align: justify;
}

div.pytanie span {
    cursor: pointer;
}
div.odpowiedz {
	font-weight: normal;
	padding-left: 10px;
	padding-top:5px;
	text-align:justify;
}

div#faq div {
	background-color: #eff3f6;
	text-align: left;
	font-weight: bold;
	padding: 5px;
    margin-bottom: 10px;
}
div#faq div li {
    list-style-image:url(../gfx/nagrody/punkt.png);
}
div#faq div div {
    display:none;
	font-weight: normal;
	text-align: justify;
	padding-left: 20px;
	padding-right: 10px;
}

