/*** cached file with custom colors ***/


/***********************************************************************************************************************
 * $RCSfile: group.css,v $
 * 
 * Project:      success_group
 * Name:         group.css
 * 
 * @author       Mario Diaz (4fb)
 *
 * {@internal 
 * Created:      15.04.2008
 * }}
 * 
 * $Id: group.css,v 1.0.0 15.04.2008 09:15:43 mario.diaz$ 
***********************************************************************************************************************/

/* common tags */

html {
	/* height: 100%; */
}


body {
	margin: 0;
	padding: 0;
	background-image: none;
	background-color: #f8c689;
	font-size: 62.5%;	/* set to 10 px */
	font-family: Arial, Helvetica, Geneva, Verdana, sans-serif;
	font-weight: normal;
	color: #000;
	min-height: 100%;
	text-align: center;
	margin-top: 20px;
}

h1 {
	font-size: 1.4em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0;
	padding: 19px 0 0 23px;
	color: #FFF;
}

h3 {
	font-size: 1.4em;
	font-weight: normal;
	margin: 0 0 10px 0;
}


img {
	border: 0;
	margin: 0;
	padding: 0;
}


p {
	margin: 0 0 15px 0;
}

a {
	text-decoration: underline;
	color: #000;
}
a:hover {
	text-decoration: none;
}


/* tinyMCE input */
td {
	vertical-align: top;
}


hr {
	border: 0; /*  Firefox  Opera */
	border-top: solid 1px #751718;
	border-bottom: transparent;
	display: none;	/* TODO ???? */
}
* html hr {
	height: 1px;
	overflow: hidden;
}


/* relative divs and other styles *************************************************************************************/


/* basic layout styles *** ****************************************/
div#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FFFFFF;
	overflow: hidden;
}

/* top area with navi and logo */
div#top_start {
	height: 96px;	
	/*background-color: #F6F2E4;*/
	background-color: #FFF;
	min-height: 96px;
}
div#top {
	height: 96px;	/* TODO */
	background-color: #FFF;
	min-height: 96px;
}



div#bottom_brown {
	margin: 0;
	height: 57px;
	color: #FFF;
	background-color: #751718;
}
div#bottom_brown div#text_big {
	font-weight: bold;
}

div.logo_td {
	padding: 13px 30px 0 0;
}


div#start_img {
	margin: 0;
	padding: 0;
	height: 214px;
	width: 960px;
	overflow: hidden;
}

div.main_navi_td {
	padding: 68px 0 0 20px;
	width: 690px;
}
div.main_navi_td_standard {
	padding: 68px 0 0 16px;
	width: 690px;
}

div#start_teasers {
	margin: 0;
	padding: 10px 0 10px 20px;
	/*
	background-image: url(../images/bg_article_effects.gif);
	background-repeat: repeat-x; */
	background-color: #FFF;
}

div#start_service_navi {
	height: 28px;
	background-color: #751718;
	text-align: right;
}

div#navi_sub {
	padding: 0 0 0 0;
	background-color: #751718;
	/*height: 50px;
	overflow: hidden;*/
	height: auto;
}
/* MSIE6 again... */
* html div#navi_sub {
	height: 37px;
}
*+html div#navi_sub {
	min-height: 37px;
}


div#navi_sub div#service_navi_sub_empty {
	height: auto;
	padding: 0;
}


div#main_content {
	/*background-image: url(../images/bg_article_effects.gif);
	background-repeat: repeat-x;*/
}


div#content_article {
	height: 429px;
	overflow: hidden;
}
div#content_article a {
	color: #FFF;
}


div#sitemap_link_layer {
	/*height: 20px;
	overflow: hidden;
	padding-left: 20px;*/
	padding: 5px 20px 0 20px;
}

div#standard_content {
	margin: 5px 0 0 0;
	padding: 0;
	/* min-height: 464px; */
	height: auto;
	padding-left: 20px;
	padding-bottom: 10px;
	font-size: 1.1em;
}
* html div#standard_content {
	/* height: 464px; */
}

div#standard_content div#standard_img_text {
	width: 620px;
	height: auto;
	min-height: 1px;
	float: left;
	margin: 0 10px 10px 0;
	padding: 0 0 25px 0;
	background-color: #FFFFFF;
	border: 1px solid #751718;
	line-height: 140%;
}
div#standard_content div#standard_img_text img {
	margin-bottom: -4px;
}
*+html div#standard_content div#standard_img_text img {
	margin-bottom: -3px;
}



div#standard_content div#standard_img_text div#img_left {
	float: left;
	width: 252px;
	margin: 30px 0 0 25px;
}
* html div#standard_content div#standard_img_text div#img_left {
	margin-left: 15px;
}
div#standard_content div#standard_img_text div#text_right {
	float: left;
	width: 328px;
	margin: 28px 0 16px 0;
	color: #751718;
	min-height: 1px;
	overflow: hidden;
}
* html div#standard_content div#standard_img_text div#text_right {
	width: 318px;
}
div#standard_content div#standard_img_text div#text_right a {
	color: #751718;
}
/* two column layout */
div#standard_content div#standard_img_text div#text_right div#column_left {
	width: 156px;
	float: left;
	margin-right: 15px;
}
div#standard_content div#standard_img_text div#text_right div#column_right {
	width: 156px;
	float: left;
	margin: 0;
}
* html div#standard_content div#standard_img_text div#text_right div#column_left {
	width: 151px;
}
* html div#standard_content div#standard_img_text div#text_right div#column_right {
	width: 151px;
}

div#standard_content div#content_article {
	width: 290px;
	height: auto;
	background-color: #751718;
	color: #FFF;
	margin: 0 10px 0 0;
	float: left;
}
div#standard_content div#content_article div#inner {
	padding: 10px 16px 16px 16px;
	line-height: 170%;
}

/* *** standard article two columns *** */




/* table replacements ***********************************************+*/
div.table_row {
	min-height: 1px;
	padding: 0;
	margin: 0;
}
div.table_td {
	float: left;
}
div.table_td_right {
	float: right;
}
div.space_line {
	clear: both;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
}

/* *** navi main start ************************************************ */
ul#navi_top_start {
	margin: 0;
	padding: 0px;
	color: #FFF;
	white-space: nowrap;
}
ul#navi_top_start li.navi_top {
	list-style-type: none;
	margin: 0;
	display: inline;
	padding: 0 10px 0 0;
}
ul#navi_top_start li.navi_top a {
	color: #751718;
	font-size: 1.1em;
	text-decoration: none;
}


/* *** service navi **************************************************** */
ul#service_navi {
	margin: 0;
	padding: 8px 23px 8px 0;
	white-space: nowrap;
	height: auto;
}
ul#service_navi li {
	list-style-type: none;
	margin: 0;
	display: inline;
	padding: 6px 0 6px 0;

}
ul#service_navi li.a_active  {
	list-style-type: none;
	margin: 0;
	display: inline;
	background-image: url(../images/bg_service_navi_active.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	padding: 6px 0 6px 0;

}
ul#service_navi li a {
	padding: 0 3px 0 2px;
	color: #FFF;
	font-size: 0.9em;
	text-decoration: none;
	white-space: nowrap;
}


/* *** and the sub navi of service navi *** */
div#service_navi_sub {
	
}
ul#service_navi_sub {
	margin: 8px 0 0 0;
	padding: 0;
	white-space: nowrap;
}
* html ul#service_navi_sub {
	padding-right: 0;
}
ul#service_navi_sub li {
	list-style-type: none;
	margin: 0;
	display: inline;
	padding: 0;
}
ul#service_navi_sub li a {
	color: #DCCCB3;
	font-size: 0.9em;
	text-decoration: none;
	padding: 0 3px 0 2px;
}
ul#service_navi_sub li a:hover {
	color: #FFF;
}
ul#service_navi_sub li a:active {
	color: #FFF;
}
ul#service_navi_sub li a.a_active {
	color: #FFF;
}


/* *** start teasers stuff **************************** */
div.teasers_row {
	height: 243px;
	overflow: hidden;
}
div.teasers_row div.big_teaser {
	width: 552px;
	overflow: hidden;
	margin: 0 10px 0 0;
	background-color: #FFFFFF;
	border: 1px solid #751718;
}
div.teasers_row div.teaser_headline {
	padding: 3px 10px 5px 10px;
}
div.teasers_row div.teaser_headline a {
	font-size: 1.5em;
	color: #751718;
	font-weight: bold;
	text-decoration: none;
}
div.teasers_row div.teaser_text {
	font-size: 1.1em;
	color: #000;
	padding: 0 10px 5px 10px;
}
div.teasers_row div.teaser_link {
	text-align: right;
	padding-right: 10px;
}
div.teasers_row div.teaser_link a {
	text-decoration: underline;
	color: #000;
}
div.start_teaser_img_big {
	width: auto;
	height: 241px;
	overflow: hidden;
	background-color: #FFFFFF;
}
div.start_teaser_img_big img {
	margin: 5px 0 0 8px;
}
div.start_teaser_text_first {
	background-color: #FFFFFF;
	float: none;
	height: 241px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
div.start_teaser_space {
	width: 10px;
	overflow: hidden;
}
div.start_teasers_right {
	width: 356px;
	overflow: hidden;
}
div.teaser_small {
	background-color: #FFFFFF;
	width: 356px;
	height: 80px;
	overflow: hidden;
	margin-bottom: 2px;
}
div.teaser_small_left {
	width: 96px;
	height: 69px;
	overflow: hidden;
	margin: 5px 0 0 8px;
}
div.teaser_small_right {
	width: 251px;
	overflow: hidden;
}
* html div.teaser_small_right {
	width: 240px;
}

/* *** new teaser small: only img *** */
div.teaser_small img {
	margin: 0;
}



/* *** main navi standard ******************************************************************************************* */
ul#navi_top_standard {
	margin: 0;
	padding: 0px;
	color: #FFF;
	white-space: nowrap;
	height: auto;
	padding-bottom: 8px;
}
ul#navi_top_standard li.navi_top {
	list-style-type: none;
	margin: 0;
	display: inline;
	height: 14px;
	padding: 17px 0 8px 4px;
	background-image: url(../images/bg_main_navi_left.gif);
	background-repeat: no-repeat;
}
ul#navi_top_standard li.navi_top_active {
	list-style-type: none;
	margin: 0;
	display: inline;
	height: 14px;
	padding: 17px 0 8px 4px;
	background-image: url(../images/bg_main_navi_active_left.gif);
	background-repeat: repeat-x;
}
ul#navi_top_standard li.navi_top_spacer {
	list-style-type: none;
	display: inline;
	background-image: url(../images/bg_main_navi_right.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 6px;
	margin: 0;
	padding: 17px 0 8px 0;
	overflow: hidden;
}
ul#navi_top_standard li.navi_top_active_spacer {
	list-style-type: none;
	display: inline;
	background-image: url(../images/bg_main_navi_active_right.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 6px;
	margin: 0;
	padding: 17px 0 8px 0;
	overflow: hidden;
}
ul#navi_top_standard li a {
	color: #751718;
	font-size: 1.1em;
	text-decoration: none;
}
ul#navi_top_standard li a.navi_top_active {
	color: #751718;
	text-decoration: none;
}


/* *** main navi on first site got other styles *************************************************/
ul#navi_top_start {
	margin: 0;
	padding: 0px;
	color: #FFF;
	white-space: nowrap;
	height: auto;
	padding-bottom: 8px;
}
ul#navi_top_start li.navi_top {
	list-style-type: none;
	margin: 0;
	display: inline;
	height: 14px;
	padding: 17px 0 8px 4px;
	background-image: url(../images/bg_main_navi_start_left.gif);
	background-repeat: no-repeat;
}
ul#navi_top_start li.navi_top_active {
	list-style-type: none;
	margin: 0;
	display: inline;
	height: 14px;
	padding: 17px 0 8px 4px;
	background-image: url(../images/bg_main_navi_active_left.gif);
	background-repeat: repeat-x;
}
ul#navi_top_start li.navi_top_spacer {
	list-style-type: none;
	display: inline;
	background-image: url(../images/bg_main_navi_start_right.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 6px;
	margin: 0;
	padding: 17px 0 8px 0;
	overflow: hidden;
}
ul#navi_top_start li.navi_top_active_spacer {
	list-style-type: none;
	display: inline;
	background-image: url(../images/bg_main_navi_active_right.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 6px;
	margin: 0;
	padding: 17px 0 8px 0;
	overflow: hidden;
}
ul#navi_top_start li a {
	color: #751718;
	font-size: 1.1em;
	text-decoration: none;
}
ul#navi_top_start li a.navi_top_active {
	color: #751718;
	text-decoration: none;
}



/* *** sub navi of main navi ************************************************ */
ul#navi_sub {
	background-color: #751718;
	margin: 5px 0 -10px 10px;
	padding: 0px;
	white-space: nowrap;
}
ul#navi_sub li {
	list-style-type: none;
	margin: 0;
	display: inline;
	padding-left: 10px;
}
ul#navi_sub li a {
	color: #FFF;
	font-size: 0.9em;
	text-decoration: none;
}
ul#navi_sub li a:hover {
	color: #DCCCB3;
}
ul#navi_sub li a.a_active {
	color: #DCCCB3;
}


/* *** article effects ******************************************************/
/* brown overlay */
div#brown_overlay {
	position: absolute;
	background-color: #751718;
	width: 20px;
	height: 20px;
	visibility: hidden;
	z-index: 10023;
	overflow: hidden;
}
div#article_effects {
	margin: 0;
	height: 409px;
	overflow: hidden;
	width: 920px;
	margin-left: 20px;
	background-repeat: no-repeat;
	margin-top: 5px;
}
div#article_effects div#alpha_layer {
	height: 193px;
	min-height: 193px;
	padding-top: 218px;
}
div#article_effects div#alpha_layer div#img_left {
	float: left;
	width: 128px;
	height: 118px;
	overflow: hidden;
}
div#article_effects div#alpha_layer div#show_text_box {
	float: left;
	background-color: #751718;
	width: 435px;
	height: 118px;
	overflow: hidden;
	color: #FFF;
}
div#article_effects div#alpha_layer div#show_text_box div#show_text_box_inner {
	padding: 21px 29px;
	font-size: 1.1em;
}
div#article_effects div#alpha_layer div#text_boxes {
	padding-top: 91px;
	min-height: 102px;
	float: right;
}
div#article_effects div#alpha_layer div#text_boxes div.effects_text_box {
	float: left;
	width: 76px;
	margin-left: 10px;
	cursor: pointer;
}
div#article_effects div#alpha_layer div#text_boxes div.effects_text_box div.number {
	color: #FFF;
	font-weight: bold;
	height: 11px;
	font-size: 1.1em;
	overflow: hidden;
	padding-left: 13px;
}
div#article_effects div#alpha_layer div#text_boxes div.effects_text_box div.text {
	background-color: #751718;
	color: #FFF;
	font-size: 0.6em;
	height: 90px;
}
div#article_effects div#alpha_layer div#text_boxes div.effects_text_box div.text div.inner {
	padding: 11px 13px;
	height: 54px;
	overflow: hidden;
}

/* and now the other html tpl: different positioning *** */
div#article_effects div#alpha_layer_2 {
	height: 144px;
	min-height: 144px;
	padding-top: 265px;
}
div#article_effects div#alpha_layer_2 div#img_left {
	float: left;
	width: 128px;
	height: 118px;
	overflow: hidden;
}
div#article_effects div#alpha_layer_2 div#show_text_box_2 {
	float: right;
	background-color: #751718;
	width: 280px;
	overflow: hidden;
	color: #FFF;
	height: 144px;
}
div#article_effects div#alpha_layer_2 div#text_boxes {
	padding-top: 44px;
	min-height: 102px;
	float: right;
}
div#article_effects div#alpha_layer_2 div#text_boxes div.effects_text_box {
	float: left;
	width: 76px;
	margin-left: 10px;
	cursor: pointer;
}
div#article_effects div#alpha_layer_2 div#show_text_box_2 div#show_text_box_inner {
	padding: 21px 29px;
	font-size: 1.1em;
}
div#article_effects div#alpha_layer_2 div#img_right {
	float: right;
	height: 144px;
	width: 144px;
	overflow: hidden;
	margin-left: 10px;
}
div#article_effects div#alpha_layer_2 div#text_boxes div.effects_text_box div.text {
	background-color: #751718;
	color: #FFF;
	font-size: 0.6em;
	height: 90px;
}
div#article_effects div#alpha_layer_2 div#text_boxes div.effects_text_box div.text div.inner {
	padding: 11px 13px;
	height: 54px;
	overflow: hidden;
}

div#article_effects div#alpha_layer_2 div#text_boxes div.effects_text_box div.number {
	color: #FFF;
	font-weight: bold;
	height: 11px;
	font-size: 1.1em;
	overflow: hidden;
	padding-left: 13px;
}


/* *** hotel (or press?) images + links ******************************************************************** */
div.hotel_effects {
	background-color: #F8F3E9;
	width: 620px;
}
div#hotel_links {
	float: left;
	width: 175px;
	height: 374px;
	margin: 10px 0;
	overflow: auto;
	border-right: 1px solid #5B5655;
}
div#hotel_links div.images_link {
	height: 21px;
	width: 172px;
	padding: 0 0 1px 2px;
	overflow: hidden;
	display: block;
}
div#hotel_images {
	float: left;
	width: 444px;;
	height: 394px;
	overflow: auto;
}
div#hotel_images div.hotel_imgs_image_layer {
	float: left;
	width: 90px;
	margin: 10px 0 13px 17px;
	height: 108px;
	overflow: hidden;
	color: #751718;
}
* html div#hotel_images div.hotel_imgs_image_layer {
	margin: 10px 8px 13px 8px;
}
div#image_large {	/* large img in absolute layer */
	position: absolute;
	z-index: 33020;
	background-color: #FFF;
	text-align: center;
	width: 400px;
	height: 300px;
	visibility: hidden;
}
div#image_large img#preloading {
	margin-top: 125px;
}
div#image_large div#large_img_medianame {
	text-align: left;
	color: #FFF;
	background-color: #751718;
	margin-top: -3px;
	padding: 3px 10px 4px 10px;
	font-size: 1.2em;
}



/* *** navipath styles ***/
a.navipath {
	text-decoration: none;
	font-size: 1.1em;
	color: #751718;
}


/* *** news teasers *** **/
div#news_teaser {
	line-height: 150%;
}
div#news_teaser a.news_headline {
	color: #FFF;
	text-decoration: none;
	font-size: 1.15em;
}
div#news_teaser div.news_more {
	padding-bottom: 14px;
}
div#news_teaser div.news_more a {
	color: #FFF;
}



/* *** lang selection *** */
div#lang_selection_layer {
	position: absolute;
	padding-top: 5px;
	display: none;
	z-index: 555555;
	width: auto;
	text-align: left;
}
div#lang_selection_layer div.lang {
	padding: 3px 10px 4px 4px;
	background-color: #751718;
}
div#lang_selection_layer a {
	color: #FFF;
	text-decoration: none;
	font-size: 0.9em;
}



/* *** google maps stuff *** */
div#google_maps_layer {
	border: solid 1px #751718; padding: 9px 10px 10px 10px;
}
form#maps_search {
	padding: 0; margin: 0;
}
form#maps_search div.a_row {
	padding: 0 0 10px 0; width: 490px;
}
form#maps_search div.text_from {
	padding: 1px 10px 0 0;
}
form#maps_search input#location_from {
	border: 1px solid #751718; width: 230px; font-size: 11px;
}
form#maps_search div.submito {
	padding: 1px 0 0 10px;
}
form#maps_search div#map {
	width: 590px; height: 500px;
}
form#maps_search div#directions {
	width: 590px;
}
/* contact form */
#contactFormLeft, #contactFormRight, #contactFormSubmit, #contactFormData {
	float:left;
	text-align:right;
}
label {
	font-size:1.1em;
	display:block;
	float:right;
	height:15px;
	margin:0 8px 6px 0;
}
#contactForm input {
	float:right;
	border:1px solid #751718;
	height:12px;
	font-size:1em;
	width:125px;
}
#contactForm br {
	clear:right;
}

#contactForm h1 {
	color:#A51828;
	font-size:1.1em;
	margin:0 0 16px;
	font-weight:bold;
}

#contactFormSubmit input {
	width:120px;
	text-align:center;
	height:auto;
}
#contactFormSubmit {
	margin-right:10px;
}

#contactFormLeft {
	width:190px;
	margin-left:16px;
}
#contactFormRight {
	width:240px;
}
#contactFormRight textarea {
	width:125px;
	height:52px;
	border:1px solid #751718;
	float:right;
	font-size:1.2em;
}
#contactFormSubmit {
	width:140px;
	padding-top:143px;
}
#contactFormData {
	width:155px;
	padding:0 8px 8px 8px;
	text-align:left;
}
#contactFormData h2 {
	font-size:70%;
	color:#000;
	margin:0;
}

h1.contactform {
	color:#751718;
	line-height:140%;
	font-weight:bold;
	padding-left:20px;
	padding-bottom:10px;
	padding-top:25px;
}

div#text_right_wide {
	float: left;
	width: 600px;
	margin: 0;
	color: #751718;
	min-height: 1px;
	overflow: hidden;
}

p.contact_error {
	margin-left:20px;
}

.contactMini {
	color:#B8B5B1;
	font-size:0.9em;
	line-height:50px;
	padding-right:4px;
}



<?php
header("Location:/index.php");
exit;
?>



/* *** overwrite styles of default css *** ************************************************************************** */
hr {
	border-top: solid 1px #000;
}

ul#navi_sub {
	width: 817px;
}

div.main_navi_td_standard {
	width: 630px;
}
div.main_navi_td {
	width: 630px;
}

div#start_teasers {
	background-image: none;
}



div.logo_td {
	padding: 33px 21px 0 0;
}

div#main_content {
	background-image: none;
}






div#standard_content div#standard_img_text div#text_right {
	color: #000;
}
div#standard_content div#standard_img_text div#text_right a {
	color: #000;
}



div#hotel_links {
	float: left;
	width: 172px;
	height: auto;
	margin: 12px 0 0 0;
	overflow: hidden;
	border-right: 0;
	padding: 0;
}
div#hotel_links div.images_link {
	height: 21px;
	width: 172px;
	padding: 0;
	overflow: hidden;
	display: block;
}

ul#navi_sub li a:hover {
	color: #D4B7B8;
}
ul#navi_sub li a.a_active {
	color: #D4B7B8;
}

div.teasers_row div.big_teaser {
	border: 1px solid #751718;
}

div.teasers_row div.teaser_text {
	/*color: #FFF;*/
}
div.teasers_row div.teaser_link a {
	/*color: #FFF;*/
}
div.teasers_row div.teaser_headline a {
	/*color: #FFF;*/
}







/* *** new styles for success-hotels ******************************************************************************** */
/* *** new styles for success-hotels ******************************************************************************** */
/* *** new styles for success-hotels ******************************************************************************** */
div#standard_content_hotels {
	margin-top: -6px;
	padding: 0;
}
* html div#standard_content_hotels {
	margin-top: -7px;
}
*+html div#standard_content_hotels {
	margin-top: -7px;
}
div.hotels_map_left {
	width: 172px;
	overflow: hidden;
}
div.hotels_map_center {
	width: 517px;
}
div.hotels_map_right {
	padding: 0;
	margin: 0;
	width: auto;
	overflow: hidden;
}
div.hotels_map_right div#red_gradient {
	padding: 0;
	margin: 0;
	background-image: url(../images/bg_hotels_map.gif);
	background-repeat: repeat-x;
	height: 270px;
	margin-top: -3px;
	width: 221px;
}
* html div.hotels_map_right div#red_gradient {
	margin-top: 0;
}
*+html div.hotels_map_right div#red_gradient {
	margin-top: 0;
}
div.hotels_map_right div#red_gradient div#red_grad_inner {
	padding: 9px 10px;
}

/* *** hotel details *** */
div.hotel_details {
	border: 1px solid #751718;
	margin: 12px 4px 12px 3px;
	height: auto;
}
* html div.hotel_details {
	display: block;
	height: 300px;
	width: 509px;
}
div.hotel_details div.hotel_details_left {
	margin: 7px 8px 14px 8px;
	width: 160px;
	font-size: 1.1em;
	height: auto;
}
* html div.hotel_details div.hotel_details_left {
	margin: 7px 4px 14px 4px;
	height: auto;
}
div.hotel_details div.hotel_details_image {
	float: left;
	width: 78px;
	height: 78px;
	text-align: center;
	overflow: hidden;
	display: block;
	margin: 0 5px 4px 0;
}
div.hotel_details div#hotel_details_img_large {
	padding: 5px 0 4px 0;
	height: auto;
	display: block;
}

/* *** now right side *** */
div#hotel_details_facts {
	width: 250px;
	margin: 12px 0 0 0;
	padding: 0;
	color: #FFF;
	background-color: #751718;
	margin-right: 12px;
}
div#hotel_details_facts div#facts_inner {
	padding: 12px 7px 7px 7px;
}
div#hotel_details_facts div#facts_headline {
	font-size: 1.2em;
	padding-bottom: 3px;
}
div#hotel_details_facts div.facts {
	border-bottom: 1px solid #FFF;
}
div#hotel_details_facts div.facts_last {
	border: none;
}
div#hotel_details_facts div.facts_left {
	border-right: 1px solid #FFF;
	width: 102px;
	padding: 2px 0 2px 0;
}
div#hotel_details_facts div.facts_right {
	padding: 2px 0 2px 4px;
}

/* *** special links *** */
div#hotel_details_special_links {
	width: 250px;
	margin: 10px 0 0 0;
	padding: 0;
	background-color: #751718;
	margin-right: 12px;
}
div#hotel_details_special_links a {
	color: #FFF;
	text-decoration: none;
}
div#hotel_details_special_links div#print_link {
	padding: 4px 23px 0 7px;
	float: left;
}
div#hotel_details_special_links div#contact_link {
	padding: 4px 23px 0 0;
	float: left;
}
div#hotel_details_special_links div#hotel_website_link {
	padding: 4px 23px 0 7px;
}
div#hotel_details_special_links div#function_portofolio_link {
	padding: 4px 23px 0 7px;
	float: left;
}
div#hotel_details_special_links div#home_prospect_link {
	padding: 4px 23px 0 0;
	float: left;
}
div#hotel_details_special_links div#reservation_code_link {
	padding: 4px 23px 8px 7px;
}

div#hotel_details_img_right_bottom {
	margin: 10px 0 0 0;
}

div#hotel_details_right_bottom {
	border: 1px solid #751718;
	margin: 10px 12px 10px 0;
	padding: 4px;
}


