/*	- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Bis auf die Groesse und das Menue unterscheiden sich die
    Highslide-Fenster nur geringfuegig.
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*	Diese body-Definition sollte nur im highslide greifen, falls iframe vorkommt (Pistenplan z.B.) */
body{
    background-image: none !important;
}

.highslide-wrapper{
    background-color: #FFFFFF;
}
.highslide-wrapper .highslide-header{
    padding-bottom: 5px;
    text-align: right;
}
.highslide-wrapper .highslide-header ul{
    text-align: right;
}
.highslide-wrapper .highslide-header ul li{
    display: inline;
    margin-right: 10px;
}
/*	Zum Vergroessern des Fensters:
    ------------------------------ */
.highslide-wrapper .highslide-footer .highslide-resize{
    display: inline !important;
    background: url(/static/js/highslide/graphics/resize.gif);
    float: right;
    height: 11px;
    width: 11px;
}
/*	Controlbar
    ------------------------------ */
.highslide-overlay {
    display: none;
}
.controlbar{
    width: 167px;
    height: 34px;
}
.controlbar a{
    display: block;
    float: left;
    height: 27px;
}
.controlbar .previous{
    width: 50px;
}
.controlbar .next{
    width: 40px;
    background-position: -50px 0;
}
.controlbar .highslide-move{
    width: 40px;
    background-position: -90px 0;
}
.controlbar .close{
    width: 36px;
    background-position: -130px 0;
}
.controlbar {
    background: url(/static/js/highslide/graphics/controlbar4.gif);
}
.controlbar a:hover {
    background-image: url(/static/js/highslide/graphics/controlbar4-hover.gif);
}
/*	"Loading..."-Button
    ------------------- */
.highslide-loading{
    display: block;
    color: black;
    font-size: 8pt;
    font-family: sans-serif;
    font-weight: bold;
    text-decoration: none;
    padding: 2px;
    border: 1px solid black;
    background-color: white;
    padding-left: 22px;
    background-image: url(/static/js/highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}



/*	- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    EVENTS
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.event_highslide .highslide-html-content{
    width: 550px;
    height: 700px;
    padding: 5px;
}
.event_highslide .highslide-header a{
    font-weight: bold !important;
    text-transform: uppercase;
    text-decoration: none !important;
    color: #909090 !important;
}
.event_highslide .highslide-header a:hover{
    color: #505050 !important;
}
.event_highslide .highslide-header ul li.highslide-previous,
.event_highslide .highslide-header ul li.highslide-next{
    display: none;
}

/*	- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    WETTER
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.wetter_highslide .highslide-html-content {
    width: 640px !important;
    height: 400px;
    padding: 5px;
}
.wetter_highslide .highslide-header a{
    font-weight: bold !important;
    text-transform: uppercase;
    text-decoration: none !important;
    color: #909090 !important;
}
.wetter_highslide .highslide-header a:hover{
    color: #505050 !important;
}
.wetter_highslide .highslide-header ul li.highslide-previous,
.wetter_highslide .highslide-header ul li.highslide-next{
    display: none;
}

/*	- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    GALERIE
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.wetter_highslide .highslide-html-content {
    width: 640px !important;
    height: 400px;
    padding: 5px;
}
.wetter_highslide .highslide-header a{
    font-weight: bold !important;
    text-transform: uppercase;
    text-decoration: none !important;
    color: #909090 !important;
}
.wetter_highslide .highslide-header a:hover{
    color: #505050 !important;
}
.wetter_highslide .highslide-header ul li.highslide-previous,
.wetter_highslide .highslide-header ul li.highslide-next{
    display: none;
}
.galerie_pictures img{
    max-width: 140px;
}
.galerie_pictures a img{
    border: 3px solid #FFFFFF;
}
.galerie_pictures a:hover img{
    border: 3px solid #FF6600;
}

* html .galerie_pictures img{
    width: 120px;
}
* html .galerie_pictures .margin_ten_right{
    margin-right: 5px;
}
* html .galerie_pictures .margin_ten_bottom{
    margin-right: 5px;
}

.galerie_videos a img{
    border: 3px solid #FFFFFF;
}
.galerie_videos a:hover img{
    border: 3px solid #FF6600;
}

/*	- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    SKIGEBIET PISTENPLAN
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.pistenplan_highslide .highslide-html-content {
    width: 810px !important;
    height: auto !important;
    padding: 5px;
}
.pistenplan_highslide .highslide-header a{
    font-weight: bold !important;
    text-transform: uppercase;
    text-decoration: none !important;
    color: #909090 !important;
}
.pistenplan_highslide .highslide-header a:hover{
    color: #505050 !important;
}
.pistenplan_highslide .highslide-header ul li.highslide-previous,
.pistenplan_highslide .highslide-header ul li.highslide-next{
    display: none;
}
.imageViewer{
    overflow: visible !important;
    position: relative;
    top: 0;
    left: 0;
    width: 800px;
    height: 569px;
}
.imageViewer .well,
.imageViewer .surface {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: default;
    border: 0px solid black;
}
.imageViewer .well{

    overflow: hidden;
}
.imageViewer .surface {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
}
.imageViewer .status{
    margin: 0;
    padding: 0;
    position: absolute;
    top: 480px;
    left: 0px;
    display: none;
}

.imageViewer .well .tile{
    border: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
}
.imageViewer .titlebar{
    position: absolute;
    top: -20px;
    left: 52px;
    width: 745px;
    height: 22px;
    padding-top: 3px;
    padding-left: 6px;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
}
* html .imageViewer .titlebar{
    position: absolute;
    top: -20px;
    left: 62px;
    width: 738px;
    height: 26px;
    border-bottom: 0px solid #FFFFFF;
}
.pistenplan_detail .titletext{
    position: absolute;
    top: 3px;
    left: 5Px;
}
.imageViewer .zoom{
    position: absolute;
    top: -30px;
    left: 0px;
}
* html .imageViewer .zoom{
    position: absolute;
    top: -30px;
    left: 0px;
    width: 62px;
    height: 22px;
}
.imageViewer .zoom img{
    border: none;
}
.imageViewer .zoom a{
    text-decoration: none;
}
.imageViewer .zoom hover{
    color: red;
}
.imageViewer .zoom .dump{
    font-size: 16px;
}
.pistenplan_headline{
    clear: both;
    margin-top: 35px;
}
.pistenplan_headline .zoom_info{
    top: -28px;
    left: 60px;
    position: absolute;
}

/*	- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    SKIGEBIET GALERIEBILDER
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.galerie_highslide .highslide-caption{
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
    line-height: 125%;
}

/*	- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    SKIGEBIET VIDEO
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.video_highslide .highslide-html-content{
    width: 500px;
}
.video_highslide .highslide-caption{
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;

}
.video_highslide .highslide-header a{
    font-weight: bold !important;
    text-transform: uppercase;
    text-decoration: none !important;
    color: #909090 !important;
}
.video_highslide .highslide-header a:hover{
    color: #505050 !important;
}

/*	- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    GOOGLE MAPS
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.googlemaps_highslide .highslide-html-content {
    width: 510px;
    height: 600px;
    padding: 5px;
}
.googlemaps_highslide .highslide-header a{
    font-weight: bold !important;
    text-transform: uppercase;
    text-decoration: none !important;
    color: #909090 !important;
}
.googlemaps_highslide .highslide-header a:hover{
    color: #505050 !important;
}
.googlemaps_highslide .highslide-header ul li.highslide-previous,
.googlemaps_highslide .highslide-header ul li.highslide-next {
    display: none;
}
.googlemaps_senden{
  border: 1px solid #CCCCCC !important;
  color: #CCCCCC;
  background: #FFFFFF;
  cursor: pointer;
}
.googlemaps_senden:hover {
  border: 1px solid #505050 !important;
  color: #505050;
}


/*	- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    TEILNAHMEBEDINGUNGEN (GEWINNSPIEL)
    z.B.: /artikel/gewinnspiel-des-monats-586
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.teilnahmebedingungen_highslide .highslide-html-content {
    width: 500px;
    height: 400px;
    padding: 5px;
}
.teilnahmebedingungen_highslide .highslide-header a{
    font-weight: bold !important;
    text-transform: uppercase;
    text-decoration: none !important;
    color: #909090 !important;
}
.teilnahmebedingungen_highslide .highslide-header a:hover{
    color: #505050 !important;
}
.teilnahmebedingungen_highslide .highslide-header ul li.highslide-previous,
.teilnahmebedingungen_highslide .highslide-header ul li.highslide-next {
    display: none;
}


/*	- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    BEWERTUNGSKRITERIEN SKIGEBIET
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.skigebietsbewertungen_highslide .highslide-html-content {
    width: 500px;
    height: 400px;
    padding: 5px;
}
.skigebietsbewertungen_highslide .highslide-header a{
    font-weight: bold !important;
    text-transform: uppercase;
    text-decoration: none !important;
    color: #909090 !important;
}
.skigebietsbewertungen_highslide .highslide-header a:hover{
    color: #505050 !important;
}
.skigebietsbewertungen_highslide .highslide-header ul li.highslide-previous,
.skigebietsbewertungen_highslide .highslide-header ul li.highslide-next {
    display: none;
}
