html,body {
	height:100%;
}
body {
	margin:0;
	color: #000;
	min-width:1000px;
	font:13px tahoma, geneva, sans-serif;
}
/* General reset */
form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
img {
	border:0;
}
input, select, textarea {
	vertical-align: top;
	font: 100% tahoma, geneva, sans-serif;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* General settings */
.page {
	min-height:100%;
}
* html .page {
	height:100%;
}
#w1 {
	width:100%;
	overflow:hidden;
	position:relative;
}
#w2 {
	position:relative;
	float:left;
	left:50%;
	width:1280px;
}
#w3 {
	position:relative;
	float:left;
	left:-50%;
	width:1280px;
}
/* main settings */
.summer {
	background:#e9f4bb url(../images/bg-mainbox1.gif) repeat-x;
}
.summer .page {
	background:url("../images/bg-body1.png") no-repeat 50% 0;
}
.winter {
	background:#99c5ed url(../images/bg-mainbox2.gif) repeat-x;
}
.winter .page {
	background:url("../images/bg-body2.png") no-repeat 50% 0;
}
.wrapper-bg {
	width:1000px;
	position:relative;
	margin:0 auto;
	padding:30px 0 0;
}
.lang-bar {
	position:absolute;
	top:-15px;
	right:0;
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
.lang-bar li {
	float:left;
	font-size:9px;
	padding:0 5px;
	margin:0 1px 0 -1px;
	background:url(../images/separator1.gif) no-repeat 0 1px;
}
.lang-bar li a {
	color:#fff;
}
.right-label {
	position:absolute;
	top:16px;
	right:-50px;
	width:50px;
	height:174px;
}
.right-label a {
	display:block;
	height:100%;
	overflow:hidden;
	cursor:pointer;
	text-indent:-9999px;
	background:url(../images/right-label.png) no-repeat;
}
#wrapper {
	width:1000px;
	overflow:hidden;
	margin:0 0 92px;
	background:url(../images/bg-main-content.png);
}
#header {
	position:absolute;
	z-index:100;
	top:30px;
	left:0;
	width:990px;
	height:200px;
	padding:10px 0 0 10px;
}


.logo-box {
	position:absolute;
	z-index:200;
	top:40px;
	left:33px;
}
.logo-box > div {
	width:191px;
	height:200px;
	overflow:hidden;
	background:url(../images/bg-logo-box2.png) no-repeat;
}
.logo {
	display:block;
	margin:45px 0 0 8px;
	width:171px;
	height:96px;
	text-indent:-9999px;
	overflow:hidden;
	position:relative;
}
.logo a {
	display:block;
	background:url(../images/logo_gruppe.png) no-repeat;
	height:100%;
}

.hotel_alpina .logo a {
	background:url(../images/logo_alpina.png) no-repeat;
}
.hotel_desalpes .logo a {
	background:url(../images/logo_desalpes.png) no-repeat;
}
.hotel_desiree .logo a {
	background:url(../images/logo_desiree.png) no-repeat;
}
.hotel_elite .logo a {
	background:url(../images/logo_elite.png) no-repeat;
}
.hotel_hannigalp .logo a {
	background:url(../images/logo_hannigalp.png) no-repeat;
}
.hotel_lacollina .logo a {
	background:url(../images/logo_lacollina.png) no-repeat;
}
.hotel_graecherhof .logo a {
	background:url(../images/logo_graecherhof.png) no-repeat;
}
.hotel_alpenroesli .logo a {
	background:url(../images/logo_alpenroesli.png) no-repeat;
}

/* '-','home','hotel','angebot1','angebot2','angebot3','angebot4','hotel_alpina','hotel_desalpes','hotel_desiree','hotel_elite','hotel_hannigalp','hotel_lacollina','hotel_graecherhof'   */

#header .border-left {
	position:absolute;
	top:0;
	right:0;
}
#header .main-frame {
	width:100%;
	overflow:hidden;
	position:relative;
}
#header .main-frame img {display:block;}
.main {
	width:980px;
	margin:0 10px 22px;
	padding:220px 0 0;
	position:relative;
	z-index:1;
}
.main:after {
	display:block;
	clear:both;
	content:"";
}
#content {
	float:right;
	width:730px;
	margin:0 0 -8px;
}
.heading {
	width:100%;
	color:#fff;
	font-size:14px;
	line-height:25px;
	background:url(../images/bg-heading-l.gif) no-repeat;
}
.heading .holder {
	margin:0 0 0 6px;
	height:1%;
	padding:0 0 0 15px;
	background:url(../images/bg-heading-r.gif) no-repeat 100% 0;
}
.heading:after,
.heading .holder:after {
	display:block;
	clear:both;
	content:"";
}
#nav {
	margin:0 0 0 -15px;
	padding:0;
	list-style:none;
	float:left;
	display:inline;
}
#nav li {float:left;z-index:4000; /* z-index: ie6/7 bug fix!!! parent-element must have a higher index as child-element!! */}
#nav li a {
	float:left;
	color:#fff;
	padding:0 17px;
}
#nav li:hover a,
#nav li.hover a {
	background-color:#5e5d5d;
	text-decoration:none;
}
#nav li li {
	display:block;
	float:none;
	height:1%;
	font-size:11px;
	line-height:21px;
	padding:0 16px;
}
#nav li li a {
	float:none;
	display:inline;
	padding:0;
}
#nav li li a:hover {text-decoration:underline;}
#nav .drop {
	position:absolute;
	z-index:3000;
	top:100%;
	left:-9999px;
	width:160px;
	background:url(../images/transparent.gif);
}
#nav li:last-child .drop {
	margin-left:-78px;
}
#nav .drop ul {
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
	background-color:#5e5d5d;
}
#nav .drop .b {
	height:8px;
	overflow:hidden;
	background:url(../images/bg-drop-b.png) no-repeat;
}
#nav li:hover,
#nav li.hover {position:relative;}
#nav li:hover .drop,
#nav li.hover .drop {left:0;}
/* content-holder */
.content-holder {
	width:100%;
	padding:10px 0 0;
	margin:0 0 9px;
}
.content-holder:after {
	display:block;
	clear:both;
	content:"";
}
.aside {
	width:230px;
	float:right;
	display:inline;
	margin:0 -1px 0 0;
	padding:0 1px 0 0;
}

.aside .grayreg,
.aside .grayreghotel,
.aside .gray {
	margin:0 0 16px;
}
.aside .grayreg .bg-t .bg-b .side-form{
	/*height: 158px;*/
	height: 150px;
}
.aside .grayreghotel .bg-t .bg-b .side-form{
	/*height: 158px;*/
	/*height: 150px;*/
}

.side-form {
	height:1%;
	overflow:hidden;
	padding:4px 0 0 11px;
	margin:0 0 31px;
	margin: 0 0 2px;
}
.side-form label {
	display:block;
	font-size:9px;
	margin:0 0 1px;
}
.side-form .row {
	width:100%;
	overflow:hidden;
	margin:0 0 7px;
}
.side-form .date {
	float:left;
	width:40px;
	margin:0 4px 0 0;
	display:inline;
}
.side-form .month {
	float:left;
	width:115px;
	margin:0 3px 0 0;
	display:inline;
}
.side-form .link-calendar {
	float:left;
	margin:1px 0 0;
	width:19px;
	height:17px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/ico-calendar.gif) no-repeat;
}
.person-list {
	margin:0 0 10px;
	padding:0;
	list-style:none;
	width:100%;
	overflow:hidden;
}
.person-list li {
	float:left;
	width:87px;
	margin:0 3px 0 0;
}
.person-list select {
	width:100%;
	overflow:hidden;
}
.btn-send {
	display:block;
	width:176px;
	line-height:26px;
	font-size:16px;
	border:1px solid #7f9db9;
	text-align:center;
	text-transform:uppercase;
	background:#cdcedb url(../images/bg-btn-send.gif) repeat-x;
	margin: 0 0 3px;
}
.btn-send-kontakt {
	display:block;
	width:176px;
	line-height:26px;
	font-size:16px;
	border:1px solid #7f9db9;
	text-align:center;
	text-transform:uppercase;
	background:#cdcedb url(../images/bg-btn-send.gif) repeat-x;
	margin: 0 0 3px;
}



.phone-box {
	height:139px;
	overflow:hidden;
	position:relative;
	margin:0 0 31px 8px;
	background:url(../images/phone.gif) no-repeat 5px 32px;
}
.phone-box .title {
	display:block;
	color:#e3001a;
	font-size:14px;
	text-transform:uppercase;
}
.phone-box .phone {
	position:absolute;
	bottom:0;
	left:44px;
	font-style:normal;
	font-size:16px;
}
.content-box {
	float:left;
	width:481px;
	display:inline;
}
.content-columns {
	width:502px;
	overflow:hidden;
	float:left;
	margin:0 0 0 -21px;
	display:inline;
}
.content-columns .col {
	float:left;
	width:230px;
	margin:-16px 0 0 21px;
	display:inline;
}
#content .box {
	width:230px;
	overflow:hidden;
	font-size:10px;
}
#content .content-columns .box {
	margin:16px 0 0;
}
#content .box .bg-b {
	height:1%;
	overflow:hidden;
	padding:7px 11px 6px 8px;
}
/* green */
.green {background:url(../images/bg-box-green-c.gif) repeat-y;}
.green .bg-t {background:url(../images/bg-box-green-t.gif) no-repeat;}
.green .bg-b {background:url(../images/bg-box-green-b.gif) no-repeat 0 100%;}
/* purple */
.purple {background:url(../images/bg-box-purple-c.gif) repeat-y;}
.purple .bg-t {background:url(../images/bg-box-purple-t.gif) no-repeat;}
.purple .bg-b {background:url(../images/bg-box-purple-b.gif) no-repeat 0 100%;}
/* blue */
.blue {background:url(../images/bg-box-blue-c.gif) repeat-y;}
.blue .bg-t {background:url(../images/bg-box-blue-t.gif) no-repeat;}
.blue .bg-b {background:url(../images/bg-box-blue-b.gif) no-repeat 0 100%;}
/* gray */
.gray, .grayreg, .grayreghotel {background:url(../images/bg-box-gray-c.gif) repeat-y;}
.gray .bg-t, .grayreg .bg-t, .grayreghotel .bg-t {background:url(../images/bg-box-gray-t.gif) no-repeat;}
.gray .bg-b, .grayreg .bg-b, .grayreghotel .bg-b  {background:url(../images/bg-box-gray-b.gif) no-repeat 0 100%;}
/* orange */
.orange {background:url(../images/bg-box-orange-c.gif) repeat-y;}
.orange .bg-t {background:url(../images/bg-box-orange-t.gif) no-repeat;}
.orange .bg-b {background:url(../images/bg-box-orange-b.gif) no-repeat 0 100%;}
/* red */
.red {background:url(../images/bg-box-red-c.gif) repeat-y;}
.red .bg-t {background:url(../images/bg-box-red-t.gif) no-repeat;}
.red .bg-b {background:url(../images/bg-box-red-b.gif) no-repeat 0 100%;}
.box .text-hold {
	padding:0 3px;
}

#content .green .text-hold p,
#content .purple .text-hold p,
#content .blue .text-hold p,
#content .gray .text-hold p,
#content .grayreg .text-hold p,
#content .grayreghotel .text-hold p,
#content .orange .text-hold p {
	height: 36px;
}


.box .frame-img {
	margin:0 0 8px;
}
.box .frame-img img {
	display:block;
}
.box h2 {
	margin:0 0 5px;
	font-size:14px;
	font-weight:normal;
	text-transform:uppercase;
}
#content .box p {
	line-height:12px;
	margin:0 0 10px;
}
.discription {
	display:block;
	margin:0 -2px;
	position:relative;
	text-align:right;
	font-size:18px;
}
.discription span {
	font-size:10px;
	font-weight:normal;
}
.main-title {
	display:block;
	font-size:27px;
	color:#c5c5c5;
	margin:35px 0 9px 0;
}
.news-title {
	display:block;
	color:#fff;
	margin:0 -11px 0 -8px;
	position:relative;
	font-weight:normal;
	font-size:14px;
	line-height:16px;
	background-color:#a3a3a3; /* da1919 */
	text-transform:uppercase;
	padding:2px 8px 2px 11px;
}

.news-title-red {
	display:block;
	color:#fff;
	margin:0 -11px 0 -8px;
	position:relative;
	font-weight:normal;
	font-size:14px;
	line-height:16px;
	background-color:#da1919; /* da1919 */
	text-transform:uppercase;
	padding:2px 8px 2px 11px;
}

.news-list {
	margin:0px -1px 2px;
	padding:0;
	list-style:none;
	width:213px;
	height: 127px; /*new*/
	overflow:hidden;
}
.news-list li {
	/*height:1%;*/
	overflow:hidden;
	margin:-1px 0 1px;
	padding:6px 3px 5px 4px;
	border-top:1px solid #e6e6e6;
}
#content .box .news-list p {
	margin:0;
}
.news-list a,
#newsfeed a {
	color:#000;
	text-decoration:underline;
}
.news-list a:hover,
#newsfeed a:hover {
	text-decoration:none;
}



#sidebar {
	float:left;
	width:230px;
	overflow:hidden;
	padding:0 0 230px;
}
.side-wrap {
	height:1%;
	overflow:hidden;
	padding:3px 0 0;
	margin: 0 0 80px 0;
}
.list-active {
	background:url(../images/divider2.gif) repeat-x;
}

ul.topside-list{
	margin: 0;
	padding: 0;
	list-style:none;
	height: 530px;
}


li.hotelnavi{
	/*height: 460px;*/
	margin: 0 0 150px 0;
}


.side-list {
	margin:-24px 0 0;
	padding: 28px 0 0; /*28px 0 0;*/
	list-style:none;
	height:1%;
	overflow:hidden;
	font-size:10px;
	line-height:12px;
}
.list-active .side-list {
	margin:-27px 0 0;
}
.side-list li {
	height:1%;
	overflow:hidden;
	padding:24px 5px 0 19px;
}
.side-list .active {
	padding:27px 25px 1px 19px;
	margin:0 0 6px;
	background:#dadee1 url(../images/separator3.gif) no-repeat 0 100%;
}
.side-list .item {
	display:block;
	height:1%;
	overflow:hidden;
	cursor:pointer;
}
.side-list .item .item-wrap {
	display:block;
	height:1%;
	overflow:hidden;
}
.side-list .arrow {
	float:left;
	width:23px;
	height:23px;
	margin:0 21px 0 0;
	display:inline;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/bullet1.gif) no-repeat;
}
.side-list .item:hover .arrow {
	background-position:0 -23px;
}
.side-list .active .item .arrow {
	background-position:0 -23px;
}
.side-list .item .side-title {
	display:block;
}
.side-item {
	width:229px;
	overflow:hidden;
	margin:17px 0 -30px -18px;
}
.side-item ul {
	margin:-2px 0 29px;
	padding:0;
	list-style:none;
	width:229px;
	overflow:hidden;
	background:url(../images/bg-side-list-b.gif) no-repeat 100% 0;
}
.side-list .side-item ul li {
	padding:0 0 1px;
	margin:0 0 -2px;
	font-size:13px;
	vertical-align:top;
	line-height:14px;
}
.side-item ul .active {
	margin:0;
}
.side-item ul a {
	display:block;
	cursor:pointer;
	padding:1px 0 0;
	margin:-1px 0 0;
	background:url(../images/bg-side-list-b.gif) no-repeat 100% 100%;
}
.side-item ul a:hover,
.side-item ul .active a {
	text-decoration:none;
}
.side-item ul a span {
	display:block;
}
.side-item ul a:hover span,
.side-item ul .active a span {
	background:#fff url(../images/bg-side-list-t.gif) no-repeat 100% 100%;
}
.side-item ul a em {
	display:block;
	font-style:normal;
	height:1%;
	overflow:hidden;
	padding:6px 0 8px 60px;
}
.side-item ul a:hover em,
.side-item ul .active a em {
	background:url(../images/arrow3.gif) no-repeat 48px 50%;
}
.side-list .ico-weathrer,
.side-list .item:hover .ico-weathrer {
	background:url(../images/ico-weather.gif) no-repeat 0 0;
}
.side-list .ico-webcam,
.side-list .item:hover .ico-webcam {
	background:url(../images/ico-webcam.gif) no-repeat 0 0;
}
.side-list .ico-facebook,
.side-list .item:hover .ico-facebook {
	background:url(../images/ico-facebook2.gif) no-repeat 0 0;
}


.side-info {
	position:absolute;
	bottom:10px;
	left:0;
}
.home .side-info {bottom:0;}
.side-info .side-list {margin:0 0 10px 0; padding:7px 0 0;}
.contact-box,
.contact-box-1,
.contact-box-2,
.contact-box-3 {
	width:228px;
	overflow:hidden;
	border:1px solid #cecece;
	font-size:9px;
	background:#fff url(../images/bg-contact-box-c.gif) repeat-y 16px 0; /* #fff */
	
}
.contact-box .holder {
	height:1%;
	overflow:hidden;
	padding:9px 0 4px 61px;
	background:url(../images/bg-contact-box.gif) no-repeat 16px 50%;
}

.contact-box-1 .holder {
	height:1%;
	overflow:hidden;
	padding:9px 0 4px 61px;
	background:url(../images/bg-contact-box.gif) no-repeat 16px 50%;
}
.contact-box-2 .holder {
	height:1%;
	overflow:hidden;
	padding:9px 0 4px 61px;
	background:url(../images/bg-contact-box-en.gif) no-repeat 16px 50%;
}
.contact-box-3 .holder {
	height:1%;
	overflow:hidden;
	padding:9px 0 4px 61px;
	background:url(../images/bg-contact-box-en.gif) no-repeat 16px 50%;
}

.contact-box p,
.contact-box-1 p,
.contact-box-2 p,
.contact-box-3 p {
	margin:0;
}
.contact-box .list,
.contact-box-1 .list,
.contact-box-2 .list,
.contact-box-3 .list {
	margin:0 0 12px -4px;
	padding:0;
	list-style:none;
	height:1%;
	overflow:hidden;
}
.contact-box .list li,
.contact-box-1 .list li,
.contact-box-2 .list li,
.contact-box-3 .list li {
	float:left;
	margin:0 2px 0 -2px;
	padding:0 4px 0 6px;
	background:url(../images/separator2.gif) no-repeat;
}
.contact-box dl,
.contact-box-1 dl,
.contact-box-2 dl,
.contact-box-3 dl {
	margin:0 0 11px;
	width:100%;
}
.contact-box dt,
.contact-box-1 dt,
.contact-box-2 dt,
.contact-box-3 dt {
	float:left;
	padding:0 1px 0 0;
}
.contact-box dd,
.contact-box-1 dd,
.contact-box-2 dd,
.contact-box-3 dd {
	margin:0;
}

/* footer */
.footer-area {
	position:relative;
	z-index:100;
	width:1000px;
	/*margin:-63px auto 0;*/
	margin:-63px auto 25px;
}
#footer {
	width:946px;
	height:51px;
	overflow:hidden;
	padding:12px 27px 0;
	font-size:9px;
	background:url(../images/bg-wrapper.png);
}
.ico-list {
	float:left;
	margin:0 0 0 -24px;
	padding:0;
	list-style:none;
}
.ico-list li {
	float:left;
	height:38px;
	margin:0 0 0 24px;
}
.ico-list li span {
	display:table-cell;
	width:100%;
	height:38px;
	vertical-align:middle;
}
* html .ico-list li span {
	float:left;
	width:auto;
	height:auto;
}
*+html .ico-list li span {
	float:left;
	width:auto;
	height:auto;
}
.ico-list li img {
	display:block;
}
#footer .title {
	float:right;
	padding:17px 28px 0 0;
}

.breadcrumbs {
	margin:2px 0 8px 4px;
	padding:0;
	list-style:none;
	height:1%;
	overflow:hidden;
	font-size:9px;
}
.breadcrumbs li {
	float:left;
	display:inline;
	margin: 0 9px 0 0;
	/*
	background:url(../images/bullet2.gif) no-repeat 0 4px;
	padding:0 4px 0 9px;
	margin:0 9px 0 -9px;
	*/
}
.breadcrumbs li span.separator{
	margin: 0 0 0 9px;
}


.breadcrumbs a:hover,
.breadcrumbs .active a {
	color:#da1919;
	text-decoration:underline;
}




/* content page1 - 4*/
.angebot1 .main,
.angebot2 .main,
.angebot3 .main,
.angebot4 .main {
	margin:0 10px 12px;
}
.angebot1 .content-holder,
.angebot2 .content-holder,
.angebot3 .content-holder,
.angebot4 .content-holder {
	padding:10px 0 22px;
}
.angebot1 .content-box,
.angebot2 .content-box,
.angebot3 .content-box,
.angebot4 .content-box {
	width:451px;
	padding:0 0 0 20px;
}
.angebot1 .content-box .main-text,
.angebot2 .content-box .main-text,
.angebot3 .content-box .main-text,
.angebot4 .content-box .main-text, {
	font-size:11px;
}

/* angebot 1 green */
.angebot1 .breadcrumbs a:hover,
.angebot1 .breadcrumbs .active a {
	color:#93b465;
}
.angebot1 .content-holder {
	background:#e9f3d9 url(../images/bg-content-holder1.gif) repeat-x;
}
/* angebot 2 lilac */
.angebot2 .breadcrumbs a:hover,
.angebot2 .breadcrumbs .active a {
	color:#93b465;
}
.angebot2 .content-holder {
	background:#f3ecf9 url(../images/bg-content-holder2.gif) repeat-x;
}
/* angebot 3 petrol */
.angebot3 .breadcrumbs a:hover,
.angebot3 .breadcrumbs .active a {
	color:#93b465;
}
.angebot3 .content-holder {
	background:#d5e4e7 url(../images/bg-content-holder3.gif) repeat-x;
}
/* angebot 4 orange */
.angebot4 .breadcrumbs a:hover,
.angebot4 .breadcrumbs .active a {
	color:#93b465;
}
.angebot4 .content-holder {
	background:#ffe4c5 url(../images/bg-content-holder4.gif) repeat-x;
}

.breadcrumbs .active a:hover {
	text-decoration:none;
}
.content-box .main-frame {
	width:100%;
	overflow:hidden;
	margin:0 0 10px;
}
.content-box .main-frame img {
	display:block;
}
.content-box .main-text {
	height:1%;
	overflow:hidden;
	padding:0 5px 20px 3px;
}

.content-box h1 {
	margin:0 0 11px;
	color:#585858;
	font:26px/28px Georgia, "Times New Roman", Times, serif;
}
#content p {
	margin:0 0 10px;
	line-height:18px;
}
.info-box {
	height:1%;
	overflow:hidden;
	margin:0 0 0 -1px;
}
.info-box .img-list {
	margin:-9px 16px 0 0;
	padding:0;
	list-style:none;
	float:left;
	width:212px;
	display:inline;
}
.info-box .img-list li {
	margin:9px 0 0;
}
.info-box .img-list img {
	display:block;
}
.info-box .text-hold {
	height:1%;
	overflow:hidden;
	font-size:10px;
	line-height:12px;
}
.info-box .list {
	margin:-3px 0 26px 5px;
	padding:0;
	list-style:none;
}
.info-box .list li {
	padding:0 0 0 13px;
	margin:3px 0 0;
	height:1%;
	vertical-align:top;
	background:url(../images/bullet3.gif) no-repeat 0 5px;
}
.detail-box {
	height:1%;
	overflow:hidden;
	padding:12px 9px 9px 6px;
	border:1px solid #93b465;
	background-color:#fff;
}
#content .detail-box .price-row {
	height:1%;
	overflow:hidden;
	margin:0 0 13px;
}
.detail-box .price-row span {
	float:left;
	margin:4px 0 0;
}
.detail-box .price-row strong {
	float:right;
	text-align:right;
	font-size:20px;
}
.detail-list {
	margin:0;
	width:100%;
	line-height:15px;
	overflow:hidden;
}
.detail-list .price strong {
	float:right;
	font-size:20px;
	line-height:20px;
}
.detail-list dt {
	float:left;
}
.detail-list dd {
	margin:0;
	text-align:right;
}
/* content-page2 */
.content-page2 .content-box {
	width:450px;
	background-color:#fff;
	padding:5px 20px 36px 19px;
}
.two-columns {
	width:496px;
	overflow:hidden;
	margin:0 -50px 0 0;
	min-height:100px;
	background:url(../images/divider1.gif) repeat-y 228px 0;
}
.two-columns .col {
	float:left;
	width:200px;
	padding:0 48px 0 0;
}
.two-columns .title {
	display:block;
	font:16px/18px Georgia, "Times New Roman", Times, serif;
	color:#585858;
	margin:0 0 5px;
}
.two-columns .list {
	margin:-3px 0 0 4px;
	padding:0;
	list-style:none;
	height:1%;
	overflow:hidden;
	font-size:13px;
}
.two-columns .list li {
	height:1%;
	padding:0 0 0 15px;
	margin:3px 0 0;
	background:url(../images/arrow2.gif) no-repeat 0 4px;
}


/* */
.two-columns .hotelsubmenu ul li.level_4 a.active{
	text-decoration:underline;
}




/* news overview*/
table#news,
table.mhvTable{
	width: 100%;
}
table#news th.newsback,
table th.newsback{
	text-align:left;
}
table#news th,
table#news td,
table.mhvTable th,
table.mhvTable td{
	vertical-align:text-top;
	padding: 4px 0;
}


#newsoverview span{
	color: #555;
}




/* news detail */
#newsframe .main-text {
	padding:0 5px 0px 3px;
}
#newsframe .main-text #newsfooter{
	margin: 20px 0 0 0;
	padding: 5px 0 0 0;
	border-top: 1px solid #ebece7;
	color: #585858;
}
#newsframe .main-text #newsfooter p{
	margin:0 0 0 0;
}
	
	
	
/* calendar overview */
#calendarframe #searchform input.txtInput{
	width: 95%;
}

#calendarframe span.calendarLocation{
	font-size: 11px;
}

/* calendar detail */
#calendarframe #calendarmain .main-text{
	padding:0 5px 0 3px;
}
#calendarframe .detail-box{
	width: 450px;
	margin: 20px 0 0 0;
	padding: 0 0 0 3px;
	border: none 0px white;
	background-color: none;
	/*
	width: 426px;
	padding:12px 12px 12px 12px;
	background-color: #ecede8;
	*/
}
#calendarframe .calendarNote {
	float:left;
	height:auto !important;
	padding:0 0 15px;
}
#calendarframe .calendarNotesList {
	float:left;
	height:auto !important;
	margin:0;
	padding:0;
	width:98%;
}


/* GIX FORM */
div.side-form #bookingForm label{
	font-family:tahoma,geneva,sans-serif;
	font-size:9px;
	margin:0 0 1px;
}

form.showGix,
form.showRecElite,
form.showRecGraecher{
	display:block;
}
form.hideGix,
form.hideRecElite,
form.hideRecGraecher{
	display:none;
}

















/* BILDERGALLERIE */
div.gallery{
	margin:0;
	padding:0;
}
div.gallery div.items div{
	border:0 solid #000000;
	display:inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 0 0;
	position:relative;
}
div.gallery div.items div a img {
	padding:2px 4px 2px 0;
}


/* the overlayed element */
div.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#fff;
	
	width:675px;	
	min-height:200px;
	/*border:1px solid #666;*/
	padding: 7px;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 10px 5px #222222;
	-webkit-box-shadow: 0 0 10px #222222;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	
}

/* close button positioned on upper right corner */
div.simple_overlay .close {
	background-image:url(/themes/gruppe_de/js/img/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
	
}


/* the large image. we use a gray border around it */
div.simple_overlay #img {
	/*border:1px solid #666;*/
}

/* "next image" and "prev image" links */
div.simple_overlay .next, div.simple_overlay .prev {
	
	/* absolute positioning relative to the overlay */
	position:absolute;
	top:40%;	
	border:1px solid #fff;	
	cursor:pointer;
	display:block;
	padding:10px 20px;
	color:#000;
	font-size:11px;
	
	/* upcoming CSS3 features */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}

div.simple_overlay .prev {
	left:0;
	border-left:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-bottomleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;
}

div.simple_overlay .next {
	right:0;
	border-right:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-top-right-radius:0;
}

div.simple_overlay .next:hover, div.simple_overlay .prev:hover {
	text-decoration:underline;
	/*background-color:#fff;*/
}

/* when there is no next or previous link available this class is added */
div.simple_overlay .disabled {
	visibility:hidden;		
}

/* the "information box" */
div.simple_overlay .info {
	position:absolute;
	bottom:0;
	left:0;	
	padding:10px 15px;
	color:#fff;
	font-size:11px;
	border-top:1px solid #666;
}

div.simple_overlay .info strong {
	display:block;	
}

/* progress indicator (animated gif). should be initially hidden */
div.simple_overlay .progress {
	position:absolute;
	top:45%;
	left:46%;
	display:none;
	background-color:#fff;
	padding:7px;
	
	/* upcoming CSS3 features */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

/* everybody should know about RGBA colors. */
div.simple_overlay .next, div.simple_overlay .prev, div.simple_overlay .info {
	background:#fff !important;
}











/* KONTAKTFORMULAR */
#contactForm table{
	width: 100%;
}
#contactForm table td.col1{
	width: 150px;
}
#contactForm table td.col2{
	width: 330px;
}
#contactForm table td.col2 input{
	width: 95%;
}
#contactForm table td.col2 textarea{
	width: 96%;
}
#contactForm table td.col2 input.contactFormClass_button{
	width: 120px;
}


#contactForm table tr.showZimmerTypRow{
	/*display:inline;*/
	width: 100%;
}
#contactForm table tr.showZimmerTypRow td.col1{
	width: 120px;
}

#contactForm table tr.hideZimmerTypRow{
	display:none;
}

/*
form.yform .type-button input {
	background:url("../images/bg-btn-send.gif") no-repeat scroll 0 0 transparent;
	height:24px;
	margin:7px 0 0;
	width:80px;
}
//*/
#contactForm table input.anfrageformular-btn {
background:url("../images/bg-btn-send.gif") repeat-x scroll 0 0 #CDCEDB;
border:1px solid #7F9DB9;
display:block;
font-size:16px;
line-height:26px;
margin:0 0 3px;
text-align:center;
text-transform:uppercase;
width:176px;
}


/* Header Slider */
#sliderholder .containerheader {
	height:200px;
	overflow:hidden;
	position:relative;
	width:990px;
}
#sliderholder .containerheader div.slides {
	left:0;
	position:absolute;
	top:0;
}

#headerslidernojs{
	display:none;
}



