

/* --- Stylesheet 4395 () --------- */ 

header{
	background-color: #FFF;	
}
.headerBild{
	position: relative;
	border-bottom: 3px solid #EACD3A;
	height: 185px;
}
.headerBild > .Bild{
	overflow: hidden;
}
.headerBild > .Bild img{
	height: 185px;
	width: auto;
}
.headerBild .bergbahn{
	position: absolute;	
	z-index: 9;
	right: 5%;
	bottom: 20%;
	width: 8%;
}
.headerBild .tel{
	position: absolute;	
	z-index: 9;
	right: 3%;
	bottom: 5%;
	font-weight: bold;
	color: #614c36;
}
.class_content{
	margin-top: 5em;	
}
#logo{
	position: absolute;
	top: -53px;
	left: 40px;
	width: 220px;
}

/* --- Stylesheet 4396 () --------- */ 

nav {
	position: relative;
	background-color: #eee;
	width: 100%;
}
nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
nav ul.nav {
	min-height: 40px;
}
nav ul ul:after {
	display: block;
	content: "";
	clear: left;
}
nav ul li > a{
	display: none;
}
nav ul ul li {
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;
	width: 200px;
}

nav ul ul li a {
	display: inline-block;
	margin: 0;
	padding: 10px 25px;
	color: #155764;
	text-decoration: none;
}

nav ul ul li a:hover,
nav ul ul li.nav_aktiv a{
	font-weight: bold;
}
nav ul ul ul{
	position: absolute;	
	display: none;
	left: 0px;
	top: 38px;
}
nav ul ul .nav_aktiv ul{
	display: block;
	width: 50%;
}
nav ul ul ul li{
	width: 33.333%;	
}
nav ul ul ul li a{
	padding: 10px 20%;
	width: 60%;	
}
nav ul ul ul a{
	background-color: #f8f8f8;	
	box-shadow: inset -5px -10px 10px -10px rgba(50,50,50,0.4);
}
nav ul ul ul .nav_aktiv a{
	background-color: #FFF;
	box-shadow: none;
}

/* --- Stylesheet 4419 () --------- */ 

.desc_text li{
	margin-bottom: 1em;	
}
#content {color: #155764;}
#content h1,h2{color: #614c36;}