/* CSS Document */
div#headSection a {
	color: #FFFFFF;
	text-decoration:none;
	}
	
div#headSection ul.mainNavigation {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 68px;
	left: 22px;
	}
	
div#headSection ul.mainNavigation li {
	float: left;
	}
	
div#headSection ul.mainNavigation li a {
	display: block;
	height: 48px;
	padding: 42px 20px 0 20px;
	}
	
a.navUeberuns {
	background-image: url(../img/nav/bt-ueberuns-off.png);
	background-repeat:no-repeat;
	background-position:top center;
	}
	
a.navUeberuns:hover, a.navUeberuns.active {
	background-image: url(../img/nav/bt-ueberuns-on.png);
	}
	
a.navLeistungen {
	background-image: url(../img/nav/bt-leistungen-off.png);
	background-repeat:no-repeat;
	background-position:top center;
	}
	
a.navLeistungen:hover, a.navLeistungen.active {
	background-image: url(../img/nav/bt-leistungen-on.png);
	}
	
a.navAktuelles {
	background-image: url(../img/nav/bt-aktuelles-off.png);
	background-repeat:no-repeat;
	background-position:top center;
	}
	
a.navAktuelles:hover, a.navAktuelles.active {
	background-image: url(../img/nav/bt-aktuelles-on.png);
	}
	
a.navSteuernews {
	background-image: url(../img/nav/bt-steuernews-off.png);
	background-repeat:no-repeat;
	background-position:top center;
	}
	
a.navSteuernews:hover, a.navSteuernews.active {
	background-image: url(../img/nav/bt-steuernews-on.png);
	}
	
a.navTeam {
	background-image: url(../img/nav/bt-team-off.png);
	background-repeat:no-repeat;
	background-position:top center;
	}
	
a.navTeam:hover, a.navTeam.active {
	background-image: url(../img/nav/bt-team-on.png);
	}
	
a.navGeschichte {
	background-image: url(../img/nav/bt-geschichte-off.png);
	background-repeat:no-repeat;
	background-position:top center;
	}
	
a.navGeschichte:hover, a.navGeschichte.active {
	background-image: url(../img/nav/bt-geschichte-on.png);
	}

div#headSection ul.infoNavigation {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	left: 300px;
	top: 170px;
	}
	
div#headSection ul.infoNavigation li {
	float: left;
	margin-right: 20px;
	}
	
div#headSection ul.infoNavigation li a {
	color: #9D8B7D;
	font-weight:normal;
	font-size: 12px;
	text-decoration:none;
	}

div#headSection ul.infoNavigation li a:hover, div#headSection ul.infoNavigation li a.active {
	color: #665B52;
	font-weight:normal;
	font-size: 12px;
	text-decoration:none;
	}
	