/* Global Resetting */
html{	
	width: 100%;
	height: 100%;
	background-color: #fff;
}

body {
	width: 100%;
	height: 100%;
	font: 12px Arial, Verdana, Tahoma;
}

* {
	padding: 0;
	margin: 0;
	font:12px Arial,Verdana,Helvetica,sans-serif;
	list-style:none;
}

b {
	font-weight: bold;
}

a img{
	border:0;
}

.clear{
	clear:both;
}

/* Layout CSS */
/* Nagłówek i stopka */

.header {
	background-image: url(../images/gora_tlo2.gif);
	background-repeat: repeat-x;
	height: 60px;
	overflow: hidden;
}

.header .left {
	width: 54%;
	float: left;
	background-image: url(../images/gora_tlo.gif);
	height: 60px;
}

.header .left .logo {
	float: right;
}

.header .right {
	margin-left: 54%;
	height: 60px;
}

.header .right .newsletter {
	display: block;
	width: 500px;
	padding: 5px 10px 10px 0px;
}

.header .right .newsletter div {
	padding-left: 87px;
	background-image: url(../images/newsletter.gif);
	background-repeat: no-repeat;
	background-position: 10px 0px;
}

.header .right .newsletter input {
 	border: 1px solid #000;
	height: 18px;
	background-color: #fff;
	color: #aaa;
	margin: 0px;
}

.header .right .newsletter input[value=ZAPISZ] {
 	border: 0px;
 	width: 40px;
	color: #000;
	font: 10px Arial, Verdana, Tahoma;
	text-align: center;
}

.header .right .newsletter input[value=wypisz] {
	background-image: url(../images/newsletter_wypisz.gif);
 	border: 0px;
	width: 41px;
	background-position: center top;
	background-repeat: no-repeat;
	color: transparent;
}

.header .right .newsletter p{
	font-weight: bold;
	margin-left: 90px;
}

.widthName {
	width: 70px;
}

.widthEmail {
	width: 120px;
}

.widthPhone {
	width: 100px;
}

.header .right .newsletter p {
	padding: 9px 0px 0px 15px;
 	color: #fff;
 	font-size: 12px;
 	font-weight: normal;
}

.foot {
	height: 30px;
	background-image: url(../images/belka_dol_prawo.gif);
	background-repeat: repeat-x;
	overflow: hidden;
	margin-top: 10px;
}

.foot .left {
	height: 30px;
	width: 40%;
	background-image: url(../images/belka_dol_lewo.gif);
	background-repeat: repeat-x;
	float: left;
}

.foot .left .pixelmeal {
	width: 142px;
	height: 30px;
	display: block;
	float: right;
	padding-right: 170px;
}

.foot .right {
	margin-left: 40%;
}

.foot .right p {
	padding: 7px 0px 3px 300px;
	color: #fff;
	font-size: 11px;
}

.foot .right p a {
	color: #fff;
	font-size: 11px;
	text-decoration: none;
}

.foot .right p a:hover {
	border-bottom: 1px dotted #fff;	
}

/* Strona */
.container {
	width: 960px;
	margin: auto;
}

.colLeft {
	width: 200px;
	float: left;
	padding-top: 5px;
}

.colLeft img {
	margin: 7px;
}

.colRight {
	width: 750px;
	float: right;
	padding-top: 10px;
}

.do10000 {
	margin-bottom: 5px;
}

.zone {
	width: 184px;
	height: 20px;
	background-image: url(../images/belka_menu_lewe.gif);
	padding: 3px 0px 0px 15px;
	text-transform: capitalize;
	color: #fff;
	font-weight: bold;
}

.zoneRight {
	width: 138px;
	height: 20px;
	background-image: url(../images/belka_menu_prawe.gif);
	padding: 3px 0px 0px 25px;
	text-transform: capitalize;
	color: #fff;
	font-weight: bold;
}

.zoneComm {
	padding-top: 10px;
}

.menuLink {
	display: block;
	padding: 6px 0px 0px 10px;
	margin-left: 10px;
	vertical-align: middle;
	color: #000;
	text-decoration: none;
	background-image: url(../images/kulki.gif);
	background-position: 0px -24px;
	background-repeat: no-repeat;
}

.menuLink:hover , .current{
	background-position: 0px 10px;
	font-weight: bold;
}

.banner {
	border: 1px solid #000;
	/*float: left;*/
}

.bannerLinks {
	width: 170px;
	float: right;
}

.mainText {
	margin-top: 10px;
	width: 746px;
	min-height: 40px;
	border: 1px solid #000;
}

.mainTextHeading {
	background-image: url(../images/belka_glowny_tekst.gif);
	height: 20px;
	padding: 3px 0px 0px 25px;
	text-transform: capitalize;
	color: #fff;
	font-weight: bold;
}

.commercialMargin {
	min-height: 15px;
}

p.info {
	margin-bottom: 0px;
	padding: 0px;
}

p.info span {
	font-size: 9px;	
	text-align: right;
	display: block;
}

ul.actionLinks {
	padding: 0px;
	margin: 0px;
	font-size: 10px;
}

#PageComments li{
	list-style: disc;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

.statistics {
	padding: 6px 0px 0px 20px;
}


#CommenterURL {
	display: none;
}