

/* --- Stylesheet 195 () --------- */ 

#idee {
	background-color: #ddd;
	margin: 20px 30px 20px 30px;
	height: 100%;
	position: relative;
}



#idee .Bild {
	height: auto;
	min-height: 100px;
	/* max-height: 420px; */;
	overflow: hidden;
}

#idee .Bild img {
	width: 100%;
	height: auto;
}

#idee .info {
	width: 100%;
	color: #fff;
	background-image: url(http://s2.tramino.de/hotel-haubers-alpenresort/11734/orginal.png);
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

*html #idee .info {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://s2.tramino.de/hotel-haubers-alpenresort/11734/orginal.png', sizingMethod='scale');
}

#idee .intro {
	float: left;
	padding: 20px 0px 20px 30px;
	width: 28%;
}

#idee .inhalt {
	margin-left: 37%;
	padding: 20px 40px 35px 0px;
}

#idee h3 {
	font-weight: 100;
	font-size: 1.4em;
	margin: 0em 0em 0.5em 0em;
}

#idee h5 {
	font-weight: 100;
	font-size: 1em;
	margin: 0.5em 0em 0em 0em;
}

#idee .intro h5 {
	font-size: 0.8em;
}

#idee .action {
	position: absolute;
	right: 20px;
	bottom: 15px;
}

#idee .action a {
	font-size: 0.8em;
	display: block;
	color: #fff;
	border: 1px solid #fff;
	text-decoration: none;
	padding: 0.2em 1em;
}

#idee .action a:hover {
	background-color:#fff;
	color: #000;
}