@import url("./form.css");
@import url("./custom.css");

* {
	padding: 0px;
	margin: 0px;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
	background-color: #640000;
}

h3 {
	font-size: 11px;
	margin: 10px 0 4px 0;
	padding: 0;
}

td,th {
	vertical-align: top;
}

#box {
	margin: 0 auto;
	width: 960px;
	min-height: 768px;
	_height: 768px; /* IE 6 < fix */
	background-color: #FCF3EA;
}

#header { /* Background image is being loaded dynamicly */
	background-repeat: repeat-x;
	background-color: #402418;
	height: 155px;
	border-bottom: 1px solid #3F2417;
}

#menu {
	width: 129px;
	min-height: 213px;
	_height: 213px;
	float: left;
	border-right: 1px solid #b07a75;
	background-color: #d8c7b9;
}

#menu ul {
	list-style: none;
	text-align: center;
}

#menu ul li a {
	padding-top: 15px;
	display: block;
	width: 100%;
	height: 95px;
	text-decoration: none;
}

#menu ul li a p {
	display: none;
}

#menu ul li a img {
	border: 0px;
	margin-right: -2px;
}

#menu ul li a:hover ,#menu ul li a.themeActive {
	background-color: #ccb3a6;
}

#theme_menu {
	width: 159px;
	min-height: 260px;
	_height: 260px;
	background-color: #966d5b;
	border-right: 1px solid #b07a75;
	margin-bottom: 40px;
}

#theme_menu .theme_menu_toplinks {
	height: 32px;
	text-align: center;
	padding-top: 9px;
	background-color: #966D5B;
}

#theme_menu .theme_menu_toplinks a {
	padding: 0px 0px 0px 0px;
}

#theme_menu .theme_menu_toplinks a.killMargin {
	margin-left: -4px;
}

#theme_menu .theme_menu_toplinks a img {
	border: 0px;
	margin-right: 3px;
}

#theme_menu ul { /*margin-top:				110px;*/
	list-style: none;
	background-color: #916252;
}

#theme_menu li a {
	font-weight: bold;
	display: block;
	color: #faf1dd;
	line-height: 22px;
	font-size: 11px;
	text-decoration: none;
	padding-left: 6px;
	_height: 22px; /* IE6 fix */
}

#theme_menu li a:hover {
	background-color: #A57C6B;
	/*text-decoration: underline;*/
}
#theme_menu li a.active,
#theme_menu li.theme_sub a.active {
	background-color: #CBC3B2;
}

#theme_menu li.theme_sub a {
	font-weight: normal;
	padding-left: 15px;
}
#theme_menu li.theme_sub_sub a {
	font-weight: normal;
	padding-left: 30px;
}
#theme_menu li.theme_sub_sub a.active {
	background-color: #CBC3B2;
}
#theme_menu li.divider_top {
	margin-top: .7em;
}


#related_themes {
	margin: 40px auto 0 auto;
	padding: 0;
	list-style-type: none;
	color: #FAF1DD;
	width: 159px;
}
#related_themes li {
	padding: 0;
	text-align: center;
}
#related_themes li.text {
	padding-bottom: 8px;
}
#related_themes li a {
}
#related_themes li a img {
	border: none;
}

#menu #related_themes {
	width: auto;
}
#menu #related_themes li.text {
	font-size: 12px;
	color: #640000;
	font-weight: bold;
}

#topnav {
	list-style: none;
	width: 100%;
}

#topnav li {
	float: left;
	line-height: 25px;
	padding-right: 20px;
}

#topnav li a {
	font-weight: bold;
	padding: 0;
	text-decoration: none;
	color: #640000;
}

#topnav li a:hover {
	color: #966D5B;
}

#topnav li a.subthemepageActive,#topnav li a.chaletpageActive {
	border-bottom: 2px solid #640000;
}

#topnav_spacer {
	clear: left;
	font-size: 1px;
	height: 10px;
}

#other_themes_container {
	margin-top: 50px;
	text-align: center;
}
#other_themes_container h3 {
	color: #FAF1DD;
}
#other_themes_container ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#other_themes_container li {
	margin: 0;
	padding: 0;
}
#other_themes_container a {
	display: block;
	padding: 5px;
}
#other_themes_container img {
	border: none;
}


#content_container {
	min-height: 613px;
	_height: 613px;
	border-top: 1px solid #735749;
}
body.home #content_container {
	background: url(../images/layout/bg-container-2col.gif) repeat-y;
}
body.theme #content_container {
	background: url(../images/layout/bg-container-3col.gif) repeat-y;
}

#col1_container {
	float: left;
}
#col1_container h2 {
	line-height: 40px;
	font-size: 12px;
	color: #640000;
	padding-left: 12px;
}
#col3_container {
	float: left;
	width: 180px;
	height: 400px;
}
#col3_container h2 {
	line-height: 40px;
	font-size: 20px;
	color: #FAF1DD;
	font-weight: normal;
	padding: 0 15px;
}


#content_theme {
	float: left;
	width: 620px;
	position: relative;
	overflow: hidden;
}

#content_no_theme {
	float: left;
	width: 830px;
	min-height: 460px;
	_height: 460px;
	background-color: #FCF3EA;
}

#content_theme #welcome_header,#content_no_theme #welcome_header {
	line-height: 40px;
	color: #640000;
	font-size: 20px;
	background-color: #C0A494;
	border-bottom: 1px solid #B07A75;
	font-weight: normal;
	display: block;
	padding-left: 15px;
}

#content_theme a.btn_print {
	position: absolute;
	top: 11px;
	right: 11px;
	border: none !important;
	outline: none;
}
#content_theme a.btn_print img {
	border: none;
}


#content_theme #content_paragraph,#content_no_theme #content_paragraph {
	line-height: 16px;
	color: #640000;
	padding: 15px;
	width: auto;
}

#content_theme img,#content_no_theme img {
	margin-bottom: 15px; *
	margin-bottom: 6px;
	/* 50% of the margin because IE sucks calculating margins */
	clear: both;
}

#content_theme a,#content_no_theme a {
	color: #9f0000;
}

#content_theme a:hover,#content_no_theme a:hover {
	color: #C0A494;
}

#chalet_overview div.chalet {
	float: left;
	text-align: center;
	padding: 0 27px 30px 27px;
}
#chalet_overview div.last {
	margin-right: 0;
}
#chalet_overview h2 {
	margin: 0 0 6px 0;
	line-height: 1.1em;
	padding: 0;
	font-size: 12px;
}
#chalet_overview h3 {
	margin: 0 0 2px 0;
	padding: 0;
	font-size: 10px;
}
#chalet_overview div.action a {
	display: block;
	background-color: #FAF2E5;
	border: 1px solid #B0857F;
	color: #417F34;
	margin-bottom: 2px;
	padding: 2px;
	text-decoration: none;
}
#chalet_overview div.action a:hover {
	background-color: #fff;
}
#chalet_overview div.action a.chaletsBookNow {
	color: #417F34;
}
#chalet_overview div.action a.chaletsMoreInfo {
	color: #550003
}
#chalet_overview img {
	border: 1px solid #640000;
	margin-bottom: 5px;
	width: 140px;
	height: 114px;
	display: block;
}


.chalet_overview {
	float: left;
	width: 190px;
	text-align: center;
	font-size: 9px;
	margin: 15px 8px 0px -2px; *
	margin: 15px 8px -15px -2px;
	height: 160px;
}

.chalet_overview img {
	border: 1px solid #640000;
}

.chalet_overview p {
	margin-top: -20px; *
	margin-top: -5px;
}

.chalets_image {
	margin-right: 12px;
}

#chalet_overview_xl {
	border: 1px solid #BB8E88;
	background-color: #F3E7DB;
	padding: 10px;
	margin-top: 10px;
	overflow-x: hidden;
}

#chalet_overview_xl img {
	border: 1px solid #640000;
	float: left;
	margin-right: 10px;
}

#chalet_overview_xl img.icon {
	border: 0px;
	float: none;
	margin: 0px 0px -4px 5px;
}

#chalet_overview_xl .chalet_overview_xl_list {
	width: 379px;
	min-height: 130px;
	_height: 130px;
	float: left;
}

#chalet_overview_xl .hr_faker {
	border-bottom: 1px solid #B78681;
	height: 15px;
	display: block;
	clear: both;
	width: 100%;
	margin: 0px 0px 15px 0px;
}

#chalet_overview_xl .chalet_overview_xl_links {
	width: 160px;
	float: right;
	text-align: right;
	margin-top: -41px;
	_margin-top: -38px;
}

#chalet_overview_xl .chalet_overview_xl_links a,#chalet_overview_xl .chalet_overview_xl_links p {
	display: block;
	line-height: 22px;
	height: 22px;
	font-weight: bold;
	color: #630102;
	text-decoration: none;
}
#chalet_overview_xl .chalet_overview_xl_links a {
	display: inline;
	line-height: 17px;
	height: 17px;
	background: #FCF4E9;
	border: 1px solid #BC918A;
	margin: 1px 1px;
	padding: 2px 4px;
	
}

#chalet_overview_xl .chalet_overview_xl_links a:hover {
	background: #c0a594;
	color: #630102;
}

#chalet_overview_xl a.chaletsBookNow {
	border: 1px solid #B0857F;
	display: block;
	width: 150px;
	height: 22px;
	line-height: 22px;
	background-color: #FAF2E5;
	color: #417F34;
	font-weight: bold;
	text-align: center;
	float: right;
}

#chalet_overview_xl a.chaletsBookNow:hover {
	background-color: white;
	color: #417F34;
}

#chalet_overview_xl a.chaletsMoreInfo {
	border: 1px solid #B0857F;
	display: block;
	width: 150px;
	height: 22px;
	line-height: 22px;
	background-color: #FAF2E5;
	color: #550003;
	font-weight: bold;
	text-align: center;
	float: right;
	margin-top: 5px;
}


#chalet_overview_xl a.chaletsMoreInfo:hover {
	background-color: white;
	color: #550003;
}

#chalet_overview_navigation {
	font-weight: bold;
	padding: 15px 0 10px 0px;
}

#chalet_overview_navigation .left {
	float: left;
	width: 180px;
	display: block;
}

#chalet_overview_navigation .left img {
	border: 0px;
	float: left;
}

#chalet_overview_navigation p {
	width: 230px;
	float: left;
	display: block;
	text-align: center;
}

#chalet_overview_navigation .right {
	float: right;
	display: block;
	text-align: right;
	margin-right: 10px;
}

#chalet_overview_navigation .right img {
	border: 0px;
	float: right;
}

#chalet_overview_navigation a {
	color: #670000;
	text-decoration: none;
}

#chalet_overview_navigation a:hover {
	color: #966D5B;
}

#chalet_booking_navigation {
	padding: 15px 0 10px 0px;
	text-align: right;
}

#chalet_booking_navigation img {
	float: right;
}

#chalet_booking_navigation input.submitbutton {
	color: #670000;
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 16px;
	border: 0;
	background: transparent;
	cursor: pointer;
	text-align: right;
}

#chalet_booking_navigation input.submitbutton:hover {
	color: #966D5B;
	cursor: hand;
}

#currency_switch {
	float: right;
	margin-top: 10px;
}

#album_pictures {
	margin-top: 10px;
}

#album_pictures a {
	margin-right: 5px;
	width: 135px;
	height: 135px;
	overflow: hidden;
}

#album_pictures a img {
	border: 1px solid #9F0000;
	margin: 0 0 5px 0;
}

form.defaultForm {
	border: 1px solid #BB8E88;
	background-color: #F3E7DB;
	padding: 10px;
}

form.defaultForm {
	border: 1px solid #BB8E88;
	background-color: #F3E7DB;
	padding: 10px;
}

form.defaultForm table {
	width: 100%;
}

form.defaultForm th {
	font-weight: normal;
}
.defaultForm th.align_right,
.defaultForm td.align_right {
	text-align: right;
}

form.defaultForm input.text_center {
	text-align: center;
}

th.text,th.set,th.select,th.dateExpanded,th.textarea {
	text-align: right;
}

form.defaultForm input,select,textarea {
	background-color: #FCF4E9;
	border: 1px solid #BC918A;
	padding: 1px;
	margin: 1px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #402418;
}

form.defaultForm input.checkbox {
	border: 0px;
	background-color: #F3E7DB;
}

form.defaultForm input.button {
	font-weight: bold;
	float: right;
	border: 0px;
	padding-right: 15px;
	_padding-right: 7px;
	background: url(../images/layout/icon_next_step.jpg) right no-repeat
		#F3E7DB;
	cursor: hand;
}

input.submit {
	background-color: #FCF4E9;
	border: 1px solid #BC918A;
	padding: 1px;
	margin: 1px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #630102 !important;
	cursor: hand;
	font-weight: bold;
	/*color: #630100;*/
}

input.submit:hover {
	background-color: #C0A594;
}

.formborder {
	border-top: 1px solid #B68682;
	line-height: 1px;
}

.dark {
	background-color: #F3E7DB;
	border: 1px solid #BE8C8D;
	padding: 10px;
}

#footer {
	background-color: #402418;
	color: #faf1dd;
	font-weight: bold;
	text-align: center;
	line-height: 26px;
}
#footer p {
	font-weight: normal;
}

#footer a {
	color: #faf1dd;
	text-decoration: underline;
}

#footer a:hover {
	color: #d8c7b9;
}

h2 {
	font-size: 12px;
	line-height: 28px;
	display: block;
	clear: both;
}

.noteblock {
	display: block;
	background-color: #FFFB93;
	padding: 10px;
	color: black;
	margin-top: 15px;
	border: 1px dashed red;
	clear: both;
}

.bottomline {
	border-bottom: solid #BB0000 1px;
}

ul.error {
	border: 1px solid #BB8E88;
	background-color: #FCF3EA;
	padding: 5px;
}

ul.error li {
	color: #D60000;
	margin-left: 15px;
	font-weight: bold;
}

ul#search_steps {
	border-color: #bb8e88;
	border-style: solid;
	border-width: 1px 1px 1px 0;
	list-style-type: none;
	margin: 0 0 15px 0;
	padding: 0;
	height: 20px;
	background-color: #F3E7DB;
	overflow: hidden;
}

ul#search_steps li {
	float: left;
	border-left: 1px solid #bb8e88;
	height: 20px;
	overflow: hidden;
}

ul#search_steps li span {
	display: block;
	padding-left: 10px;
	color: #AC736C;
}

ul#search_steps li a,ul#search_steps li span {
	display: block;
	padding: 1px 10px 3px 10px;
	text-decoration: none;
}

ul#search_steps li.active a,ul#search_steps li.active span {
	font-weight: bold;
	background-color: #C0A594;
	color: #630100;
}

ul#search_steps li.done a,ul#search_steps li.done span {
	color: #630100;
	padding-left: 20px;
	background: url(../images/icon-done.gif) 2px 2px no-repeat;
}

ul#search_steps li.step1 {
	width: 90px;
}

ul#search_steps li.step2 {
	width: 145px;
}

ul#search_steps li.step3 {
	width: 112px;
}

ul#search_steps li.step4 {
	width: 115px;
}

ul#search_steps li.step5 {
	width: 122px;
}
table.list {
	width: 100%;
	border-collapse: collapse;
	margin: 10px 0;
	font-size: 10px;
}

table.list td,table.list th {
	border: 1px solid #640000;
}

table.list thead {
	font-size: 95%;
}

table.list thead th {
	background-color: #f8e8db;
	font-weight: bold;
	text-align: left;
	padding: 4px;
}

table.list .normal {
	font-weight: normal;
}

table.list .center {
	text-align: center;
}

table.list tbody tr.odd td {
	background-color: #f8e8db;
}

table.list tbody td {
	padding: 4px 2px;
}

table.list tbody tr td.bg_dark {
	background-color: #cba594;
}

/**
 * @group table sizes
 */
.size_xxs {
	width: 2%;
}
.size_xs {
	width: 5%;
}
.size_s {
	width: 10%;
}
.size_m {
	width: 15%;
}
.size_ml {
	width: 20%;
}
.size_l {
	width: 30%;
}
.size_xl {
	width: 40%;
}
.size_xxl {
	width: 50%;
}


#booking_search {
	background-color: #916252;
	color: #FAF1DD;
	padding: 5px;
	margin-top: 41px;
}
#booking_search h2 {
	margin: 4px 0 6px 4px;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 1em;
}

#booking_search form {
	border: none;
	margin: 0;
	padding: 2px;
	background: transparent;
}
#booking_search label {
	display: block;
	padding-left: 2px;
	font-weight: normal !important;
}
#booking_search select {
	width: 165px;
}
#booking_search input.submit {
	margin: 8px 0 0 0;
	padding: 2px 4px;
}

#booking_search td.center {
	text-align: center;
}

.price {
	display: none;
}

span.price_chf {
	display: inline;
}

p.price_chf {
	display: block;
}

table.alert {
	width: 100%;
	clear: both;
	background-color: #F8E8DB;
	border: 1px solid #640000;
	margin-bottom: 10px;
}
table.alert td {
	padding: 5px;
}

/* Survey styling for surveyFinished page */
.survey_block {
	position: relative;
	border: 1px solid #840000;
	background: #F3E7DB;
	margin-bottom: 14px;
	height: 70px;
	width: 310px;
}
.survey_block .label {
	position: absolute;
	top: 10px;
	left: 14px;
	font-size: 12px;
	width: 215px;
	line-height: 2em;
}
.survey_block .score {
	position: absolute;
	right: 14px;
	top: 18px;
	font-size: 30px;
	font-weight: bold;
	line-height: 1em;
}
