#redim-cookiehint{
	width: 100%;
	padding: 7px 5%;
	box-sizing: border-box;
	position: fixed;
	left:0;
	right:0;
	bottom:0;
	background-color: #504d4b;
	font-size: 14px;
	z-index: 9999999;	
}

#cookiehintinfo {
	margin-right: 12px;
}

#redim-cookiehint .cookiecontent {
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	display: inline-block;	
}

#redim-cookiehint .cookiebuttons{
	display: inline-block;
	float: right;
}
#redim-cookiehint .clr {
	clear: both;
}


#redim-cookiehint .cookiebuttons a {
	padding: 5px 10px !important;
	font-size: 12px;
	line-height: 14px;
	margin-top: 2px;	
	margin-bottom: 2px;
	cursor: pointer;
	text-decoration:none;
	font-weight:bold;
	border-radius: 3px;
}

#cookiehintsubmit {
	color: #ffffff;
	background-color: #648c4e;
}

#cookiehintinfo {
	color:#648c4e;
	background-color: #ffffff;
}

#redim-cookiehint .cookiebuttons a:hover{ 
}

#redim-cookiehint.hidden{
	display: none;
	visibility: hidden;
}