/*@import "../../kaernten.css";*/

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .magictabs_style_lightblue_rounded .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .magictabs_style_lightblue_rounded .ui-tabs-nav {
        display: none;
    }
}

.FormTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
}

.SelectBox {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	line-height: 18px;
}

.SearchFor {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	line-height: 18px;
}

.FormularAngebot {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
}

.FormHeader{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	line-height: 18px;
}

/* Hintergrund (gesamte Tabelle) */
.Background {
	/*background: #FFFFFF;
	background-color: #FFFFFF;
	border-color: #FFFFFF;*/
}

/* Anzahl Treffer - Hintergrund */
.BGHits {
	background: #FFFFFF;
}
/* Anzahl Treffer - Schrift */
.TxtHits {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	line-height: 18px;
}

/* Auswahlliste - Hintergrund */
.ecBackgroundAuswahl {
	background: #FFFFFF;
}
/* Auswahlliste - Schrift */
.BGSelection {
	font-family: tahoma, verdana, arial;
	font-size: 10px;
	font-weight: normal;
	color: #678799;
}


/* Betrieb - Hintergründe */
.BGPrevEven {
	background: #d1dff1;
}
.BGPrevUneven {
	background: #d1dff1;
}
.BGPrevInhaltUneven {
	/*background: #FFFFFF;*/
}
.BGPrevInhaltEven {
	/*background: #FFFDED;*/
}
.BGPrevLinkUneven {
	/*background: #FFFFFF;*/
}
/* Betrieb - Trennlinie (nach Betrieb) */
.BGPrevSpacerEven {
	/*background: #F7F7F7;*/
}
.BGPrevSpacerUneven {
	/*background: #F7F7F7;*/
}

/* Betrieb - Schriften */
.txtPrevTip {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}
.txtPrevType {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
}
.txtPrevCategory {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
}
.txtPrevMunicipal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
}
.txtPrevNote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	font-style: italic;
}
.txtPrevOffer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	font-style: italic;
}
/* Betrieb - Detail Link */
a.LinkDetailPrev:link  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}
a.LinkDetailPrev:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}
a.LinkDetailPrev:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}
a.LinkDetailPrev:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	text-decoration: underline;
}

/* Hilfe - Hintergrund (ZimmerFrei Anmerkung) */
.BGHelp {
	background: #FFFFFF;
}
.BGHelpSpacer {
	background: #FFFFFF;
}
/* Hilfe - Schriftart */
.txtHelp {
	font-family: tahoma, verdana, arial;
	font-size: 10px;
	font-weight: normal;
	color: #678799;
}

/* Ergebnisbereich - Hintergrund */
.BGResults {
	background: #FFFFFF;
}
/* Ergebnisbereich - Schriftart */
.txtResults {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
}

/* keine Treffer - Hintergrund */
.BGNoHits {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}
/* keine Treffer - Schriftart */
.txtNoHits {
	font-family: tahoma, verdana, arial;
	font-size: 12px;
	font-weight: bold;
	color: #004507;
}

/* Blätterfunktion - Hintergrund */
.BGBrowse {
	background: #FFFFFF;
}
/* Blätterfunktion - Schriftart */
.txtBrowse {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
}
/* Blätterfunktion - Links */
a.BrowseLink:link  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}
a.BrowseLink:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}
a.BrowseLink:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}
a.BrowseLink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	text-decoration: underline;
}

/* Hintergrund (gesamte Tabelle) */
.CommonBG {
	background: #FFFFFF;
	background-color: #FFFFFF;
	border-color: #FFFFFF;
}

.CommonNote {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    font-weight: normal;
	font-style: italic;
	color: #666666;
	line-height:18px;
}

.BGNote{
background: #D1DFF1;
	padding:  8px 8px 8px 8px;
}

/* Headline - Schriftart */
.txtCommonHeadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003399;}



.CommonHeaderContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #003399;
	padding: 5px 0px 0px 5px;
}

/* Hintergrund (gesamte Tabelle) */
.BGEquipment {
	background: #FFFFFF;
	background-color: #FFFFFF;
	border-color: #FFFFFF;
}

/* Sonstiges - Schriftart */
.txtEquipmentMiscellaneous {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    font-weight: normal;
	color: #666666;
}

/* Kulinarik */
.txtCulinaryHeadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003399;
}
.txtCulinaryContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    font-weight: normal;
	color: #666666;
}

/* Pauschalangebot */
.txtAllowanceHeadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003399;
}
.txtAllowanceContent{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    font-weight: normal;
	color: #666666;
}

/* Last-Minute */
.txtLastminuteHeadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003399;
}
.txtLastminuteContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    	font-weight: normal;
	color: #666666;
}

/* Angebote */
.txtOfferHeadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	line-height: 20px;
}
.txtOffer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    font-weight: normal;
	color: #666666;
}

.BGOffers {
	background: #D1DFF1;
	padding-bottom: 3px;
	margin-bottom: 6px;
}

/* Hintergrund (gesamte Tabelle) */
.DistanceBG {
	/*background: #FFFFFF;
	background-color: #FFFFFF;
	border-color: #FFFFFF;*/
}

/* Entfernungen */
.txtDistanceHeadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003399;
}
.txtDistance {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    font-weight: normal;
	color: #666666;
}

/* Hintergrund (gesamte Tabelle) */
.BGLocation {
	/*background: #FFFFFF;
	background-color: #FFFFFF;
	border-color: #FFFFFF;*/

}

/* Hintergrund (Abstände) */
.BGLocationSpace { 
	background: #FFFFFF;
}

/* Header */
.LocationHeaderBG {

}
.LocationHeaderContent {
    font-family: tahoma, verdana, arial;
	font-size: 12px;
	font-weight: bold;
	color: #004507;

}

/* Schriftarten */
.TxtLocation {
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	font-weight: normal;
	color: #004507;

}


/* Preise */
.etm_bgPreiseHead {
	background:#D1DFF1;
	font-weight:bold;
}
.etm_bgPreiseContent {
	background:#D1DFF1;
	font-weight:normal;
}
.etm_txt_price {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #666666;
}
.etm_preisinfos {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
	color: #666666;
}


/* ZimmerFrei - Schriftart */
.etm_Rooms4YouHeaderContent_rechts {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003399;
}

.etm_Rooms4YouText_rechts {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}

/* Anmerkung - Schriftart */
.txtCommonInfotext {
	font-family: tahoma, verdana, arial;
	font-size: 12px;
	font-weight: normal;
	color: #004507;
}

.ContactHeaderContent{
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003399;
}

/* Hintergrund (gesamte Tabelle) */
.ContactBG {
	background: #FFFFFF;
	background-color: #FFFFFF;
	border-color: #FFFFFF;
	margin-left: 5px;
}

/* Hintergrund (Abstände) */
.ContactBGSpace { 
	background: #FFFFFF;
}

/* Schriftarten */
.txtContactMap {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
    font-weight: bold;
	color: #666666;
}
.txtContactOrganisationType {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
    font-weight: normal;
	color: #666666;
}
.txtContactName {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
    font-weight: normal;
	color: #666666;
}
.txtContactAddress {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
    font-weight: normal;
	color: #666666;
}
.txtContactPhone {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
    font-weight: normal;
	color: #666666;
}
.txtContactLangHeader {
	font-family : Tahoma, Verdana, Arial;
    font-weight: normal;
    font-size : 10px;
	color: #004507;
}
.txtContactLangContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
    font-weight: bold;
	color: #666666;
}
.ecTextKontaktAnzahl {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
    font-weight: normal;
	color: #666666;}


/* Links */
a.Contact:link  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}
a.Contact:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}
a.Contact:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}
a.Contact:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	text-decoration: underline;
}


/* Skin */
.magictabs_style_lightblue_rounded .ui-tabs-nav, .magictabs_style_lightblue_rounded .ui-tabs-panel {
	font-size: 12px;
}
.magictabs_style_lightblue_rounded .ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 0;
}
.magictabs_style_lightblue_rounded .ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.magictabs_style_lightblue_rounded .ui-tabs-nav li {
    margin: 0;
	 background: none;
	 padding: 0 0 0 0;
    min-width: 100px; /* be nice to Opera */
	 text-decoration: none;
}
.magictabs_style_lightblue_rounded .ui-tabs-nav a, .magictabs_style_lightblue_rounded .ui-tabs-nav a span {
    display: block;
    padding: 0 10px;
    background: url(../images/tabs/lightblue_rounded.png) no-repeat;
}
.magictabs_style_lightblue_rounded .ui-tabs-nav a {
    margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    color: #627EB7;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
}
.magictabs_style_lightblue_rounded .ui-tabs-nav a:hover {
    color: #003399;
	 text-decoration: none;
}
.magictabs_style_lightblue_rounded .ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 99;
    margin-top: 0;
    color: #003399;
	 text-decoration: none;
}
.magictabs_style_lightblue_rounded .ui-tabs-nav .ui-tabs-selected a:hover {
	text-decoration: none;
   color: #003399;
}
.magictabs_style_lightblue_rounded .ui-tabs-nav a span {
    //width: 80px; /* IE 6 treats width as min-width */
    //min-width: 80px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.magictabs_style_lightblue_rounded ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.magictabs_style_lightblue_rounded .ui-tabs-nav .ui-tabs-selected a span {
    padding-bottom: 1px;
}
.magictabs_style_lightblue_rounded .ui-tabs-nav .ui-tabs-selected a, .magictabs_style_lightblue_rounded .ui-tabs-nav a:hover, .magictabs_style_lightblue_rounded .ui-tabs-nav a:focus, .magictabs_style_lightblue_rounded .ui-tabs-nav a:active {
    background-position: 100% -150px;
}
.magictabs_style_lightblue_rounded .ui-tabs-nav a, .magictabs_style_lightblue_rounded .ui-tabs-nav .ui-tabs-disabled a:hover, .magictabs_style_lightblue_rounded .ui-tabs-nav .ui-tabs-disabled a:focus, .magictabs_style_lightblue_rounded .ui-tabs-nav .ui-tabs-disabled a:active {
    background-position: 100% -100px;
}
.magictabs_style_lightblue_rounded .ui-tabs-nav .ui-tabs-selected a span, .magictabs_style_lightblue_rounded .ui-tabs-nav a:hover span, .magictabs_style_lightblue_rounded .ui-tabs-nav a:focus span, .magictabs_style_lightblue_rounded .ui-tabs-nav a:active span {
    background-position: 0 -50px;
}
.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {
    background-position: 0 0;
}
.magictabs_style_lightblue_rounded .ui-tabs-nav .ui-tabs-selected a:link, .magictabs_style_lightblue_rounded .ui-tabs-nav .ui-tabs-selected a:visited, .magictabs_style_lightblue_rounded .ui-tabs-nav .ui-tabs-disabled a:link, .magictabs_style_lightblue_rounded .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.magictabs_style_lightblue_rounded .ui-tabs-nav a:hover, .magictabs_style_lightblue_rounded .ui-tabs-nav a:focus, .magictabs_style_lightblue_rounded .ui-tabs-nav a:active,
.magictabs_style_lightblue_rounded .ui-tabs-nav .ui-tabs-unselect a:hover, .magictabs_style_lightblue_rounded .ui-tabs-nav .ui-tabs-unselect a:focus, .magictabs_style_lightblue_rounded .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.magictabs_style_lightblue_rounded .ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.magictabs_style_lightblue_rounded .ui-tabs-panel {
    border: 1px solid #BCD2E6;
    padding: 1em 8px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.magictabs_style_lightblue_rounded .ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(../images/tabs/loading.gif) no-repeat 0 50%;
}

/* Additional IE specific bug fixes... */
* html .magictabs_style_lightblue_rounded .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .magictabs_style_lightblue_rounded .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}