
/* .¡*ß+.*.¡ cookiecrumb.css ß+..¡*ß+ */

#cookiecrumb {
	background-color: mistyrose;
        display:none;
        width:100%;
}

#cookiecrumb .info{
	background-color: transparent;
        color:darkred;
	margin: auto;
	width: 940px;
	padding: 5px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

#cookiecrumb .info img{
	height: 20px;
	padding: 0 20px 0 0;
}
#cookiecrumb .info a{
	font-size: 12px;
	font-weight: normal;
}

#cookiecrumb.fixed{
	position:fixed;
	top: 0px;
	z-index:4;
}



