<!--
	/* ================================================= */
	/* Seitenboxen */
	/* ================================================= */
	.box_all
	{
		background-image: 	url('../graph/railHBG_content.jpg');
		width:				200px;
		background-color:	#FFFFFF;
	}

	.box_head1
	{
		background-image: 	url('../graph/railHBG.jpg');
		width:				200px;
		background-color:	#FFFFFF;
	}

	.box_head2
	{
		width:				100%;
		color:				white;
		font-size:			14px;
		font-weight:		bold;
		margin-left:		15px;
		height:				25px;
		line-height:		30px;
	}

	.box_content1
	{
		width:				100%;
	}

	.box_content2
	{
		width:				100%;
		margin-left: 		15px;
		margin-right: 		10px;
		margin-top: 		5px;
		font-size:			12px;
	}

	.box_foot1
	{
		background-image: 	url('../graph/railHBG_foot.jpg');
		width:				200px;
		height:				6px;
		font-size:			1px;
	}

	/* ================================================= */
	/* Weiße Box mit Schatten für Text  */
	/* ================================================= */
	.box_white
	{
		background: 		url(../graph/boxBBG.gif) no-repeat bottom right;
		width:				585px;
		font-size:			12px;
	}
	
	.box_white_long
	{
		background: 		url(../graph/boxBBG_long.gif) no-repeat bottom right;
		width:				585px;
		font-size:			12px;
	}
-->