/* Reset CSS */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote
	{
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img,button {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var,b,i {
	font-style: normal;
	font-weight: normal;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

ul,ol {
	list-style: none;
}

body {
	font-size: 12px;
	font-family: Arial, Verdana;
	background-color: #333;
	padding-bottom: 10px;
}

h1 {
	font-size: 16px;
	color: #333;
}

h2 {
	font-size: 15px;
	color: #333;
}

ul,ol {
	list-style: disc;
	list-style-position: inside;
}

strong {
	font-weight: bold;
}

/* Layout */
.clear {
	clear: both;
}

#header img {
	float: left;
	position: absolute;
	z-index: 80;
}

#wrapperOuter {
	text-align: center;
}

#wrapper {
	background-color: #fff;
	width: 940px;
	margin: 0 auto;
	text-align: left;
}

#search {
	float: right;
}

#search form {
	border: 1px solid #ccc;
	margin: 10px;
}

#search .button {
	background-image: url("../img/arrow_search.png");
	background-repeat: no-repeat;
	background-position: center;
	border: 0;
	text-decoration: none;
	background-color: #fff;
	width: 15px;
}

#search .inputbox {
	border: 0;
	background-color: #fff;
	color: #ccc;
	font-size: 11px;
	width: 170px;
	padding: 3px;
}

#picture,#pictureB {
	height: 138px;
	background-color: #fff;
}

#picture {
	background-image: url('../img/top.png');
}

#pictureB {
	background-image: url('../img/picture.png');
}

#panels {
	font-size: 11px;
	color: #5d5c5d;
	background-color: #fff;
	padding: 10px 0;
	border-top: 1px solid #ddd;
}

#panels .leftPanel,#panels .middlePanel,#panels .rightPanel {
	background-color: #fff;
	float: left;
	width: 356px;
	height: 130px;
}

#panels .leftPanel {
	border-right: 1px solid #ddd;
}

#panels .rightPanel {
	width: 224px;
}

#panels .leftPanel a {
	color: #15446b;
	margin-right: 15px;
	float: right;
	text-decoration: none;
	margin-top: 3px;
	padding-right: 12px;
	padding-bottom: 1px;
	background-image: url("../img/arrow.png");
	background-repeat: no-repeat;
	background-position: right;
	font-size: 11px;
}

.middlePanel .images {
	margin-top: 10px;
	text-align: center;
}

.middlePanel img {
	border: 2px solid #fff;
}

.middlePanel a:hover img {
	border-color: #51728e;
}

#panels .leftPanel a:hover {
	text-decoration: none;
}

#panels .rightPanel {
	border-left: 1px solid #ddd;
}

#panels h1 {
	font-size: 16px;
	color: #333;
	padding: 0 15px;
	padding-top: 10px;
}

#panels  p {
	padding: 0 15px;
	padding-top: 10px;
	text-align: justify;
}

#footer {
	background-color: #333;
	color: #999;
	font-size: 9px;
	padding-bottom: 5px;
}

#footer .logo {
	background-image: url('../img/logo_pp.gif');
	background-position: right;
	background-repeat: no-repeat;
	text-decoration: none;
	padding: 15px;
}

#footer .logo:hover {
	background-image: url('../img/logo_pp_on.gif');
	text-decoration: none;
}

#footer p.address {
	float: left;
}

#footer p.bottomMenu {
	padding: 7px 0;
	text-align: right;
}

#footer a {
	font-size: 9px;
	color: #999;
	text-decoration: none;
}

#footer .bottomMenu a {
	padding: 3px 15px;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Menu górne */
#ieTopMenuHack {
	display: block;
	float: left;
	width: 150px;
}

#menu {
	background-color: #fff;
	float: left;
	width: 100%;
	height: 40px;
	position: absolute;
	width: 940px;
	opacity: 0.9;
	filter: alpha(opacity = 90);
	background-repeat: no-repeat;
	background-position: 15px 45px;
	overflow: hidden;
}

#menu ul {
	float: left;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu ul ul {
	width: auto;
	margin-left: 0;
	padding-top: 15px;
}

#menu ul li {
	display: block;
	float: left;
	text-align: left;
	padding: 10px 4px;
	text-transform: uppercase;
}

#menu ul li li {
	padding: 0;
	float: none;
	width: 160px;
}

#menu a {
	display: block;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 16px;
	margin: 0;
	padding: 2px 3px;
	color: #29405f;
	text-decoration: none;
}

#menu a:hover {
	color: #000;
}

#menu li a {
	padding-left: 20px;
	font-weight: bold;
}

#menu li li a {
	padding-left: 20px;
	font-weight: normal;
}

#menu li li a:hover {
	background-image: url("../img/arrow.png");
	background-position: left;
	background-repeat: no-repeat;
	text-decoration: underline;
}

#menu a.selected {
	color: #000;
}

#menu li {
	position: relative;
}

#menu ul ul {
	position: absolute;
	z-index: 500;
}

#menu ul ul ul {
	left: 100%;
	position: absolute;
	top: 0;
}

/*
div#menu ul ul, div#menu ul li:hover ul ul, div#menu ul ul li:hover ul ul {
	display:none;
}

div#menu ul li:hover ul, div#menu ul ul li:hover ul, div#menu ul ul ul li:hover ul {
	display:block;
}
*/
div#menu ul ul {
	display: none;
}

.over {
	display: none;
}

.over2 {
	display: block;
}

/* Menu boczne */
#menu_left ul,.siteMap ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

#menu_left {
	background-color: #fff;
	width: 200px;
	float: left;
}

#menu_left li {
	padding: 2px 0;
}

#menu_left li a {
	color: #15446b;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
	margin-left: 14px;
	padding-left: 9px;
	display: block;
}

#menu_left li li a {
	color: #15446b;
	font-size: 11px;
	text-decoration: none;
	text-transform: none;
	margin-left: 30px;
}

#menu_left a:hover {
	color: #333;
	text-decoration: underline;
}

#menu_left li a.on {
	background-image: url("../img/arrow.png");
	background-position: left;
	background-repeat: no-repeat;
	color: #000;
	text-decoration: underline;
}

/* Navigacja */
.navbar_,.navbar_n,.navbar_s {
	background-color: #fff;
	margin-left: 216px;
	padding-top: 5px;
	padding-bottom: 15px;
	font-size: 10px;
	color: #15446b;
}

.navbar_n,.navbar_s {
	margin-left: 13px;
	padding-bottom: 0;
}

.navbar_ a,.navbar_n a,.navbar_s a {
	color: #15446b;
	font-size: 10px;
	text-decoration: none;
}

.navbar_ a:hover,.navbar_n a:hover,.navbar_s a:hover {
	color: #333;
	text-decoration: underline;
}

/* Content */
#content {
	background-color: #fff;
}

#artykul,#searchResults,#files,#realization,#sales {
	background-color: #fff;
	margin-left: 200px;
	padding: 0 15px;
	margin-bottom: 35px;
	text-align: justify;
	border-left: 1px solid #ccc;
	color: #5d5c5d;
	font-size: 11px;
}

#searchResults {
	border: 0;
	margin-left: 0;
}

.art_content {
	color: #5d5c5d;
	font-size: 11px;
	background-color: #fff;
}

.art_pictures {
	background-color: #fff;
}

/* Galeria */
.art_photos {
	padding-top: 15px;
	margin: 0 auto;
}

.art_photos div {
	float: left;
	width: 177px;
	text-align: center;
	margin-bottom: 5px;
}

#realization img,.art_pictures img,.art_photos img {
	border: 2px solid #fff;
}

#realization img:hover,.art_pictures img:hover,.art_photos div img:hover
	{
	border: 2px solid #51738f;
}

#realization #gallery #mainImage,#realization #gallery #mainImage:hover
	{
	border: 0;
}

.art_photos .description {
	text-align: center;
}

/* Pliki do pobrania */
.pliki-element {
	background-color: #eee;
	display: block;
	width: 99%;
	padding: 0 5px;
	margin: 1px 0;
	border: 1px solid #eee;
}

.pliki-element:hover {
	background-color: #fff;
}

.pliki-element .name {
	font-size: 11px;
	color: #0e456e;
	text-decoration: none;
}

.pliki-element img {
	vertical-align: middle;
}

.pliki-element .name:hover {
	color: #000;
	text-decoration: underline;
}

.pliki-element .size {
	padding-left: 10px;
}

/* Realizacja */
#realization .nextPrevBack {
	text-align: right;
	border-bottom: 2px solid #eee;
	margin: 10px 0;
}

#realization a {
	color: #19426e;
	text-decoration: none;
}

#realization a:hover {
	color: #000;
	text-decoration: underline;
}

#realization .backr {
	float: left;
}

#realization .backr,#realization .nextr,#realization .prevr {
	padding: 0 10px;
	background-image: url("../img/arrow2.png");
	background-position: left;
	background-repeat: no-repeat;
}

#realization .nextr {
	background-image: url("../img/arrow.png");
	background-position: right;
}

#realization #search_pag {
	float: right;
}

#realization #gallery {
	float: left;
	width: 330px;
}

#realization #gallery div {
	float: left;
	padding: 2px;
}

#realization #description {
	float: right;
	width: 370px;
	padding-right: 5px;
}

#realization .name a {
	color: #174566;
	text-decoration: none;
	font-weight: bold;
}

#realization .name a:hover {
	color: #000;
	text-decoration: underline;
}

#realization .number {
	margin: 10px 0;
}

#realization .city {
	color: #333;
	padding-top: 1px;
}

#realization .description {
	padding: 3px 0;
	margin-bottom: 4px;
	height: 40px;
}

#realization #gallery #mainImage {
	padding-bottom: 10px;
}

#realization .list {
	margin-left: 3px;
}

#realization img.left {
	text-align: center;
	margin-right: 6px;
}

#realization .more {
	text-align: right;
	background-image: url("../img/arrow.png");
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 10px;
}

#realization .line {
	border-bottom: 1px solid #eee;
	margin: 10px 0;
}

/* Mapa strony */
.siteMap {
	margin: 20px;
}

.siteMap ul ul {
	margin-left: 20px;
	height: 200px;
}

.siteMap ul ul ul {
	height: auto;
}

.siteMap li {
	float: left;
	display: block;
	width: 270px;
	margin-top: 5px;
}

.siteMap li a {
	color: #15446b;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	padding-left: 10px;
}

.siteMap li li a {
	background-image: url('../img/arrow.png');
	background-position: left;
	background-repeat: no-repeat;
	text-transform: uppercase;
}

.siteMap li li li a {
	text-transform: none;
}

.siteMap a:hover {
	color: #333;
	text-decoration: underline;
}

/* Sprzedaż */
#sales table {
	width: 712px;
}

#sales td {
	border-bottom: 1px solid #ddd;
}

#sales tr:hover {
	background-color: #eee;
}

#sales td {
	padding: 8px 6px;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

#sales thead tr td {
	border-right: 0;
	border-left: 0;
	font-weight: bold;
	text-align: left;
}

#sales thead tr:hover {
	background-color: #fff;
}

#sales .buttons {
	padding-bottom: 25px;
	border-bottom: 1px solid #ddd;
}

#sales .buttons a {
	float: left;
	display: block;
	text-decoration: none;
	color: #15456b;
	margin: 0 1px;
	width: 175px;
	text-align: center;
	background-color: #eee;
	padding: 5px 0;
}

#sales .buttons a:hover,#sales .buttons .on {
	background-color: #15456b;
	color: #fff;
}

#sales .size,#sales .price {
	text-align: left;
	padding-right: 30px;
}

#sales table tr td a {
	color: #15446b;
	text-decoration: none;
}

#sales table tr td a:hover {
	color: #000;
	text-decoration: underline;
}

/*#sales #descLayer { display: none; }*/
#sales #tableLayer {
	display: none;
}

#sales #filesLayer {
	display: none;
}

#sales #galleryLayer {
	display: none;
}

/* Wyniki wyszukiwarki */
#searchResults .header {
	padding-bottom: 5px;
	padding-top: 10px;
}

#searchResults a {
	color: #0d406b;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 0;
}

#searchResults .more {
	text-align: right;
	padding-right: 10px;
	margin-bottom: 4px;
	background-image: url("../img/arrow.png");
	background-repeat: no-repeat;
	background-position: right;
}

#searchResults a:hover {
	color: #000;
	text-decoration: underline;
}

#searchResults .wynik_wyszukiwania {
	padding: 5px 0;
}

#searchResults .pag,#searchResults .pagBottom {
	float: right;
}

#searchResults #search_pag .first,#searchResults #search_pag .prev,#searchResults #search_pag .next,#searchResults #search_pag .last
	{
	color: #333;
}

#searchResults .pagBottom {
	width: 100%;
	text-align: right;
	padding-bottom: 5px;
}

#searchResults .search_head {
	border-bottom: 2px solid #eee;
	padding-bottom: 5px;
}

#searchResults .wynikLink {
	border-bottom: 2px solid #eee;
}

#search_pag a {
	border: 1px solid #eee;
	padding: 0 3px;
	background-color: #f0f0f0;
	color: #144266;
	font-weight: bold;
}

#search_pag a:hover {
	background-color: #fff;
	color: #000;
	text-decoration: none;
}

#search_pag .selected {
	background-color: #fff;
	color: #000;
	text-decoration: none;
}

/* Kontakt */
#content .kontakt {
	padding: 0 3px 0 3px;
}

#content .kontakt .box {
	float: left;
	width: 300px;
	margin: 3px 5px 3px 5px;
}

#content .kontakt .address {
	margin-top: 25px;
}

#content .kontakt .fck {
	font-size: 11px;
	padding-left: 5px;
	width: 250px;
}

#content .kontakt .fck a {
	color: #15446b;
	text-decoration: none;
}

#content .kontakt .fck a:hover {
	color: #000;
	text-decoration: underline;
}

#content .kontakt .fck strong {
	font-weight: bold;
}

#content .kontakt .ml12 {
	padding-left: 5px;
	width: 316px;
}

#content .box h2 {
	font-size: 16px;
	padding-bottom: 2px;
	color: #101e74;
	font-weight: bold;
	border-bottom: 5px solid #b1bac3;
	margin-bottom: 20px;
}

#content .fck table {
	border-collapse: separate;
	border-spacing: inherit;
}

#content .geo {
	line-height: 0px;
	height: 0px;
	text-decoration: none;
	border: none;
	outline: none;
}

#content #map1 {
	overflow: hidden
}

#kontaktform .legend {
	font-size: 11px;
	color: #353535;
	margin-top: 25px;
	margin-bottom: 15px;
}

#kontaktform .button {
	padding-bottom: 4px;
	background-image: url("../img/arrow.png");
	background-repeat: no-repeat;
	background-position: right;
	float: right;
	margin-right: 15px;
	width: 50px;
	border: 0;
	background-color: #fff;
	color: #15446b;
}

#kontaktform input,#kontaktform textarea {
	float: left;
	width: 180px;
	padding: 3px;
	border: 1px solid #919191;
	margin: 2px;
	font: normal 11px tahoma;
	color: #666666;
}

#kontaktform textarea {
	height: 100px;
}

#kontaktform label {
	color: #333;
	clear: left;
	float: left;
	display: block;
	width: 90px;
	margin: 5px;
	text-align: right;
	font: normal 11px tahoma;
}

#kontaktform .error {
	border-color: #c00;
}

#kontaktform span.error {
	font: normal 9px tahoma;
}

#kontaktform input.error,#kontaktform textarea.error {
	border-color: #c00;
}

#kontaktform label em {
	color: #00007f;
	margin-right: 2px;
}

#kontaktform .w100 {
	width: 180px;
	text-align: left;
}

#kontaktform .fright {
	margin-right: 8px;
}

#kontaktform em.kom {
	margin-top: 5px;
	margin-left: 5px;
	float: left;
	font-style: normal;
	font: normal 10px arial, tahoma, sans-serif;
}

#content .kontakt #map {
	width: 300px;
	height: 300px;
	background-color: #ccc;
	margin-top: 25px;
}

#content .kontakt h1 {
	margin-top: 15px;
}

#kontaktform #mainSuccess {
	margin-bottom: 20px;
	color: #000;
}

#kontaktform #mainError {
	margin-bottom: 20px;
	color: #a44;
}

/* Poleć */
#warstwa {
	z-index: 100;
}

#warstwa #content {
	padding: 0;
}

#warstwa {
	position: absolute;
	top: 77px;
	width: 100%;
	height: 100%;
	z-index: 1002;
}

#wrapper .polec {
	width: 360px;
}

#wrapper .polec a {
	color: #666666;
}

#wrapper .polec #content {
	border: 3px solid #666;
	background-color: #e8e8e8;
}

#polecenie {
	padding-bottom: 20px;
}

#polecenie legend {
	font-weight: bold;
	padding-left: 15px;
	padding-top: 15px;
	color: #656565;
}

#polecenie .button {
	float: right;
	margin-right: 15px;
}

#polecenie .button a {
	width: 178px;
}

#polecenie input,#polecenie textarea {
	float: left;
	width: 207px;
	padding: 3px;
	border: 1px solid #919191;
	margin: 5px;
}

#polecenie textarea {
	height: 100px;
}

#polecenie label {
	clear: both;
	float: left;
	display: block;
	width: 110px;
	margin: 5px;
	text-align: right;
	padding-top: 3px;
}

#polecenie span.error {
	color: #c00;
	font-size: 9px;
	margin-left: 90px;
}

#polecenie a,#polecenie legend,#polecenie {
	font-family: Arial;
}

#polecenie a {
	text-decoration: none;
}

#polecenie a:hover {
	text-decoration: underline;
}

#polecenie label {
	font-size: 11px;
	color: #5a5a5a;
}

#polecenie legend {
	font-size: 12px;
}

#warstwa #polec-naglowek {
	text-indent: 4px;
}

#warstwa a.warstwa_zamknij {
	text-decoration: none;
	display: block;
	border-bottom: 2px solid #fff;
	text-align: right;
	padding: 5px;
	font-size: 12px;
	outline: none;
}

#warstwa a.warstwa_zamknij:hover {
	text-decoration: underline;
}

#warstwa h1 {
	font-weight: normal;
	text-align: left;
	padding-left: 10px;
}

#debug {
	text-align: left;
	white-space: pre;
	padding: 10px;
	margin: 5px;
}