

/* --- Stylesheet 154 () --------- */ 

#flexmenu {
	background-color: #fff;
	width: 100%;
	height: 500px;
	overflow: hidden;
	position: relative;
}

#flexmenu .item {
	display: block;
	width: 24.95%;
	float: left;
	background-color: #ccc;
	height: 100%;
	position: relative;
}

#flexmenu .item .info {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 70px;
}

#flexmenu.startseite .item .line {
	position: absolute;
	height: 100%;
	right: 0px;
	width: 1px;
	background-color: #fff;
	z-index: 4000;
}

#flexmenu .item .info h3 {
	z-index: 3000;
	position: absolute;
	top: -30px;
	margin: 0px;
	font-family: Georgia;
	font-size: 24px;
	line-height: 25px;
	font-weight: 200;
	background-color: #fff;
	padding: 5px 25px 5px 15px;
	background: top right url(http://tramino.s3.amazonaws.com/s/geldernhaus-hotel-garni/7618/orginal.png);
}


#flexmenu .item .info h3 a {
	color: #000;
	padding: 0px;
	text-decoration: none;
}

#flexmenu .item .info ul {
	display: none;
	margin: 0px;
	padding: 20px 10px 30px 150px;
	list-style: none;
	z-index: 2000;
}


#flexmenu .item .info ul li {
	/* background: no-repeat top left url(http://tramino.s3.amazonaws.com/s/geldernhaus-hotel-garni/7613/orginal.png); */;
	padding: 6px 0px 0px 4px;
	margin: 0px;

	font-size: 16px;
	line-height: 16px;
	font-family: Arial;
}

#flexmenu .item .info ul a {
	color: #fff;
	text-decoration: none;
	padding: 2px 8px 2px 8px;
}

#flexmenu .item .info ul a:hover {
	background-color: #fff;
	color: #000;
	text-decoration: none;
}

#flexmenu:hover .item { width: 17%; }
#flexmenu:hover .item:hover { width: 48.5% !important; }
#flexmenu:hover .item:hover .info h3 { font-size: 27px; line-height: 28px; }
#flexmenu:hover .item:hover .info { height: auto; background: url(http://tramino.s3.amazonaws.com/s/geldernhaus-hotel-garni/7616/orginal.png); }
#flexmenu:hover .item:hover .info ul { display: block; }










#flexmenu.unterseite {
	width: 310px;
	padding-top: 60px;
	height: 440px;
	overflow: hidden;
}

#flexmenu.unterseite .item {
	float: none !important;
	width: 100% !important;
	height: auto !important;
	background: none !important;
}

#flexmenu.unterseite .item:hover {
	width: 100% !important;
}

#flexmenu.unterseite .item .info {
	position: relative;
	height: 50px;
}


#flexmenu.unterseite .item .info h3 {
	font-size: 20px;
	line-height: 22px;
	top: -20px;
}


#flexmenu.unterseite .item .info ul {
	padding: 50px 10px 60px 30px;

}


#flexmenu.unterseite .item.aktiv .info h3 { font-size: 27px; line-height: 28px;}
#flexmenu.unterseite .item.aktiv .info { height: auto; background: url(http://tramino.s3.amazonaws.com/s/geldernhaus-hotel-garni/7616/orginal.png); }
#flexmenu.unterseite .item.aktiv .info ul { display: block; }