#breadcrumb {
	position: absolute;
	left: 160px;
	top: 143px;
	/* width: 625px; */
	width: 791px;
	height: 20px;
	background-color:#fff;
	padding: 2px;
	padding-left: 4px;
        font-size: 100%;
        line-height: 20px;
}
/* Auf diese Angabe reagiert Mozilla, IE nicht */
body>#breadcrumb { 
	/* width: 619px; */
	width: 785px;
}

#content {
	position: absolute;
	left: 160px;
	top: 170px;
	/* width: 625px; */
	width: 791px;
	background-color: #fff;
	padding: 12px;
}
/* Auf diese Angabe reagiert Mozilla, IE nicht */
body>#content {
	/* width:617px; */
	width:767px;
}
