/* ======================== */
/*   Szablon fluid layout   */
/* ======================== */

.colleftP {
	background: #E5E5E5;
	position: fixed;
	float: left;
	min-height: 100%;
	width: 50%;
}

.colrightP {
	background: #D9D9D9;
	position: absolute;
	left: 50%;
	float: left;
	min-height: 100%;
	width: 50%;
}


/* ======== */
/*   Boxy   */
/* ======== */

.boxcontainerleftP, .boxcontainerrightP {
	float: left;
	width: 800px;
}

.boxcontainerrightP {
	background: #E5E5E5;
}

.boximageleft, .boximageright {
	float: right;
	min-height: 10px;
}

.boxfirst, .boxinfo {
	overflow: hidden;
	float: left;
	width: 400px;
}

.boxfirst {
	height: 200px;
}

.boximageright {
	background: #D9D9D9;
	width: 400px;
}

.boximageleft {
	background: #E5E5E5;
}

.boximageleft img, .boximageright img {
	vertical-align: bottom;
}

.boxemptyDeskP {
	float: right;
	min-height: 10px;
	max-height: 10px;
	width: 400px;
}

.boxgrayleft, .boxgrayright, .boxcolorleft, .boxcolorright {
	float: right;
	min-height: 100px;
	max-height: 100px;
	width: 200px;
}

.boxgrayleft, .boxgrayright {
	background: #CCCCCC;
}

.boxgrayright, .boxcolorright {
	margin-right: 200px;
}

.boximagelast {
	background: #D9D9D9;
	float: right;
	min-height: 100px;
	max-height: 100px;
	width: 400px;
}

.boxfirst img, .boxfirst object, .boxfirst embed {
	max-width: none;
}


/* =============================== */
/*   Style opisujące menu główne   */
/* =============================== */

.menuP {
	padding: 110px 0 60px 60px;
}

.menuP p {
    font-family: 'Light', Helvetica, Arial, sans-serif;
	color: #D9D9D9;
	font-size: 35px;
	line-height: 30px;
	text-transform: uppercase;
}

.menuP p a {
	color: #CCCCCC;
	text-decoration: none;
}

.menuP .first {
	padding-top: 1px;
}


/* ================================== */
/*   Style opisujące ramki tekstowe   */
/* ================================== */

.subtitleP {
    font-family: 'Bold', Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
}


/* TABLETY POZIOM */

@media only screen and (max-width: 1279px) {

/* ======================== */
/*   Szablon fluid layout   */
/* ======================== */

.colrightP {
	margin-left: 0;
}


/* ======== */
/*   Boxy   */
/* ======== */

.boxcontainerleftP, .boxcontainerrightP {
	background: none;
	width: 100%;
}

.boxfirst, .boxinfo, .boximageleft, .boximageright, .boxemptyDeskP, .boxgrayleft, .boxgrayright, .boxcolorleft, .boxcolorright {
	background: none;
	float: none;
	width: 100%;
}

.boximageleft img, .boximageright img {
	padding: 10px 0 10px 0;
}

.boxgrayleft, .boxgrayright, .boxcolorleft, .boxcolorright {
	min-height: 50px;
	margin: 0;
}

.boximagelast, .boxemptyDeskP {
	min-height: 0;
}


}


/* SMARTFONY */

@media handheld, only screen and (max-width: 767px) {

/* ======================== */
/*   Szablon fluid layout   */
/* ======================== */

.colleftP, .colrightP {
	float: none;
	width: 100%;
}

.colleftP {
	position: relative;
}

.colrightP {
	left: 0;
}

}