.marquee {
	background-color: #999;
	/*display: none;*/
	height: 100%;
    overflow: hidden;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    white-space: nowrap;
}
.marquee_item {
	display: inline-block;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 1em;
    padding-right: 1em;
}
.marquee a:hover {
	text-decoration: none;
}
.marquee a:hover .marquee_item {
	background-color: #ef7f1b;
}
.marquee a .rubrika{
	color: #fff;
}
.marquee a:hover .rubrika{
	color: #fff;
}
.marquee_item .rubrika{
	border: 1px solid #FFF;
	padding-left: 3px;
	padding-right: 3px;
}
.marquee_item .text{
	color: #fff;
}