
		
#szovegdoboz{
	width: 950px;
	height: 18px;
	border: 1px;
	padding: 3px 15px 0px 15px;
	background-color: #ff0000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-color: #ffffff;
	float: center;}

#szovegdoboz div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
	background-color: #ff0000;}

.someclass{ //class to apply to your scroller(s) if desired}

#szovegdoboz img {
	float: center;
	margin: 0px 5px 0px 0px;
	border: solid 1px #666666;
}
.datum {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
    font-size: 9px;
    font-weight: bold;
    padding: 0px;
    float: right;}
	
