
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- Body
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
 
body.print 
	{ 
	background-color:#fff; 
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- Search Form
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
.searchresult {
margin-bottom:20px;
}
.searchresult span.title {
display:block;
font-weight:bold;
}
.searchresult span.description {
display:block;
}
.searchresult span.linkpath {
display:block;
font-size:smaller;
line-height:1.3em;
} 

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSLinkContainer
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSLinkContainer
	{
	background-color: #eee;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSFile / ZMSLinkElement
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSFile, div.ZMSLinkElement 
	{ 
	background-color: #F8F8F8;
	margin: 4px;
	}

div.ZMSFile.none, div.ZMSLinkElement.none 
	{
	background-color: transparent;
	border: 2px dashed #eee;
	}

div.ZMSFile.floatleft, div.ZMSLinkElement.floatleft 
	{ 
	float:left;
	width:50%
	}

div.ZMSFile.floatright, div.ZMSLinkElement.floatright 
	{ 
	float:right;
	width:50%
	}

div.ZMSFile div.title, div.ZMSLinkElement div.title 
	{
	font-size:x-small;
	white-space:nowrap;
	}

div.ZMSFile div.title a:link, div.ZMSFile div.title a:visited, 
div.ZMSLinkElement div.title a:link, div.ZMSLinkElement div.title a:visited 
	{
	font-weight:bold;
	font-size:x-small;
	text-decoration:none;
	color:black;
	}

div.ZMSFile div.text, div.ZMSLinkElement div.text 
	{
	font-size:xx-small;
	}

div.ZMSFile div.description, div.ZMSLinkElement div.description 
	{
	font-size:x-small;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSGraphic
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSGraphic {
	background-color: #F8F8F8;
	margin: 4px;
}

div.ZMSGraphic.left {
	text-align:left;
}

div.ZMSGraphic.right {
	text-align:right;
}

div.ZMSGraphic.center {
	text-align:center;
}

div.ZMSGraphic.floatleft {
	float:left;
}

div.ZMSGraphic.floatright {
	float:right;
}

div.ZMSGraphic.center {
	text-align:center;
}

div.graphic.alignleft {
	float:left;
	text-align:right;
}

div.graphic.alignright {
	float:right;
	text-align:right;
}

div.ZMSGraphic div.text {
	padding: 4px;
}

/*-- ## FF Patch ## --*/
div.ZMSGraphic.right div.graphic {
	width:100% !important; 
}
div.ZMSGraphic.right div.graphic img {
	display:inline !important;
}

a.zoom img.zoom {
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/zoom.gif);
}

a.download img.download {
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/download.gif);
}

a.superzoom img.superzoom {
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/superzoom.gif);
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSTables
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

table.ZMSTable th {
	background-color:#DDEFFC; 
}

table.ZMSTable td {
	background-color:#EEEEEE; 
}

body.print table.ZMSTable th, 
body.print table.ZMSTable td {
	background-color:transparent; 
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSTeaser
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div#teaser
	{
	width:150px;
	font-size:x-small;
	}

div.ZMSTeaserContainer
	{
	padding:1px;
	margin-bottom:10px;
	}

div.ZMSTeaserElement
	{
	}

div.ZMSTeaserElement img.title
	{
	border: none;
	}

div.ZMSTeaserElement div.title a:link,
div.ZMSTeaserElement div.title a:visited,
div.ZMSTeaserElement div.title
	{
	font-weight:bold;
	text-decoration:none;
	color:black;
	padding: 2px;
	display: block;
	}

div.ZMSTeaserElement div.text a:link,
div.ZMSTeaserElement div.text a:visited,
div.ZMSTeaserElement div.text
	{
	}


.galleryNav {
  margin:0;
  padding:10px 0;
}
ul.galleryNav {
  margin:10px 0;
  padding:0;
  list-style:none;
  width:auto;
  height:20px;
  border:1px solid #D4D4D4;
}
.galleryNav li {
  display:inline;
  float:left;
  width:auto;
  height:auto;
  margin:0;
  border-right:1px solid #D4D4D4;
}
.galleryNav li.active {
  display:inline;
  background:#EAEAEA;
}
.galleryNav a:link, .galleryNav a:visited {
  display:block;
  margin:auto;
  padding:0;
  text-decoration:none;
  vertical-align:middle;
}
.galleryNav a:hover {
  background:#EAEAEA;
}
.galleryNav img {
  margin:0;
  padding:0;
  vertical-align:middle;
}
.galleryNav span, .galleryNav span.active {
  display:block;
  margin:0;
  padding:1px 7px 4px 7px;
  vertical-align:middle;
}

div.note {
	border-left: 1px solid #FCCD64;
	border-bottom: 1px solid #FCCD64;
	margin: 8px;
	padding: 4px;
	background: #FCFECC url(http://www.hotel-kathrin.at/metaobj_manager/ZMSNote.zmsnote_bg.gif) top right no-repeat;
}

.btn {border:0 !important; margin:1px 0; padding:0; width:16px; height:16px; cursor:pointer; background-color:transparent; background-image:url(common/btns.png); background-repeat:no-repeat;}
.add     {background-position:    0px    0px;}
.edit    {background-position:  -96px   -8px;}
.delete  {background-position: -157px   -8px;}
.status0 {background-position:   -8px  -96px;}
.status1 {background-position:  -38px  -96px;}
.status2 {background-position:  -68px  -96px;}
.status3 {background-position:  -98px  -96px;}
.email0  {background-position:  -80px  -64px;}
.email1  {background-position:  -64px  -64px;}


/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] Misc
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSObject.new, div.ZMSObject.modified {
  border: 2px dashed blue;
  background-color: #F0F0FF;
} 
div.ZMSObject.deleted {
  border: 2px dashed red;
  background-color: #FFF0F0;
  color: red;
  text-decoration: line-through;
} 

span.unicode { 
  font-family:"Lucida Sans Unicode", "Arial Unicode MS", Arial, Helvetica, sans-serif;
}

span.highlight { 
  background-color: yellow;
  color: black;
  font-weight: bold;
}


/****************************************************/
/*    1. CSS-Modul: COLORS                          */
/****************************************************/
.neutralColorTrans {background-color: transparent}
.neutralColorWhite {background-color: #FFF} 
.neutralColorLight {background-color: #FFFFF3} /* -- Off White -- */
.neutralColorMedium {background-color: #885E0D} /* -- Medium Brown -- */
.neutralColorStrong {background-color: #565353} /* -- Dark Gray -- */
.neutralColorBlack  {background-color: #000}
.teaserColor {background-color: #C75A09;} /* -- Dark Red-Orange -- */
.secondColorStrong {background-color: #D88400;} /* -- Dark Orange -- */
.secondColorMedium {background-color: #ECA213;} /* -- Medium Orange -- */
.secondColorLight {background-color: #F6C464;} /* -- Light Orange -- */
.primColorStrong {background-color: #523700;} /* -- Dark Brown -- */
.primColorMedium {background-color: #B19A86;} /* -- Medium-Light Brown -- */
.primColorLight {background-color: #F0E7D5;} /* -- Light Brown -- */


/****************************************************/
/*    2.  CSS-Modul: LAYOUT (PAGE REGIONS)          */
/****************************************************/
/* -- BODY ----------------------------------------------*/
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block;}

html, body, #container {
  height: 100%;
}
body > #container {
  height: auto;
  min-height: 100%;
}
body#webS, body#web {
  width:100%;
  height:100%;
  margin:0;
  border:0;
  padding:0;
  background:#fffff3 url(http://www.hotel-kathrin.at/common/body_HG.gif) top left repeat-x;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size:13px;
  line-height:16px;
  color:#565353;
}
#container {
  position:relative;
  width:984px;
  min-height: 100%;
  margin:0 auto;
  overflow:hidden;
  background:transparent url(http://www.hotel-kathrin.at/common/container_HG.gif) top left repeat-y;
}
.ie6 #container {
  overflow:visible;
  height:100%;
}
body#webS #container {
  background:transparent;
}
/* -- TOP HG --------------------------------------------*/
#barTop1 {
  position:absolute;
  top:45px;
  left:0;
  width:100%;
  height:326px;
  margin:0;
  padding:0;
  background:transparent url(http://www.hotel-kathrin.at/common/wappen.gif) top center no-repeat;
}
/* -- TOP -----------------------------------------------*/
#topline {
  position:relative;
  float:left;
  width:958px;
  height:20px;
  margin:0;
  padding:5px 13px 0 13px;
  background:transparent url(http://www.hotel-kathrin.at/common/body_HG.gif) top left repeat-x;
  font-size:11px;
  text-align:right;
}
#topline span {
  display:inline;
  float:right;
  padding:0 5px 0;
  color:#565353;
}
#topline a, #topline a:link, #topline a:visited {
  display:inline;
  float:right;
  padding:0 5px;
}
#translate a, #translate a:link, #translate a:visited {
  display:inline;
  float:right;
  padding:0;
}
#translate img {
  display:inline;
  float:right;
  width:35px;
  height:13px;
  margin:2px 0 0 5px;
}
#top {
  position:relative;
  float:left;
  width:958px;
  height:405px;
  margin:0;
  padding:0 13px 0 13px;
  background:transparent url(http://www.hotel-kathrin.at/common/schatten_header.png) top left no-repeat;
}
.ie6 #top {
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://www.hotel-kathrin.at/common/schatten_header.png', sizingMethod='crop');
}
#header {
  position:relative;
  float:left;
  width:958px;
  height:405px;
  padding:0;
}
#topleft {
  position:absolute;
  top:0px;
  left:0px;
  width:275px;
  height:358px;
  background: url(http://www.hotel-kathrin.at/common/anfrage_HG.png) top left no-repeat;
  overflow:hidden;
}
#topright {
  position:absolute;
  top:0px;
  margin: 0;
  padding: 0;
  left:275px;
  width:683px;
  height:358px;
  overflow:hidden;
}
#logo {
  position:absolute;
  top:24px;
  left:25px;
  width:220px;
  height:69px;
}
#topNav {
  position:absolute;
  width:958px;
  height:46px;
  bottom:0;
  left:0;
  padding:0 0px;
  background: url(http://www.hotel-kathrin.at/common/topNav_BG.png) top left repeat-x;
}
/* -- MIDDLE --------------------------------------------*/
#middle {
  position:relative;
  float:left;
  width:958px;
  padding:0 13px 193px 13px;
  background:transparent; 
}
body#webS #middle {
  width:984px;
  padding:0 0 163px 0;
}
#left {
  position:relative;
  float:left;
  width:275px;
  margin:0px;
  padding:30px 0;
  background:transparent; 
}
#content {
  position:relative;
  float:left;
  width:643px;
  margin:0px;
  padding:0 20px;
  border:0;
}
body#webS #content {
  width:916px;
  padding:10px 34px 0;
}

/* -- BOTTOM --------------------------------------------*/
#barBottom1 {
  position:relative;
  width:100%;
  height:223px;
  margin-top: -193px;
  padding:0;
  border:0;
}
body#webS #barBottom1 {
  height:163px;
  margin-top: -163px;
}
#bottom {
  position:relative;
  width:958px;
  height: 108px;
  margin:0 auto;
  padding:75px 13px 40px 13px;
  background:transparent url(http://www.hotel-kathrin.at/common/left_btm.gif) 13px 0 no-repeat;
}
body#webS #bottom {
  position:relative;
  width:958px;
  height: 108px;
  margin:0 auto;
  padding:15px 13px 40px 13px;
  background:transparent;
}

#footer {
  position:relative;
  width:890px;
  height:99px;
  margin:0;
  padding:9px 34px 0 34px;
  background:transparent url(http://www.hotel-kathrin.at/common/footer_HG.gif) 0 8px no-repeat;
}
#copyright {
  float:left;
  width:auto;
  height:30px;
  background:#fffff3;
}
#copyright span {
  display:inline;
  float:left;
  margin:0;
  padding:0 15px 0 0;
  font-size:11px;
  line-height:14px;
}
#copyright a, #copyright a:link, #copyright a:visited {
  display:inline;
  float:left;
  margin:0;
  padding:0 15px 0 17px;
  color:#d88400;
  background:transparent url(http://www.hotel-kathrin.at/common/line_orange.gif) 0px 2px no-repeat;
  font-size:11px;
  line-height:14px;
  text-decoration: none;
}
#logos {
  position:relative;
  float:left;
  width:100%;
  height:50px;
  padding:19px 0 0 0;
  text-align:right;
}
#logos a, #logos a:link, #logos a:visited {
  position:relative;
  display:inline-block;
  height:50px;
  padding:0 0 0 40px;
  background-image:url(http://www.hotel-kathrin.at/common/footer_logos_sprite.jpg);
  background-repeat:no-repeat;
}
#logos a.urlaubsreifA, #logos a.urlaubsreifA:link, #logos a.urlaubsreifA:visited {
  width:154px;
  background-position: 20px 0px;
}
#logos a.urlaubsreifD, #logos a.urlaubsreifD:link, #logos a.urlaubsreifD:visited {
  width:125px;
  background-position: -184px 0px;
}
#logos a.skiamade, #logos a.skiamade:link, #logos a.skiamade:visited {
  width:114px;
  background-position: -358px 0px;
}
#logos a.grossarl, #logos a.grossarl:link, #logos a.grossarl:visited {
  width:68px;
  background-position: -522px 0px;
}

#logos a.urlaubsreifA:hover, #logos a.urlaubsreifA:active {
  background-position: 20px -80px;
}
#logos a.urlaubsreifD:hover, #logos a.urlaubsreifD:active {
  background-position: -184px -80px;
}
#logos a.skiamade:hover, #logos a.skiamade:active {
  background-position: -358px -80px;
}
#logos a.grossarl:hover, #logos a.grossarl:active {
  background-position: -522px -80px;
}
/*-- FLOATING ---------------*/
.clearing {
  clear:both;
  height:0;
  border:0;
  margin:0;
  padding:0;
  font-size:1px;
  line-height:0;
}
.floatRight {
  float:right;
}
.floatLeft {
  float:left;
}
img.imgNoborder {
  border:0px;
}

/****************************************************/
/*    3.  CSS-Modul: LAYOUT (PAGE ELEMENTS)         */
/****************************************************/

/* -- SITEMAP --------------------------------------*/
td.sitemapTitle0 {
  background-color:#ddd;
  border-right:1px solid #444;
}
td.sitemapTitle1 {
  background-color:#ddd;
  border-right: solid 1px #000;
}
a.sitemapTitle0:link, a.sitemapTitle0:visited ,
a.sitemapTitle0:hover, a.sitemapTitle0:active {
  font-weight:bold;
  color:#444;
  text-decoration:none;
}

a.sitemapTitle1:link, a.sitemapTitle1:visited,
a.sitemapTitle1:hover, a.sitemapTitle1:active {
  font-weight:bold;
  color:#000;
  text-decoration:none;
}

a.sitemapElement0:link, a.sitemapElement0:visited,
a.sitemapElement0:hover, a.sitemapElement0:active {
  color:#444;
  text-decoration:none;
  font-size:12px !important;font-size:small;
}

a.sitemapElement1:link, a.sitemapElement1:visited,
a.sitemapElement1:hover, a.sitemapElement1:active {
  color:#000;
  font-weight:bold;
  text-decoration:none;
  font-size:12px !important;font-size:small;
}

/* -- SEARCH ---------------------------------------*/

/* -- (Input) -- */
#search {
  float:left;
  width:182px;
  height:120px;
  margin:0:
  padding:0;
  background-image:url(http://www.hotel-kathrin.at/common/phonebook.jpg); 
}
.searchLabel, .searchLabel, .searchElement, .searchText {
  font-size:10px;
}
#search form {
  margin:3px 0 0 0;
  border:0;
  padding:0;
}
#search input#raw {
   width:113px;
   height:14px;
   margin:16px 0 0 15px;
   border:1px solid #d88400;
   border-right:none;
   padding:2px;
   background:#fff;
   color:#d88400;
   font-size:11px;
   vertical-align:top;
}
/* -- so search field and lupe line up in IE6 --  */
.ie6 #search input#raw {
  margin-top:15px;
}
/* -- so search field and lupe line up in IE7 --  */
.ie7 #search input#raw {
  margin-top:15px;
}
#search input#btnSearch {
  vertical-align:bottom;
  margin:0;
}
#search table {
  margin:10px 10px 0px 10px;
  color:#d88400;
  text-align:left;
}
p.search {
  margin:9px 0 0 7px;
  padding:0;
  color:#d88400;
  font-size:12px;
  font-weight:normal;  
}
p.searchtwo {
  margin:9px 0 0 7px;
  padding:0;
  color:#d88400;
  font-size:12px;
  font-weight:bold;  
}
.searchLabel, .searchLabel, .searchElement, .searchText {
  font-size:11px; 
  font-size:small;
}

/* -- (Results) -- */

#searchresults {
  width:430px;
  padding:10px 10px 0 10px;
}
#searchresults dd {
  margin-top:3px;
  color:#d88400;
}

/* -- NEWS -----------------------------------------*/


/* -- FORM -----------------------------------------*/
.form {
  color:#000;
  border:1px solid #666;
  padding:1px;
  margin:0;
  font-size:10px !important; font-size: xx-small;
  voice-family: "\"}\"";
  voice-family:inherit;
  font-size:x-small;
}
html>.form {
  font-size:x-small;
} 
	
.form-button {
  color:#000;
  background-color:#fff;
  border:1px solid #666;
  font-weight:bold;
  padding-left:1px;
  padding-right:1px;
  margin:0;
  font-size:10px !important; font-size: xx-small;
}

/****************************************************/
/*    4.  CSS-Modul: NAVIGATION                     */
/****************************************************/

/* -- CHANNEL MENU ---------------------------------*/
#menu {
  position:absolute;
  width:956px;
  height:45px;
  bottom:0;
  left:0;
  border:1px solid #eca213;
  border-bottom:1px solid #d88400;
  padding:0;
  background:transparent url(http://www.hotel-kathrin.at/common/menu_HG.gif) top left repeat-x;
  overflow: hidden;
}
#menu ul {
  position:relative;
  float: left;
  width:100%;
  margin: 0;
  padding: 0;
}
#menu ul li {
  position:relative;
  float: left;
  height:46px;
  margin: 0;
  padding: 0 15px 0 5px;
  list-style-type: none;
  background:transparent url(http://www.hotel-kathrin.at/common/stern.gif) right 17px no-repeat;
  z-index:50;
}
#menu ul li a, #menu ul li a:link, #menu ul li a:visited {
  display:inline;
  float:left;
  height:20px;
  margin: 0;
  padding:14px 26px 12px;
  color: #523700;
  font-size:14px;
  line-height:17px;
  font-weight:bold;
  text-decoration: none;
}
#menu ul li a:hover, #menu ul li a:active {
  color:#885e0d;
  text-decoration:none;
}
#menu ul li a.active, #menu ul li a.active:link, #menu ul li a.active:visited {
  color:#fffff3;
}

div#menu ul li.ZMS1 a, div#menu ul li.ZMS1 a:link, div#menu ul li.ZMS1 a:visited,
div#menu ul li.ZMS0 a, div#menu ul li.ZMS0 a:link, div#menu ul li.ZMS0 a:visited {
  background:transparent url(http://www.hotel-kathrin.at/common/k_logo_sprite.gif) 17px 8px no-repeat;
  height:40px;
  padding:0;
  width:102px;
}
div#menu ul li.ZMS1 a span, div#menu ul li.ZMS1 a:link span, div#menu ul li.ZMS1 a:visited span,
div#menu ul li.ZMS0 a span, div#menu ul li.ZMS0 a:link span, div#menu ul li.ZMS0 a:visited span {
  visibility:hidden;
}
div#menu ul li.ZMS1 a:hover, div#menu ul li.ZMS1 a:hover,
div#menu ul li.ZMS0 a:hover, div#menu ul li.ZMS0 a:hover {
  background-position:17px -62px;
}

#menu a.social, #menu a.social:link, #menu a.social:visited {
  position:absolute;
  top:10px;
  width:25px;
  height:25px;
  padding:0;
  background-image:url(http://www.hotel-kathrin.at/common/social_sprite.png);
  background-repeat:no-repeat;
  text-decoration:none;
}

#menu a#twitter, #menu a#twitter:link, #menu a#twitter:visited {
  right:45px;
  background-position:0 0;
}
#menu a#twitter:hover, #menu a#twitter:active {
  right:45px;
  background-position:0 -45px;
}
#menu a#facebook, #menu a#facebook:link, #menu a#facebook:visited {
  right:10px;
  background-position:0 -90px;
}

#menu a#facebook:hover, #menu a#facebook:active {
  right:10px;
  background-position:0 -135px;
}

/* -- MACRONAVIGATION ------------------------------*/
#macronav {
  position:relative;
  float:left;
  width:275px;
  margin:0 0 20px 0;
  padding:0;
  background:transparent;
  overflow:hidden;
}
#macronav ul {
  position:relative;
  float:left;
  margin:0;
  border-bottom:1px solid #f6c464;
  border-top:1px solid #eca213;
  padding:0;
  list-style:none;
  list-style-image:none;
  overflow:hidden;
}
#macronav ul li {
  position:relative;
  float:left;
  width:275px;
  margin:0;
  padding:0;
  background:transparent;
  list-style:none;
  overflow:hidden;
}
#macronav ul li a, #macronav ul li a:link, #macronav ul li a:visited  {
  position:relative;
  float:left;
  display:block;
  width:240px;
  border-top:1px solid #f6c464;
  border-bottom:1px solid #eca213;
  padding:8px 0 8px 35px;
  color:#523700;
  font-weight:bold;
  text-decoration:none;
}
#macronav ul li a.active, #macronav ul li a.active:link, #macronav ul li a.active:visited,
#macronav ul li a:hover, #macronav ul li a:active {
  background:transparent url(http://www.hotel-kathrin.at/common/nav_img_sprite.gif) 12px -28px no-repeat;
  text-decoration:none;
}
#macronav ul li a.current, #macronav ul li a.current:link, #macronav ul li a.current:visited {
  background:transparent url(http://www.hotel-kathrin.at/common/nav_img_sprite.gif) 12px 10px no-repeat;
}
/* -- level 2 -- */
#macronav ul ul {
  border:0;
}
#macronav ul li li a, #macronav ul li li a:link, #macronav ul li li a:visited {
  width:215px;
  margin:0;
  padding-left:60px;
  overflow:hidden;
}
#macronav ul li li a.active, #macronav ul li li a.active:link, #macronav ul li li a.active:visited {
  background:transparent url(http://www.hotel-kathrin.at/common/nav_img_sprite.gif) 35px 10px no-repeat;
}
#macronav ul li li a:hover, #macronav ul li li a:active {
  background:transparent url(http://www.hotel-kathrin.at/common/nav_img_sprite.gif) 35px -28px no-repeat;
  text-decoration:none;
}
/* -- level 3 -- */

#macronav ul li li li a, #macronav ul li li li a:link, #macronav ul li li li a:visited {
  width:190px;
  margin:0;
  padding-left:85px;
  overflow:hidden;
}
#macronav ul li li li a.active, #macronav ul li li li a.active:link, #macronav ul li li li a.active:visited {
  background:transparent url(http://www.hotel-kathrin.at/common/nav_img_sprite.gif) 58px 10px no-repeat;
}
#macronav ul li li li a:hover, #macronav ul li li li a:active {
  background:transparent url(http://www.hotel-kathrin.at/common/nav_img_sprite.gif) 58px -28px no-repeat;
  text-decoration:none;
}

/* -- MICRONAVIGATION ------------------------------*/
#micronav {
  position:relative;
  width:648px;
  height:13px;
  padding:8px 0 10px 0;
  font-size:10px;
  line-height:13px;
  color:#565353;
}
#micronav a, #micronav a:link, #micronav a:visited {
  color:#565353;
  font-weight:normal;
  text-decoration:none;
}
#micronav a:hover, #micronav a:active {
  color:#c75a09;
  font-weight:normal;
  text-decoration:none;
}
#micronav span {
  font-size:10px;
  color:#565353;
}

/* -- METANAVIGATION -------------------------------*/
#Metanavigation {
  float:left;
  width:50px;
  height:18px;
  margin-top:2px;
  
}
#Metanavigation a {
  margin:0;
  padding:0;
  border:0;
  text-decoration:none;

}
#Metanavigation img {
  margin:0;
  border:0;
  padding:0;
}

/* -- INDEX ----------------------------------------*/
#index {
  float:left;
  width:618px;
  padding:0 0 0 20px;
}
.index1 {float:left; width:589px; margin:0 0 6px 0; border-top:1px solid #f0e7d5; padding:10px 7px 5px 7px;}

.index1.nobdr {border:0;}

.index1 a, 
.index1 a:link, 
.index1 a:visited {display:block; font-weight:bold; text-decoration:none;}

.index1 a span.title, 
.index1 a:link span.title, 
.index1 a:visited span.title {display:block; width:100%; padding:0; color:#c75a09; font-weight:bold;}

.index1 a span.desc, 
.index1 a:link span.desc, 
.index1 a:visited span.desc {display:block; width:100%; padding:2px 0 0 0; color:#565353; font-weight:normal;}

.index1 a:hover span.title, 
.index1 a:active span.title {color:#523700;}

.index1 a:hover span.desc, 
.index1 a:active span.desc {color:#565353;}

/* -- Startseite Angebote - Zweispaltig -- */
#ixAng {
  position:relative;
  float:left;
  width:984px;
  margin:0px;
  padding:10px 0 0;
  border:0;
}
.indexA {position:relative; float:left; width:300px; height: 280px; padding:15px 9px 15px 0; overflow:hidden;}

.indexA a, 
.indexA a:link, 
.indexA a:visited {position:relative; float:left; width:277px; height:265px;  padding:10px 12px 5px 11px; background:transparent url(http://www.hotel-kathrin.at/common/index_sprite.gif) top left no-repeat; color:#523700; text-decoration:none; font-weight:normal; overflow:hidden;}

.indexA a span.lastminute, 
.indexA a:link span.lastminute, 
.indexA a:visited span.lastminute {position:absolute; top:-1px; right:-1px; width:159px; height:125px; padding:0; background:transparent url(http://www.hotel-kathrin.at/common/banner_lastminute.png) top left no-repeat; cursor:pointer; text-decoration:none; overflow:hidden;}

.ie6 .indexA a span.lastminute, 
.ie6 .indexA a:link span.lastminute, 
.ie6 .indexA a:visited span.lastminute {background:transparent url(http://www.hotel-kathrin.at/common/banner_lastminute_ie.gif) top left no-repeat;}

.indexA a span.title, 
.indexA a:link span.title, 
.indexA a:visited span.title {position:relative; float:left; width:275px; height:16px; padding:0 1px 5px 1; color:#c75a09; font-weight:bold; cursor:pointer; text-decoration:none; overflow:hidden;}

div.indexA a span.title, 
div.indexA a:link span.title, 
div.indexA a:visited span.title {height:32px; padding:0 1px 7px 1px;}

.indexA a span.time, 
.indexA a:link span.time, 
.indexA a:visited span.time {position:relative; float:left; width:275px; height:16px; padding:0 1px 7px 1px; color:#523700; font-weight:normal; cursor:pointer; text-decoration:none; overflow:hidden;}

.indexA a span.img, 
.indexA a:link span.img, 
.indexA a:visited span.img {position:relative; float:left; width:275px; height:148px; border:1px solid #f0e7d5; padding:0; text-align:center; cursor:pointer; text-decoration:none; overflow:hidden;}

.indexA a span.desc, 
.indexA a:link span.desc, 
.indexA a:visited span.desc {position:relative; float:left; width:275px; height:48px; padding:6px 1px 0 1px; cursor:pointer; text-decoration:none; overflow:hidden;}

.indexA a span.more, 
.indexA a:link span.more, 
.indexA a:visited span.more {position:relative; float:right; height:16px; padding:5px 0 0 17px; background:transparent url(http://www.hotel-kathrin.at/common/arrows_brown.gif) 0 10px no-repeat; font-size:12px; color:#7D683A; text-align:right; cursor:pointer; text-decoration:none; overflow:hidden;}

.indexA a:hover, 
.indexA a:active {background-position:bottom left; text-decoration:none; font-weight:normal;}

.indexA a:hover span.desc, 
.indexA a:active span.desc {text-decoration:none;}

.indexA a:hover span.more, 
.indexA a:active span.more {background-position:0 -19px; color:#523700;}


/****************************************************/
/*    5.  CSS-Modul: TEXT                           */
/****************************************************/

/* -- STANDARD -------------------------------------*/
h1, h2, h4 {
  font-weight:normal;
}

h1 {
  font-size:20px;
  line-height:24px;
}

h2 {
  font-size:16px;
  line-height:19px;

}
h3 {
  font-size:14px;
  line-height:17px;
  font-weight:bold;
}
h4 {
  font-size:14px;
  line-height:17px;
}

p {
  padding:5px 0;
}
ol {
}
ul {
  list-style-type:disc;
}
li {
  padding:3px 0;
}
p.caption {
  font-style:italic;
  padding-top:0px;
  margin-top:0px;
}
p.emphasis {
  display:block;
  background:#fffff3 url(http://www.hotel-kathrin.at/common/table_verlauf.gif) bottom left repeat-x;
  margin:5px 20px;
  border:1px solid #FAD791;
  padding:10px;
  text-align: center;
}
p.description {
  line-height:16px;
  font-weight:bold;
  color:#d88400;
}
p.creator {
}
p.small {
  font-size:10px;
}
p.smalltext {
  font-size:10px !important; font-size: xx-small;
}
a, a:link, a:visited {
  color:#c75a09;
  text-decoration:none;
}
a:hover, a:active {
  color:#523700;
  text-decoration:none;
}
code {
}

/****************************************************/
/*    6.  CSS-Modul: ZMS-DEFAULTS                   */
/****************************************************/

/* -- ZMS TABLES -----------------------------------*/

table.ZMSTable {
  border-top:1px solid #FAD791;
  border-left:1px solid #FAD791;
  border-right:1px solid #FAD791;
  background:transparent;
}
table.ZMSTable caption {
  padding:5px;
  font-weight:bold;
}
table.ZMSTable p {
  margin:0;
  padding:10px;
  text-align:center;
}
table.ZMSTable th {
  border-bottom:1px solid #FAD791;
  background:transparent url(http://www.hotel-kathrin.at/common/table_verlauf.gif) bottom left repeat-x;
}
table.ZMSTable tr.even td {
  border-bottom:1px solid #FAD791;
  background:transparent url(http://www.hotel-kathrin.at/common/table_verlauf.gif) bottom left repeat-x;
}
table.ZMSTable tr.odd td {
  border-bottom:1px solid #FAD791;
  background:transparent;
}

/* -- ZMS GRAPHIC ----------------------------------*/
div.ZMSGraphic {
  background:transparent; 
  margin-bottom:15px;
}
div.ZMSGraphic.left {
  margin-top:5px;
  text-align:left;
}
div.ZMSGraphic.right {
  margin-top:5px;
  text-align:right;
}
div.ZMSGraphic.center {
  text-align:center;
}
div.ZMSGraphic.floatleft {
  float:left;
  margin-right:15px;
}
div.ZMSGraphic.floatright {
  float:right;
  margin-left:15px;
}
div.ZMSGraphic.center {
  text-align:center;
}
div.graphic {
  position:relative;
  background:transparent;
  padding:3px 0 0 0;
}

div.graphic a:hover, div.graphic a:active {
  border:0;
}
div.graphic img {
  border:5px solid #f0e7d5;
}
div.graphic.alignleft {
  float:left;
  margin:0 15px 0 0;
  text-align:right;
}
div.graphic.alignright {
  float:right;
  text-align:right;
  margin:0 0 0 15px;
}
div.ZMSGraphic div.text {
  padding:2px 0 0 0;
}
div.ZMSGraphic div.text p {
  margin:5px 0;
  padding:0;
  font-size:12px;
  line-height:15px;
}
div.graphic a.zoom, div.graphic a.zoom:link, div.graphic a.zoom:visited {
  position:relative;
  display:inline-block;
  border:0;
}
div.graphic a.zoom span.zoom, div.graphic a.zoom:link span.zoom, div.graphic a.zoom:visited span.zoom {
  position:absolute;
  display:block;
  top:0;
  left:0;
  width:100%;
  height:100%;
  border:0;
  background:transparent url(http://www.hotel-kathrin.at/common/zoom.png) bottom right no-repeat;
  cursor:pointer;
}
.ie6 div.graphic a.zoom span.zoom, .ie6 div.graphic a.zoom:link span.zoom, .ie6 div.graphic a.zoom:visited span.zoom {
  background:transparent url(http://www.hotel-kathrin.at/common/zoom_ie.gif) bottom right no-repeat;
}
/* -- ZMS FILE -------------------------------------*/
div.ZMSFile {
  padding:5px 0;
  background:transparent;
  font-size:12px;
  line-height:15px;
}
div.ZMSFile div.title {
  font-weight:bold;
}
div.ZMSFile div.description {
  padding-left:21px;
}

/* -- ZMS TEASER -----------------------------------*/
div#teaser {
  float:left;
  width:215px;
  background:none;
}
div.ZMSTeaserContainer {
  display:none;
}
div.ZMSTeaserElement {
  width:215px;
  margin:0 0 20px 0;
  padding:0px;
  background:#f0e7d5 url(http://www.hotel-kathrin.at/common/corner_BR.gif) right bottom no-repeat;
}

div.ZMSTeaserElement img.title {
  border:none;
}

div.ZMSTeaserElement div.title {
  width:195px;
  padding:10px 10px 5px 10px;
  display:block;
  background:#f0e7d5 url(http://www.hotel-kathrin.at/common/corner_TL.gif) left top no-repeat;
  font-size:14px;
  font-weight:normal;
  text-decoration:none;
  color:#523700;
}
div.ZMSTeaserElement div.title a, div.ZMSTeaserElement div.title a:link, div.ZMSTeaserElement div.title a:visited {
  width:100%;
  font-size:14px;
  font-weight:normal;
  text-decoration:none;
  color:#523700;
}
div.ZMSTeaserElement div.text {
  margin:0 10px;
  border-top:1px solid #523700;
  padding:7px 0 10px 0;
  font-size:11px;
  text-decoration:none;
  color:#523700;
}

div.ZMSTeaserElement div.text a, div.ZMSTeaserElement div.text a:link, div.ZMSTeaserElement div.text a:visited {
  font-weight:normal;
  color:#523700;
}

/* -- ZMS LINK -------------------------------------*/
div.ZMSLinkElement {
  padding:5px 0;
  background:transparent;
  font-size:12px;
  line-height:15px;
}
div.ZMSLinkElement div.title {
  padding:0 0 0 21px;
  background:transparent url(http://www.hotel-kathrin.at/common/link.gif) left top no-repeat;
  font-weight:bold;
}
div.ZMSLinkElement div.description {
  padding:2px 0 0 21px;
}
div.ZMSLinkContainer {
  background:transparent;
}

/****************************************************/
/*    7.  CSS-Modul: SPECIAL OBJECTS                */
/****************************************************/
/* -- LIKE BUTTONS -------------------------------- */
.SB {
  display:block;
  width:100%;
  height:23px;
  padding:10px 0;
  clear:both;
}
/* -- LINE -----------------------------------------*/
div.line {
  position:relative;
  width:100%;
  height:17px;
  padding:10px 0 20px;
  background:transparent url(http://www.hotel-kathrin.at/common/line_yellow.gif) 0 10px no-repeat;
  clear:both;
}
/* -- ORDER BUTTON ---------------------------------*/
#LM {
  position:absolute;
  top:27px;
  right:0px;
  width:159px;
  height:125px;
  padding:0;
  background:transparent url(http://www.hotel-kathrin.at/common/banner_lastminute.png) top left no-repeat;
}
.ie6 #LM {
  background:transparent url(http://www.hotel-kathrin.at/common/banner_lastminute_ie.gif) top left no-repeat;
}
/* -- PRICE LINK -----------------------------------*/
a.priceLink, a.priceLink:link, a.priceLink:visited {
  float:left;
  width:107px;
  height:16px;
  margin:0 0 0 10px;
  border:0;
  padding:8px 8px 11px 30px;
  background:transparent url(http://www.hotel-kathrin.at/common/button_red.png) top left no-repeat;
  color:#fff;
  font-size:13px;
  font-weight:bold;
  cursor:pointer;
}
.ie6 a.priceLink, .ie6 a.priceLink:link, .ie6 a.priceLink:visited {
  background:transparent url(http://www.hotel-kathrin.at/common/button_red_ie.gif) top left no-repeat;
}
/*------- Contact Form Teaser ----------------------*/
#aTeaser {
  position:relative;
  display:inline-block;
  width:629px;
  height:35px;
  padding:20px 0 0 34px;
  background:transparent url(http://www.hotel-kathrin.at/common/line_yellow.gif) 0 0 no-repeat;
  color:#523700;
  font-weight:bold;
  font-size: 11px;
}
#pTeaser {
  position:relative;
  display:inline-block;
  width:350px;
  height:35px;
  padding:10px 0 0;
  background:transparent;
  color:#523700;
  font-weight:bold;
  font-size: 11px;
}
#bTeaser {
  float:left;
  width:255px;
  padding:130px 0 0 20px;
  background:transparent;
  color:#523700;
  font-weight:bold;
  font-size: 11px;
}
#bTeaser p {
  margin:14px 0 0 0;
  padding:0 0 10px 0;
  color: #523700;
  font-size: 14px;
  line-height:17px;
}
#bTeaser h1 {
  margin:14px 0 0 0;
  padding:0 0 8px 0;
  color: #523700;
  font-size: 16px;
  line-height:22px;
}
.btWrapper1 {
  position:relative;
  float:left;
  width:100%;
  padding:5px 0 0;
}
.ie6 .btWrapper1 {
  margin:5px;
  padding:0;
}
.btWrapper2 {
  position:relative;
  float:left;
  width:100%;
  padding:7px 0 11px 0;
}
.btWrapper2 span {
  display:inline;
  float:left;
  margin:4px 0 0 0;
}
#bTeaser label {
  position: relative;
  float: left;
  width: 100%;
  height: 38px;
  padding: 0 0 8px;
  text-align: left;
}
#bTeaser label span {
  position: relative;
  float: left;
  width: 35px;
  height: 21px;
  padding: 9px 3px 0 0;
  font-size:15px;
  line-height:21px;
  font-weight:normal;
}
#bTeaser input.input {
  float: left;
  width: 70px;
  height: 20px;
  margin: 8px 5px 0;
  border: 1px solid #D7C095;
  border-radius: 5px 5px 5px 5px;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  color: #523700;
}
#bTeaser select {
  position:relative;
  float:left;
  margin:4px 12px 0 0;
  border:1px solid #b19a86;
  padding:1px;
  font-size:11px;
  line-height:14px;
}
#bTeaser select#date, #bTeaser select#nights {
  width:50px;
}
#bTeaser select#month {
  width:95px;
}
#bTeaser select#year {
  width:60px;
  margin-right:0;
}
#aTeaser input.btn, #pTeaser input.btn, #bTeaser input.btn {
  float:left;
  width:145px;
  height:35px;
  margin:0 0 10px 0;
  border:0;
  padding:4px 8px 9px 26px;
  background:transparent url(http://www.hotel-kathrin.at/common/button_red.png) bottom right no-repeat;
  color:#fff;
  text-align:center;
  font-weight:bold;
  cursor:pointer;
}
.ie6 #aTeaser input.btn, .ie6 #bTeaser input.btn {
  background:transparent url(http://www.hotel-kathrin.at/common/button_red_ie.gif) bottom right no-repeat;
}
/*------- Contact and Buchungs Form -----------------------------*/
#conForm {
  position:relative;
  width:643px;
  padding:15px 0 0 0;
  overflow:hidden;
}
#conForm div.whole {
  position:relative;
  float:left;
  width:575px;
  margin:0 0 10px 0;
  padding:0 34px 10px 34px;
  background:transparent url(http://www.hotel-kathrin.at/common/line_yellow.gif) 0px 6px no-repeat;
}
#conForm div.whole div {
  position:relative;
  float:left;
  width:100%;
  padding:0 0 10px 0;
  background:transparent;
}
#conForm div span {
  position:relative;
  float:left;
  width:120px;
  padding:0;
}
#conForm div span.select {
  padding:2px 0 0 0;
}
#conForm div.whole div.header {
  position:relative;
  float:left;
  width:575px;
  height:17px;
  margin:0 0 10px 0;
  padding:6px 0;
}
#conForm div.whole div.header span {
  position:relative;
  float:left;
  width:auto;
  height:17px;
  margin:0;
  padding:0 10px 0 0;
  background:#fffff3;
  color:#d88400;
  font-size:14px;
  line-height:17px;
  font-weight:bold;
}
#conForm div.whole div.left {
  position:relative;
  float:left;
  width:277px;
  padding:0;
}
#conForm div.whole div.right {
  position:relative;
  float:right;
  width:277px;
  padding:0;
}
#conForm div.whole div.left div, #conForm div.whole div.right div {
  position:relative;
  float:left;
  width:277px;
  padding:0 0 10px 0;
  background:transparent;
}
#conForm div.whole div.left div.dEng, #conForm div.whole div.right div.dEng {
  padding:0 0 5px 0;
}
#conForm div.whole div.noLabel {
  width:505px;
  padding:0 0 10px 70px;
}
#conForm div.whole div.right span {
  position:relative;
  float:left;
  width:auto;
  padding:1px 0 0 0;
}
#conForm .dateW span {
  width:auto;
  padding:8px 8px 0 5px;
}
#conForm label {
  float:left;
  font-size:12px;
}
#conForm label.required {
  font-weight:bold;
}
#conForm label.padL {
  width:60px;
  padding:2px 10px 0 0;
  text-align:right;
}
#conForm label.padEng {
  margin:-5px 0 0 0;
  padding:0 10px 0 0;
}
#conForm label.padR {
  padding:2px 10px 4px 0;
}
#conForm label.dateTitle {
  padding:8px 10px 0 0;
}
#conForm label.dateW {
  padding:0 10px 0 0;
}
#conForm input {
  float:left;
  width:201px;
  height:16px;
  border:1px solid #FAD791;
  padding:2px;
  background:#fffff3 url(http://www.hotel-kathrin.at/common/table_verlauf.gif) bottom left repeat-x;
  color:#565353;
}
#conForm input.checkbox, #conForm input.radio {
  float:left;
  width:auto;
  height:auto;
  margin:4px 3px 0 5px;
  border:0;
  background:transparent;
}

#conForm div.required input {
  width:199px;
  border-left:3px solid #F16103;
}
#conForm .dateW input {
  width:70px;
  margin-top:7px;
}
#conForm select {
  position:relative;
  float:left;
  margin:0;
  border:1px solid #FAD791;
  padding:1px;
  background:#FFFAE3;
  color:#565353;
}
#conForm select.input {
  width:207px;
}
#conForm select.day {
  width:44px;
  margin:0 10px 0 0;
}
#conForm select.month {
  width:77px;
  margin:0 10px 0 0;
}
#conForm select.year {
  width:56px;
  margin:0 10px 0 0;
}
#conForm select option {
  background:#fffae3;
}
#conForm div.btn {
  float:left;
  width:603px;
  padding:0 30px 0 0;
}
#conForm input.submit {
  float:right;
  width:145px;
  height:32px;
  margin:-20px 30px 0 0;
  border:0;
  padding:0 0 5px 0;
  background:transparent url(http://www.hotel-kathrin.at/common/button_red.png) top left no-repeat;
  text-align:center;
  color:#fff;
  font-weight:bold;
  font-size:14px;
  cursor:pointer;
}
.ie6 #conForm input.submit {
  background:transparent url(http://www.hotel-kathrin.at/common/button_red_ie.gif) top left no-repeat;
}
#conForm textarea {
  float:left;
  width:567px;
  height:160px;
  margin:0;
  border:1px solid #FAD791;
  padding:3px;
  background:#fffff3 url(http://www.hotel-kathrin.at/common/table_verlauf.gif) bottom left repeat-x;
  color:#565353;
  font-size:13px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* -- JQUERY TOOLS ---------------------------------*/
/* container for slides */
.images {
	background:#fffff3;
	position:relative;	
	height:358px;
	width:683px;
	float:top;	
	margin:0px;
	cursor:pointer;
        top: 0px
}

/* single slide */
.images div {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	margin:0px;
	padding:0 0 0 0;
	height:358px;
        width: 683px;
	font-size:12px;
        border: 0px;
}

/* header */
.images h3 {
	font-size:22px;
	font-weight:normal;
	margin:0 0 20px 0;
	color:#456;
}


/* tabs (those little circles below slides) */
.tabs {
        position:absolute;
	clear:both;
	margin-left:330px;
        font-size: 1px;
}

/* single tab */
.tabs a {
	width:8px;
	height:0px;
	float:left;
	margin:0px;
	display:block;
	font-size:1px;		
        border: 0px;
}

/* mouseover state */
.tabs a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.tabs a.current {
	background-position:0 -16px;     
} 	


/* prev and next buttons */
.forward, .backward {
	float:left;
        position:relativ;
	background:#fff url(common/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	cursor:pointer;
	font-size:1px;
	text-indent:-9999em;	
}

/* next */
.forward 				{ background-position: 0 -30px; clear:right; }
.forward:hover 		{ background-position:-30px -30px; }
.forward:active 	 	{ background-position:-60px -30px; } 


/* prev */
.backward:hover  		{ background-position:-30px 0; }
.backward:active  	{ background-position:-60px 0; }

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}





/* -------------------------------------------------------------------------- */
/* Angebot-Galerie auf Startseite */
/* -------------------------------------------------------------------------- */
/* panes */
#flowpanes {
  position:relative;
  float:left;
  width:918px;
  height:295px;	
  margin:0 6px;
  overflow:hidden;
  z-index:500;
}

/* single pane */
#flowpanes div {
  float:left;
  display:block;
}

/* our additional wrapper element for the items */
#flowpanes .items {
	width:20000em;
	position:absolute;
	clear:both;
	margin:0;
	padding:0;
}

#ang_nav {
  display:block;
  width:958px;
  padding:20px 0 0 0;
  text-align:center;
}
button.prev {
  position:relative;
  float:left;
  width:27px;
  height:92px;
  margin:103px 0 0 0;
  border:0 none;
  padding:0;
  background:transparent url(common/pfeil_prev.gif) top left no-repeat;
  cursor:pointer;
  z-index:1000;
  outline: none;
}

button.next {
  float:left;
  width:27px;
  height:92px;
  margin:113px 0 0 0;
  border:0 none;
  padding:0;
  background:transparent url(common/pfeil_next.gif) top left no-repeat;
  cursor:pointer;
  z-index:1000;
  outline: none;
}


/* --- OVERLAY --- */
#galOverlay, #vidOverlay {
  position:absolute;
  display:none;
  top:0;
  left:0;
  width:600px;
  height:480px;
  border:5px solid #F0E7D5;
  padding:10px;
  background:#FFFFF3;
  -webkit-box-shadow:0 0 90px 5px #523700;
  -moz-box-shadow: 0 0 90px 5px #523700;
  box-shadow:0 0 90px 5px #523700;
  color:#b19a86;
  z-index:10000;
}
.overlay .close, #galOverlay .close, #vidOverlay .close {
  position:absolute;
  right:-15px;
  top:-15px;
  width:36px;
  height:36px;
  background:transparent url(http://www.hotel-kathrin.at/common/close.png) top left no-repeat;
  cursor:pointer;
  z-index:10000;
}
.ie6 .overlay .close, .ie6 #galOverlay .close, .ie6 #vidOverlay .close {
  background-image:url(http://www.hotel-kathrin.at/common/close_ie.gif);
}
.overlay .close:hover, #galOverlay .close:hover, #vidOverlay .close:hover {

}
.overlay #contentTitle {
  position:relative;
  width:100%;
  height:18px;
  padding:0 0 5px 0;
  color:#b19a86;
  font-size:12px;
  overflow:hidden;
}
div.contentWrap {
  position:relative;
  float:left;
  width:600px;
  height:480px;
  overflow:hidden;
}
#contentCaption {
  position:relative;
  float:left;
  width:100%;
  padding:5px 0;
}


/* -- GALLERY -- */

/* the large image. we use a gray border around it */
#img {
	border:0;
}

/* when there is no next or previous link available this class is added */
.disabled {
	visibility:hidden;		
}

/* the "information box" */
.info {
	position:absolute;
	bottom:0;
	left:0;	
	padding:10px 15px;
	color:#fff;
	font-size:11px;
	border-top:1px solid #666;
}

.info strong {
	display:block;	
}

/* progress indicator (animated gif). should be initially hidden */
.progress {
	position:absolute;
	top:45%;
	left:50%;
	display:none;
}


/* --- CALENDAR --- */

/* calendar icon */
.caltrigger {
  position:relative;
  float:left;
  width:39px;
  height:38px;
  margin:0 0 0 2px;
  background:transparent url(http://www.hotel-kathrin.at/common/datepicker_sprite.png) 0px 0px no-repeat;
}

/* calendar root element */
#calroot {
  /* place on top of other elements. set a higher value if nessessary */
  z-index:15000;
  zoom:1;
  margin-top:-1px;
  width:198px;
  padding:4px;
  background-color:#fff;
  font-size:11px;
	
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
	
  -moz-box-shadow: 0 0 5px #999999;
  -webkit-box-shadow: 0 0 5px #999999;	
}

/* head. contains title, prev/next month controls and possible month/year selectors */
#calhead {	
  padding:2px 0;
  height:22px;
} 

#caltitle {
  font-size:14px;
  color:#0150D1;	
  float:left;
  text-align:center;
  width:155px;
  line-height:20px;
  text-shadow:0 1px 0 #ddd;
}

#calnext, #calprev {
  display:block;
  width:21px;
  height:21px;
  background:transparent url(http://www.hotel-kathrin.at/common/datepicker_sprite.png) -100px 0px no-repeat;
  float:left;
  cursor:pointer;
}

#calnext {
  background-position:-200px 0px;
  float:right;
}

#calprev.caldisabled, #calnext.caldisabled {
  visibility:hidden;	
}

/* year/month selector */
#caltitle select {
  font-size:10px;	
  color:#523700;
}

#caltitle option {
  font-size:10px;	
  color:#523700;
}


/* names of the days */
#caldays {
  height:14px;
  border-bottom:1px solid rgb(153, 139, 137);
  padding:0 0 2px 0;
}

#caldays span {
  display:block;
  float:left;
  width:28px;
  text-align:center;
}

/* container for weeks */
#calweeks {
  background-color:#fff;
  margin-top:4px;
}

/* single week */
.calweek {
  clear:left;
  height:22px;
}

/* single day */
.calweek a {
  display:block;
  float:left;
  width:27px;
  height:20px;
  text-decoration:none;
  font-size:11px;
  margin-left:1px;
  text-align:center;
  line-height:20px;
  color:#523700;
  -moz-border-radius:3px;
  -webkit-border-radius:3px; 		
} 

/* different states */
.calweek a:hover, .calfocus {
  background-color:#ddd;
}

/* sunday */
a.calsun {
  color:red;		
}

/* offmonth day */
a.caloff {
   color:rgb(191, 182, 181);		
}

a.caloff:hover {
  background-color:rgb(221, 221, 221);	
  color:rgb(153, 139, 137);			
}


/* unselecteble day */
a.caldisabled {
  background-color:#F2F0F0 !important;
  color:#CCC5C4 !important;
  cursor:default;
}

/* current day */
#calcurrent {
  background-color:#c75a09;
  color:#fff;
}

/* today */
#caltoday {
  background-color:#523700;
  color:#fff;
}


/* --- FORM VALIDATION --- */

.error {
  height:auto;
  margin-left:-2px;
  border:1px solid #f0e7d5;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  -moz-border-radius-bottomleft:0;
  -moz-border-radius-topleft:0;
  -webkit-border-bottom-left-radius:0;
  -webkit-border-top-left-radius:0;
  padding:3px 10px;
  background-color:#F16103;
  -moz-box-shadow: 0px 0px 3px #b19a86;
  -webkit-box-shadow: 0px 0px 3px #b19a86;
  box-shadow: 0px 0px 3px #b19a86;
  color:#000;
  font-size:11px;
}
.ie7 .error, .ie8 .error {
  filter: 
   progid:DXImageTransform.Microsoft.Shadow(color='#b19a86', Direction=0, Strength=3)
   progid:DXImageTransform.Microsoft.Shadow(color='#b19a86', Direction=90, Strength=3)
   progid:DXImageTransform.Microsoft.Shadow(color='#b19a86', Direction=180, Strength=3)
   progid:DXImageTransform.Microsoft.Shadow(color='#b19a86', Direction=270, Strength=3);
}
.error p {
  padding:0;
  color:#fff;
}


/* -- google maps -- */
#map {
  float:left;
  margin:0 10px 0 0;
}
/* so the big map is centered in IE6 */
.ie6 #map {
  margin:0 5px 0 0;
}

/* Photoalbum */

.photoNav {
  margin:0;
  padding:10px 0;
}
ul.photoNav {
  
  margin:10px 0;
  padding:0;
  list-style:none;
  width:auto;
  height:20px;
  border:1px solid #D4D4D4;
}
.photoNav li {
  display:inline;
  float:left;
  width:auto;
  height:auto;
  margin:0;
  border-right:1px solid #D4D4D4;
}
.photoNav li.active {
  display:inline;
  background:#EAEAEA;
}
.photoNav a:link, .photoNav a:visited {
  display:block;
  margin:auto;
  padding:0;
  text-decoration:none;
  vertical-align:middle;
}
.photoNav a:hover {
  background:#EAEAEA;
}
.photoNav img {
  margin:0;
  padding:0;
  vertical-align:middle;
}
.photoNav span, .photoNav span.active {
  display:block;
  margin:0;
  padding:1px 7px 4px 7px;
  vertical-align:middle;
}

/****************************************************/
/*    8.  CSS-Modul: PRINT                          */
/****************************************************/
body.print { 
  background-color:#fff; 
}

body.print table.ZMSTable th, 
body.print table.ZMSTable td { 
  background-color:transparent; 
}
/****************************************************/
/*    9.  ZMI Management Interface                  */
/****************************************************/

.cmsTxtColorStrong0 { color: #436976; }
.cmsTxtColorStrong1 { color: #666666; }
.cmsBgColorStrong0  { background-color: #8CABB9; }
.cmsBgColorStrong1  { background-color: #CCCCCC; }
.cmsBgColorMedium0  { background-color: #DDE6EC; }
.cmsBgColorLight0   { background-color: #FFFFFF; }
body.zmi table.ZMSTable  {  border-top:1px solid #666; border-left:1px solid #666; }
body.zmi table.ZMSTable th {  border-bottom:1px solid #666; border-right:1px solid #666; background:#DDEFFC; }
body.zmi table.ZMSTable td {  border-bottom:1px solid #666; border-right:1px solid #666; background:#EEEEEE; }

.zmiTableRowEven {background-color:#eee;}
.zmiTableRowOdd {background-color:#ccc;}

.form-submit { font-size:12px; }

body.zmi h1, body.zmi h2, body.zmi h3, body.zmi h4, 
body.zmi h5, body.zmi h6  {
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  font-weight:bold;
  font-size:15px;
  line-height:19px;
} 
body.zmi p, body.zmi li, body.zmi blockquote  {
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  font-size:12px;
  line-height:15px;
} 
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [WAI] Misc
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ */

div.ZMSObject.new, div.ZMSObject.modified {
  border: 2px dashed blue;
  background-color: #F0F0FF;
} 

div.ZMSObject.deleted {
  border: 2px dashed red;
  background-color: #FFF0F0;
  color: red;
  text-decoration: line-through;
} 

span.unicode { 
  font-family:"Arial Unicode MS", Verdana, Arial, Helvetica, sans-serif; 
}

span.highlight { 
  background-color:#d88400;
  color:#d88400;
  font-weight: bold;
  border:none; 
}

