/****************************************************************************
**	Pageheader
****************************************************************************/
.pageheader {
	position				: absolute;
	top						: 0px;
	left					: 0px;
	width					: 100%;
	height					: 80px;
	background				: #f40000 url(gfx/header_hauptnavigation_1.gif) 0px 0px no-repeat;
	z-index					: 1;
	margin					: 0px;
	padding					: 0px;
	/* text-align				: right; */
}

.subheader {
	position				: absolute;
	top						: 80px;
	left					: 0px;
	width					: 100%;
	height					: 80px;
	background				: #ffffff url(gfx/header_hauptnavigation_2.gif) 0px 0px no-repeat;
	z-index					: 1;
	margin					: 0px;
	padding					: 0px;
	text-align				: center;
}

.subheader img {
	text-decoration			: none;
	margin					: 30px 0px 0px 0px;
}
