@font-face {
    font-family: 'myWalkway';
    src: url('/web/media/base/fonts/walkwaybold-webfont.eot');
    src: url('/web/media/base/fonts/walkwaybold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/web/media/base/fonts/walkwaybold-webfont.woff') format('woff'),
         url('/web/media/base/fonts/walkwaybold-webfont.ttf') format('truetype'),
         url('/web/media/base/fonts/walkwaybold-webfont.svg#WalkwayBoldRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
	scrollbar-face-color: #9395A9;
	scrollbar-track-color: #BBBCCB;
	scrollbar-arrow-color: #3C3D46;
	scrollbar-highlight-color: #BBBCCB;
	scrollbar-3dlight-color: #3C3D46;
	scrollbar-shadow-color: #9395A9;
	scrollbar-darkshadow-color: #3C3D46;
}

link.tool-tip {
	color: #ffffff;
	width: 370px;
	z-index: 13000;
	font: 11px Verdana, Arial, sans-serif;
	opacity: 0.95;
	-moz-opacity: 0.95;
	filter:alpha(opacity=95);

}
 
.tool-title {
	font: 11px Verdana, Arial, sans-serif;
	margin: 0;
	color: #D8B76A;
	padding: 8px 8px 4px;
	font-weight: bold;
	width: 354px;
	background: transparent url(/web/media/base/images/bubble.gif) top center no-repeat;
}
 
.tool-text {
	font: 11px Verdana, Arial, sans-serif;
	padding: 4px 8px 8px;
	color: #fff;
	background: transparent url(/web/media/base/images/bubble.gif) bottom center no-repeat;
	width: 354px;
}

.tool-text li {
	margin: 5px 0 5px 15px;
	list-style-type: square;
}

.tool-text .highlight {
	padding-top: 2px;
	color: #F0E3C4;
	padding-bottom: 3px;
	border-bottom: 1px solid #C4BAAC;
	font-weight: bold;
	margin: 8px 0 8px 0;
	display: block;
}

.tool-text p {
	margin: 5px 0;
}

.tool-loading {
	background: url(/web/media/base/images/ajax_load.gif) center center no-repeat;
	width: 30px;
	height: 30px;
	margin: 0 auto;
}

/* global layout */

html,body {
	margin: 0;
	padding: 0;
	height: 100%;            /* needed for container min-height */
	
	font-family: Verdana;
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
	
}

body {
	background: transparent url(/web/media/base/images/bg.jpg) 0 0 fixed;	
}

div#container {
	position: relative;      /* needed for footer positioning*/
	margin: 0 auto;          /* center, not in IE5 */
	width: 924px;
	height: auto !important; /* real browsers */
	height: 100%;            /* IE6: treaded as min-height*/
	min-height: 100%;        /* real browsers */
	background: transparent url(/web/media/base/images/bg_content.gif) center bottom repeat-x; 
}

div#header {
	background-color: #EBECF0;
	height: 354px;
	overflow: hidden;
	padding: 0px 32px;
	background: #EBECF0 url(/web/media/base/images/menu/dots-bg.gif) 207px bottom no-repeat; 
}

div#header div#logo {
	height: 80px;
	background: transparent url(/web/media/base/images/logo.jpg) no-repeat;
}

div#content {
	background-color: #3C3D46;
	border-top: 16px solid #EBECF0;
	border-left: 32px solid #EBECF0;
	border-right: 32px solid #EBECF0;
	padding: 40px 55px 40px 55px;
}

div#content-container {

}

div#content-container #bottom {
	height: 62px;
	bottom: 0;
}

div#addThis {
	background-color: #EBECF0;
	height: 16px;
	text-align: right;
	width: 100%;
	overflow: hidden;
	padding: 8px 0px 8px 0px;
	
	position: absolute;
	bottom: 30px;
	
}

div#addThis a {
	margin-right: 32px;	
	float: right;
}

div#footer {
	width: 100%;
	font-size: 10px;
	text-align: center;
	padding: 10px 0px;
	
	position: absolute;
	bottom: 0;

}
	
/* global layout end */

/* menu style start */

#main-menu  {
	width: 175px;
	font-family: verdana;
	margin-top: -2px;
	float: left;
	position: relative;
	z-index: 999;
}

#main-menu div.menucontent {
	background-color: #EBECF0;
	height: 110px;
	overflow: hidden;
	background-position: top left;
	background-repeat: no-repeat;
	font: 1px sans-serif;
	text-indent: -999px;
	color: #3C3D46;
}

#main-menu div.menucontent ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 0px;
	overflow: hidden;
	text-indent: -999px;
}

#main-menu div.menucontent ul li {
	list-style-type: none;
	float: left;
}

#main-menu h3 {
	margin: 0;
	padding: 0;
}

#main-menu a {
	cursor:pointer;
	display:block;
	height: 24px;
	overflow: hidden;
	margin-top: 0;
	text-decoration: none;
	font: 1px sans-serif;
	color: #A5A6B3;
	text-indent: -999px;
	background-color: #EBECF0;
	background-position: center left;
	background-repeat: no-repeat;
}

#main-menu a.menu_675 {
	background-image: url(/web/media/base/images/menu/menu-home.gif);
}

#main-menu a.menu_690 {
	background-image: url(/web/media/base/images/menu/menu-marketing.gif);
}

#main-menu a.menu_695 {
	background-image: url(/web/media/base/images/menu/menu-printwerbung.gif);
}

#main-menu a.menu_699 {
	background-image: url(/web/media/base/images/menu/menu-onlinewerbung.gif);
}

#main-menu a.menu_701 {
	background-image: url(/web/media/base/images/menu/menu-kontakt.gif);
}

#main-menu a.menu_755 {
	background-image: url(/web/media/base/images/menu/menu-tourismail.gif);
}

#main-menu a.menu_749 {
	background-image: url(/web/media/base/images/menu/menu-fotografie.gif);
}

#main-menu div.menucontent.menu_675 {
	background-image: url(/web/media/base/images/menu/menucontent-home.gif);
}

#main-menu div.menucontent.menu_690 {
	background-image: url(/web/media/base/images/menu/menucontent-marketing.gif);
}

#main-menu div.menucontent.menu_695 {
	background-image: url(/web/media/base/images/menu/menucontent-printwerbung.gif);
}

#main-menu div.menucontent.menu_699 {
	background-image: url(/web/media/base/images/menu/menucontent-onlinewerbung.gif);
}

#main-menu div.menucontent.menu_701 {
	background-image: url(/web/media/base/images/menu/menucontent-kontakt.gif);
}

#main-menu div.menucontent.menu_749 {
	background-image: url(/web/media/base/images/menu/menucontent-fotografie.gif);
}

#main-menu div.menucontent.menu_755 {
	background-image: url(/web/media/base/images/menu/menucontent-tourismail.gif);
}

#main-menu a.selected {
	background-image: none;
	background-color: #3C3D46;
}

#menu-slider {
	float: left;
	left: 0;
	width: 685px;
	height: 132px;

	margin-top: -2px;
	overflow: hidden;
}

.slider_bg1 {
	background: #A5A6B3 url(/web/media/base/images/menu/stripes_1.gif) center bottom repeat-x;
}

.slider_bg2 {
	background: #A5A6B3 url(/web/media/base/images/menu/stripes_2.gif) center bottom repeat-x;
}

.slider_bg3 {
	background: #A5A6B3 url(/web/media/base/images/menu/stripes_3.gif) center bottom repeat-x;
}

.slider_bg4 {
	background: #A5A6B3 url(/web/media/base/images/menu/stripes_4.gif) center bottom repeat-x;
}

#menu-slider div.content {
	width: 685px;
	height: 132px;
	overflow: hidden;
}

#menu-slider div.content ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
}

#menu-slider div.content ul.pos1 {
	margin: 103px 0 0 20px;
	height: 52px;
}

#menu-slider div.content ul.pos2 {
	margin: 73px 0 0 20px;
	height: 52px;
}

#menu-slider div.content ul.pos3 {
	margin: 42px 0 0 20px;
	height: 52px;
}

#menu-slider div.content ul.pos4 {
	margin: 12px 0 0 20px;
	height: 52px;
}

#menu-slider div.content ul li {
	list-style: none;
	float: left;
	padding: 0;
	margin: 0 0 8px 0;
	width: 220px;
	height: 22px;
}

#menu-slider div.content ul li a {
	display: inline;
	text-align: left;
	text-decoration: none;
	color: white;
	font: 13px/22px Verdana;
	z-index: 600;
	position: relative;
	padding: 0px 5px;

	/*
	display: block;
	text-align: left;
	float: left;
	width: 130px;
	height: 22px;
	text-decoration: none;
	color: white;
	text-indent: -999px;
	overflow: hidden;
	font: 13px/22px Verdana;
	z-index: 600;
	position: relative;
	*/
	
}

#menu-loader {
	text-align: center;
	margin: 120px 0px;
}

.submenu a {
	position: relative;
}

.submenu a img {
	position: relative;
}

ul.submenu li.backLava {
	background-color: #707188;
	position: absolute;
	width: 9px;
	z-index: 500;
}

/* menu style end */

a {
	text-decoration: underline;
	color: #FFF;
	font-weight: inherit;
}

#content a {
	text-decoration: none;
	font-weight: bold;
	padding-left: 18px;
	background: transparent url(/web/media/base/images/textlink.gif) left center no-repeat;
}

a.noindent {
	padding: 0;
	background: 0;
}

a.image {
	padding: 0;
	background: 0;
}

a.homelink {
	padding: 0;
	background: 0;
}

a.email {
	padding: 1px 2px;
}

a.email:hover {
	text-decoration: none;
	color: #000;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	background-color:#FFF;
	border-bottom-color:#FFF;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-left-color-ltr-source:physical;
	border-left-color-rtl-source:physical;
	border-left-color-value:#FFF;
	border-left-style-ltr-source:physical;
	border-left-style-rtl-source:physical;
	border-left-style-value:solid;
	border-left-width-ltr-source:physical;
	border-left-width-rtl-source:physical;
	border-left-width-value:1px;
	border-right-color-ltr-source:physical;
	border-right-color-rtl-source:physical;
	border-right-color-value:#FFF;
	border-right-style-ltr-source:physical;
	border-right-style-rtl-source:physical;
	border-right-style-value:solid;
	border-right-width-ltr-source:physical;
	border-right-width-rtl-source:physical;
	border-right-width-value:1px;
	border-top-color:#FFF;
	border-top-style:solid;
	border-top-width:1px;
}

/* Rooms */
#zimmerskizze {
}

a.zimmerskizzeLink {
	padding: 0;
	background: 0;
}

#roomPlan {
	width: 200px;
	padding: 5px;
	background: transparent url(/web/media/base/images/bgroomplan.gif) center center no-repeat;
	height: 120px;
}

.roomDesriptionText {

}

a.roomBookingButton {
	font-size: 11px;
	color: #C29F4E;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 4px;
	text-align: left;
	margin-top: 5px;
	padding-left: 22px;
	height: 20px;
	background: url(/web/media/base/images/bookingrequest.gif) left center no-repeat;
	line-height: 27px;
}

a.roomBookingButton:hover {
	color: #333;
}


table.bookingRequest a.roomBookingButton {
	font-size: 11px;
	color: #333;
	text-decoration: none;
	font-weight: normal;
	display: block;
	border: 1px solid #C4BAAC;
	float: right;
	padding: 4px;
	padding-left: 29px;
	padding-right: 15px;
	text-align: center;
	margin-right: 10px;
	line-height: 1;
	background: transparent url(/web/media/base/images/link-arrows.gif) 15px center no-repeat;
	height: auto;
}

table.bookingRequest a.roomBookingButton:hover {
	color: #C29F4E;
}

a.roomBookingButtonAlt {
	font-size: 11px;
	color: #333;
	text-decoration: none;
	font-weight: normal;
	display: block;
	border: 1px solid #C4BAAC;
	padding: 4px;
	padding-left: 29px;
	padding-right: 15px;
	text-align: center;
	line-height: 1;
	background: transparent url(/web/media/base/images/link-arrows.gif) 15px center no-repeat;
	height: auto;
	width: 50px;
}

a.roomBookingButtonAlt:hover {
	color: #C29F4E;
}

a.panoButton {
	font-size: 11px;
	color: #C29F4E;
	text-decoration: none;
	font-weight: bold;
	display: block;
	margin-top: 5px;
	padding-left: 22px;
	height: 20px;
	background: url(/web/media/base/images/rundgang.gif) left center no-repeat;
	line-height: 27px;
}

a.panoButtonInline {
	font-size: 11px;
	color: #C29F4E;
	text-decoration: none;
	font-weight: bold;
	display: block;
	margin-top: 5px;
	padding-left: 22px;
	height: 20px;
	background: url(/web/media/base/images/rundgang.gif) left center no-repeat;
	line-height: 27px;
}

a.slideshowButtonInline {
	font-size: 11px;
	color: #C29F4E;
	text-decoration: none;
	font-weight: bold;
	display: block;
	margin-top: 5px;
	padding-left: 28px;
	height: 25px;
	background: url(/web/media/base/images/slideshow_icon.png ) left center no-repeat;
	line-height: 27px;
}




a.panoButton:hover {
	color: #333;
}

#content .links {
	display: block;
	height: 17px;
	padding: 4px 0px 0px 0px;
	text-align: right;
}

table.roomPrices  {
	
}

table.roomPrices .headline {
	font: 18px/1 "Times New Roman", serif;
	font-weight: bold;
	color: #DBB066;
	text-align: left;
	padding: 15px 0px 5px 0px;
	text-transform: none;
	margin: 0px;
}

table.roomPrices td.z1,
table.roomPrices td.z2 {
	background: #F4E7D0;
	/* height: 35px; */
	border-right: 5px solid #FFFFFF;
	border-bottom: 5px solid #FFFFFF;
	vertical-align: top;
	padding: 3px 0px 4px 0px;
}

table.flatRatePrice {
	margin-top: 10px;
	width: 525px;
}

table.flatRatePrice td {
	font-size: 11px;
	color: #333;
}

table.flatRatePrice td.price {
	font-size: 11px;
	color: #333;
	font-weight: normal;
	text-align: right;
	padding: 0px;
}

table.flatRatePrice td.z1,
table.flatRatePrice td.z2 {
	background:#F4E7D0 none repeat scroll 0 0;
	border-bottom:5px solid #FFFFFF;
	border-right:5px solid #FFFFFF;
	height:25px;
	padding: 0px 15px 0px 15px;
	vertical-align: middle;
}


table.roomPrices td.z1 a,
table.roomPrices td.z2 a {
	padding: 0px;
	margin: 0px;
	background: none;
}

table.roomPrices td.z1 a:hover,
table.roomPrices td.z2 a:hover {
	background: none;
}

table.roomPrices td.roomFirst {
	padding-left: 13px;
}

table.roomPrices td.roomSecond {
	text-align: center;
 }

table.roomPrices td.roomThird {
	padding-left: 13px;
}

table.roomPrices td.line  {
	background: #C4BAAC;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	padding: 0;
	margin: 0;
}

table.roomPrices td.spacer  {
	height: 7px;
	line-height: 7px;
	font-size: 7px;
}


/* Beauty */
div.beautyTreat {
	padding: 4px 3px;
}

div.beautyTreat a {
	font-weight: normal !important;
	color: #71564A !important;
	background: transparent url(/web/media/base/images/beauty_list.png) no-repeat 4px center;
}

div.beautyTreat a:hover {
	color: #71564A !important;
	background: transparent url(/web/media/base/images/beauty_list.png) no-repeat 4px center;
}

div.beautyTreat.z1 {
	background: #F4E7D0;
}

div.beautyTreat.z2 {
	background: #FFF;
}

div.beautyTreatOpen.z1 {
	background: #F4E7D0;
}

div.beautyTreatOpen.z2 {
	background: #FFF;
}

.beautyTreatHeadline {
	padding-top: 7px;
}

.beautyTreatHeadline a {
	text-transform: uppercase;
	color: #71564A !important;
	background: transparent url(/web/media/base/images/beauty_list.png) no-repeat 4px center;
}


table.beautyPrices {
	float: right;
	overflow: hidden;
}

table.beautyPrices td {
	padding: 0 13px;
	color: #795426;
	margin: 0 0 5px 0;
	text-align: left;
}

table.beautyPrices td.spacer {
	padding: 0;
	width: 1px;
	font: 1px sans-serif;
	background: #795426;
}

a.subParHeadLine {
	font: 12px/1 "Times CY", Times, Georgia, "Times New Roman", serif;
	color: #795426;
	padding-bottom: 3px;
	border-bottom: 1px solid #C4BAAC;
	text-transform: uppercase;
	margin: 3px 0 5px 0;
	display: block;
	padding-left: 0;
	background: 0;
}

#main {
	text-align: left;
	margin: 0 auto;
	width: 840px;
	display: block;
	color: #333;
	overflow: hidden;
}

#content #homecontent {
	text-align: left;
	margin: 0 auto;
	width: 525px;
}

#content #homecontent p {
	margin-top: 8px;
	font: 11px/1.2 Verdana, Arial, sans-serif;
	color: #333;
}

#content a.link,
#content a.download {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
	text-align: left;
	height: 42px;
	line-height: 25px;
	padding: 0 0 0 25px;
}

#content a.link {
	background: transparent url(/web/media/base/images/link_medien.gif) left center no-repeat;
}

#content a.download {
	background: transparent url(/web/media/base/images/link_download.gif) left center no-repeat;
}

#content a.link:hover {
	background: transparent url(/web/media/base/images/link_medien_hover.gif) left center no-repeat;
	color: #A2A3AF;
}

#content a.download:hover {
	background: transparent url(/web/media/base/images/link_download_hover.gif) left center no-repeat;
	color: #A2A3AF;
}

#content a.vcard {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	display: block;
	text-align: left;
	height: 42px;
	line-height: 25px;
	padding: 0 0 0 25px;
}

#content a.vcard {
	background: transparent url(/web/media/base/images/link_download.gif) left center no-repeat;
}

#content a.vcard:hover {
	background: transparent url(/web/media/base/images/link_download_hover.gif) left center no-repeat;
	color: #A2A3AF;
}

#content a.big {
	font: 11px/20px Verdana, Arial, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	width: 184px;
	text-align: left;
	height: 15px;
	padding: 4px 10px;
	line-height: 13px;
	background: transparent url(/web/media/base/images/big_link-trans.png) left center no-repeat;
}

#content img.galleryThumb {
	border: 1px solid #BBCA20;
	margin-right: 2px;
	margin-bottom: 1px;
}

#content img.galleryView {
	width: 450px;
	border: 1px solid #BBCA20;
	margin-left: 1px;
	margin-top: 3px;
	
	position: absolute;
}

.galleryHighlight {
	font: 18px "Times New Roman", serif;
	font-weight: bold;
	color: #DBB066;
	text-align: right;
	padding: 0px 101px 0px 0px;
	text-transform: none;
	margin: 0px;
	display: block;
}

#content ul li, #content li {
	padding: 1px 0px 1px 30px;
	margin: 7px 0 7px 0;
	background: transparent url(/web/media/base/images/list.png) left top no-repeat;
	list-style: none;
	font: 14px Verdana;
}

#content .highlight {
	color: #FFF;
	font-weight: bold;
	padding: 3px;
	text-align: left;
	text-transform: uppercase;
}

#content h4 {
	font-weight: bold;
	text-align: left;
	padding: 0px;
	text-transform: none;
	margin: 0px;
	display: block;
}

#content h5 {
	font: 11px Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #DBB066;
	text-align: left;
	padding: 0px;
	text-transform: none;
	margin: 0px;
	display: block;
}

#content h6 {
	font: 11px Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #967364;
	text-align: left;
	padding: 0px;
	text-transform: none;
	margin: 0px;
	display: block;
}

.searchDiv .searchSubTitle {
	color: #DBB066;
	font-weight: bold;
	padding: 3px;
	text-align: left;
	text-transform: uppercase;
}

.searchDiv a {
	display: block;
	padding: 5px 0px 5px 15px;	
}

/* Sidebar */

#sidebar {
	width: 240px;
	padding: 53px 0px 0px 0px;
	float: left;
	margin: 0;
	overflow: hidden;
	text-align: left;
}

#sidebar table {
	width: 240px;
	margin-top: 12px;
}

#sidebar table,
#sidebar table td {
	font: 11px Verdana, Arial, sans-serif;
}

#sidebar table td.content {
	padding: 0px;
	margin: 0px;
	vertical-align: bottom;
}

#sidebar table td.content div.button,
#sidebar table td.content div.buttonTwoLines {
}

#sidebar table td.content a, 
#sidebar table td.content a,
#sidebar table td.content strong.fakeLink {
	padding: 5px 0px 0px 5px;
	text-decoration: none;
	display: block;
	width: 195px;
	height:11px;
	color: #967364;
	background: none;
}

#sidebar table td.content a:hover,
#sidebar table td.content a:hover {
	color: #967364;
	font-weight: bold;
}

#sidebar table td.content a.menuSelected,
#sidebar table td.content a.menuSelected {
	color: #967364;
	font-weight: bold;
}

#sidebar table td.headline {
	border-right: 1px solid #967364;
	text-align: right;
	vertical-align: bottom;
	width: 44px;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}

/* sitemap */

div.siteMap {
	width: 242px;
	padding: 10px 0px 0px 0px;
	float: left;
	margin: 0;
	overflow: hidden;
	text-align: left;
}

div.siteMap table {
	width: 242px;
	margin-top: 12px;
}

div.siteMap table,
div.siteMap table td {
	font: 11px Verdana, Arial, sans-serif;
}

div.siteMap table td.content {
	padding: 0px;
	margin: 0px;
	vertical-align: bottom;
}

div.siteMap table td.content div.button,
div.siteMap table td.content div.buttonTwoLines {
}

div.siteMap table td.content a, 
div.siteMap table td.content a,
div.siteMap table td.content strong.fakeLink {
	padding: 5px 0px 0px 5px;
	text-decoration: none;
	display: block;
	color: #967364;
	background: none;
}

div.siteMap table td.content a:hover,
div.siteMap table td.content a:hover {
	color: #967364;
	font-weight: bold;
}

div.siteMap table td.content a.menuSelected,
div.siteMap table td.content a.menuSelected {
	color: #967364;
	font-weight: bold;
}

div.siteMap table td.headline {
	border-right: 1px solid #967364;
	text-align: right;
	vertical-align: bottom;
	text-decoration: none;
	width: 23px;
	padding: 0px;
	margin: 0px;
}

div.siteMap .topHeadline {
	border-bottom: 1px solid #DBB066;
	color: #DBB066;
	font-weight: bold;
	padding: 3px;
	text-align: left;
	text-transform: uppercase;	
}

/* Here goes all of the main content stuff */


#content h2 {
	display: block;
	height: 29px;
	margin-bottom: 5px;
	overflow: hidden;
	background-position: 0 -100px;
	background-repeat: no-repeat;
	font: 22px "myWalkway";
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 12px;
	text-transform: uppercase;
}
ul
{
	margin-top: 20px;
}
u {
	display: inline;
	height: 24px;
	overflow: hidden;
	background-position: 0 -100px;
	background-repeat: no-repeat;
	font: 16px "myWalkway";
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 12px;
	text-transform: uppercase;
	text-decoration: none;
	padding-bottom: 5px;
}

#content p {
	margin-bottom: 5px;
}

#content img.contentImage {
	padding-bottom: 5px;
}

#content img.contentImage_bottom {

}

#homeIcons {
	margin-bottom: 24px;
	padding: 23px 0px 22px 0px;
	text-align: center;	
}

#homeIcons img {
	padding: 5px;	
}

#content img.imageborder {
	border: 1px solid #BBCA20;
	margin: 3px 6px 3px 0;
}

/* Special Pages */
body.imageView {
	text-align: center;
	margin: 0;
	padding: 0;
}

body.imageView img {
	border: 1px solid #BBCA20;
}


/* ++++++++ Booking Request ++++++++ */

#room1Desc, #room2Desc, #room3Desc {
	display: none;
}

table.bookingRequest
{
	width:526px; 
}

table.bookingRequest td
{
	padding:4px;
	vertical-align: top;
}

table.bookingRequest td.bookFormHeadline {
	color:#DBB066;
	padding:3px;
	text-align:left;
	text-transform:uppercase;
	font-weight: bold;
	/* font-family: "Times New Roman",serif; */
	/* font-size: 14px; */
	border-bottom: 1px solid #DBB066;
}

table.bookingRequest td.headSep {
	border-left: 5px solid #FFFEF0;
}

table.bookingRequest th
{
	padding:4px;
	vertical-align: top;
	padding-top:6px;
}


table.bookingRequestSub th
{
	padding:0;
	padding-top: 5px;
	padding-right: 4px;
	vertical-align: top;
	font-weight: normal;
}

table.bookingRequest input.small
{
	width:46px;
	text-align:center;
}

table.bookingRequest input.zip
{
	width:40px;
	text-align:center;
}

table.bookingRequest input.location
{
	width:94px;
	text-align:left;
}
table.bookingRequest input.large
{
	width:177px;
}

table.bookingRequest select.room
{
	width:170px;
}

table.bookingRequest select.attention
{
	width:230px;
}

table.bookingRequest select.day { width:50px; }
table.bookingRequest select.month { width:85px; }
table.bookingRequest select.year { width:52px; }


table.bookingRequest select.flatRate
{
	width:230px;
}

table.bookingRequest select.salutation
{
	width:179px;
}

table.bookingRequest textarea.note
{
	width:431px;
	height:60px;
	overflow: auto;
	font: 10px Verdana, Arial, sans-serif;
}

table.bookingRequest textarea.dateAltText
{
	width:240px;
	margin-top: 3px;
	height:42px;
	overflow: auto;
	font: 10px Verdana, Arial, sans-serif;
}

table.bookingRequest td.spacer
{
	font-size:0;
	line-height:0;
}


table.bookingRequestSub td
{
	padding:4px 0px;
	padding-right:4px;
	vertical-align: top;

}

div.errorMsg, div.errormsg
{
	width:180px;
	padding-top:4px;
	color:red;
	text-align:left;
}

div.errormsg
{
	width:300px;
}

div.buttonBookingRequest
{
	border-width:1px;
	border-style:solid;
	background-position:right;
	background-repeat:repeat-y;
	width:100px;
	height:14px;
	text-align:center;
	padding-top:3px;
	padding-bottom:1px;

}

a.caltrigger {
	padding: 0;
	background: 0;
}

table.bookingRequest input, 
table.bookingRequest textarea, 
table.bookingRequest select
{
	font-size:10px;
	border-width:1px;
	border-style:solid;
	border-color:#DBB066;
}

table.bookingRequest .dropDownBeautySelected {
	margin-left: 3px;
}

table.bookingRequest h1 {
	color: #795426;
	padding-bottom: 3px;
	border-bottom: 1px solid #C4A759;
	text-transform: uppercase;
	margin: 3px 0 4px 0;
	display: block;	
	width: 240px;
	overflow: visible;
	line-height: 14px;
}



table.liste {
	width:525px;
}

table.liste td, table.liste th
{

}

table.liste th
{
	border:0;
}

#content table.liste .bookFormHeadline {
	color:#DBB066;
	padding:3px;
	text-align:left;
	text-transform:uppercase;
	font-weight: bold;
	/* font-family: "Times New Roman",serif; */
	/* font-size: 14px; */
	border-bottom: 1px solid #DBB066;
}

table.liste th h1
{
	padding-bottom:0;
	padding-top:6px;
}

table.roomSelect
{
	width:100%;
	margin-top:8px;
}

table.roomSelect td
{
	width:50%;
	padding:4px;
}



/* Contact Form */

div.skpyeIcon {
	width: 13px;
	height: 13px;
	float: left;
}

div.skypeDesc {
	float: left;
	padding: 0 0 0 3px;
	width: 100px;
}

div.contactForm a.plain {
	background-image: none;
	padding: 0;
	margin: 0;
}

table.contactForm {

}

table.contactForm td {
	padding: 4px 0;
	vertical-align: top;
}

table.contactForm th {
	padding: 4px;
	vertical-align: top;
	padding-top: 6px;
	padding-left: 0;
	font-weight: normal;
	text-align: left;
}

table.contactForm input.small {
	width: 50px;
	text-align: center;
}

table.contactForm input.zip {
	width: 29px;
	text-align: center;
}

table.contactForm input.location {
	width: 75px;
	text-align: left;
}

table.contactForm input.large {
	width: 160px;
}

table.contactForm select.salutation {
	width: 174px;
}

table.contactForm textarea.contact {
	width: 443px;
	height: 60px;
	overflow: auto;
	font: 11px Verdana, Arial, sans-serif;
}

table.contactForm textarea.dateAltText {
	width: 230px;
	height: 36px;
	overflow: auto;
	font: 11px Verdana, Arial, sans-serif;
}

table.contactForm td.spacer {
	font-size: 0;
	line-height: 0;
}

table.contactForm h1 {
	font: 12px / 1 "Times CY", Times, Georgia, "Times New Roman", serif;
	color: #333;
	padding-bottom: 3px;
	border-bottom: 1px solid #DBB066;
	text-transform: uppercase;
	margin: 3px 0 4px 0;
	display: block;
	width: 240px;
	overflow: visible;
	line-height: 14px;
}

#content a.skype {
	padding: 0;
	margin: 0;
	text-decoration: none;
	background-image: none;
}

/* Map */

table.mapForm table.mapInfoTable td
{
	padding: 1px 0px;
	color: #000000;
}

table.mapForm td
{
	padding: 3px 0px;
}

table.mapForm input.adressInput {
	width: 400px;	
}

#content table.mapForm .buttonSend {
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	display: block;
	float: right;
	text-align: right;
	line-height: 1;
	border: none;
	background: transparent url(/web/media/base/images/bg_button_1.gif) top right no-repeat;
	height: 26px;
	width: 160px;
	padding: 0 28px 0 0;
}

table.mapForm input, 
table.mapForm textarea, 
table.mapForm select
{
	font-size:10px;
	border-width:1px;
	border-style:solid;
	border-color:#EBECF0;
}

#map_canvas {
	overflow: hidden;
	width: 748px;
	height: 500px;
	border: 1px solid #EBECF0;
	color: #000000;
}

#map_canvas a {
	background-image: none;
	padding: 0;
	margin: 0;
	color: #000000;
}

#directions {
	width: 748px;
}

#directions a {
	background-image: none;
	padding: 0;
	margin: 0;
}

/* Recommend Form */
table.recommend
{
	width:525px; 
}

table.recommend td
{
	padding:4px 0px;
	vertical-align: top;
}

table.recommend th
{
	padding:4px;
	vertical-align: top;
	padding-top:6px;
	padding-left: 0;
	font-weight: normal;
}

table.recommend textarea.message
{
	width:520px;
	height:56px;
	overflow: auto;
	font: 10px Verdana, Arial, sans-serif;
}

table.recommend td.spacer
{
	font-size:0;
	line-height:0;
}



#content table.recommend a.buttonSend {
	font-size: 11px;
	color: #333;
	text-decoration: none;
	font-weight: normal;
	display: block;
	border: 1px solid #C4BAAC;
	float: right;
	padding: 4px;
	padding-left: 29px;
	padding-right: 15px;
	margin-right: 0px;
	text-align: center;
	line-height: 1;
	background: transparent url(/web/media/base/images/link-arrows.gif) 15px center no-repeat;
	height: auto;
}

#content table.recommend a.buttonSend:hover {
	color: #C29F4E;
}

table.recommend input.large {
	width: 210px;
}
table.recommend input.small {
	width: 210px;
}

table.recommend input, 
table.recommend textarea, 
table.recommend select
{
	font-size:10px;
	border-width:1px;
	border-style:solid;
	border-color:#DBB066;
}

/* Brochure Request Form */
table.brochureRequest
{
	width:530px; 
}

table.brochureRequest td
{
	padding:4px;
	vertical-align: top;
}

table.brochureRequest th
{
	padding:4px;
	vertical-align: top;
	padding-top:6px;
	padding-left: 0;
	font-weight: normal;
}

table.brochureRequest textarea.notice
{
	width:150px;
	height:95px;
	overflow: auto;
	font: 10px Verdana, Arial, sans-serif;
}

table.brochureRequest td.spacer
{
	font-size:0;
	line-height:0;
}



#content table.brochureRequest a.buttonSend {
	font-size: 11px;
	color: #333;
	text-decoration: none;
	font-weight: normal;
	display: block;
	border: 1px solid #C4BAAC;
	float: right;
	padding: 4px;
	padding-left: 29px;
	padding-right: 15px;
	margin-right: 17px;
	text-align: center;
	line-height: 1;
	background: transparent url(/web/media/base/images/link-arrows.gif) 15px center no-repeat;
	height: auto;
}

#content table.brochureRequest a.buttonSend:hover {
	color: #C29F4E;
}

table.brochureRequest input.large {
	width: 150px;
}

table.brochureRequest input.attention {
	width: 425px;
	margin-left: 10px;
}


table.brochureRequest input.small {
	width: 150px;
}

table.brochureRequest select.contact {
	width: 155px;
}

table.brochureRequest input, 
table.brochureRequest textarea, 
table.brochureRequest select
{
	font-size:10px;
	border-width:1px;
	border-style:solid;
	border-color:#C4BAAC;
}

table.brochureRequest .noborder {
	border: 0 !important;
}



/* ++++++++ Coupon Request ++++++++ */

table.couponRequest td
{
	padding:4px;
	vertical-align: top;
}

table.couponRequest th
{
	padding:4px;
	vertical-align: top;
	padding-top:6px;
}


table.couponRequest th
{
	padding:0;
	padding-top:2px;
	padding-bottom:4px;
	padding-right:4px;
	vertical-align: top;
	font-weight: normal;
}

table.couponRequest input.small
{
	width:50px;
	text-align:center;
}

table.couponRequest input.zip
{
	width:50px;
	text-align:center;
}

table.couponRequest input.location
{
	width:96px;
	text-align:left;
}
table.couponRequest input.large
{
	width:170px;
}

table.couponRequest select.coupon
{
	width:174px;
}

table.couponRequest select.attention
{
	width:235px;
}

table.couponRequest select.day { width:50px; }
table.couponRequest select.month { width:85px; }
table.couponRequest select.year { width:52px; }


table.couponRequest select.flatRate
{
	width:240px;
}

table.couponSub 
{
	width:100%;
}

table.couponSub select.coupon
{
	width:150px;
}

table.couponRequest textarea.comment
{
	width:235px;
	overflow: auto;
	font: 10px Verdana, Arial, sans-serif;
}

table.couponRequest textarea.dateAltText
{
	width:230px;
	height:36px;
	overflow: auto;
	font: 10px Verdana, Arial, sans-serif;
}

table.couponRequest td.spacer
{
	font-size:0;
	line-height:0;
}


table.couponRequest td
{
	padding:0;
	padding-bottom:4px;
	padding-right:4px;
	vertical-align: top;

}


table.couponRequest input, 
table.couponRequest textarea, 
table.couponRequest select
{
	font-size:10px;
	border-width:1px;
	border-style:solid;
	border-color:#C4BAAC;
}

table.couponRequest .dropDownBeautySelected {
	margin-left: 3px;
}

table.couponRequest h1 {
	font: 12px/1 "Times CY", Times, Georgia, "Times New Roman", serif;
	color: #795426;
	padding-bottom: 3px;
	border-bottom: 1px solid #C4BAAC;
	text-transform: uppercase;
	margin: 3px 0 4px 0;
	display: block;	
	width: 100%;
	overflow: visible;
	line-height: 14px;
}


#content table.couponRequest a.buttonSend {
	font-size: 11px;
	color: #333;
	text-decoration: none;
	font-weight: normal;
	display: block;
	border: 1px solid #C4BAAC;
	float: right;
	padding: 4px;
	padding-left: 29px;
	padding-right: 15px;
	margin-right: 10px;
	text-align: center;
	line-height: 1;
	background: transparent url(/web/media/base/images/link-arrows.gif) 15px center no-repeat;
	height: auto;
}


/* ++++++++ press ++++++++ */

table.pressReg {
	width: 100%;
}
table.press td
{
	padding:4px;
	vertical-align: top;
}

table.press th
{
	padding:4px;
	vertical-align: top;
	padding-top:6px;
}


table.press th
{
	padding:0;
	padding-top:2px;
	padding-bottom:4px;
	padding-right:4px;
	vertical-align: top;
	font-weight: normal;
}

table.press input.small
{
	width:50px;
	text-align:center;
}

table.press input.zip
{
	width:40px;
	text-align:center;
}

table.press input.location
{
	width:90px;
	text-align:left;
}
table.press input.large
{
	width:150px;
}

table.press select.contact
{
	width:155px;
}

table.press 
{
	width:100%;
}

table.press td.spacer
{
	font-size:0;
	line-height:0;
}

table.press td
{
	padding:0;
	padding-bottom:4px;
	padding-right:4px;
	vertical-align: top;
}


table.press input, 
table.press textarea, 
table.press select
{
	font-size:10px;
	border-width:1px;
	border-style:solid;
	border-color:#C4BAAC;
}


table.press h1 {
	font: 12px/1 "Times CY", Times, Georgia, "Times New Roman", serif;
	color: #795426;
	padding-bottom: 3px;
	border-bottom: 1px solid #C4BAAC;
	text-transform: uppercase;
	margin: 3px 0 4px 0;
	display: block;	
	width: 100%;
	overflow: visible;
	line-height: 14px;
}


#content table.press a.buttonSend {
	font-size: 11px;
	color: #333;
	text-decoration: none;
	font-weight: normal;
	display: block;
	border: 1px solid #C4BAAC;
	float: right;
	padding: 4px;
	padding-left: 29px;
	padding-right: 15px;
	margin-right: 4px;
	text-align: center;
	line-height: 1;
	background: transparent url(/web/media/base/images/link-arrows.gif) 15px center no-repeat;
	height: auto;
}



/* Search */

#content table.search a.buttonSend {
	font-size: 11px;
	color: #333;
	text-decoration: none;
	font-weight: normal;
	display: block;
	border: 1px solid #C4BAAC;
	float: right;
	padding: 4px;
	padding-left: 29px;
	padding-right: 15px;
	margin-right: 10px;
	text-align: center;
	line-height: 1;
	background: transparent url(/web/media/base/images/link-arrows.gif) 15px center no-repeat;
	height: auto;
}

table.search input, 
table.search textarea, 
table.search select {
	font-size:11px;
	height: 14px;
	line-height: 11px;
	border-width:1px;
	border-style:solid;
	border-color:#C4BAAC;
}


/* Job Application */

table.jobApp th {
	padding:0;
	padding-top:2px;
	padding-bottom:4px;
	padding-right:4px;
	vertical-align: top;
	font-weight: normal;
	text-align: left;
}

table.jobApp input.small {
	width:50px;
	text-align:center;
}

table.jobApp input.zip {
	width:24px;
	text-align:center;
}

table.jobApp input.location {
	width:54px;
	text-align:left;
}
table.jobApp input.large {
	width:145px;
}

table.jobApp input.job {
	width:565px;
}

table.jobApp input.textMiddle {
	width: 142px;
}

table.jobApp select.dropDownMiddle {
	width: 158px;
}

table.jobApp .jobsTitle {
	padding: 5px 0px;
}

table.jobApp a.highlight, table.jobApp a.highlight:hover {
	color: #FFF;
	font-weight: bold;
	padding: 3px;
	text-align: left;
	text-transform: uppercase;
	text-decoration: underline;
}

table.jobApp textarea.comment {
	width:235px;
	overflow: auto;
	font: 10px Verdana, Arial, sans-serif;
}

table.jobApp textarea.dateAltText {
	width:230px;
	height:36px;
	overflow: auto;
	font: 10px Verdana, Arial, sans-serif;
}

table.jobApp td.spacer {
	font-size:0;
	line-height:0;
}


table.jobApp td {
	padding:0;
	padding-bottom:4px;
	padding-right:4px;
	vertical-align: top;
}


table.jobApp input, 
table.jobApp textarea, 
table.jobApp select {
	font-size:10px;
}

table.jobApp .dropDownBeautySelected {
	margin-left: 3px;
}

table.jobApp h1 {
	color: #FFFFFF;
	padding-bottom: 5px;
	text-decoration: underline;
	text-transform: uppercase;
	display: block;	
	overflow: visible;
}


#content table.jobApp a.buttonSend {
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	display: block;
	float: right;
	text-align: right;
	line-height: 1;
	background: transparent url(/web/media/base/images/bg_button_1.gif) top right no-repeat;
	height: 20px;
	width: 160px;
	padding: 6px 28px 0 0;
}

table.jobApp td.errorMsg, 
table.jobApp td.errormsg
{
	color:red;
	text-align:left;
}

table.jobApp textarea {
	width:285px;
	overflow: auto;
	font: 10px Verdana, Arial, sans-serif;
}


/*  SnapShot Inline Window */

table.snapShotInline td {
	padding:4px;
	font: 11px Verdana, Arial, sans-serif;
	vertical-align: top;
	color: #333;
}

table.snapShotInline th {
	font: 11px Verdana, Arial, sans-serif;
	padding:4px;
	vertical-align: top;
	padding-top:6px;
	color: #333;
}


table.snapShotInline th {
	padding:0;
	padding-top:2px;
	padding-bottom:4px;
	padding-right:4px;
	vertical-align: top;
	font-weight: normal;
}

table.snapShotInline input.small {
	width:50px;
	text-align:center;
}

table.snapShotInline input.zip {
	width:50px;
	text-align:center;
}

table.snapShotInline input.location {
	width:96px;
	text-align:left;
}
table.snapShotInline input.large {
	width:170px;
}

table.snapShotInline input.textMiddle {
	width: 160px;
}

table.snapShotInline select.dropDownMiddle {
	width: 164px;
}


table.snapShotInline textarea.comment {
	width:235px;
	overflow: auto;
	font: 10px Verdana, Arial, sans-serif;
}

table.snapShotInline textarea.dateAltText {
	width:230px;
	height:36px;
	overflow: auto;
	font: 10px Verdana, Arial, sans-serif;
}

table.snapShotInline td.spacer {
	font-size:0;
	line-height:0;
}


table.snapShotInline td {
	padding:0;
	padding-bottom:4px;
	padding-right:4px;
	vertical-align: top;
}


table.snapShotInline input, 
table.snapShotInline textarea, 
table.snapShotInline select {
	font-size:10px;
	border-width:1px;
	border-style:solid;
	border-color:#C4BAAC;
}

table.snapShotInline .dropDownBeautySelected {
	margin-left: 3px;
}

table.snapShotInline h1 {
	font: 12px/1 "Times CY", Times, Georgia, "Times New Roman", serif;
	color: #795426;
	padding-bottom: 3px;
	border-bottom: 1px solid #C4BAAC;
	text-transform: uppercase;
	margin: 3px 0 4px 0;
	display: block;	
	width: 100%;
	overflow: visible;
	line-height: 14px;
}


#content table.snapShotInline a.buttonSend {
	font-size: 11px;
	color: #333;
	text-decoration: none;
	font-weight: normal;
	display: block;
	border: 1px solid #C4BAAC;
	float: right;
	padding: 4px;
	padding-left: 29px;
	padding-right: 15px;
	margin-right: 1px;
	margin-top: 8px;
	text-align: center;
	line-height: 1;
	background: transparent url(/web/media/base/images/link-arrows.gif) 15px center no-repeat;
	height: auto;
}

table.snapShotInline td.errorMsg, 
table.snapShotInline td.errormsg
{
	color:red;
	text-align:left;
}

table.snapShotInline textarea {
	width:250px;
	overflow: auto;
	font: 10px Verdana, Arial, sans-serif;
}


/* Weather */

table.weatherDetail {
	width: 530px;
	margin-bottom: 14px;
}

table.weatherDetail .center {
	text-align: center;
}

table.weatherDetail th {
	font: 12px/1 "Times CY", Times, Georgia, "Times New Roman", serif;
	color: #795426;
	text-transform: uppercase;
	margin: 3px 0 8px 0;
	border-bottom: 1px solid #C4BAAC;
	padding: 7px 0px 4px 0;
}

table.weatherDetail td {
	padding: 8px 4px 2px 4px;
	border-bottom: 1px solid #C4BAAC;
}


table.weatherDetail .altBg {
	background: #F6F1E5;
}

/* teaser */

#content .box-container {
	width: 228px;
	overflow: hidden;
}

#content .left {
	float: left;
}

#content .center {
	float: left;
	margin: 0px 32px;
}

#content .right {
	float: right;
}

#content .boxgrid{
	width: 228px;
	height: 182px;
	float: left;
	overflow: hidden;
	position: relative;
}

#content .reflect {
	width: 228px;
	height: 18px;
	float: left;
	overflow: hidden;
	position: relative;
}

#content .boxgrid img{
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}

#content .boxcaption{
	float: left;
	position: absolute;
	background: #000;
	height: 100px;
	width: 100%;
	opacity: .8;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

#content .caption .boxcaption {
	top: 156px;
	left: 0;
}

#content .caption .coverHeadline {
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    margin: 6px 10px;
    width: 208px;
}

#content .caption .coverText {
    font-size: 11px;
    height: 34px;
    overflow: hidden;
    padding: 0 8px;
    text-align: left;
}

#content .caption .coverMore {
    padding: 0 8px 2px 0;
    text-align: right;
}

#content .caption .coverMore a {
	font-weight: bold;
	text-decoration: none;
	padding: 0;
	margin: 0;
	background-image: none;
	font-size: 10px;
}

#content .clear-teaser {
	clear: both;
	height: 10px;	
}

/* jquery textarea resizer */

div.grippie {
	background:#EEEEEE url(/web/js/jquery/grippie.png) no-repeat scroll center 2px;
	border-color:#DDDDDD;
	border-style:solid;
	border-width:0pt 1px 1px;
	cursor:s-resize;
	height:9px;
	overflow:hidden;
}
.resizable-textarea textarea {
	display:block;
	margin-bottom:0pt;
	width:95%;
	height: 20%;
}

#MooFlow a {
	background: 0;
	padding: 0;
	margin: 0;
	text-indent: 0;
}



#content a.image, 
#content a.nolink {
	padding: 0 !important;
	background: 0 !important;
}



/** jQuery Gallery Plugin **/

#content .galleryBar li a {
	background: 0;
	padding: 0;
}
#fotogalerie {
	margin: 0 auto;
}
.gallery{
	position: relative;
	overflow: hidden;
	background-color: #1D1D22;
	padding: 12px;
	height: 410px;
}
.galleryBar {
	position: absolute;
	left: 0;
	margin: 0;
	padding: 0 7px;
	display:none;
	margin-bottom: 10px;
}
.galleryBar li {
	position: relative;
	margin: 0 7px 0 0;
	padding: 0;
	overflow: hidden;
	float: left;
	list-style: none;
	list-style-type: none;
}
.galleryScreen, .galleryInfo {
	position: absolute;
}
.galleryScreen {
	background-color: #222;
}
.galleryInfo {
	background-color: transparent;
	color: #fff;
	padding: 12px;
}
.galleryTitle {
	text-indent: 10px;
	font-size: 140%;
	font-weight: bold;
	font-family: "Trebuchet MS", "MS Trebuchet", Verdana, Arial, sans-serif;
}
.galleryDesc {
	text-indent: 10px;
	font-size: 90%;
	margin-top: 3px;
	font-weight: normal;
	font-family: "Trebuchet MS", "MS Trebuchet", Verdana, Arial, sans-serif;
}
#content .galleryBar ul {
	list-style: none;
	list-style-type: none;
}
#content .galleryBar li {
	list-style: none;
	list-style-type: none;
	padding: 0;
	border: 3px solid white;
	margin: 0 11px 25px 10px;
	
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
	
}


#content a.buttonSend {
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	display: block;
	text-align: right;
	line-height: 1;
	background: transparent url(/web/media/base/images/bg_button_1.gif) top right no-repeat;
	height: 20px;
	width: 160px;
	padding: 6px 28px 0 0;
}


/* iphone video */
		div.iphone-box {
			margin-top: 5px;
		}
		div#iphoneVideo {
			width: 278px;
			margin-left: -20px;
			height: 486px;
			
			background: transparent url(/web/media/base/images/iphone.png) center center no-repeat;
		}
		
		div#iphoneVideo div#vidContainer {m
			display: block;
			position: relative;
			top: 74px;
			left: 44px;
			width: 192px;
			height: 288px;
			background-color: #000000;
		}
		
		div#iPhoneVideoRight {
			float: left;
			width: 490px;
		}
		
		div#vidContainer a#getflashplayer {
			background: transparent url(/web/media/base/images/flash10.jpg) center 60px no-repeat;
			display: block;
			width: 168px;
			padding: 0;
			font-weight: normal;
			text-align: center;

			padding: 150px 15px 0 15px;
		}
		
/* iphone video */
