﻿a {
	color: #374E9E;
	text-decoration: none;
	font-weight: bold;
}

.mapHeaderImage {
    height: 120px; 
    width: 1650px;
    background: url('../branding/salzburgerseen.png'); 
    FILTER: expression(fixPNG(this));
}

.mapheader
{
	height:120px;
	width:100%;
	background-color: #418A41; 
	FILTER: alpha(Opacity=100);
	KHTMLOpacity: 1.00;
	MozOpacity: 1.00;
	opacity: 1.00;
	z-index: 480;
}

.mapHeaderNavigation 
{
	position: absolute;
	top: 6px;
	left: 333px;
	/* z-index: 1015; */
	color: white;
}

.mapHeaderNavigation A
{
	color: white;
	text-decoration: none;
}

.mapHeaderNavigation A:hover
{
	color: white;
	text-decoration: underline;
}


