/* screen.css
------------------------------------------------------------------------
This stylesheet contains the general rules for the website

Author: elements.at 
--------------------------------------------------------------------- */


/* Basic
--------------------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	background: #e6e9ee url(/static/img/back.gif) repeat-x;
	text-align: center;
}

div, h1, h2, h3, h4, p, form, input, select, textarea, ol, ul, li, object, embed {
	margin: 0;
	padding: 0;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 14px;
	text-align: left;
}

h1 {
	color: #333;
	font-size: 26px;
	line-height: 22px;
	margin: 0 0 25px 0;	
}

h2 {
	color: #333;
	font-weight: bold;	
	margin: 5px 0 14px 0;		
}

h3 {
	color: #333;
	font-weight: bold;		
}

h4 {
	color: #333;
	font-weight: bold;		
}

em {
	font-size: 14px;
	font-style: normal;
	color: #333;
}

object {
	display: block;
}

a:link {
	color: #333;
	text-decoration: none;
}

a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #ab0f60;
	text-decoration: none;
}

a:active {
	color: #333;
	text-decoration: none;
}

img {
	border: 0;
}

label {
	float: left;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}


/* general site container (Shadows and Site)
--------------------------------------------------------------------- */

#container {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
	background: url(/static/img/back_circles.gif) no-repeat top center;
}

#site {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
	position: relative;
}

#shadowbottom {
	behavior: url(/static/js/iepngfix.htc);
	background: url(/static/img/shadow_bottom.png) bottom center no-repeat;
	margin: 0;
	overflow: hidden;	
	height: 14px;
	width: 980px;
	float: left;
}


/* header
--------------------------------------------------------------------- */

#header {
	width: 960px;
	height: 100px;
	padding: 0 0 0 20px;
	overflow: visible;
	background: #fff;
}

#logo {
	width: 197px;
	height: 68px;
	margin: 16px 0 0 0;
	overflow: hidden;
	float: left;
}

#meta {
	width: 540px;
	margin: 13px 0 0 23px;
	float: left;
	position: relative;
}

#meta .language {
	padding: 0 0 10px 0;
	height: 10px;
	overflow: hidden;
	width: 540px;
}

#meta a {
	display: block;
	padding: 0 15px 0 0;
	float: left;
}

#meta .search {
	width: 200px;
	margin: 20px 0 0 0;
	padding: 0;
	float: right;
}

#meta .search form {
	float: right;
}

#meta .search label {
	margin: 3px 7px 0 0;
}

#meta .search .searchterm {
	background: #eceff2;
	border: none;
	padding: 4px 8px 0 8px;
	color: #999;
	width: 84px;
	height: 18px;
	float: left;
}

#meta .search input.submit {
	float: left;
	padding: 0 20px 0 0;
}

.info_top_right {
	float: right;
	width: 160px;
	height: 100px;
	padding: 0 20px;
	color: #aa0f5f;
	background: url(/static/img/header_right_bg.gif) no-repeat;
}

.info_top_right .dropdown {
	text-transform: uppercase;
	height: 20px;
	padding: 4px 0 0 0;
	margin: 0 0 17px 0;
	cursor: pointer;
}

.info_top_right .dropdown em {
	color: #fff;
}

.info_top_right .dropdown li {
	height: 20px;
	list-style: none;
}

.info_top_right .dropdown li.sfhover .pongo  {
	left: 780px;	
	z-index: 5000;
}

.info_top_right .dropdown li .pongo {
	position: absolute;
	top: 0;
	left: -9999px;
}


/* top nav in header
--------------------------------------------------------------------- */

#navwrapper {
	position: absolute;
	top:43px;
	left:0;
	z-index:48;
	width:315px;
}

#navcontainer {
	width:315px;
	margin:0 auto;
	position: relative;
}

#topnav {
	height: 20px;
	overflow: visible;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
}

#topnav ul {
	display:block;
	float:left;
	list-style:none;
}

#topnav li {
	float:left;
	display:block;
	position:relative;
}

#topnav a {
	display: inline;
	float: left;
	font-size:14px;
	padding: 0 15px 4px 0;
}

#topnav a em {
	font-style: normal;
}



#topnav ul li.sfhover ul {
	left: -20px;
}

#topnav ul li ul {
	position: absolute;
	top: 16px;
	left: -9999px;
	width: 170px;
	background:#fff;
	padding: 25px 0 10px 0;
}

#topnav ul ul li {
	float: left;
	width: 170px;
	padding: 2px 0 0 0;
	height: 14px;
	position: static;
}

#topnav ul ul li a {
	font-size: 11px;
	margin: 0;
	padding: 0 0 0 20px;
	background: none;
}

#topnav ul ul li a:hover {
	border:none;
}


/* footer
--------------------------------------------------------------------- */

#footer {
	width: 980px;
}

#footer div {
	color: #8a8b8d;
	line-height: 16px;
}

#footer div a:link {
	color: #8a8b8d;
}

#footer div a:visited {
	color: #8a8b8d;
}

#footer div a:hover {
	color: #ab0f60;
}

#footer div a:active {
	color: #8a8b8d;
}

.f_left {
	float: left;
	padding: 27px 42px 0 40px;
}

#footer .f_left a.kinderhotels {
	background: url(/static/img/kinderhotels_logo.gif) top right no-repeat;
	height: 33px;
	width: 117px;
	display: block;
}

#footer .f_left a:hover.kinderhotels {
	background: url(/static/img/kinderhotels_logo_over.gif) top right no-repeat;
}

.f_center_address {
	float: left;
	height: 65px;
	margin: 6px 0 0 0;
	padding: 15px 0 0 40px;
	width: 324px;
	border-left: 1px solid #d6d9dd;
}

.f_center_links {
	float: left;
	height: 65px;
	margin: 6px 0 0 0;
	padding: 15px 39px 0 0;
	border-right: 1px solid #d6d9dd;
}

/* footer
--------------------------------------------------------------------- */

.elements {
	float: right;
	padding: 30px 20px 0 20px;
	width: 140px;
	text-align: right;
}

/*
.elements a {
	background: url(/static/img/elements.gif) top right no-repeat;
	height: 14px;
	width: 120px;
	padding: 7px 30px 7px 0;
	color: #8a8b8d;
	text-decoration:none;
	overflow: hidden;
	display: block;
	float: right;
}

.elements a:hover {
	background: url(/static/img/elements_hover.gif) top right no-repeat;
	color: #333 !important;
}
*/


/* content.css
------------------------------------------------------------------------
This stylesheet contains the special content CSS rules

Author: elements.at 
--------------------------------------------------------------------- */

/* basic
--------------------------------------------------------------------- */

#content_container {
	width: 980px;
	background: #fff;
	float: left;
}

#content_main {
	width: 780px;
	float: left;
	padding-top: 220px;
	position: relative;
}

#content_image {
	height: 220px;
	width: 780px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 40;
	overflow: hidden;
}

/* routenplaner */
form.routenplaner {
width:530px;
margin-bottom:5px;
overflow: hidden;
}

form.routenplaner input, form.routenplaner select {
border:1px solid #7dafd7 !important;
margin:0 0 4px 2px !important;
float: left;
}

form.routenplaner input.input {
padding:2px 5px;
overflow:hidden;

}

form.routenplaner select {
padding:1px 5px;
}

form.routenplaner input.button {
color:#aa0f5f;
border:0px !important;
margin:4px 0 0 0 !important;
}

#content {
width: 780px;
}

#content_image #plus {
	behavior: url(/static/js/iepngfix.htc);
	background: url(/static/img/plus.png) bottom center no-repeat;
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 40;
	height: 20px;
	width: 20px;
	cursor: pointer;
}

#content_image #minus {
	behavior: url(/static/js/iepngfix.htc);
	background: url(/static/img/minus.png) bottom center no-repeat;
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 40;
	height: 20px;
	width: 20px;
	cursor: pointer;
	display: none;
}

#content_image #category {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 45;
	height: 180px;
	width: 180px;
}

#content_image .pink {
	background: #aa0f5f;
}

#content_image .brown {
	background: #5a5041;
}

#content_image .yellow {
	background: #ffcd41;
}

#content_image .blue {
	background: #7dafd7;
}

#content_image #category h3 {
	color: #fff;
	text-transform: uppercase;
	line-height: 32px;
	font-size: 29px;
	font-weight: normal;
	margin: 100px 0 20px 20px;
}

#content_image #thumbs {
	position: absolute;
	top: 110px;
	right: 20px;
	z-index: 45;
	height: 90px;
	width: 300px;
}

#content_image #thumbs img {
	float: right;
	margin: 0 0 0 10px;
	cursor: pointer;
}

#content_image #imagesNav {
	behavior: url(/static/js/iepngfix.htc);
	background: url(/static/img/next.png) bottom center no-repeat;
	position: absolute;
	top: 45px;
	right: 14px;
	z-index: 50;
	height: 20px;
	width: 20px;
	cursor: pointer;
}


/* nav
--------------------------------------------------------------------- */

#nav {
	float: left;
	width: 180px;
	padding: 11px 0 20px 20px;
}

#nav li {
	border-bottom: 1px solid #e0e4e8;
	padding: 7px 0 7px 0;
	list-style: none;
}

#nav li a {
	padding: 0 0 0 20px;
}

#nav li img {
	margin-bottom:-5px;
}

#nav ul.pink li a.active, #nav ul.pink li a:hover {
	background: url(/static/img/nav_arrow.gif) 0 1px no-repeat;
}

#nav ul.yellow li a.active, #nav ul.yellow li a:hover {
	background: url(/static/img/arrow_yellow.gif) 0 1px no-repeat;
}

#nav ul.brown li a.active, #nav ul.brown li a:hover {
	background: url(/static/img/arrow_brown.gif) 0 1px no-repeat;
}

#nav ul.blue li a.active, #nav ul.blue li a:hover {
	background: url(/static/img/arrow_blue.gif) 0 1px no-repeat;
}

#nav li em {
	text-transform: uppercase;
}

#nav li ul {
	margin: 5px 0;
}

#nav li.sfhover ul {
	display:block;
}

#nav li li {
	border:none;
	padding:0;
	line-height: 16px;
}

#nav li li a {
	color: #666;
}

#nav li li a:hover {
	color: #333;
	font-weight: bold;
	background: none;
}

#nav li li a.active {
	color: #333;
	font-weight: bold;
	background: none;
}

#nav ul.pink li ul li a.active, #nav ul.yellow li ul li a.active, #nav ul.brown li ul li a.active, #nav ul.blue li ul li a.active {
	background:none;
	color: #333;
	font-weight: bold;
	background: none;
}

#nav li ul ul {
	margin: 0 0 15px 10px;
	line-height: 16px;
}

div#qTip {
padding: 0px;
border:10px solid #FFFFFF;
display: none;
background: #FFFFFF;
text-align: left;
position: absolute;
z-index: 1000;
}


/* content
--------------------------------------------------------------------- */

#content_text {
	float: left;
	width: 520px;
	color:#666666;
	overflow: hidden;
	padding: 20px 20px 20px 40px;
	background: url(/static/img/text_bg.jpg) top right no-repeat;
}

#content.wide #content_text {
	width: 720px;
}

#content_text p {
	color: #666666;
	padding: 0 10px 10px 0;
}

#content_text a, #content_text a:link {
	color: #ab0f60;
}

#content_text ul {
	margin: 5px 0 10px 15px;
}

#content_text li {
	list-style-image: url(/static/img/listitem.gif);
	color: #666666;
}

#content_text .pflichtfelder{
	list-style-image: url(/static/img/listitemPink.gif);
	color: #AB0F60;
}

#content table {
	width: 100%;
	border-collapse: collapse;
	margin: 10px 0 15px 0;
}

#content table th {
	border-bottom: 1px solid #e0e4e8;
	padding: 7px 0;
}

#content table td {
	padding: 5px 0;
	border-bottom: 1px solid #e0e4e8;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#666666;
}

#content table a {
	color: #990e56;
}

#content table#expander a {
	background: url(/static/img/arrow_gray.gif) 0 2px no-repeat;
	padding: 0 0 0 18px;
}

#content table#expander a:hover {
	background: url(/static/img/arrow_purple.gif) 0 2px no-repeat;
	padding: 0 0 0 18px;
}


#expander {
	margin: 10px 0;
}

#expander .entry_expander {
	padding: 7px 0 0 0;
	height: 20px;
	overflow: hidden;
	border-top: 1px solid #e0e4e8;
}

.entry_expander .head {
	cursor: pointer;
	float: left;
	width: 520px;
	padding: 0 10px 4px 18px;
	color: #990e56;
	background: url(/static/img/arrow_gray.gif) 0 2px no-repeat;
}

.entry_expander .head:hover {
	background: url(/static/img/arrow_purple.gif) 0 2px no-repeat;
	font-weight: bold;
}

.entry_expander .active {
	background: url(/static/img/arrow_purple.gif) 0 2px no-repeat;
	font-weight: bold;
	cursor: pointer;
	float: left;
	width: 520px;
	padding: 0 10px 4px 18px;
	color: #990e56;
}

.entry_expander .detail {
	float: left;
	width: 520px;
	padding: 0 10px 0 18px;
}

.entry_expander .detail p {
	margin: 10px 0;
}

.room_text {
	float: left;
	width: 265px;
	color: #666666;
}

.room_text .rec {
	font-weight: bold;
	margin: 10px 0;
	color: #666666;
}

.room_text a {
	color: #990e56;
	background: url(/static/img/arrow_dotted.gif) 0 5px no-repeat;
	padding: 0 0 0 14px;
	line-height: 20px;
}

.room_text a:hover {
	font-weight: bold;
}

.room_text h2 {
	margin: 0 0 10px 0;
}

.room_pics {
	float: left;
	width: 215px;
	padding: 0 0 0 10px;
}

.room_pics a {
	background: url(/static/img/plus_purple.gif) 0 4px no-repeat;
	padding: 0 0 0 13px;
	margin: 5px 0 15px 0;
	display: block;
}

.room_pics a:hover {
	font-weight: bold;
}


.content_teaser {
	width: 260px;
	height: 90px;
	margin: 10px 0 0 0;
	float: left;
}

.content_teaser img {
	float: left;
}

.content_teaser .text {
	float: left;
	width: 150px;
	height: 83px;
	padding: 7px 10px 0 10px;
	cursor: pointer;
	background: url(/static/img/teaser_back.jpg) no-repeat;
}

.text h2 {
	margin: 0 0 14px 0;	
}

.text p {
	padding: 0 !important;	
}

.content_teaser:hover .text, .content_teaser:hover .text h2 {
	color: #ab0f60;
}

.package {
	float: left;
	width: 520px;
	height: 90px;
	margin: 10px 0 0 0;
}

.package img {
	float: left;
}

.package .text {
	width: 410px;
	height: 83px;
	float: left;
	padding: 7px 10px 0 10px;
	cursor: pointer;
	background: url(/static/img/package_bg.jpg) no-repeat;
}

.package .text .date {
	color: #a2a4a6;
	margin: 6px 0 0 0;
	float: left;
}

.package .text .price {
	color: #fff;
	background: #aa0f5f;
	margin: 5px 0 0 0;
	padding: 4px 5px;
	float: right;
}

.package .text .price em {
	color: #fff;
}

.package:hover .text, .package:hover .text h2 {
	color: #ab0f60;
}


.horiz_slider {
	padding: 0 0 20px 0;
	float:left;
	background: url(/static/img/table_back.gif) 0 48px repeat-x;
}

.horiz_slider.room {
	background: url(/static/img/table_back_room.gif) 0 48px repeat-x;
}

.rooms {
	float: left;
	width: 160px;
	overflow:hidden;
	margin: 19px 0 0 0;
}

.rooms h3 {
	padding: 10px 0 5px 0;
	float: left;
}

.rooms .all_entries {
	width: 170px;
	float: left;
}

.rooms .all_entries .appartment_entry {
	width: 150px;
	height: 24px;
	overflow: visible;
	margin: 1px 0 0 0;
	padding:0 0 0 5px;
}

.rooms .all_entries .tooltip {
	padding: 10px;
	background: #fff;
	position:absolute;
	z-index:auto;
}


.rooms .all_entries .appartment_entry a {
	display: block;
	height: 14px;
	padding: 5px 0 5px 18px;
	color: #990e56;
	background: url(/static/img/arrow_dotted.gif) 0 10px no-repeat;
}

.rooms .all_entries .appartment_entry_kids  {
	display: block;
	height: 15px;
	padding: 5px 0 5px 5px;	
}

.rooms a:hover, .rooms a:active {
	font-weight: bold;
}


.rooms p {
	display: block;
	clear: both;
	line-height: 23px;
	height: 14px;
	overflow: hidden;
	margin: 1px 0 0 0;
	padding:0 10px 10px 5px !important;
	color: #990e56;
}

#content_text .textblock {
	float:left;
	width:520px;
	overflow:hidden;
	padding:10px 0;
}

.teasers {
	float:left;
	height:160px;
	overflow:visible;
	width:335px;
	margin: 10px 0 0 0;
}

.teasersOverview {
	float:left;
	height:282px;
	overflow:visible;
	width:335px;
	margin: 10px 0 0 0;
}

.teasers .teasercontainer, .teasersOverview .teasercontainer {
	display:inline;
	float:left;
	height:2000px;
	overflow:hidden;
	position:relative;
	width:335px;
}

.teasers .teasercontainer .allteasers, .teasersOverview .teasercontainer .allteasers {
	left:0;
	position:absolute;
	top:0;
	width:5400px;
}

#price_slider .teaser {
	float:left;
	overflow:hidden;
	position:relative;
	width:90px;
}

#price_slider .teaser p {
	padding: 5px 0;
	margin: 1px 0 0 0;
}

#price_slider .teaser h3 {
	padding: 5px 0;
}

#toLeft {
	cursor: pointer;
	float: right;
	width: 20px;
	height: 20px;
	overflow: hidden;
	margin: 0 10px 0 0;
	background: url(/static/img/arrow_left_circle.gif) no-repeat;
}

#toLeft:hover {
	background: url(/static/img/arrow_left_purple.gif) no-repeat;
}

.slider_right {
	float: left;
	margin: 12px 0 0 0;
	width: 25px;
}

.slider_right p {
	height: 14px;
	margin: 1px 0 0 0;
}

#toRight {
	cursor: pointer;
	width: 20px;
	height: 20px;
	overflow: hidden;
	margin: 7px 0 6px 0;
	background: url(/static/img/arrow_right_circle.gif) no-repeat;
}

#toRight:hover {
	background: url(/static/img/arrow_purple_circle.gif) no-repeat;
}

#content_text .pano {
	margin: 20px 0 0 0;
}

#content_text #pano_img {
	float: left;
}

#content_text .pano_text {
	float: left;
	background: url(/static/img/teaser_back.jpg) no-repeat;
	width: 155px;
	padding: 10px 0 0 15px;
}

#content_text .pano_text p {
	margin: 0 0 5px 0;
	padding: 0;
}

#content_text .pano_text .subtitle {
	color: #999;
	margin: 0 0 10px 0;
}

#content_text .pano_text a {
	margin: 10px 0 0 0;
	display: block;
	padding: 0 0 4px 14px;
	background: url(/static/img/arrow_dotted.gif) 0 5px no-repeat;
	color: #333;
}

#content_text .pano_text a:hover {
	color: #aa0f5f;
}

/* bildergallery
--------------------------------------------------------------------- */
#contentGallery {
float:left;
width:515px;
}

#contentGallery .image {
float:left;
margin-right:15px;
margin-bottom:15px;
width:155px;
height:145px;
position:relative;
}

#contentGallery .image .zoom {
background:transparent url(/static/img/enlarge.gif) no-repeat scroll 0%;
height:13px;
position:absolute;
right:0;
top:0;
width:13px;
}

#contentGallery .image .text {
background:#FFFFFF;
padding:3px;
height:30px;
width:150px;
}


/*Beautyanwedungen Auswahl Box*/
.watchList {
	width: 160px;
	overflow: hidden;
	margin: 0 0 10px 0;
	background: url(/static/img/double_line.gif) left top repeat-x;
	display: block;
}


.watchList #box h2 {
	height: 18px;
	display: block;
	width: 160px;
	float: left;
	font-size: 15px;
	font-weight: bold;
	color: #403c32;
	padding: 2px 0;
	margin-top: 12px;
}

.watchList #box img.h2 {
	height: 18px;
	display: block;
	width: 160px;
	float: left;
	padding: 2px 0;
	margin-top: 12px;
}

.watchList #box .entry {
	width: 145px;
	overflow: hidden;
	float: left;
	margin: 0 0 10px 0;
	padding: 0 15px 10px 0;
	border-bottom: 1px solid #e0e4e8;
	display: inline;
	position: relative;
}

.watchList #box .entry span {
	width: 11px;
	height: 11px;
	overflow: hidden;
	position: absolute;
	top: 3px;
	right: 0;
	cursor: pointer;
}

.watchList #box a {
	border: none;
	height: 20px;
	padding: 5px 25px 0 0;
	color: #aa0f5f;
	background: url(/static/img/arrow_purple_circle.gif) top right no-repeat #fff;
	cursor: pointer;
	float: right;
}


/* content inquiry form
--------------------------------------------------------------------- */

#content form {
	margin: 20px 0;
}

#content label {
	margin: 3px 0 0 0;
	width: 100px;
}

#content form {
	float: left;
}

#content input {
	margin: 5px 50px 0 0;
}

#content .formpart div a {
	width: 100px;
	margin: 4px 0 0 0;
	display: block;
	float: left;
}

#content .formpart div a:hover {
	background:#ffffff; 
}

.formpart div a.tooltip span {
	display:none; 
	font-weight: normal;
	padding:2px 5px; 
	margin: -25px 0 0 -5px; 
	color: #333;
	width: 190px;
}

.formpart div a.tooltip:hover span {
	display:inline; 
	position:absolute; 
	background:#ffffff; 
	border:1px solid #e8ebee; 
}


.formpart .roomContainer {
	float:left;
	width:245px;
}

.formpart div .checkroom{
	margin-left: 0px; 
	margin-top:0px; 
	padding-left: 0px; 
	padding-top:0px; 
	float:left; 
	width:20px;
	overflow:hidden;
}

.formpart div .room{
	margin-left:10px; 
	background:none;
	float:left;
}

.formpart div .room a {
	float:none !important;
	
}

#content .formfield {
	background: #e8ebee;
	border: none;
	margin: 0 0 4px 0;
	padding: 3px 6px 0 6px;
	width: 115px;
	height: 17px;
	float: left;
}

#content .formfield_small {
	background: #e8ebee;
	border: none;
	margin: 0 2px 4px 0;
	padding: 3px 6px 0 6px;
	width: 28px;
	height: 17px;
	float: left;
}

#content .formfield_smaller {
	background: #e8ebee;
	border: none;
	margin: 0 2px 4px 0;
	padding: 3px 6px 0 6px;
	width: 17px;
	height: 17px;
	float: left;
}

#content form textarea {
	background: #e8ebee;
	border: none;
	margin: 0 2px 4px 0;
	padding: 3px 6px 0 6px;
	width: 263px;
	height: 72px;
	float: left;
	overflow: visible;
}

#content .selector {
	width: 127px;
	border: none;
	background: #e8ebee;
	padding: 2px 0;
	margin: 0 0 4px 0;
	float: left;
}

#content .form_left {
	float: left;
	width: 245px;
}

#content .form_right {
	float: right;
	width: 245px;
}

#content .formpart {
	border-bottom: 1px solid #e0e4e8;
	margin: 0 0 12px 0;
	padding: 0 0 8px 0;
	width: 100%;
	overflow: hidden;
}

#content .formpartpackage {
	margin:0 0 5px 0; 
	padding:0;
	width: 100%;
	overflow: hidden;
}

#content .formpartpack {
background:#E8EBEE none repeat;
margin: 0 0 12px 0;
padding:10px;
overflow: hidden;
width:500px;
}

#content .formpartpack .packa {
float:left;
}

#content .formpartpack .packa .left {
float:left;
height:17px;
overflow:hidden;
width:405px;
}

#content .formpartpack .packa .right {
float:right;
height:17px;
overflow:hidden;
width:70px;
}

#content .submit_inquiry {
	border: none;
	cursor: pointer;
	color: #aa0f5f;
	padding: 2px 24px 5px 0;
	background: url(/static/img/arrow_purple_circle.gif) top right no-repeat;
}

#content .button {
	padding: 4px 30px 4px 0;
	margin: 5px 0 0 0;
	float: left;
	clear: both;
	display: block;
	background: url(/static/img/arrow_purple_circle.gif) top right no-repeat;
}


/* sidebar
--------------------------------------------------------------------- */

#sidebar {
	float: right;
	width: 180px;
	overflow: hidden;
	padding: 0 20px 0 0;
}

#sidebar .request_buttons {
	width: 200px;
	height: 120px;
	margin: 0 0 0 -20px;
}

#sidebar .request_buttons a {
	background-image: url(/static/img/requestbooking-bg.png);
	background-repeat: no-repeat;
	width: 148px;
	height: 48px;
	display: block;
	padding: 12px 40px 0 12px;
}

#sidebar .request_buttons a.booking {
	background-position: 0 0;
}

#sidebar .request_buttons a.request {
	background-position: 0 -60px;
}

#sidebar .request_buttons a em {
	text-transform: uppercase;
}

#sidebar .request_buttons a.booking em {
	color: #fff;
}

#sidebar .request_buttons a.request em {
	color: #aa0f5f;
}



#sidebar_teasers {
	padding: 0 0 0 20px;
}



.sidebar_teaser {
	padding: 0 0 15px 0;
	width: 160px;
	overflow: hidden;
}

.normal {
	border-bottom: 1px solid #e0e4e8;
}

.sidebar_teaser h3 {
	padding: 5px 0 0 0;
}

.sidebar_teaser .date {
	color: #999999;
}

.sidebar_teaser p {
	clear: both;
	margin: 0 !important;
}

.sidebar_teaser .price_container {
	height: 24px;
	overflow: hidden;
}

.sidebar_teaser .price {
	color: #fff;
	background: #aa0f5f;
	padding: 4px 5px;
	float: right;
}

.sidebar_teaser .price em {
	color: #fff;
	display: inline;
}

.sidebar_expander {
border-top: 1px solid #e0e4e8;
	margin: 0;
}

.sidebar_expander .entry_expander {
	border-top: none;
	border-bottom: 1px solid #e0e4e8;
	padding: 7px 0 0 0;
	height: 20px;
	overflow: hidden;
}

.sidebar_expander .entry_expander .head {
	width: 160px;
	color: #333;
	padding: 0 0 4px 14px;
	background: url(/static/img/arrow_dotted.gif) 0 5px no-repeat;
}

.sidebar_expander .entry_expander .head:hover {
	font-weight: normal;
	color: #990e56;
}

.sidebar_expander .entry_expander .detail {
	width: 160px;
	padding: 0;
}

.sidebar_expander #active {
	height: auto;
}

.sidebar_inquiry {
	border-top: 1px solid #e0e4e8;
	padding: 16px 0 7px 0;
}

.sidebar_inquiry .line label {
margin-right:5px;
}

.sidebar_inquiry .line .day {
width:18px;
float:left;
padding:3px 0 4px 4px;
margin-right:1px;
background:#eceff2;
border:none;
}

.sidebar_inquiry .line .year {
width:28px;
float:left;
padding:3px 0 4px 4px;
margin-right:1px;
background:#eceff2;
border:none;
}

.sidebar_item {
	border-top: 1px solid #e0e4e8;
	padding: 8px 0 29px 0;
}

.sidebar_item a {
	background: url(/static/img/arrow_dotted.gif) no-repeat 0 5px;
	padding: 0 0 0 13px;
}

.sidebar_item em, .sidebar_inquiry em {
	text-transform: uppercase;
	display: block;
	margin: 0 0 10px 0;
}

.sidebar_teaser {
	border-top: 1px solid #e0e4e8;
}

.sidebar_teaser em {
	text-transform: uppercase;
	display: block;
	margin: 16px 0 6px 0;
}

.sidebar_teaser img {
	margin: 0 0 4px 0;
}

.sidebar_inquiry .line {
	height: 24px;
}

.sidebar_inquiry .searchterm {
	background: #e8ebee;
	border: none;
	margin: 0 0 0 7px;
	padding: 3px 6px 0 6px;
	width: 65px;
	height: 17px;
	float: left;
}

.sidebar_inquiry label {
	margin: 2px 0 0 0;
}

.calender {
	float: left;
	cursor: pointer;
}

.sidebar_inquiry .submit {
	border: none;
	height: 20px;
	padding: 0 25px 0 0;
	color: #aa0f5f;
	background: url(/static/img/arrow_purple_circle.gif) top right no-repeat #fff;
	cursor: pointer;
	float: right;
}

.sidebar_features {
	border-top: 1px solid #e0e4e8;
	padding: 14px 0 50px 0;
}

.sidebar_features img {
	float: left;
}

.sidebar_features p {
	margin: 3px 0 0 6px;
	float: left;
	cursor: pointer;
}

.topline {
	clear: both;
}

.topline img {
	margin: 7px 0 0 0;
}

.topline p {
	border-top: 1px solid #e0e4e8;
	padding: 6px 0 0 0;
	width: 133px;
}

.sidebar_features .line {
	clear: both;
}

.sidebar_gallery {
	border-bottom: 1px solid #e0e4e8;
	padding: 0 0 15px 0;
	width: 160px;
	overflow: hidden;
}

#content_text .request_link {
	float:left;
	overflow:hidden;
	width:520px;
	text-align:right;
	padding:5px 0 10px 0;
}

#content_text .request_link a {
	background:#FFFFFF url(/static/img/arrow_purple_circle.gif) no-repeat right top;
	border:none;
	color:#AA0F5F;
	cursor:pointer;
	float:right;
	height:20px;
	padding:2px 25px 0 0;
}

/* presse
--------------------------------------------------------------------- */
#contentPressetexte {
width:530px;
float:left;
overflow:hidden;
}

#contentPressetexte .text {
padding-bottom:5px;
margin-bottom:15px;
border-bottom:1px solid #e0e4e8;
}

/* gutscheine
--------------------------------------------------------------------- */
#myiframe {
width:560px;
height:800px;
margin:-30px 0 0 -25px;
}


/* blog */
.blog_entries {
	float:left;
	width:520px;
	overflow:hidden;
}

.blog_entries .b_entry {
	float:left;
	width:520px;
	overflow:hidden;
}

.blog_entries .b_entry .b_headline {
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	width:520px;
	font-size:27px;
	color:#aa0f5f;
	line-height:30px;
	font-weight:lighter;
	overflow:hidden;
}

.blog_entries .b_entry .b_headline h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:27px;
	color:#aa0f5f;
	line-height:30px;
	font-weight:lighter;
	margin:0;
}


.blog_entries .b_entry .b_date {
	float:left;
	width:520px;
	color:#666;
	padding:5px 0 8px 0;
	overflow:hidden;
}

.blog_entries .b_content {
	float:left;
	width:520px;
	padding:0 0 10px 0;
	border-bottom:1px solid #e0e4e8;
	margin:0 0 20px 0;
	overflow:hidden;
}

.blog_entries .b_content .b_image {
	float:left;
	width:230px;
	padding:0 20px 20px 0;
	overflow:hidden;
}

.blog_entries .b_content .b_text {
	color:#666;
}

.blog_entries .b_content .b_text a {
	background:url(/static/img/arrow_dotted.gif) no-repeat 0 5px;
	padding:0 0 0 13px;
	line-height:22px;
}

.blog_entries .b_detail .b_text {
	float:left;
	padding:0 0 20px 0;
}

.blog_entries .b_detail .b_images {
	float:left;
	width:515px;
}

.blog_entries .b_detail .b_images .image {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
	width:155px;
	height:145px;
	position:relative;
}

.blog_entries .b_detail .b_images .image .zoom {
	background:transparent url(/static/img/enlarge.gif) no-repeat scroll 0%;
	height:13px;
	position:absolute;
	right:0;
	top:0;
	width:13px;
}

.blog_entries .paging {
	float:left;
	width:515px;
}

.blog_entries .paging a.prev {
	background:url(/static/img/arrow_dotted_back.gif) no-repeat left 5px;
	padding:0 10px 0 13px;
	line-height:22px;
}

.blog_entries .paging a.next {
	background:url(/static/img/arrow_dotted.gif) no-repeat right 5px;
	padding:0 13px 0 10px;
	line-height:22px;
}

.teaser_text a.bloglink {
	color:#AB0F60;
}

.teaser_text span.amount {
	color:#666;
}

.sidebar_item.blog {
	padding:12px 0 35px 0;
}

.teaser_text a.rss {
	display:block;
	float:left;
	background:url(/static/img/socialmedia.png) 0 0 no-repeat;
	padding:0 0 0 30px;
	color:#AB0F60;
	line-height:25px;
	clear:both;
}

.teaser_text a.facebook {
	display:block;
	float:left;
	background:url(/static/img/socialmedia.png) 0 -27px no-repeat;
	padding:0;
	width:24px;
	height:24px;
	margin:0 8px 0 0;
}

.teaser_text a.youtube {
	display:block;
	float:left;
	background:url(/static/img/socialmedia.png) 0 -54px no-repeat;
	padding:0;
	width:24px;
	height:24px;
	margin:0 8px 0 0;
}

.teaser_text a.picasa {
	display:block;
	float:left;
	background:url(/static/img/socialmedia.png) 0 -81px no-repeat;
	padding:0;
	width:24px;
	height:24px;
	margin:0 8px 0 0;
}














/* The main calendar widget.  DIV containing a table. */

.calendar {
  position: relative;
  display: none;
  border: 5px solid #FFFFFF;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #e8ebee;
  font-family: tahoma,verdana,sans-serif;
  z-index:1000;
}

.calendar table {
  border: 0px solid #FFFFFF;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #e8ebee;
  font-family: tahoma,verdana,sans-serif;
  z-index:1000;  
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;
  padding: 1px;
  border: 1px solid #fff;
  z-index:1000;  
}

.calendar .nav {
  background: transparent url(/shared/shop/neutral/menuarrow.gif) no-repeat 100% 100%;
  z-index:1000;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;
  padding: 1px;
  border: 1px solid #FFFFFF;
  background: #e8ebee;
  color: #000;
  text-align: center;
  z-index:1000;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
}

.calendar thead .daynames { /* Row <TR> containing the day names */
}

.calendar thead .name { /* Cells 
  <TD> containing the day names */ border-bottom: 1px solid #FFFFFF; padding: 2px; 
    text-align: center; background: #e1e5e8; z-index:1000; } 
.calendar thead .weekend 
    { /* How a weekend day name shows in header */ color: #aa0f5f; z-index:1000; 
    } 
.calendar thead .hilite { /* How do the buttons in header appear when hover 
    */ border: 2px solid #fff; padding: 0px; background-color: 
    #e0b4cb; z-index:1000; } 
.calendar thead .active { /* Active (pressed) buttons 
    in header */ padding: 2px 0px 0px 2px; border: 1px solid #FFFFFF; 
    background-color: #b8c4c0; z-index:1000; } /* The body part -- contains all 
    the days in month. */ 
.calendar tbody .day { /* Cells 
  <TD> containing month days dates */
  width: 2em;
  text-align: right;
  padding: 2px 4px 2px 2px;
    z-index:1000;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #aaa;
    z-index:1000;
}
.calendar tbody .day.othermonth.oweekend {
  color: #faa;
    z-index:1000;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #FFFFFF;
  background: #e8ebee;
   z-index:1000;
}

.calendar tbody .rowhilite td {
  background: #FFFFFF;
  z-index:1000;
}

.calendar tbody .rowhilite td.wn {
  background: #e8ebee;
    z-index:1000;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  padding: 1px 3px 1px 1px;
  border: 1px solid #FFFFFF;
  z-index:1000;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  padding: 2px 2px 0px 2px;
  border: 1px solid #FFFFFF;
  z-index:1000;
}

.calendar tbody td.selected { /* Cell showing selected date */
  font-weight: bold;
  border: 1px solid #FFFFFF;
  padding: 2px 2px 0px 2px;
  background: #aa0f5f;
  z-index:1000;
  color: #fff !important;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #aa0f5f;
  z-index:1000;
}

.calendar tbody td.today { /* Cell showing today date */
  font-weight: bold;
  /*color: #FFFFFF;*/
  z-index:1000;
}

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
  z-index:1000;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
  z-index:1000;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: #CDC8B9;
  padding: 1px;
  border: 1px solid #FFFFFF;
  background: #e8ebee;
  color: #000000;
  text-align: center;
  z-index:1000;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  border: 1px solid #fff;
  padding: 1px;
  background: #e0b4cb;
    z-index:1000;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  padding: 2px 0px 0px 2px;
  border: 1px solid #FFFFFF;
    z-index:1000;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  width: 4em;
  top: 0px;
  left: 0px;
  cursor: default;
  border: 1px solid #fff;
  background: #e0b4cb;
  font-size: 90%;
  padding: 1px;
    z-index:1000;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
    z-index:1000;
}

.calendar .combo .label-IEfix {
  width: 4em;
    z-index:1000;
}

.calendar .combo .active {
  background: #e8ebee;
  padding: 0px;
  border: 1px solid #FFFFFF;
    z-index:1000;
}

.calendar .combo .hilite {
  background: #048;
  color: #aef;
    z-index:1000;
}

.calendar td.time {
  border-top: 1px solid #FFFFFF;
  padding: 1px 0px;
  text-align: center;
  background-color: #e8f0f4;
    z-index:1000;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #889;
  font-weight: bold;
  background-color: #fff;
    z-index:1000;
}

.calendar td.time .ampm {
  text-align: center;
    z-index:1000;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
    z-index:1000;
}

.calendar td.time span.hilite {
  border-color: #000;
  background-color: #667;
  color: #fff;
    z-index:1000;
}

.calendar td.time span.active {
  border-color: #f00;
  background-color: #000;
  color: #0f0;
    z-index:1000;
}

#lightbox{
position: absolute;
left: 0;
width: 100%;
z-index: 99999;
}

#lightbox a img{ border: none; }

#outerImageContainer{
position: relative;
background-color: #fff;
width: 250px;
height: 250px;
margin: 0 auto;
}

#outerImageContainer .close {
position:absolute;
top:10px;
left:100px;
cursor:pointer;
padding:0 !important;
width:17px;
height:17px;
}

#outerImageContainer .close img {
width:18px !important;
height:17px !important;
border:0 !important;
padding:0 !important;
margin:0 !important;
display:block;
float:left;
}

#imageContainer{
padding: 10px;
}

#loading{
position: absolute;
top: 40%;
left: 0%;
height: 25%;
width: 100%;
text-align: center;
line-height: 0;
}


#nextLink {
position:absolute;
right:10px;
display:block;
width:16px;
height:29px;
overflow:hidden;
}

#prevLink {
position:absolute;
display:block;
left:10px;
width:16px;
height:29px;
overflow:hidden;
}

#prevLink img, #nextLink img {
float:left;
}

#overlay{
position: absolute;
top: 0;
left: 0;
z-index: 88888;
width: 100%;
height: 500px;
background-color: #000;
}

