html, body { 
	margin: 0; 
	padding: 0; 
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/* LINKI */
a:link{
	color: #FF3300;
	text-decoration: underline;
}
a:visited{
	color: #FF6600;
	text-decoration: underline;
}
a:hover{
	color: #FF3300;
}
a:active{
	color: #FF0000;
}
a img {
	border: none;
}

/**
 *
 * POLA (INPUTY, SELECTY, TEXTAREA, BUTTONY)
 *
 **/
 
.input{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #808080;
	border: 1px solid #CDCDCD;
	padding: 3px 3px 4px 3px;
	margin: 1px 2px 2px 1px;
	width: 200px;
	background: #ffffff;
}

.input:focus {
	background-color: #FFF5EF;
	border-color: #FF6600;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF6600;
	background-color: #F4f4f4;
	border: 1px solid #CDCDCD;
	border-top-width: 0;
	padding: 5px;
	background-image: url("/gfx/tablehead.gif");
	margin: 3px 0;
	height: 25px;
}

.button:hover {
	color: #FF3300;
	cursor: pointer;
}

textarea{
	font-size: 11px;
}

.select_header{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 0;
	background-color: #fafafa;
	font-weight: bold;
	border: #999999;
	height: 19px;
	line-height: 19px;
	padding: 0 0 0 12px;
	vertical-align: middle;
}

/**
 *
 * LAYOUT STRONY
 *
 **/
#columnSet{
	margin: 0 auto;
	width: 970px;	
}

/**
 *
 * G�RNA BELKA
 *
 **/
#top {
	height: 56px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-right: 12px;
	padding-left: 10px;
	padding-top: 1px;
	background: url("/gfx/top.gif") center top no-repeat;
	text-align: center;
	height: 100px;
}
#top .container{
	width: 970px;
	margin: 0 auto;
	text-align: left;
	clear: both;
}
#top a{
	color: #854A0D;
	text-decoration: none;
}
#top a:hover{
	color: #FF3300;
}
#top .top_title{
	float: left;
	width: 450px;
	padding-left: 18px;
	height: 27px;	
	line-height: 25px;
}
#top .top_logo{
	clear: both;
	width: 100%;
}
#top .top_title a:hover{
	color: #854A0D;
}
#top .top_menu{
	height: 22px;
	line-height: 22px;
	text-align: right;
	padding-top: 2px;
	padding-right: 10px;
	float: right;
	width: 450px;
	_height: 25px;
	_padding-top: 3px;
}


/**
 *
 * LEWA KOLUMNA
 *
 **/
#leftColumn{
	width: 200px;
	float: left;
	clear: left;
}
#leftColumnt .top_menu{
	height: 150px;
	clear: both;
}
#leftColumn .menu{
	padding: 5px 0 10px 0;
}
#leftColumn .menu ul li.over-sub-level{
	font-size: 0;
	line-height: 0;
	padding: 0;
	margin: 0;
}
#leftColumn .menu ul, #leftColumn .menu ul ul.sub-level{
	list-style-type: none;
	padding: 0;
	margin: 0;
	white-space: nowrap;
}
#leftColumn .menu ul ul.sub-level li{
	font-size: 11px;
	line-height: 15px; 
}
#leftColumn .menu ul a{
	text-decoration: none;	
}
#leftColumn .menu ul li.main-level{
	font-weight: bold;
	margin: 5px 0 0 10px;
}
#leftColumn .menu ul li ul.sub-level li{
	font-weight: normal;
	margin-left: 20px;
	margin-bottom: 0;
}

/* NEWSLETTER BOX */
#leftColumn .newsletter{
	height: 205px;
	width: 190px;
	clear: both;
	background: url('/gfx/newsletter-body.gif') transparent center top no-repeat;
	padding: 0;
	margin: 0;
}
#leftColumn .newsletter .body{
	display: block;
	padding: 45px 0 0 20px;	
	color: #888888;
	font-size: 10px;
	font-weight: bold;
	height: 165px;
}
#leftColumn .newsletter .row{
	margin-bottom: 6px;
	margin-top: 1px;
}
#leftColumn .newsletter .it{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	width: 150px;
	padding: 0;
	margin: 0;
}

/**
 *
 * PRAWA KOLUMN
 *
 **/
#rightColumn{
	float: left;
	clear: right;
	width: 770px;	
}
#rightColumn #rightText{
	padding: 0;
	margin: 0;
}
#rightColumnBanner{
	width: 770px;
	clear: right;	
}
#rightColumnBanner #rightBanner{
	overflow: hidden;
	width: 570px !important;
	width: 567px;
	font-size: 0;
	line-height: 0;
}
#rightColumnBanner #rightMenu{
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}
#rightColumnBanner #rightMenu img{
	clear: right;
}


#bottomRow{
	clear: left;
	width: 100%;
}
#bottomRow #bottomLeft{
	width: 260px;
	clear: none;
}
#makerBox{
	width: 100%;
	clear: right;
	text-align: center;
	margin: 0 auto;
}
#makerBox a.maker{
	margin: 0 10px 0 0;
	display: inline;
	clear: none;
}
#makerBox a.maker img{
	padding-top: 0;	
}

/**
 *
 * STOPKA
 *
 **/
#footer{
	text-align: center;
	padding-top: 5px;
	
}
#footer .container{
	display: block;
	width: 100%;
	text-align: center;
	padding-top: 5px;
	margin: 5px auto;
}
#footer .copy{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #888888;
	text-align: center;
	padding: 3px;
}
#footer .menu{
	margin-top: 10px;
	background: url('/gfx/bottom.gif') no-repeat center center #FFF;
	line-height: 30px;
}
#footer a{
	text-align: center;
	text-decoration: none;	
}


/**
 *
 * TABELE DANYCH
 *
 **/


/* TABELA */
.tableMain { 
	margin: 0 0 10px 0;
	width: 770px;
}

.tableMain tr th {
	border-bottom-width: 0;
	border-right-width: 0;
	border-top-width: 0;
	background: url("/gfx/header.gif") #F4f4f4 top center no-repeat;
	color: #854A0D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	line-height: 26px;
	height: 26px;
}
.tableTitle{
	line-height: 26px;
	height: 26px;
	margin-left: 12px;	
	float: left;	
}

.tableMain tr td {
	padding: 4px;
	border-left: 1px solid #CDCDCD;
	border-right: 1px solid #CDCDCD;
}
.tableMain .tableFooter {
	border-width: 0;
	background: url("/gfx/footer.gif") #FFFFFF top center no-repeat;
	font-size: 0;
	line-height: 20px;
	height: 20px;
	padding: 0;
}

/**
 *
 * BOXY
 *
 **/ 
/* NORMAL */
.box{
	width: 250px;
	height: 223px;
	display: block;
	margin-right: 10px;
	clear: none;
}
.header-box{
	background: url('/gfx/header-box.gif') no-repeat center top;
	height: 26px;
	line-height: 26px;
	width: 100%;
}
.header-box .title-box{
	margin-left: 10px;
}
.container-box{
	background: url('/gfx/container-box.gif') repeat-y center top;
	color: #808080;
	padding: 12px 12px 0;
	line-height: 13px; 
	height: 175px;
}
.footer-box{
	background: url('/gfx/footer-box.gif') no-repeat center bottom;
	height: 10px;
	width: 100%;
	line-height: 10px;
	font-size: 0;
}
/* SMALL */
.header-box-small{
	background: url('/gfx/header-box-small.gif') no-repeat center top;
	height: 5px;
	line-height: 5px;
	width: 100%;
	font-size: 0;
}
.container-box-small{
	background: url('/gfx/container-box-small.gif') repeat-y center top;
	width: 100%;
}
.footer-box-small{
	background: url('/gfx/footer-box-small.gif') no-repeat center bottom;
	height: 5px;
	line-height: 5px;
	width: 100%;
	font-size: 0;
}
/* BIG */
.box-big{
	width: 770px;
	display: block;
	clear: both;
	margin-bottom: 9px;
}
.header-box-big{
	background: url('/gfx/header.gif') no-repeat center top;
	height: 26px;
	line-height: 26px;
	width: 100%;
}
.header-box-big .title-box-big{
	margin-left: 10px;
}
.container-box-big{
	background: url('/gfx/container.gif') repeat-y center top;
	color: #808080;
	padding: 1px 12px 1px 12px;
	line-height: 13px; 
}
.footer-box-big{
	background: url('/gfx/footer.gif') no-repeat center bottom;
	height: 20px;
	width: 100%;
	line-height: 20px;
	font-size: 0;
}


/* TABELA MA�A */
.tableSmall{
	width: 500px;
}
.tableSmallTitle{
	background: url('/gfx/tablehead.gif') repeat-x left center;
	height: 26px;
	line-height: 26px;
	border-left: 1px solid #CDCDCD;
	border-right: 1px solid #CDCDCD;
	width: 100%;
	padding-left: 5px;
}
.tableSmall td{
	text-align: left;
	border-left: 1px solid #CDCDCD;
	border-right: 1px solid #CDCDCD;
	border-bottom: 1px solid #CDCDCD;
	padding: 3px 3px 3px 5px;
	color: #808080;
}

	

/* POLA EDYCJI */
.fieldRow{
	display: block;
	clear: both;
	height: 2em;
}
.fieldLabel{
	border: 1px solid #DCDCDC;
	clear: left;
	display: block;
	float: left;
	height: 2em;
	line-height: 2em;
	margin: 0 2px 2px 0;
	padding-right: 2px;
	text-align: right;
	width: 175px;
}
.fieldValue{
	clear: right;
	display: block;
	float: left;
	height: 100%;
	line-height: 2em;
	text-align: left;
	width: 300px;
	vertical-align: top;
}
.noborder{
	border-width: 0;	
}

/**
 *
 * DODATKOWE KLASY
 *
 **/

.fleft{
	float: left;
}
.fleft{
	float: left;
}
.left{
	text-align: left;
}
.center{
	text-align: center;
}
.right{
	text-align: right;	
}
.top{
	vertical-align: top;	
}
.middle{
	vertical-align: middle;	
}
.bottom{
	vertical-align: bottom;	
}
.bold{
	font-weight: bold;
}
.italic{
	font-style: italic;	
}
.pre{
	white-space: pre	
}

.w40p{
	width: 40%;	
}

.w45p{
	width: 45%;	
}

.w50p{
	width: 50%;
}

.w60p{
	width: 60%;
}
.w100p{
	width: 100%;	
}
.w90p{
	width: 90%;	
}
.w100px{
	width: 100px !important;	
}
.w180px{
	width: 180px !important;	
}
.searchSelect{
	width: 150px !important;	
}
.nbb{
	border-bottom: 0 solid #FFF !important;	
}
.nbr{
	border-right: 0 solid #FFF !important;	
}
.nbl{
	border-left: 0 solid #FFF !important;	
}
.nbt{
	border-top: 0 solid #FFF !important;	
}
.nb{
	border: 0 solid #FFF !important;
}
.w120px{
	width: 120px;	
}
.w140px{
	width: 140px;	
}
.p0{
	padding: 0;	
}
.m0{
	margin: 0;	
}
.mtb10px{
	margin-top: 10px;
	margin-bottom: 10px;
}
.mbr10px{
	margin-bottom: 10px;
	margin-right: 10px;
}
.mb10px{
	margin-bottom: 10px;
}
.mr0{
	margin-right: 0;	
}
.mr5px{
	margin-right: 5px;	
}
.pl12px{
	padding-left: 12px;	
}
.noresult{
	height: 50px;
	line-height: 20px;
}

.orange{
	color: #FF6600 !important;
}
.red{
	color: #ff3300 !important;
}
.brown{
	color: #854A0D !important;
}
.gray{
	color: #808080 !important;
}
.spacer{
	clear: both;
	width: 100%;	
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}
.clear{
	clear: both;
	width: 100%;	
	height: 0;
	line-height: 0;
	font-size: 1px;
}
.capsLock{
	text-transform: uppercase;	
}
.s5{
	font-size: 5px;
	line-height: 5px;
	height: 5px;
}
.s10{
	font-size: 10px;
	line-height: 10px;
	height: 10px;
}
.s20{
	font-size: 20px;
	line-height: 20px;
	height: 20px;
}
.s30{
	font-size: 30px;
	line-height: 30px;
	height: 30px;
}

/* STRONICOWANIE */
#paging{
	margin-left: 9px;
}
#paging a{
	text-decoration: none;
	color: #808080;
}
#paging a:hover{
	text-decoration: none;
}
#paging .curPage{
	font-weight: bold;
	font-size: 1em;
}

/* INFO OKNA */
.infoBox{
	display: block;
	width: 770px;
	clear: both;
	margin: 10px auto 20px auto;
	background: #FFFFFF;
	text-align: center;
}
.infoBox .title{
	background: url('/gfx/header.gif') no-repeat center top;
	font-weight: bold;
	letter-spacing: 2px;
	font-variant: small-caps;
	font-size: 15px;
	padding: 0 5px;
	height: 26px;
	line-height: 26px;
}
.infoBox .body{
	 padding: 10px 5px 0 5px;
	 border-bottom: 0px dotted #DCDCDC;
	 line-height: 20px;
	 background: url('/gfx/container.gif') repeat-y center top;
}
.infoBox .footer{
	background: url('/gfx/footer.gif') no-repeat center top;
	height: 20px;
	line-height: 20px;
}


/* OK */
.ok, .ok *{
	color: #009900;
}
.ok .title{
	color: #009900;
}
/* NOTICE */
.notice, .notice *{
	color: #555555;
}
.notice .title{
	color: #FFCE0A;
}
/* ERROR */
.error, .error *{
	color: #CC0000;
}
.error .title{
	color: #CC0000;
}


/**
 *
 * SEARCH BOX
 *
 **/
#searchBox{
	width: 770px;
	background: url('/gfx/wyszukiwanie-zaawansowane-t.png') top center transparent no-repeat;
	margin-bottom: 10px;
}
#searchBox .container{
	background: url('/gfx/back-search-top.gif') top center transparent no-repeat;
	width: 750px;
	margin: 0;
	padding: 20px 0 13px 20px;
}
#searchBox .foot{
	background: url('/gfx/back-search-bottom.png') 0 0 transparent no-repeat;
	height: 7px;
	clear: both;
	overflow: hidden;
	width: 7
}
#searchBox .205{
	float: left;
	width: 235px;
	clear: none;
}
#searchBox .searchField{
	float: left;
}
#searchBox .searchTitle{
	color: #888888;
	font-size: 10px !important;
	font-weight: bold;
	line-height: 15px !important;
	clear: both;
}
#searchBox .searchField .searchValue{
	text-align: left;
	width: 185px;
}
#searchBox .spacer{
	width: 750px;
}
#searchBox .searchInput{
	width: 160px;
	margin: 0;	
}
#searchBox .leftVal{
	width: 70px;
	float: left;
}
#searchBox .rightVal{
	width: 70px;
	text-align: right;
	float: left;
}
#searchBox .leftVal .searchInput, #searchBox .rightVal .searchInput{
	width: 50px !important;
}

#searchBox .wyszukiwanie-div{
	position: relative;
}
#searchBox .wyszukiwanie{
	position: absolute;
	bottom: 0;
	right: 16px;
	height: 21px;
	cursor: pointer;
}
#searchBox .wyszukiwanie-proste{
	background: url(/gfx/wyszukiwanie-proste.png) top right no-repeat transparent;
	width: 177px;
}
#searchBox .wyszukiwanie-zaawansowane{
	background: url(/gfx/wyszukiwanie-zaawansowane.png) top right no-repeat transparent;
	width: 223px;
}
#searchBox._h120{
	height: 120px;
}
#searchBox._h120 .container{
	padding-bottom: 9px !important; 
	height: 84px !important;
}

