#branding {
	width: 1000px;
	height: 180px;
	margin: 0 auto 10px auto;
}
#menu, #informations{
	width: 205px;
	height:180px;
}
#menu {
	float:left;
	background: url(../../images/backgrounds/bckg_Menu_v1.jpg) no-repeat;
}
#menu ul {
	list-style: none;
	margin: 21px 15px 0px 15px;
}
#menu li {
	border-bottom: 1px solid #4c719b;
	padding-left: 30px;
}
#menu li * {
	color: #FFF;
	text-decoration: none;
	font-size: 17px;
	line-height: 25px;
	height:200px;
}
#advertise {
	float:left;
	width:590px;
	height:180px;
}
#informations {
	float:right;
	background: url(../../images/backgrounds/bckg_informacje_v1.jpg) no-repeat;
}
#informations p {
	font-size:20px;
	margin: 13px 0 0 30px;
	color:#fff;
}
#informations ul {
	list-style-type:none;
}
#informations li {
	padding-left: 34px;
}
#informations li * {
	color:#FFF;
	font-size: 13px;
	line-height: 21px;
	text-decoration:none;
}
/*button show all articles*/
#artZobaczWszystkie li.btn_zobaczWszystkie a:hover {
	cursor:pointer;
	background-position: bottom left;
	color:#eeeeee;
}
#artZobaczWszystkie a { 
	display: block; 
}
#artZobaczWszystkie li { 
	list-style: none; 
	float:left; 
	padding: 7px 0 5px 25px;
}
#artZobaczWszystkie li.btn_zobaczWszystkie a  {
	background: url(../../images/buttons/btn_zobaczWszystkie.png);
	width: 95px; /*110 - 15 padding*/
	height: 28px;
	margin-left: 15px; 
	font-size:11px;
	color:#FFF;
	line-height: 22px;
	padding-left:15px;
	text-decoration:none;
}


