#content {
    position: absolute;
    top: 132px;
    height: 348px;
    width: 770px;
    margin-top: 32px;
    color: white;
    background-color: black;
    padding: 0px;
}
#logo_messe img {
	position: absolute;
	left: 650px;
	top: 368px;
}
#schmuck {
	float: left;
}
#news ul {
	margin: 40px 0 0 580px;
	list-style: none;
}
#news ul li, #news ul li b {
	font-size: 11px;
}
#news ul li a {
	font-size: 11px;
	color: white;
	text-decoration: underline;
}
#news ul li a:hover {
	font-size: 11px;
	color: white;
	text-decoration: none;
}