@import url('fdm-default.css');

#content h2,
#content h3 {
	display: none;
}

#objects ul {
	list-style: none;
	margin: 10px 15px 5px 15px;
	height: 204px;
	overflow: hidden;
}

#objects ul li {
	float: left;
}

#objects ul li#fh {
	margin-right: 15px;
}

#objects ul li#fw {
	padding: 0px 14px;
	border-left: dotted 1px #229dd8;
	border-right: dotted 1px #229dd8;
}

#objects ul li#lm {
	margin-left: 15px;
}

#objects ul li a {
	display: block;
	width: 260px;
	height: 25px;
	background-color: #229DD8;
	padding: 179px 0px 0px 10px;
	color: #fff;
	font-size: 1.3em;
	text-decoration: none;
}

#objects ul li#fh a {
	background: #229DD8 url(../img/btn_ferienhaus.jpg) top left no-repeat;
}

#objects ul li#fw a {
	background: #229DD8 url(../img/btn_ferienwohnung.jpg) top left no-repeat;
}

#objects ul li#lm a {
	background: #229DD8 url(../img/btn_angebot.jpg) top left no-repeat;
}

#objects ul li a:hover {
	background-position: bottom left !important;
	color: #000;
}

#services {
/*	background-color: #5CB6E3;
	border: solid 1px #5CB6E3;*/
	background-color: #0081C5;
	border: solid 1px #66ACCE;
	margin: 1em 15px;
	height: 204px;
	overflow: hidden;
}

#extra {
	display: block;
	float: left;
	background-color: #fff;
	width: 280px;
	height: 204px;
	margin-right: 5px;
}

#extra ul {
	list-style: none;
}

#extra ul li {
	float: left;
}

#extra ul li a {
	display: block;
/*	width: 69px; 4 Reiter */
	width: 93px;
	border-right: solid 1px #048FD0;
	border-bottom: solid 1px #0372AA;
	background-color: #0372AA;
	color: #fff;
	text-align: center;
	padding: 0.5em 0px;
	text-decoration: none;
}

#extra ul li#tabReiseversicherung a {
/*	width: 70px; 4 Reiter */
	width: 92px;
	border-right: solid 0px #0372AA;
}

#extra ul li a:hover {
	background-color: #229DD8;
	border-bottom: solid 1px #048FD0;
}

#extra ul li.active a,
#extra ul li.active a:hover {
	border-bottom: solid 1px #fff;
	background-color: #fff;
	color: #0372AA;
	text-align: center;
}

#extra div {
	display: none;
	position: relative;
	top: 0px;
	left: 0px;
}

#extra div a {
	color: #048FD4;
}

#extra div a:hover {
	text-decoration: none;
}

#extra div img {
	float: left;
	border: solid 1px #ddd;
	padding: 3px;
}

#extra div p {
	margin-left: 70px;
	margin-bottom: 0.25em;
}

#extra div.active {
	display: block;
	height: 154px;
	margin: 3.5em 10px 10px 10px;
	overflow: auto;
}

#info {
	display: block;
	width: 140px;
	float: left;
	margin: 5px 4px 0px 4px;
}

#info #mallorca,
#info #weather {
	display: block;
	width: 140px;
	height: 97px;
	background: #0372AA;
}

#info #mallorca p a {
	display: block;
/*	width: 140px;
	height: 97px;
	text-indent: -10000px;*/
	background: #0372AA url(../img/btn_mallorca_info.jpg) 0 0 no-repeat;
	width: 125px;
	height: 25px;
	padding-top: 72px;
	padding-left: 15px;
	color: #fff;
	text-decoration: none;
}

#info #mallorca p a:hover {
	background: #0372AA url(../img/btn_mallorca_info.jpg) 0px -98px no-repeat;
}

#info #weather {
	border-top: solid 1px #048FD0;
	height: 76px;
	width: 120px;
	padding: 10px;
	color: #fff;
}

#weather img {
	float: right;
}

#special {
	display: block;
	width: 430px;
	height: 204px;
	float: right;
	margin-left: 5px;
	background: #fff url(../img/bg_special.jpg) 0 0 no-repeat;
	overflow: hidden;
}

#special ul {
	list-style: none;
	display: block;
	width: 144px;
	margin-top: 58px;
	margin-right: 5px;
	float: left;
}

#special ul li a {
	display: block;
	height: 34.5px;
	line-height: 34.5px;
	border-bottom: dotted 1px #509ED9;
	padding-left: 1em;
	text-decoration: none;
	color: #69BCE6;
	font-size: 1.1em;
}

#special ul li a:hover {
	background: transparent url(../img/btn_special_hover.jpg) center right no-repeat;
	color: #fff;
}

#special ul li.active a,
#special ul li.active a:hover {
	background: transparent url(../img/btn_special_active.jpg) center right no-repeat;
	border: 0px;
	color: #0081C5;
}

#special div {
	display: none;
}

#special div a {
	color: #048FD4;
}

#special div a:hover {
	text-decoration: none;
}

#special div img {
	float: right;
	border: solid 1px #ddd;
	padding: 3px;
	margin-left: 5px;
	margin-bottom: 3px;
}

#special div p {
/*	margin-right: 105px;*/
	margin-bottom: 0.25em;
}

#special div.active {
	display: block;
	margin: 10px;
	height: 184px;
	overflow: auto;
}


