
#uberschrift {
	position: absolute;
	height: 80px;
	top: -16px;
	left: 150px;
	z-index: 100;
	width: auto;
	text-align: center;
}
#uberschrift h1 {
	font-size: 18px;
	color: #FFFFFF;
	vertical-align: baseline;
	position: absolute;
	bottom: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#advhead {
	background-image: url(../advantos-images/headerbg.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 90px;
	margin-bottom: 10px;
}
#advheadnav {
	width: 100%;
	height: 17px;
	padding-top: 3px;
	padding-bottom: 2px;
	background-color: #F5F5F5;
	border-top: 1px solid #D1D1D1;
	border-bottom: 1px solid #D1D1D1;
	text-align: right;
	margin-bottom: 10px;
}
#advheadnav a:link, #advheadnav a:visited {
	border-left: 1px solid #D1D1D1;
	padding: 3px 5px 5px 5px;
	height: 17px;
	display: inline;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}
#advheadnav a:hover, #advheadnav a:active {
	border-left: 1px solid #D1D1D1;
	padding: 3px 5px 5px 5px;
	height: 17px;
	display: inline;
	color: #003399;
	font-weight: bold;
	text-decoration: none;
}

#advfooter {
	border-top: 1px solid #999999;
	color: #999999;
	text-align: center;
	font-size: 10px;
	margin-top: 10px;
	padding-top: 10px;
}
