#cookiepolicy {
	background-color: #000000;
	bottom: 0;
	color: #FFFFFF;
	font-size: 0.8em;
	left: 0;
	padding: 10px 0;
	position: fixed;
    z-index: 1000;
	width: 100%;
}

#cookiepolicy a {
	color: #FFFFFF;
	text-decoration: underline;
}

#cookiepolicy a:hover {
	color: #FFFFFF;
}

#cookiepolicy a.button {
	background: #000000;
	border-radius: 50%;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	font-size: 0.8em;
	height: 15px;
	line-height: 0.8em;
	right: 15px;
	padding: 2px 0;
	position: absolute;
	top: 5px;
	text-align: center;
	text-decoration: none;
	width: 15px;
}

#cookiepolicy a.button:hover {
	color: #FFFFFF;
	text-decoration: none;
}