
	#main {
		margin-top : 8px;
		background : url('../img/bg_main_page.gif') left repeat-y;
		overflow : hidden;
	}

	#events {
		float : left;
		width : 378px;
		padding-bottom : 20px;
		margin-right : 1px;
/*		padding-top : 8px; */
		padding-top : 265px;
		background : url('../img/gory.jpg') top left no-repeat;
		/*background : url('../img/bg_white_8.gif') top repeat-x; */
	}

	#news {
		float : left;
		width : 390px;
		padding-top : 8px;
		padding-bottom : 20px;
		background : url('../img/bg_white_8.gif') top repeat-x;
	}

	#banners {
		float : right;
		width : 208px;
		padding-bottom : 20px;
		overflow : hidden;
	}

	#search {
		background : url('/img/bg_search_main.gif') top left no-repeat;
		padding : 9px 0px 9px 9px;
	}

	#search div {
		padding : 0;
	}

	.header-main-page,
	.header-news,
	.header-events {
		background : #A71C19;
		color : #fff;
		font-weight : bold;
		padding : 4px 20px;
		margin-bottom : 10px;
		padding-right : 30px;
	}

	.header-main-page {
		background : #A71C19 url('/img/bg_header_main_page.gif') right 50% no-repeat;
	}

	.header-news {
		background : #A71C19 url('/img/bg_header_news.gif') right 50% no-repeat;
	}

	.header-events {
		background : #A71C19 url('/img/bg_header_events.gif') right 50% no-repeat;
	}

	.header-main-page a, .header-news a, .header-events a,
	.header-main-page a:visited, .header-news a:visited, .header-events a:visited,
	.header-main-page a:hover, .header-news a:hover, .header-events a:hover {
		color : #fff;
		text-decoration : none;
	}
	.header-main-page a:hover, .header-news a:hover, .header-events a:hover {
		text-decoration : underline;
	}

	.margin {
		margin : 0px 12px 10px 20px;
	}

	.news-item {
		margin : 0px 12px 7px 20px;
		border-bottom : #f6f1e2 solid 1px;
		padding : 0;
		padding-bottom : 7px;
		background : none;
	}

	#events .news-item {
		border-bottom : #ece4ca solid 1px;
	}

	.news-item a.news-title,
	.news-item a.news-title:visited,
	.news-item a.news-title:hover,
	.pseudolink {
		color : #6f0505;
		text-decoration : none;
	}

	.news-item a.news-title:hover {
		color : #a71c19;
		text-decoration : underline;
		font-weight : bold;
	}

	.news-item .links a,
	.news-item .links a:visited,
	.news-item .links a:hover {
		color : #8b856f;
		font-size : 7pt;
		font-weight : bold;
		margin-left : 7px;
		padding-right : 7px;
		background : url('../img/bg_link_mini_off.gif') right 50% no-repeat;
	}

	.news-item .links a:hover {
		color : #a71c19;
		background : url('../img/bg_link_mini_on.gif') right 50% no-repeat;
	}

	.event-date {
		font-size : 7pt;
	}

	.bloczek ul li,
	.bloczek li ul li,
	.bloczek ul ul li {
		padding-left : 10px;
		background : url('/img/bg_link_mini_off.gif') 0px 5px no-repeat;
	}
