/* [padding|margin|border]: top right bottom left */

textarea,body,div,td,h1,h2,h3,h4 { font-family: Verdana, Helvetica, sans-serif; font-size: 11px; }
input,select	{ font-family: Arial, Helvetica, sans-serif; font-size: 11px; }
html, body		{ padding: 0px; margin: 0px; height:100%; }

form { border: 0px; padding: 0px; margin: 0px; }
input.in	{ background-color: #fdfcfc; font-family: Arial, sans-serif; padding: 0px 2px 0px 2px; height:15px; border: 1px #aaa solid; }

img 			{ border: 0px; padding: 0px; }
img.left		{float: left; margin-right: 14px; }
img.right		{float: right; margin-left: 14px; }

a:link 			{text-decoration: none; color: #009; font-size: 11px; text-decoration: none;} 
a:visited 		{text-decoration: none; color: #009; font-size: 11px; text-decoration: none;} 
a:active 		{text-decoration: none; color: #00e; font-size: 11px; text-decoration: none;} 
a:hover 		{text-decoration: none; color: #00e; font-size: 11px; text-decoration: underline;}


/*************************
*         header         *
**************************/

#topNavi { display:none; }
#topGFX  { display:none; }

/*************************
*          menu          *
**************************/


#menu { display:none; }



/*************************
*        content         *
**************************/


#main {
	position:absolute; left:0px; top:100px; width:100%;
	background: #fff;

	height:83%;
	min-height:83%;

}

#content {
	position:relative;
	float: left;
	width:100%;
	height:auto !important;
	height:100%;
	min-height:100%;
	background: #fff url(../img/home_bg.gif) -12px 0px repeat-y;
}
#white {
	position:relative;
	float: left;
	width:100%;
	height:auto !important;
	height:100%;
	min-height:100%;
	background: #fff;
}


/*************************
*        page: left      *
**************************/

#leftColumn { display: none; }

/*************************
*       page: right      *
**************************/


#rightColumn {
	position:relative;
	float: left;
	width: 90%;

}



#rightColumn h1 {
	font-size: 14px;
	font-weight:bold;
	font-family: arial, helvetica;
	color: #666;
	background: url(../img/dots.gif) 0px 19px repeat-x;
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding-bottom:5px;
}
#rightColumn h3 {
	font-size: 12px;
	font-weight:bold;
	font-family: arial, helvetica;
	color: #666;
	background: url(../img/dots.gif) 0px 17px repeat-x;
	width: 100%;
	margin: 0px 0px 5px 0px;
	padding-bottom:10px;
}

#rightColumn h4 {
/*	border: 1px #f00 solid; */
	color: #0018E7;
	font-size: 12px;
	font-weight:bold;
	margin: 10px 5px 10px 0px;
	padding-left: 2%;
	background: url(../img/tri3.gif) 0px 5px no-repeat;
	width: 98% !important;
	width: 100%;
	width/**/:/**/98%;
}
#rightColumn h5 {
	color: #0018E7;
	font-weight:bold;
	font-size: 11px;
	margin: 10px 5px 10px 0px;
	padding-left: 10px;
	background: url(../img/tri3.gif) 0px 4px no-repeat;
}

#rightColumn a:link, #rightColumn a:visited, #rightColumn a:active, #rightColumn a:hover {
	color: #008;
}

/*************************
*       navi bar         *
**************************/

#naviBar {
	border-bottom: 1px #aaa solid;
	width: 100%;
	color: #666;
	font-size: 10px;
	padding-bottom: 4px;
	margin-bottom: 7px;
}
#naviBar a:link, #naviBar a:visited, #naviBar a:active, #naviBar a:hover {
	color: #666;
	font-size: 10px;
}
#naviBar a:hover  {
	color: #02f;
	text-decoration: none;
}

/*************************
*  home page - main gfx  *
**************************/

#homeGFX {position:relative;
	padding: 15px 3% 15px 62%;

	height: 170px !important;
	height: 200px;
	height/**/:/**/170px;

	width: 35% !important;
	width: 100%;
	width/**/:/**/35%;

	background: #030E67 url(../img/home_gfx.jpg) no-repeat;
	color: #fff;
}
#homeGFX h2 {
	font-size: 12px;
	font-weight:bold;
}



#homeGFX #date {
	width: 100%;
	text-align:right;
	color: #9ae;
}

/*************************
*    wyniki szukania     *
**************************/

.proc {
	float:right;
	height:6px;
	width:70px;
	background: #ddd;
	margin-top:1px;
}
.procTxt {
	float:right;
	height:6px;
	margin-right:5px;
	line-height: 8px;
	color:#999;
	font-size:10px;
}
.bar {
	float:left;
	height:6px;
	background: #02c;
}
a.wynik:link, a.wynik:visited, a.wynik:active, a.wynik:hover {
	line-height: 20px;
	font-weight:bold;
}
div.wynik {
	margin-bottom: 18px;
}
.szary {

	color:#999;
}
#wiecej {
	border-top: 1px #888 solid;
	text-align: right;
	width:100%;
	padding-top: 5px;
}

/*************************
*         footer         *
**************************/


#footer {
	position:relative; float: left;
	width:100%; height:20px;
	border-top: 1px #333 solid;
	background: #fff;
	color: #888;
	padding-top:3px;
}