/* CSS Document */

/* FERIENHAUS-SUCHE */

#mitte .angebot {
	/* border: 1px solid #7CB534; */
	padding: 10px 10px 10px 10px;
	margin: 20px 0px 10px 0px;
	background-color: #E9F5D8;
}

#mitte .angebot {
	border-top: 1px solid #7CB534;
	border-bottom: 1px solid #7CB534;
	padding: 10px 10px 10px 10px;
	margin: 15px 0px 0px 0px;
	height: auto;
	background: url(../img/box-rahmen.png) repeat-y top left;
}
#mitte .angebot .angebot-us-bild {
	float: left;
	width: 220px;
}
#mitte div.betten {
	width: 110px;
	padding: 0px 0px 0px 30px;
	margin: 3px 0px 0px 0px;
	background: url(../img/icon-bett.gif) no-repeat top left;
	line-height: 20px;
	cursor: help;
}
#mitte div.neu {
	margin: -4px 0px 0px -4px;
	width: 35px;
	position: absolute;
	z-index: 5;
}
#mitte div.angebot-us-bild a {
	padding: 0px 0px 0px 0px;
}
#mitte div.angebot-us-bild a img {
	border: none;
}

#mitte .angebot img {
	width: 200px;
}
#mitte .angebot img.angebot-bild-us {
	width: 200px;
	border: none;
}
#mitte .angebot .angebot-us-text {
	float: right;
	width: 275px;
}
div.haus-weiter {
	padding: 10px 0px 0px 0px;
}
#mitte .angebot .angebot-us-links {
	float: left;
	padding: 0px 0px 0px 0px;
}
#mitte .angebot .angebot-us-rechts {
	float: right;
}
#mitte  form input.angebot-anfrage {
	background-color: #7CB534;
	color: #FFF;
	border: 0px none #FFF;
	cursor: pointer;
	padding: 0px 6px 0px 6px;
}
#mitte a {
	text-decoration: none;
	color: #7CB534;
	font-weight: bold;
}
#mitte a:hover {
	text-decoration: underline;
}
