#cookiedisclaimer
{
	position: fixed;
	z-index: 1002;
	bottom: 0px;
	width: 100%;
	background: #dedede;
	-moz-box-shadow: 0px 0px 4px 2px #666; -o-box-shadow: 0px 0px 4px 2px #666; -webkit-box-shadow: 0px 0px 4px 2px #666; box-shadow: 0px 0px 4px 2px #666; 
}
#cookiedisclaimer div
{
	padding: 2px 0px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
#cookiedisclaimer div div
{
	text-align:right;
}
#cookiedisclaimer h1
{
	font-size: 1.4em;
	line-height: 1.4em;
	margin: 0px;
	margin-bottom: 10px !important;
	text-decoration:none;
	color: #666;
}
#cookiedisclaimer p
{
	margin: 0px;
	line-height: 1.4em;
}
#cookiedisclaimer button
{
	float: right;
}

.btn_cookiedisclaimer {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #333;
	background-color: #fff;
	border-color: #ccc;
	text-rendering: auto;
	letter-spacing: normal;
	word-spacing: normal;
	text-indent: 0px;
	text-shadow: none;
	font: inherit;
}
