.cookieBanner:before, .cookieBanner:after, .cookieBannerWrap:before, .cookieBannerWrap:after
{
	display: table;
	line-height: 0;
	content: "";
}
.cookieBanner:after, .cookieBannerWrap:after
{
	clear: both;
}
.cookieBanner
{
	color: #fff;
	margin: 0;
	border-bottom: 1px solid #000;
	background: #585858;
	zoom: 1;
}
.cookieBannerWrap
{
	background: url(org-footer-bg.png) 0% 40% no-repeat;
}
.cookieBanner p, .cookieBanner ul
{
	display: block;
	margin: 1em 0;
}
.cookieBanner p
{
	width: 65%;
	/*width: 63%;*/
	float: left;
}
.cookieBanner ul
{
	padding-left: 2em;
	/*padding-left: 0;*/
	width: 35%;
	/*width: 29%;*/
	text-align: center;
	float: right;
}
.cookieBanner p, .cookieBanner ul
{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.cookieBanner li
{
	display: block;
	list-style: none;
}
.cookieBanner a, .cookieBanner a:visited
{
	color: #fff;
	background: none;
	text-decoration: none;
}
.cookieBanner a:hover
{
	color: #fff;
	text-decoration: underline;
}
.cookieBanner a.continue
{
	text-decoration: none;
	color: #555;
	padding: .4em .5em;
	display: block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 1em 0;
	background: #add0e1;
	color: #333;
}
.cookieBanner a.continue:hover
{
	background: #ebf4f8;
	color: #333;
}