

/* --- Stylesheet 502 () --------- */ 

#header .motiv {
	position: absolute;
	width: 100%;
	overflow: hidden;
	z-index: -1;
	height: 400px;
}

#header .motiv .Bild {
	position: absolute;
	width: 100%;
}

#header .motiv .Bild img {
	width: 100%;
	height: auto;
}

#header .motiv .verlauf {
	position: absolute;
	background: url(https://tramino.s3.amazonaws.com/s/hotelpost/47155/verlauf5.png) repeat-x bottom left;
	bottom: 0px;
	height: 300px;
	width: 100%;
	z-index: 0;
}

*html #header .motiv .verlauf {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://tramino.s3.amazonaws.com/s/hotelpost/47155/verlauf5.png', sizingMethod='scale');
}

#header ul.nav {
	position: absolute;
	top: 20px;
	left: 330px;
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#header ul.nav li {
	float: left;
	margin: 0px 2px 0px 0px;
}

#header ul.nav li a {
	color: #FFF;
	font-size: 30px;
	font-family: Georgia;
	font-weight: normal;
	background: url(https://tramino.s3.amazonaws.com/s/hotelpost/44061/nav-bg.png) repeat top left;
	padding: 5px 8px;
}

*html #header ul.nav li a {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://tramino.s3.amazonaws.com/s/hotelpost/44061/nav-bg.png', sizingMethod='scale');
}

#header ul.nav li a:hover {
	color: #000;
}

#header ul.nav li.nav_aktiv a {
	background-color: #AE252F;
}