<!--
/**
 * Def. Box650
 */
div.box650 {
	width:648px;
	max-width:648px;
	border:1px solid #808080;
	border-bottom:2px solid #c1121c;
	background-color:#ffffff;
	margin:0px;
	margin-bottom:10px;
	padding:0px;
	overflow:hidden;
}
div.box650:last-of-type {
	margin-bottom:0px;
}
div.title650 {
	width:648px;
	height:25px;
	border:0px;
	margin:0px;
	padding:0px;
	padding-top:2px;
	background-image:url(/images/titelverlauf.gif);
	background-repeat:repeat-x;
	background-position:top;
	white-space:nowrap;
}
-->