@charset "utf-8";
/*:first-child+html #logo{

#00c1e4 - niebieski
*/

html {
	width:100%;
	height:100.1%;
	font-size:115.1%;
}

body{
	background:url(images/bg.png) left top repeat-x #ffffff;
	font:0.7em Tahoma, "Times New Roman", Times, serif;
	line-height:1.6em;
	width:100%;
	color:#686a6c;
	height:100%;
}

body,h1,h2,h3,h4,h5,h6,p,form,fieldset,ul,img, table{	
	margin:0;
	padding:0;
}


/* General
--------------------------------------------------*/
h1,h2,h3,h4,h5,h6,p,ul, table{
	padding-bottom:1.2em;
}
h1, h2, h3, h4{
	color:#fbb327;
}
h1{
	font-size:1.5em;
}
h2{
	font-size:1.3em;
}	
h3{
	font-size:1.1em;
}
a{
	color:#fbb327;	
}
a:hover{
	color:#000000;
}
a img{
	border:none;
}	
a.noUnderline{
	text-decoration:none;
}
a.noBg{
	background:none;
}
ul{
	list-style:none;
	padding-left:1.5em;
}
ul li{
	padding:.2em 0 .2em 2.25em;	
}
ul li.noBullet{
	background:none;
}

.dist{
	color:#fbb327;
}
.clear{
	clear:both;	
	line-height:1px;
	height:2px;	
	font-size:1px;
}
.tcenter{
	text-align:center;
}
.tleft{
	text-align:left;
}
.tright{
	text-align:right;
}
.just {
	text-align:justify;
}
.left{
	float:left;
}
.right{
	float:right;
}
.noMP{
	margin:0;
	padding:0;
}
.pt{
	padding-top:1.2em;
}
.pl{
	padding-left:1.2em;
}
.pr{
	padding-right:1.2em;
}
.pb{
	padding-bottom:1.2em;
}
.mt{
	margin-top:1.2em;
}	
.cl{
	clear:left;
}
.cr{
	clear:right;
}
.cb{
	clear:both;
}
.line{
	height:1.2em;
	border-top:solid 1px #e9e9e9;
}

.half {
	width:50%;
}
.setka{
	width:100%;
}




/*Container
--------------------------------------------------*/
#container{
	width:960px;
	margin:0 auto;
}

/* Header
--------------------------------------------------*/
#header{
	height:234px;
	width:100%;	
	position:relative;
	background:url(images/headerBg.png) top left no-repeat #fbb327;	
}

#header a{
	position:absolute;
	width:330px;
	height:75px;
	top:78px;
	left:33px;
}

/* Content
--------------------------------------------------*/
#content{
	/*fixes ie double padding*/
	display:inline-block;
	background:url(images/leftColumnBg.png) left top repeat-y;
}


/* Rightcolumn
--------------------------------------------------*/
#rightColumn{
	/*margines lewy 76*/
	width:320px;	
	float:right;	
	min-height:370px;
	overflow:hidden;
}

#searchform{
	width:320px;
	height:133px;
	background:url(images/searchFormBg.png) left top no-repeat;
	position:relative;
}

#s{
	position:absolute;
	left:70px;
	top:72px;
	width:130px;
	background:none;
	border:none;
}

#searchsubmit{
	border:none;
	background:none;
	position:absolute;
	left:215px;
	top:60px;
	width:40px;
	height:40px;
	cursor:pointer;
	padding:0;
}

#rightColumn .bg{
	background:url(images/rightColumnBg.png) left top repeat-y;
	padding:20px 0 0 0;
	border-bottom:solid 1px #e2e4e5;
}
#rightColumn ul li a{
	color:#8e8e8e;	
}
#rightColumn ul li ul{
	padding-left:0;
}
#rightColumn ul li p{
	padding-right:30px;
}
#rightColumn h2{
	padding-bottom:0;
	font-size:1.1em;
	color:#ff9a00;
}

#rightColumn .banners{
	width:235px;
	height:244px;
	margin:20px auto;
	background:url(images/banners.png) left top no-repeat;
	position:relative;
}	
#pilnujauta, #korjar, #forum, #polphone{
	position:absolute;
	width:100%;
	left:0;
}
#pilnujauta{
	height:70px;
	top:0;
}
#polphone{
	top:76px;
	height:30px;
}
#korjar{
	top:112px;
	height:70px;
}
#forum{
	top:189px;
	height:55px;
}
/* Leftcolumn
--------------------------------------------------*/
#leftColumn{
	width:580px;
	padding:30px;
	float:left;
}



#comments{
	color:#ff9a00;
	padding-top:1em;
}

ol.commentlist{
	padding:0;
	margin:0;
	margin-bottom:1em;
	list-style:none;
}
ol.commentlist li{
	border-top:solid 1px #ededed;
	border-bottom:solid 1px #ededed;
	padding:2em 2em;		
}
ol.commentlist li.odd{
	background-color:#fafafa;
}
ol.commentlist .fn{
	text-transform:uppercase;
	color:#fbb327;
	font-weight:bold;
}
ol.commentlist .avatar{
	display:none;
}
ol.commentlist .says{
	font-weight:bold;
}
ol.commentlist p{
	padding-top:1em;
	padding-bottom:0;
}

#respond form #author, #respond form #email, #respond form #url{
	background:none;
	border:none;
	background:url(images/input.gif) left top no-repeat;
	width:174px;
	height:24px;
	padding-left:5px;
	padding-top:4px;
}
#respond form #comment{
	background:none;
	border:none;
	background:url(images/textarea.gif) left top no-repeat;
	width:567px;
	height:97px;
	padding:5px;
}
#respond .submitContainer{
	text-align:right;
	padding-right:5px;
}
#respond #submit{
	background:none;
	width:auto;
	height:auto;
}

#captchaSubmit{
	display:none;
}

/* Footer
--------------------------------------------------*/
#footer{
	width:100%;
	height:53px;
	background:url(images/footerBg.png) left top no-repeat;
	padding-top:10px;
	color:#ffffff;
	text-align:center;
}
#footer a{
	color:#000000;
}

#w2b{
	position:relative;
	left:400px;
	color:#4d4d4d;
}





