body {
	margin: 0;
	padding: 0;
	text-align:center;
	font: 16px Calibri, verdana,helvetica,sans-serif;
	color: #2a2835;
	background-color: #f3f5f0;
}
a {
	color: #46525e;
}
td {
	font: 16px Calibri, verdana,helvetica,sans-serif;
}
/*#cont1 {
	width:100%;
	height:100%; 
	background-image: url('img/gradient_g.gif');
	background-repeat: repeat-x;
	background-position:top;
}
#cont2 {
	width:100%;
	height:100%; 
	background-image: url('img/gradient_d.gif');
	background-repeat: repeat-x;
	background-position:bottom;
}*/
#cont1 {
	
}
#cont3 {
	width: 600px;
	margin: 0 auto;
	background: #ffffff;
	text-align:left;
}
h1 {
	color: #e33f4a;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	margin: 4px 20px 0 0;
	padding-top: 10px;
}
.headerTitle {
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	padding: 20px;
}
#intro {

}
#intro p {
	text-indent: 0px;
	font-weight: bold;
}
#intro h2 {
	font-size: 22px;
	font-weight: normal;
	color: #1a4eb9;
}

h2 {
	font-size: 16px;
	font-weight:bold;
	text-align:center;
	margin-left:20px;
	color: #e33f4a;
}
p {
	margin: 5px 20px 5px 20px;
	text-indent: 20px;
}
span.blue {
	/*color: #1a4eb9;*/
	color: #2a2835;
}
ul, ol {
	margin-top:0px;
	margin-bottom:0px;
}
.menu {
	list-style: none;
	padding: 0;
	margin-top: 20px;
	margin-bottom: 20px;
}
.menu > li {
	background-repeat: no-repeat;
	background-position: 20px center;
	padding: 12px 37px 12px 53px;
	position: relative;
	border-bottom: 1px solid #2a2835;
}
.menu > li.zmiana {
	background-image: url('img/zmiana2020.png');
}
.menu > li.przepis {
	background-image: url('img/nowe2020.png');
}
.menu > li.komentarz {
	padding: 10px 0;
	background-color: #e7e7e7;
	border: 0;
}
.menu li.choosed {
	border: 0;
	font-weight: 600;
}
.menu li.choosed,
.menu > li:not(.komentarz):hover,
.menu li.choosed a,
.menu > li:not(.komentarz):hover a {
	color: #2a2835;
}
.menu > li div.zwin,
.menu > li div.rozwin {
	background-repeat: no-repeat;
	background-position: center center;
	width: 23px;
	height: 22px;
	position: absolute;
	top: calc(50% - 11px);
	right: 15px;
	cursor: pointer;
}
.menu > li div.zwin {
	background-image: url('img/zwin2020.png');
}
.menu > li div.rozwin {
	background-image: url('img/rozwin2020.png');
}
.menu a {
	text-decoration: none;
}
p.center {
	text-align: center;
}
.break {
	margin: 18px 0;
}
.linkPO {
	padding: 10px 20px 10px 10px;
	background-color: #e33f4a;
	margin: 0 auto;
  display: inline-block;
}
.linkPO a {
	color: #fff;
}
.linkPO img {
	vertical-align: middle;
	margin-left: 5px;
}
#footer {
	background-color: 2a2835;
	color: #fff;
	text-align: center;
	width: 100%;
	padding: 25px 0 10px 0;
}
#footer p {
	margin-bottom: 10px;
}
#footer a {
	margin-right: 8px;
}
#footer span,
#footer a {
	color: #e33f4a;
	text-decoration: none;
}
#komunikat_cookie {
	display: block;
	position: fixed;
	bottom: 0px;
	background: #535559; 
	color: #fff;
	width: 100%;
	z-index: 20;
}
#komunikat_cookie > div {
	margin: 10px auto; 
	width: 1140px; 
	overflow: hidden; 
	font-size: 12px;
}
#komunikat_cookie a {
	color: #fff;
	text-decoration: underline;
}	