div.frisshirek {
	position: relative;
	width: 600px;
	height: 30px;
	overflow: hidden;
}
div.frisshirek div.red {
	background-color: #d70b00;
	width: 90px;
	height: 20px;
	float: left;
	font-size: 12px;
	font-weight: normal;
	padding: 5px;
}
div.frisshirek div.scroll {
	float: left;
	position: relative;
	width: 500px;
	height: 30px;
	color: #333;
	background-color: #fff;
}
div.frisshirek div.scroll div.text {
	float: left;
	padding:6px;
	color:#d70b00;
	width: 498px;
	font-size: 13px;
}

div.frisshirek div.scroll div.text a {
	color:#000;
	text-decoration: none;
}

div.frisshirek div.scroll div.text a:hover {
	color:#d70b00;
}
