/***********************************************************************************************************************
 * $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: #FFFDEF;
	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 #432500;
	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: #EEEEEE;
	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: #432500;
}
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: #432500;
	text-align: right;
}

div#navi_sub {
	padding: 0 0 0 0;
	background-color: #432500;
	/*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: #F9F3EA;
	border: 1px solid #C3A078;
	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: #432500;
	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: #432500;
}
/* 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: #432500;
	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: #432500;
	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: #F3EDD9;
	border: 1px solid #432500;
}
div.teasers_row div.teaser_headline {
	padding: 3px 10px 5px 10px;
}
div.teasers_row div.teaser_headline a {
	font-size: 1.5em;
	color: #432500;
	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: #F3EDD9;
}
div.start_teaser_img_big img {
	margin: 5px 0 0 8px;
}
div.start_teaser_text_first {
	background-color: #F3EDD9;
	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: #F3EDD9;
	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: #432500;
	font-size: 1.1em;
	text-decoration: none;
}
ul#navi_top_standard li a.navi_top_active {
	color: #432500;
	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: #432500;
	font-size: 1.1em;
	text-decoration: none;
}
ul#navi_top_start li a.navi_top_active {
	color: #432500;
	text-decoration: none;
}



/* *** sub navi of main navi ************************************************ */
ul#navi_sub {
	background-color: #432500;
	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: #432500;
	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: #432500;
	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: #432500;
	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: #432500;
	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: #432500;
	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: #432500;
}
* 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: #432500;
	margin-top: -3px;
	padding: 3px 10px 4px 10px;
	font-size: 1.2em;
}



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


/* *** 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: #432500;
}
div#lang_selection_layer a {
	color: #FFF;
	text-decoration: none;
	font-size: 0.9em;
}



/* *** google maps stuff *** */
div#google_maps_layer {
	border: solid 1px #432500; 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 #432500; 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:68%;
	display:block;
	float:right;
	height:15px;
	margin:0 8px 4px 0;
}
#contactForm input {
	float:right;
	border:1px solid #C3A078;
	height:12px;
	font-size:66%;
	width:125px;
}
#contactForm br {
	clear:right;
}

#contactFormSubmit input {
	width:auto;
	height:auto;
}
#contactFormSubmit {
	margin-right:10px;
}

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

#maps_search div {
	font-size:11px;
}
#googleContainer, #map {
	float:left;
}
#map {
	margin-right:20px;
}

.noscroll {
	overflow-y:hidden ! important;
}

.headerStart {
	height:363px ! important;
}

.contentLargeStart {
	height:0px ! important;
	overflow:hidden ! important;
	padding:0 ! important;
}

.contactMini {
	font-size:60%;
	padding-right:4px;
	color:#b8b5b1;
	line-height:50px;
}

/* 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 #C3A078;
	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;
}
#contactFormRight {
	width:240px;
}
#contactFormRight textarea {
	width:125px;
	height:52px;
	border:1px solid #C3A078;
	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:#432500;
	line-height:140%;
	font-weight:bold;
	padding-left:20px;
	padding-bottom:10px;
	padding-top:25px;
}

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

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