#headline
{
	position: relative;

	top: -1px;
	left: 0px;
	
	width: 100%;
	height: 40px;

	background-image: url("../../bilder/bg_headline.gif");
	background-position: -1px 0px;
	background-repeat: no-repeat;
	
	/*background: orange;*/
}

#headlineCenter
{
	position: relative;

	width: auto;
	height: 35px;

	padding-left: 30px;
}

#headlineCenter h1
{
	position: absolute;

	top: 12px;

	height: 18px;
	
	font-size: 16px;
	/*
	line-height: 18px;

	vertical-align: top;

	margin-top: 0px;
	padding-top: 0px;

	background: red;
	*/
}