/*	---------------------------------------------------------------------------------------
	Section specyfic: Home
	---------------------------------------------------------------------------------------	*/

body#home {
	background: #ffffff url(../gfx/home_bg_body.gif) repeat-x;
}

#wrapper {
	background: url(../gfx/home_bg_header.gif) center 60px no-repeat;
}

#kontakt button {
	background: url(../gfx/arrow.gif) right no-repeat;
}

.t-border { 
	border-top: 1px solid #ddf8d7;
}

.lr-border { 
	border-right: 1px solid #ddf8d7;
}

h1, h2, h3, h2 a, a:hover, #news strong {
	color: #015848;
}

ul#news li {
	background: url(../gfx/home_bg_news.gif) top left no-repeat;
}

ul#news a.more {
	background: url(../gfx/home_bg_more.gif) no-repeat;
}

#main_content {
	background: url(../gfx/home_bg_line.gif) 564px top no-repeat;
}

#footer .contents {
	background: url(../gfx/home_bg_footer.gif) top center no-repeat;
}

