#cookies{
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #262626;
	border-top: 1px solid #E4E4E4;
	z-index: 200;
}

#cookies>.inner{
	padding: 15px;
	color: #E4E4E4;
	text-align: center;
}

.cookie_buttons a{
	margin-left: 20px;
}

.cookie_buttons a:first-child{
	margin-left: 16px;
}

#cookies a.button{
	display: block;
	float: left;
	background-color: #D20274;
	color: #ffffff;
	border: 1px solid #D20274;
	padding: 5px 20px;
	text-decoration: none;
	text-align: center;
	height: 20px;
	line-height: 20px;
	font-size: 18px;
	cursor: pointer;
}

#cookies a.button.inline{
	display: inline-block;
	float: none;
	vertical-align: middle;
}

#cookies a.button.hellgrau{
	background-color: #E4E4E4;
	border: 1px solid #E4E4E4;
	color: #262626;
}