@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	color: #386688;
}

body {
	font-size: 9pt;
	background: #A6AAAB url(/img/gfx/bg_gradient.jpg) repeat-x top;
}
html, body {
	height: 100%;
}
img {
	border: 0 none;
}
ul, ol {
	padding-left: 2.4em;
}

/* Fonts */
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.underline {
	text-decoration: underline;
}
a.underline:hover {
	text-decoration: none;
}

h1, h2, h3 {
	padding: 5px 0;
	letter-spacing: 0.03em;
}
h2 {
	font-size: 12pt;
}
h3, h3 a {
	padding: 0 0 4px 0;
	font-size: 10pt;
}
h4 {
	font-size: 9pt;
}

p {
	line-height: 1.3em;
	padding-bottom: 5px;
}
.bold {
	font-weight: 700;
}
.align_right {
	text-align: right;
}
.align_left {
	text-align: left;
}
.align_center {
	text-align: center;
}
.align_justify {
	text-align: justify;
}
.lPadding {
	padding-left: 7px;
}
.hPadding {
	padding-top: 7px;
	padding-bottom: 7px;
}
.vPadding {
	padding-left: 7px;
	padding-right: 7px;
}
.bPadding {
	padding-bottom: 16px;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.clear {
	clear: both;
}
.hidden {
	display: none;
}
.bottom_pic {
	vertical-align: bottom;
}

/* DIV-Boxen */

div#wrapper {
	position: relative;
	margin: 0 auto;
	width: 950px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

div#metaHeader {
	padding: 8px;
}
div#metaHeader a {
	padding: 0 8px;
}
div#metaHeader a img {
	margin-bottom:-2px;
	vertical-align: bottom;
}

div#centerCol {
	border: 1px solid #E6E6E6;
	border-bottom: 1px solid #B9BDBE;
	background: #FFFFFF;
	height: 720px;
	padding: 12px;
	margin-bottom: 25px;
	position: relative;
}
div#centerCol #topLogo {
	position: absolute;
	top: 23px;
	left: 33px;
}

div#naviRow {
	height: 75px;
	background-color: #386688;
	margin-bottom: 12px;
	border: 1px solid #8FA9BA;
	border-bottom: 0 none;
	text-align: right;
}
div#naviRow ul {
	padding-top: 35px;
	list-style: none;
	list-style-image: none;
	list-style-type: none;
}
div#naviRow li {
	display: inline;
	padding: 0 10px;
	color: #FFFFFF;
}
div#naviRow li a {
	color: #FFFFFF;
}
div#naviRow li a:hover {
	font-weight: bold;
	text-decoration: none;
}
div#naviRow ul li#newsletterInput a {
    position: absolute;
    top: 33px;
    z-index: 100;
}
div#naviRow ul li#newsletterInput .input_text {
	border: 0 none;
	background: #FFFFFF;
	height: 15px;
	padding: 1px;
	width: 100px;
}
div#naviRow ul li#newsletterInput .img-button {
	border: 1px solid #DDDEE0;
	margin-bottom: -4px;
}

/* Main Navigation */
div#naviCol {
	width: 200px;
	float: left;
}
div#naviCol .box {
	width: 215px;
	height: 200px;
	overflow: hidden;
	margin-bottom: 12px;
	position: relative;
}
div#naviCol .ul_navi {
	overflow: visible;
}
div#naviCol ul {
	text-align: right;
	letter-spacing: 0.05em;
	list-style: none;
	list-style-image: none;
	list-style-type: none;
}
div#naviCol li {
	padding: 16px 10px 0 0;
	position: relative;
}
div#naviCol li a:hover {
	font-weight: bold;
	text-decoration: none;
}
div#naviCol ul li ul {
	padding: 0;
	display: none;
	left: 15em;
	position: absolute;
	text-align: left;
	top: 1em;
	z-index: 999;
	border: 1px solid #DDDDDD;
	width: 140px;
}
div#naviCol ul li ul li {
	background: #FFFFFF;
	padding: 5px;
}
div#naviCol ul li:hover>ul {
    display: block !important;
}


div#happiness-de {
	background: url(/img/gfx/contacto-mallorca-happiness-de.gif) no-repeat scroll right top transparent;
	height:110px;
	text-indent: -999em;
}
div#happiness-en {
	background: url(/img/gfx/contacto-mallorca-happiness-en.gif) no-repeat scroll right top transparent;
	height:110px;
	text-indent: -999em;
}
div#welcome-de {
	text-indent: -999em;
	background: url("/img/gfx/contacto-mallorca-welcome-de.gif") no-repeat scroll 85px 30px #FFFFFF;
}
div#welcome-en {
	text-indent: -999em;
	background: #FFFFFF url(/img/gfx/contacto-mallorca-welcome-en.gif) no-repeat scroll 130px 40px;
}

div#contentCol {
	padding-left: 30px;
	height: 630px;
	overflow: auto;
}
div#contentCol .box {
	width: 692px;
	height: 200px;
	margin-bottom: 12px;
}
div#contentCol .box.box_two-thirds-width {
	width: 455px;
	margin-right: 12px;
}
div#contentCol .box.box_one-thirds-width {
	width: 223px;
}

div#randomPhoto {
	height: 202px;
	overflow: hidden;
}
div#contentCol .picbox {
	width: 223px;
	overflow: hidden;
}
div#contentCol .picbox.rMargin {
	margin-right: 12px;
}

div#contentCol ul li {
	padding-bottom: 3px;
}

/* clearfix zum Aufheben der Floatumgebung */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.border_grey {
	border: 1px solid #DDDDDD;
}

/* Forms */

label,select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit] {
	cursor: pointer;
}
input[type=submit] {
	background: #fff;
	padding: 2px 10px;
	border-bottom: 2px solid #77A4C3;
	border-right: 2px solid #77A4C3;
	border-top: 2px solid #DDDDDD;
	border-left: 2px solid #DDDDDD;
	outline: none;
}
.input_radio {
	margin: 0 5px -1px 0;
}
.input.checkbox, .input.text, .input.select, .input.textarea {
	padding: 3px 0;
}
input.hasDatepicker,
.input_text, .input_textarea, .input_select {
	font-size: 9pt;
	background: #EFEFEF;
	height: 15px;
	padding: 1px;
	width: 250px;
	border-bottom: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-top: 1px solid  #77A4C3;
	border-left: 1px solid #77A4C3;
}
.input_textarea {
	height: 70px;
}
.input_select {
	height:20px;
	width: 254px;
}
label {
	display: block;
	padding-top: 5px;
	padding-bottom: 2px;
}
.checkbox label {
	display: inline-block;
	padding-left: 5px;
	padding-top: 2px;
    vertical-align: middle;
}
.submit {
	margin: 5px 0;
}

#loading {
    bottom: 15px;
    display: none;
    height: 32px;
    position: absolute;
    right: 350px;
}


.error-message {
	color: red;
}
.error .error-message {
	padding: 5px;
	border: 1px dotted red;
	margin: 5px 0;
}
#flashMessage {
	border: 3px outset #386688;
	background: #fff;
	font-weight: bold;
	margin: 5px;
	padding: 7px 10px;
	position: absolute;
	right: 15px;
	width: auto;
	z-index: 99;
}

/* Teaser Box Home */
div#teaser {
	height: 202px;
	width: 694px;
	position: relative;
	overflow: hidden;
	margin-bottom: 12px;
}
ul#teaserContent {
	padding: 0;
}
div#teaser h2, div#teaser h2 a {
	margin-right: 5px;
	color: #FFFFFF;
	font-size: 11pt;
	letter-spacing: 0;
	font-weight: 900;
	padding: 5px 0;
	text-align: right;
	outline: none;
}
.teaserImage {
	float: left;
	position: relative;
	display: none;
}
.teaserImage h2 {
	position: absolute;
	left: 0;
	top: 0;
	width: 694px;
	background-color: #386688;
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	display: none;
}

div#contentCol .box_full {
	height: 628px;
	overflow: auto;
}
div#contentCol .box_two-thirds {
	height: 415px;
	margin-bottom: 12px;
	overflow: auto;
}
div#contentCol .box_one-third {
	height: 200px;
	overflow: hidden;
}

div#contentCol .table_list {
	width: 98%;
	overflow: hidden;
	border: 0 none;
	margin: 5px 0 0 5px;
}
div#contentCol .table_list td {
	vertical-align: top;
}
div#contentCol table td .list_pic {
	width: 100px;
	height: 75px;
	overflow: hidden;
}

div#contentCol table td .icon_new {
	position: absolute;
}

div#contentCol .box_full .detail_pics {
	width: 220px;
	height: 628px;
	overflow: hidden;
	margin-left: 2px;
}
div#contentCol .box_full .detail_pics p {
	padding-bottom: 12px;
}
div#contentCol .detailview {
	height: 609px;
	overflow: auto;
}
div#contentCol .detailview h3 {
	padding: 15px 0 5px;
/*	color: #386688;	*/
}

div#contentCol .detail_navi {
	padding: 0 0 0 7px;
	width: 460px;
	overflow: hidden;
}
div#contentCol .detail_navi a {
	letter-spacing: -0.03em;
}

div.paging {
    bottom: 20px;
    padding-right: 12px;
    position: absolute;
    right: 15px;
    text-align: right;
}
div.paging .current {
	font-weight: bold;
}
div.paging div.disabled {
	color: #DDDDDD;
	display: inline;
}

#ui-datepicker-div {
	display: none;
	z-index: 40;
}

.guestbookentry {
	border: 1px dotted #DDDDDD;
	margin-bottom: 10px;
}
div#teaserview {
	height: auto;
	width: 692px;
	overflow: hidden;
	margin-bottom: 7px;
}

/* Definitionsliste */
dl {
	line-height: 1.6em;
}
dt {
	vertical-align: top;
}
dd {
	margin-left: 11.3em;
	margin-top: -1.6em;
	vertical-align: top;
}

.width40 {
	width: 45%;
}

/* Tooltip */
a.tooltip {
	position: relative;
    z-index: 24;
}
a.tooltip:hover {
	z-index:25;
}
a.tooltip span {
	display: none;
	text-decoration: none;
}
a.tooltip:hover span {
    display: block;
    position: absolute;
    top: 1.5em;
    left: 1.5em;
    width: 20em;
    padding: 3px;
    border: 1px solid #386688;
    background-color: #DDDDDD;
    text-align: center;
}

table#prices, table.prices
div#TB_ajaxContent table {
	margin-bottom: 10px;
}
table#prices,
table.prices {
	width: 100%;
}
table#prices th,
table.prices th,
div#TB_ajaxContent table th {
	padding: 2px 0;
	text-align: center;
	vertical-align: top;
}
table#prices th {
		width: 135px;
}
table#prices th[scope=row],
div#TB_ajaxContent table th[scope=row] {
	text-align: left;
}
table#prices td,
table.prices td {
	background: #EFEFEF;
	text-align: center;
	padding: 3px;
	vertical-align: middle;
}

.border_grey.box_full .vPadding p a,
.border_grey.box_full .vPadding li a {
	text-decoration: underline;
}


#availabilityForm.absPosition {
    position: absolute;
    right: 13px;
    top: 101px;
    width: 692px;
    z-index: 33;
}
#availabilityForm.absPosition form#availabilityRequestForm {
	background-color: white;
	padding: 0 7px 10px;
	border-bottom: 1px solid #DDDDDD;
	height: 80px;
}
#availabilityForm span#toogleForm {
	z-index: 35;
    position: absolute;
    right: 5px;
    top: 5px;
	background-color: #eeeeee;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#cccccc));
	background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
	background-image: linear-gradient(top, #eeeeee, #cccccc);
	border: 1px solid #ccc;
	border-bottom: 1px solid #bbb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	color: #333;
	line-height: 1;
	text-align: center;
	text-shadow: 0 1px 0 #eee;
	font: bold 13px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	padding: 1px 0;
	width: 20px;
	cursor: pointer;
}
#availabilityForm span#toogleForm:hover {
    background-color: #dddddd;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dddddd), to(#bbbbbb));
    background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: linear-gradient(top, #dddddd, #bbbbbb);
    border: 1px solid #bbb;
    border-bottom: 1px solid #999;
    text-shadow: 0 1px 0 #ddd;
}

#availabilityForm div.input {
	float: left;
	width: auto;
	margin-right: 15px;
}
#availabilityForm div.submit {
    float: left;
    height: auto;
    margin: 0;
    padding-top: 25px;
    width: auto;
}
#availabilityForm div.submit input {
    background: url("/img/gfx/bt_send.gif") no-repeat scroll 2px center white;
    border: 1px solid #DDDDDD;
    padding: 1px 7px 1px 15px;
}
#availabilityForm.absPosition div.submit {
}
#availabilityForm div.input.text input {
	width: auto;
}

