/* Layout home.ctp */
#contentLeft {
	width:548px;
	float:left;
}
#contentRight {
	width:308px;
	height:425px;
	float:right;
	padding:0 17px 0 17px;
	overflow:auto;
}
div.h1blue {
	background-image:url('../img/bg_aktualnosci.gif');
	background-position:center left;
	background-repeat:y-repeat;
}
div.h1blue h1 {
	padding-left:10px;
	background-image:url('../img/kwadrat_aktualnosci.gif');
	background-position:center left;
	background-repeat:no-repeat;
}
hr {
	border:none;
	background-image:url('../img/bg_pasek.gif');
	background-repeat:no-repeat;
	height:8px;
}
h1.home {
	font-size: 15px;
	margin: 0 0 10px 0;
	padding:0 0 0 0;
	color: #fdb913;
	background-image:none;
}
h1.home a {
	color: #fdb913;
}