/*
	CSS Document: css_modules.css
	Version: 1.0 | Date: 2009-02-05
	Project: www.sonnenhotel.com
	Author: websLINE, 2009
	-------
*/


/* PANOS */

.panos dd {
	border: 1px solid #E7E3E7;
	padding: 4px;
	float: left;
	margin: 10px 10px 0 0;
	width: 150px;
	}
.panos dd.last {
	margin-right: 0px !important;
	}
.panos dd:hover, .panos dd.item-active {
	background: #E7E3E7;
	}
.panos dd img {
/*	border: 1px solid #fff;*/
	margin-top: 3px;
	}
.panos dd h3, .panos dd p {
	margin: 0px; padding: 0px;
	line-height: 1em;
	font-size: 0.95em;
	}
.panos dd ul {
	margin: 0; 
	padding: 0;
	list-style-type: none;
	list-style-image: none !important;
	}
.panos dd li {
	background: #f7f7f7;
	margin-bottom: 1px;
	padding: 2px 0;
	}
.panos dd li:hover {
	background: #eee;
	}
.panos dd a.low,
.panos dd a.full {
	background: url(img_arrow.gif) no-repeat 0 1px;
	padding: 0 0 0 15px;
	text-decoration: none !important;
	cursor: pointer !important;
	}


/* IMPRESSIONEN */

.impressions {
	margin-top: 20px;
	}
#mainRight .impressions {
	background: #E1E3E3;
	padding: 10px 0 10px 5px;
	margin-top: 0;
	}
.impressions a {
	display: block;
	float: left;
	margin: 0 4px 4px 0;
	padding: 2px;
	background: #E7E3E7;
	position: relative;
	}
#mainRight .impressions a {
	margin: 0 10px 10px 10px;
	}
.impressions a:hover {
	background: #FFD75A;
	}
.impressions b {
	float: left;
	}
#mainRight .impressions b {
	display: none;
	}
.impressions b a {
	margin-right: 0 !important;
	}
.impressions img {
	border: 1px solid #fff;
	}
.impressions a .zoom {
	position: absolute;
	top: 5px; left: 5px;
	}


/* WEBCAMS */

a.webcam {
	padding: 2px;
	background: #E7E3E7;
	display: block;
	text-decoration: none !important;
	float: left;
	margin: 0 5px 5px 0;
	}
a.webcam:hover {
	background: #FFD75A;
	}
a.webcam strong {
	display: block;
	padding: 2px;
	color: #330000;
	font-size: 0.9em;
	font-weight: normal;
	}


/* TEASER CONTENT */

#main .teaser li {
	margin: 10px 0;
	}
#main .teaser li a {
	text-decoration: none !important;
	display: block;
	border: 1px solid #E7E3E7;
	padding-right: 10px;
	}
#main .teaser li a:hover {
	background: #E7E3E7;
	}
#main .teaser li a img {
	float: left;
	margin-right: 15px;
	}
#main .teaser li a strong {
	display: block;
	padding: 12px 0 0 0;
	}

#main div.teaser {
	margin: 10px 0;
	border: 1px solid #E7E3E7;
	}
#main div.teaser img {
	float: left;
	}
#main div.teaser p {
	margin: 0; padding: 0;
	padding: 10px 15px 0 15px;
	float: left;
	line-height: 1.3em;
	}
#main div.teaser strong {
	display: block;
	}
#main div.teaser a.bttn {
/*	float: right;
	margin-right: -15px;
	position: relative;*/
	margin-top: 3px;
	display: block;
	width: 80px;
	}


/* INFO BOX */

#main .infobox {
	clear: both;
	border: 1px solid #E7E3E7;
	padding: 10px; margin: 35px 0;
	background: #F7F7F7 url(img_bg-infobox.gif) no-repeat 100% 0;
	}
#main .infobox * {
	margin: 10px 0px;
	}


/* QUICK CHOICE */

.quickchoice {
	clear: both;
	border: 1px solid #E7E3E7;
	padding: 10px; margin: 35px 0 20px 0;
	background: #F7F7F7 url(img_bg-quickchoice.gif) no-repeat 100% 0;
	}
.quickchoice h3 {
	margin: 0 10px 0 0; padding: 2px 0 0 0;
	float: left;
	}


/* VERWANDTE THEMEN */

.related dt {
	font-weight: bold;
	font-size: 1.1em;
	color: #300;
	margin-bottom: 12px;
	margin-top: 30px;
	}
.related dd {
	padding: 4px 0;
	margin: 0;
	}
.related dd a {
	display: block;
	background: url(img_arrow.gif) no-repeat 0 50%;
	padding: 0 0 0 25px;
	}



/* TEXT ABSAeTZe */

.absatz {
	}
.bildlinks img {
	margin: 0 8px 0 0;
	float: left;
	}
.bildrechts img {
	margin: 0 0 0 8px;
	float: right;
	}


/* 3D TOUR */

#mainRight .tour {
	width: 200px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	}
#mainRight .tour dl {
	margin: 15px 0 0 0;
	padding: 15px;
	background: #E1E3E3;
	}
#mainRight .tour dl dd {
	margin: 0 0 10px 0;
	}
#mainRight .tour dl dd a {
	display: block;
	background: #FFD559 url(img_symb-360grad.gif) no-repeat 130px 50%; 
	}
#mainRight .tour dl dt a {
	display: block;
	background: url(img_bg-wallpaper.gif); 
	background: #FFD559; 
	padding: 5px 10px;
	color: #616162;
	text-decoration: none;
	}
#mainRight .tour dl a:hover {
	background-color: #FCE18E;
	}
#mainRight .tour dl dt a strong {
	display: block;
	background: url(img_arrowDouble.gif) no-repeat 100% 50%; 
	}


/* QUICK LINKS */

#mainRight .quicklinks {
	float: left;
	width: 200px;
	}
#mainRight .quicklinks ul {
	margin: 15px 0 0 0;
	}
#mainRight .quicklinks ul li {
	padding: 0 0 1px 0;
	}
#mainRight .quicklinks ul li a {
	display: block;
	background: #FFD559; 
	padding: 5px 15px;
	color: #616162;
	text-decoration: none;
	}
#mainRight .quicklinks ul li a:hover {
	background-color: #FCE18E;
	}
#mainRight .quicklinks ul li a strong {
	display: block;
	background: url(img_arrowDouble.gif) no-repeat 100% 50%; 
	}


/* ARRIVAL */

#mainRight .arrival {
	display: block;
	float: left;
	margin: 14px 0 0 0;
	border: 1px solid #B1B2B2;
	padding: 5px;
	}


/* HEAD SONNE */

#header .sun {
	position: absolute;
	top: 214px; right: 33px;
	z-index: 100;
	}


/* HEAD TEASER */

#header .teaser {
	position: absolute;
	top: 435px; left: 4px;
	width: 549px;
	z-index: 100;
	}
#header .teaser li {
	border: 4px solid #fff;
	border-width: 8px 4px;
	float: left;
	width: 175px;
	background: url(img_bg-wallpaperLight.gif);
	}
#header .teaser li .moveteaser {
	display: block;
	padding: 12px;
	background: url(img_arrowBottom.gif) no-repeat 100% 100%;
	color: #6F6F70;
/*	cursor: pointer;*/
	text-decoration: none;
	}
#header .teaser li .moveteaser:hover {
	background: #FFD559;
	}
#header .teaser li .moveteaser p {
	margin: 0; padding: 0;
	}
#header .teaser li .moveteaser strong {
	display: block;
	}
#header .teaser li .moveteaser .opentext {
	display: none;
	}
#header .teaser li .moveteaser .opentext img {
	margin: 10px 0;
	}
#header .teaser li .moveteaser .opentext a {
	display: block;
	background: url(img_arrowDouble.gif) no-repeat 100% 50%; 
	}

/* SLOGAN */

.slogan {
	position: absolute;
	top: 362px; right: 39px;
	width: 400px; height: 32px;
	background-repeat: no-repeat;
	}
html>body .de .slogan {
	background-image: url(img_slogan.png);
	}
html>body .en .slogan {
	background-image: url(img_slogan_EN.png);
	}


/* HEAD INFOBOX */

#header .infobox {
	position: absolute;
	top: 395px; right: 0px;
	background: url(img_bg-wallpaper.gif);
	width: 388px;
	padding: 25px;
	z-index: 100;
	border-bottom: 8px solid #fff;
	}
* html #header .infobox {
	right: -1px;
	}
#header .infobox h3 {
	margin: 0 0 13px 0;
	}
#header .infobox p {
	margin: 0; padding: 0;
	color: #928351;
	font-size: 1.1em;
	}


/* HEAD INQUIRYMASK */

#header .inquirymask {
	position: absolute;
	top: 93px; left: 10px;
	z-index: 200;
	}
#header .inquirymask a {
	display: block;
	width: 116px; height: 22px;
	padding: 10px 0 0 15px;
	background: url(img_bg-navi10px.png);
	}
#header .inquirymask form {
	display: none;
	background: url(img_bg-navi10px.png);
	width: 337px;
	padding: 10px 15px;
	}
#header .inquirymask h3 {
	display: none;
	}
#header .inquirymask p {
	margin: 0;
	padding: 0 15px 0 0; 
	float: left;
	}
#header .inquirymask b {
	font-weight: normal;
	display: block;
	}
#header .inquirymask input {
	width: 120px;
	background: #fff url(img_symb-calendar.gif) no-repeat 99% 50%;
	}
#header .inquirymask select {
	margin-right: 0px;
	}
#header .inquirymask .bttn {
	background-image: url(img_arrowBig.gif);
	background-repeat: no-repeat;
	background-position: 90% 50%;
	background-color: transparent;
	width: 22px;
	margin: 14px 0 0 0;
	height: 22px;
	} 


/* PREISE */

table.prices {
	width: 100%;
	border: 0;
	}
table.prices th,
table.prices td {
	padding: 3px;
	}
table.prices caption {
	display: none;
	}
table.prices .title th,
table.prices .season td {
	vertical-align: bottom;
	font-size: 0.9em;
	}
table.prices .season td {
	background: #E0DEE0;
	}
table.prices .room td {
	border-bottom: 1px solid #E0DEE0;
	padding-top: 5px;
	padding-bottom: 5px;
	}
table.prices .room td strong {
	display: block;
	}
table.prices .line1 td {
	background: #e5e5e5;
	}
table.prices .line2 td {
	background: #eee;
	}
table.prices .data td {
	height: 20px;
	vertical-align: middle;
	}
table.prices .data .col1 {
/*	padding-left: 3px;*/
	font-size: 0.9em;
	}
table.prices .data .col2 {
	width: 15%;
	}
table.prices .data .col3, table.prices .data .col4 {
	width: 23%;
	text-align: center;
	}
table.prices .data .col3 {
	background: #ddd;
	}
table.prices .data .col4 {
	background: #d7d7d7;
	}
table.prices .data:hover td {
/*	font-weight: bold;*/
	background: #E0DEE0;
	}
table.prices .data:hover td p {
	font-size: 1em;
	}


/* sIFR REPLACEMENT */

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	}
.sIFR-replaced {
	visibility: visible !important;
	}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
	}
.sIFR-hasFlash h1 {
    visibility: hidden;
    font-size: 1.7em;
	}
.sIFR-hasFlash #mainRight h3.title,
.sIFR-hasFlash #header .infobox h3 {
    visibility: hidden;
    font-size: 1.2em;
	}
.sIFR-hasFlash .related dt {
    visibility: hidden;
    font-size: 1.4em;
	}

/* These "decoy" styles are used to hide the browser text before it is replaced...
 the negative-letter spacing in this case is used to make the browser text metrics 
 match up with the sIFR text metrics since the sIFR text in this example is so much narrower... 
 your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */