@charset "utf-8";
/* CSS Document */
#mbmcookie {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: #eee;
	padding: 10px;
	font-size: 11px;
	font-family: verdana;
	position: relativ;
	z-index: 99;
	color: #333;
}
#mbmcookie a.button {
	cursor: pointer;
	margin-left: 10px;
	border-radius: 5px;
	font-weight: bold;
	float: right;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	background-color: #F00;
}
#mbmcookie a.button:hover {background-color: #000;}
#mbmcookie p.cookiemessage {
	display: block;
	padding: 0;
	margin: 10;
	text-align: center;
		font-size: 15px;
}

#mbmcookie a {
	color: #333;
}
#mbmcookie a:link {
	color: #333;
}
#mbmcookie a:visited {
	color: #333;
}
#mbmcookie a:hover {
	color: #F00;
}
a:focus { outline: thin dotted; }