.cookienotification {position: fixed; bottom: 0; border: 1px solid #ccc; box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.3); background: #888; background: -webkit-linear-gradient(top, #888 0%, #666 100%); background: -moz-linear-gradient(top, #888 0%, #666 100%); background: -o-linear-gradient(top, #888 0%, #666 100%); background: linear-gradient(top, #888 0%, #666 100%); *background: #888; padding: 1em 3em;}
*+html .cookienotification {border-top: 5px solid #dedede; padding: 1em;}
.cookienote {color: #fff; font: 14px/1.8 sans-serif; margin: 0 auto; padding: 15px; position: relative; width: 100%; margin: 0 auto 2em; box-sizing: border-box; -moz-box-sizing: border-box;}
*+html .cookienote{width:95%; margin: 0 2%;}
.cookienote a {font-weight: bold; color: #ffe600; }
#cookiecont {font-size: 14px; float:right; margin: 0; border: 1px solid #999292; padding: 2px 10px; border-radius:5px; background: #484744; box-shadow: 0 2px 2px rgba(0,0,0,.2) }
#cookiecont:hover {border: 1px solid #b7afaf; background: #30302e; text-decoration: none; color: #fff; }
@media only print{
	.cookienotification{display:none;}
}