@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;
}
#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;
}

a {
	color: #000000;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #F00;
}
a:focus { outline: thin dotted; }