@CHARSET "UTF-8";

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px !important;
	line-height: 15px !important;
	background-color: #A1A1A1;
}

a {
	text-decoration: none;
	color: #02152A;
}

a:hover {
	text-decoration: underline;
}

/* LAYOUT */
#pgContainer {
	overflow: hidden;
	clear: both;
	width: 1200px;
	margin: 0px auto;
}

#pgMain {
	float: left;
	width: 960px;
	overflow: hidden;
}

#pgSideLeft,#pgSideRight {
	float: left;
	width: 120px;
	height: 680px;
	width: 120px;
}

#pgSideLeft {
	background-image: url(../images/sideLeft.jpg);
	background-repeat: no-repeat;
}

#pgSideRight {
	background-image: url(../images/sideRight.jpg);
	background-repeat: no-repeat;
}

#pgTop {
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	height: 180px;
	width: 960px;
	clear: both;
}

/* SRODEK LAYOUTU */
#pgColLeft {
	float: left;
	width: 220px;
	background-image: url(../images/bgLeft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 260px;
}

#pgColRight {
	float: left;
	width: 740px;
	background-image: url(../images/bgRight.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}

#pgRightMinHeight {
	float: left;
	height: 325px;
	width: 1px;
}

#pgContent {
	float: left;
	margin-top: 30px;
	padding: 0px 10px 10px 30px;
	width: 690px;
	background-image: url(../images/1px.jpg);
	background-repeat: repeat-y;
	background-position: 20px;
	background-image: url(../images/1px.jpg);
}

#pgContent .boxText a {
	color: #000228;
	font-style: italic;
	text-decoration: underline;
}

div.msgError {
	margin: 20px;
	padding: 10px;
	border: 1px solid red;
	background-color: #FFBCAF;
}

/* PASEK PARTNEROW */
#pgPartners {
	width: 800px;
	margin: 10px auto 0px;
	background-color: #A1A1A1;
}

#boxPartnersText {
	margin-bottom: 10px;
}

/* STOPKA */
#listFoot {
	text-align: center;
	width: 400px;
	margin: 10px auto 10px;
	list-style: none;
}

#listFoot li {
	display: inline;
	margin: 10px 0px 10px 10px;
	padding-right: 10px;
}

#listFoot li {
	border-right: 1px solid silver;
}

#listFoot li.last {
	border-right: none;
}

#pgCreatedBy {
	width: 800px;
	margin: 0px auto;
	text-align: right;
	display: block;
}

#pgCopyright {
	text-align: center;
	margin-bottom: 30px;
}