﻿/*---------------------------------------------------
/*  site-general
/*---------------------------------------------------*/

body
{
    margin: 0;
    padding: 0;
    font-family: Arial;
    font-size: 12px;
}

.shadow
{
    width: 1060px;
    margin: auto;
}

#site
{
    width: 980px;
    margin: 0px 0px 0px 30px;
}

#site-bottom
{
    width: 100%;
}

/*---------------------------------------------------
/*  styles
/*---------------------------------------------------*/

h1
{
    padding: 0px 0px 15px 0px;
    margin: 0;
}

h2
{
    padding: 0px 0px 25px 0px;
    margin: 0;
}

.title, .title a, h1
{
    font-family: Times New Roman;
    font-weight: normal;
    font-size: 32px;
    text-decoration: none;
}

.titlesmall, .titlesmall a, h2
{
    font-family: Arial;
    font-weight: normal;
    font-size: 18px;
    text-decoration: none;
}

.titlemodule, .titlemodule a, h3
{
    font-family: Times New Roman;
    font-weight: normal;
    font-size: 18px;
    text-decoration: none;
}

.titleframe, .titleframe a, h4
{
    font-family: Times New Roman;
    font-weight: normal;
    font-size: 22px;
    text-decoration: none;
}

a
{
    cursor: pointer;
}

a:hover
{
    text-decoration: none;
}


/*---------------------------------------------------
/*  top
/*---------------------------------------------------*/

#top
{
    height: 55px;
    width: 980px;
}

/*---------------------------------------------------
/*  language
/*---------------------------------------------------*/

#top .language
{
    line-height: 55px;
    margin: 0px 0px 0px 15px;
    width: 120px;
    float: left;
}

#top .language a
{
    text-decoration: none;
    padding: 0px 2px 0px 2px;
}

/*---------------------------------------------------
/*  menu-top
/*---------------------------------------------------*/

#menu-top
{
    float: left;
    width: 250px;
    line-height: 55px;
}

#menu-top a
{
    text-decoration: none;
    padding: 0px 2px 0px 2px;
}

/*---------------------------------------------------
/*  banner
/*---------------------------------------------------*/

#banner
{
    width: 980px;
    height: 535px;
    position: relative;
    z-index: 15;
    margin: 0px 0px 0px 10px;
}

#banner .corner
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    z-index: 20;
}

#banner .nuss
{
    position: absolute;
    z-index: 5;
    top: 350px;
    left: -110px;
}


#banner .logo
{
    position: absolute;
    z-index: 10;
    top: -40px;
    right: 0px;
    width: 283px;
    height: 203px;
}

/*---------------------------------------------------
/*  quickrequest
/*---------------------------------------------------*/

#quickrequest
{
    position: absolute;
    z-index: 50;
    top: 168px;
    right: 0px;
    width: 283px;
    height: 203px;
}

#quickrequest .quickrequest-title
{
    padding: 5px 0px 2px 12px;
    position: relative;
}

#quickrequest .quickrequest-title a
{
    position: absolute;
    top: 3px;
    left: 260px;
    z-index: 11;
    cursor: pointer;
}

#quickrequest .container
{
    padding: 15px 0px 0px 12px;
    height: 160px;
}

#quickrequest .container .left
{
    float: left;
    width: 130px;
}

#quickrequest .container .left div
{
    padding: 1px 0px 1px 0px;
}

#quickrequest .container .right
{
    float: right;
    width: 130px;
}

#quickrequest .container .right div
{
    padding: 1px 0px 1px 0px;
}

#quickrequest .container .input-date
{
    width: 64px;
    margin: 0px 3px 0px 0px;
}

#quickrequest .container .input
{
    width: 124px;
}

#quickrequest .container .input-numeric
{
    width: 35px;
    float: right;
}

#quickrequest .container .link
{
    position: absolute;
    bottom: -12px;
    /*left: 73px;*/
    left: 142px;
    z-index: 12;
}

#quickrequest .container .link a
{
    width: 71px;
    height: 25px;
    float: left;
    display: block;
    line-height: 23px;
    text-align: center;
    text-decoration: none;
}

#quickrequest .container .link .continue
{
    margin: 0px 0px 0px 8px;
}

/*---------------------------------------------------
/*  menu-flyout
/*---------------------------------------------------*/

#menu-flyout
{
    position: absolute;
    z-index: 75;
    top: 468px;
    left: 0px;
    width: 980px;
    height: 36px;
}

#menu-flyout .cjq-flyout
{
    padding: 0px 0px 0px 25px;
}

#menu-flyout .level-0
{
    position: relative;
    float: left;
}

#menu-flyout .level-1
{
    position: relative;
}

#menu-flyout .menu-0
{
    text-decoration: none;
    font-family: Times New Roman;
    font-size: 18px;
    line-height: 36px;
    display: block;
    padding: 0px 8px 0px 8px;
}

#menu-flyout .separator
{
    width: 1px;
    height: 36px;
    float: left;
}

#menu-flyout .level-0 .flyout
{
    position: absolute;
    z-index: 15;
    bottom: 36px;
    left: -1px;
    display: none;
    text-align: left;
    width: 220px;
}

#menu-flyout .level-0 .flyout-1
{
    position: absolute;
    z-index: 15;
    bottom: 0px;
    left: 220px;
    display: none;
    text-align: left;
    width: 220px;
}

#menu-flyout .menu-1,
#menu-flyout .menu-2
{
    text-decoration: none;
    display: block;
    font-size: 14px;
    padding: 5px 5px 5px 20px;
}

#menu-flyout .flyout-separator
{
    width: 100%;
    height: 2px;
}

/*---------------------------------------------------
/*  columns
/*---------------------------------------------------*/

#col-left
{
    float: left;
    width: 280px;
    padding: 30px 0px 230px 0px;
}

#col-right
{
    float: left;
    width: 700px;
}

#col-right .textcontainer
{
    padding: 10px 60px 50px 15px;
    height: auto !important;
    min-height: 250px;
}

#col-right .textcontainer .facebook-like
{
    padding: 0px 0px 15px 0px;
    text-align: right;
}

#col-right .textcontainer .text
{
    font-size: 14px;
    line-height: 20px;
}

#col-right .textcontainer .text .content-text
{
    padding: 0px 0px 25px 0px;
}

/*---------------------------------------------------
/*  menu
/*---------------------------------------------------*/

#menu
{
    width: 245px;
    padding: 0px 0px 40px 0px;
    margin: 0px 0px 0px 10px;
}

#menu a
{
    text-decoration: none;
}

#menu .separator
{
    height: 2px;
}

#menu .menu-0
{
    font-family: Times New Roman;
    font-size: 25px;
    display: block;
    padding: 0px 0px 5px 25px;
    margin: 0px 0px 2px 0px;
}

#menu .level-1
{
    padding: 3px 0px 3px 0px;
}

#menu .menu-1,
#menu .active .menu-1
{
    font-size: 14px;
    display: block;
    padding: 5px 0px 5px 25px;
}

#menu .menu-2,
#menu .active .menu-2
{
    font-size: 12px;
    display: block;
    padding: 5px 0px 5px 40px;
}


/*---------------------------------------------------
/*  sitepath
/*---------------------------------------------------*/

#sitepath
{
    padding: 30px 0px 25px 0px;
}

#sitepath a
{
    text-decoration: none;
}


/*---------------------------------------------------
/*  bottom
/*---------------------------------------------------*/

#bottom
{
    clear: both;
    position: relative;
    width: 1024px;
    margin: auto;
}

#bottom .bambi
{
    position: absolute;
    top: -280px;
    left: -135px;
}

#bottom .header
{
    height: 41px;
    font-family: Times New Roman;
    font-size: 25px;
    line-height: 25px;
}

#bottom .header .separator
{
    float: left;
    width: 1px;
    height: 30px;
    margin: 11px 0px 0px 0px;
    font-size: 1px;
    line-height: 1px;
}

#bottom .separator
{
    float: left;
    width: 1px;
    height: 155px;
    font-size: 1px;
    line-height: 1px;
}

#bottom .header-address
{
    float: left;
    width: 250px;
    margin: 16px 0px 0px 55px;
}

#bottom .header-menu-bottom
{
    float: left;
    width: 200px;
    margin: 16px 0px 0px 35px;
}

#bottom .header-frame-newsletter
{
    float: left;
    width: 225px;
    margin: 16px 0px 0px 40px;
}

/*---------------------------------------------------
/*  address
/*---------------------------------------------------*/

#address
{
    float: left;
    width: 250px;
    margin: 0px 0px 0px 55px;
    font-size: 14px;
    line-height: 20px;
    padding: 20px 0px 70px 0px;
}

/*---------------------------------------------------
/*  menu-bottom
/*---------------------------------------------------*/

#menu-bottom
{
    float: left;
    width: 200px;
    margin: 0px 0px 0px 35px;
    padding: 20px 0px 0px 0px;
}

#menu-bottom .menu-0
{
    text-decoration: none;
    display: block;
    font-size: 14px;
    line-height: 20px;
}

/*---------------------------------------------------
/*  frame-newsletter
/*---------------------------------------------------*/

#frame-newsletter
{
    float: left;
    width: 225px;
    margin: 0px 0px 0px 40px;
    padding: 20px 0px 0px 0px;
    font-size: 14px;
}

#frame-newsletter .textbox
{
    padding: 25px 0px 5px 0px;
}

#frame-newsletter .textbox input
{
    width: 90px;
}

#frame-newsletter .email input
{
    width: 190px;
}

#frame-newsletter .link
{
    padding: 22px 0px 0px 0px;
    width: 195px;
}

#frame-newsletter .link a
{
    width: 91px;
    height: 25px;
    display: block;
    line-height: 23px;
    text-align: center;
    text-decoration: none;
    float: left;
}

#frame-newsletter .link .unsubscribe
{
    float: right;
}

/*---------------------------------------------------
/*  frame-weather
/*---------------------------------------------------*/

#frame-weather
{
    position: absolute;
    top: 0px;
    left: 820px;
    padding: 0px 0px 0px 25px;
}

/*---------------------------------------------------
/*  footer
/*---------------------------------------------------*/

#footer
{
    width: 1060px;
    height: 285px;
    margin: auto;
}

#footer .service-links
{
    text-align: right;
    padding: 10px 95px 0px 0px;
}

#footer .service-links a
{
    padding: 0px 3px 0px 3px;
}

#footer .logo-container
{
    position: relative;
    z-index: 25;
    height: 75px;
    width: 1000px;
    padding: 10px 0px 0px 45px;
}

#footer .logo-container .siegel
{
    position: absolute;
    z-index: 25;
    top: -55px;
    left: 60px;
}

#footer .logo-container .kinderhotels
{
    padding: 23px 25px 0px 0px;
    display: block;
    float: left;
}

#footer .logo-container .nassfeld
{
    padding: 15px 25px 0px 0px;
    display: block;
    float: left;
}

#footer .logo-container .holidaycheck
{
    padding: 25px 25px 0px 0px;
    display: block;
    float: left;
}

#footer .logo-container .hc-award
{
    padding: 8px 25px 0px 0px;
    display: block;
    float: left;
}

#footer .logo-container .kaernten
{
    padding: 5px 25px 0px 0px;
    display: block;
    float: left;
}
#footer .logo-container .airport
{
    padding: 2px 0px 0px 4px;
    display: block;
    float: left;
}

/*---------------------------------------------------
/*  newsletter
/*---------------------------------------------------*/

#newsletter .description
{
    padding: 0px 0px 15px 0px;
}

#newsletter .subscribe
{
    margin: 0px 0px 40px 0px;
}

/*---------------------------------------------------
/*  webcams
/*---------------------------------------------------*/

#webcams .detail .titlemodule
{
    padding: 0px 0px 15px 0px;
}

#webcams .detail .description
{
    padding: 0px 0px 20px 0px;
}

#webcams .detail .link
{
    margin: 0;
}

/*---------------------------------------------------
/*  webcams
/*---------------------------------------------------*/

#downloads .titlemodule
{
    padding: 0px 0px 10px 0px;
}

/*---------------------------------------------------
/*  guestbook
/*---------------------------------------------------*/

#guestbook .titleguestbook
{
    padding: 0px 0px 20px 0px;
}

#guestbook .titleguestbook a
{
    text-decoration: none;
}

#guestbook .titleguestbook a:hover
{
    text-decoration: underline;
}

#guestbook .titlemodule
{
    float: left;
}

#guestbook .country
{
    float: left;
}

#guestbook .date
{
    float: right;
    margin: 0px 5px 0px 0px;
    font-weight: bold;
}

#guestbook .description
{
    padding: 5px 5px 5px 15px;
}
#guestbook .homepage
{
    text-align: right;
}
/*---------------------------------------------------
/*  frame-offers
/*---------------------------------------------------*/

#frame-offers
{
    width: 263px;
    height: 492px;
    position: relative;
    font-size: 14px;
    margin: 0px 0px 20px 0px;
    overflow: hidden;
}

#frame-offers a
{
    text-decoration: none;
}

#frame-offers .item
{
    height: 190px;
}

#frame-offers .container
{
    padding: 25px 0px 30px 30px;
    height: 410px;
    position: relative;
    z-index: 10;
}

#frame-offers .container .titleframe
{
    padding: 0px 0px 10px 0px;
}

#frame-offers .container .image
{
    padding: 0px 0px 0px 0px;
}

#frame-offers .container .name
{
    font-weight: bold;
}
#frame-offers .container .date
{
    padding: 5px 0px 2px 0px;
}

#frame-offers .button
{
    position: absolute;
    z-index: 11;
    bottom: -12px;
    left: 75px;
    width: 121px;
    height: 25px;
    line-height: 25px;
    text-align: center;
}

#frame-offers .button a
{
    display: block;
}

#frame-offers .link
{
    padding: 30px 0px 0px 16px;
    width: 236px;
}

#frame-offers .link a
{
    display: block;
    line-height: 20px;
    margin: 1px 0px 1px 0px;
    padding: 0px 0px 0px 18px;
    font-weight: bold;
}

/********* slider-offers  *********/

#slider-offers ul,
#slider-offers li
{
	margin:0;
	padding:0;
	list-style:none;
}

#frame-offers #slider-offers li
{ 
	width: 205px;
	height: 390px;
	overflow: hidden;
}	

#frame-offers #prevBtnOffers,
#frame-offers #nextBtnOffers
{ 
	position: absolute;
	top: 27px;
	left: 210px;
	width: 11px;
	height: 20px;
}
	
#frame-offers #nextBtnOffers
{ 
	left: 225px;
}

#frame-offers #prevBtnOffers a,
#frame-offers #nextBtnOffers a
{
    display: block;
    height: 20px;
}


/*---------------------------------------------------
/*  frame-fotogallery
/*---------------------------------------------------*/

#frame-fotogallery
{
    width: 263px;
    height: 364px;
    position: relative;
    font-size: 14px;
    overflow: hidden;
}

#frame-fotogallery a
{
    text-decoration: none;
}

#frame-fotogallery .container
{
    padding: 25px 0px 0px 30px;
    height: 210px;
    position: relative;
    z-index: 10;
}

#frame-fotogallery .container .titleframe
{
    padding: 0px 0px 10px 0px;
}

#frame-fotogallery .container .image
{
    padding: 0px 0px 0px 0px;
}

#frame-fotogallery .container .name
{
    padding: 15px 0px 25px 0px;
}

#frame-fotogallery .button
{
    position: absolute;
    z-index: 11;
    bottom: -12px;
    left: 75px;
    width: 121px;
    height: 25px;
    line-height: 25px;
    text-align: center;
}

#frame-fotogallery .button a
{
    display: block;
}

#frame-fotogallery .link
{
    padding: 30px 0px 0px 16px;
    width: 236px;
}

#frame-fotogallery .link a
{
    display: block;
    line-height: 20px;
    margin: 1px 0px 1px 0px;
    padding: 0px 0px 0px 18px;
    font-weight: bold;
}

/********* slider-fotogallery  *********/

#slider-fotogallery ul,
#slider-fotogallery li
{
	margin:0;
	padding:0;
	list-style:none;
}

#frame-fotogallery #slider-fotogallery li
{ 
	width: 205px;
	height: 160px;
	overflow: hidden;
}	

#frame-fotogallery #prevBtnFotogallery,
#frame-fotogallery #nextBtnFotogallery
{ 
	position: absolute;
	top: 27px;
	left: 210px;
	width: 11px;
	height: 20px;
}
	
#frame-fotogallery #nextBtnFotogallery
{ 
	left: 225px;
}

#frame-fotogallery #prevBtnFotogallery a,
#frame-fotogallery #nextBtnFotogallery a
{
    display: block;
    height: 20px;
}

/*---------------------------------------------------
/*  offers
/*---------------------------------------------------*/

#offers .date
{
    font-weight: bold;
}

#offers .detail .image
{
    margin: 20px 0px 0px 0px;
}

#offers .detail .buttons
{
    width: 180px;
    float: right;
    margin: 20px 0px 0px 0px;
}

#offers .detail .buttons a
{
    text-decoration: none;
    font-weight: bold;
    display: block;
}

#offers .detail .buttons a:hover
{
    text-decoration: underline;
}

#offers .detail .description
{
    padding: 20px 0px 0px 0px;
}

/*---------------------------------------------------
/*  news
/*---------------------------------------------------*/

#news .item
{
    margin: 0;
}

#news .separator
{
    height: 15px;
    font-size: 0px;
    line-height: 0px;
}

#news .name,
#news .name a
{
    font-weight: bold;
    text-decoration: none;
}

#news .news-list
{
    padding: 0px 0px 5px 0px;
    margin: 0px 0px 20px 0px;
}

#news .listlink
{
    float: right;
}

#news .listlink a
{
    text-decoration: none;
}


/*---------------------------------------------------
/*  rooms
/*---------------------------------------------------*/
#rooms .image-map
{
    float: right;
    margin: 20px 0px 10px 25px;
}

#rooms .equipment
{
    padding: 20px 0px 15px 0px;
}

#rooms .equipment ul
{
    margin: 0;
}

#rooms .panorama
{
    padding: 25px 0px 0px 0px;
    font-weight: bold;
    font-family: Times New Roman;
    font-size: 16px;
}

#rooms .panorama a
{
    text-decoration: none;
    padding: 0px 0px 0px 20px;
}


/*---------------------------------------------------
/*  routeplanner
/*---------------------------------------------------*/

#route-planner
{
    padding: 20px 0px 0px 0px;
}

#route-planner .row
{
	clear: both;
	padding: 2px 0px 2px 0px;
}

#route-planner .row .label
{
	float: left;
	width: 120px;
}

#route-planner .row .value
{
	margin-left: 120px;
}

#route-planner .address
{
	width: 360px;
}

#route-planner .country
{
	width: 367px;
}

#route-planner .zipcode
{
	width: 100px;
}

#route-planner .place
{
	width: 251px;
}

#google-map
{
	width: 625px;
	height: 480px;
}

/*---------------------------------------------------
/*  links
/*---------------------------------------------------*/
#links .item
{
    width: 207px;
    float: left;
}

/*---------------------------------------------------
/*  recommend
/*---------------------------------------------------*/
#recommend .contact-form
{
    margin: 0;
}

#recommend .contact-form .input-row input
{
    width: 320px;
}

#recommend .contact-form .input-row textarea
{
    width: 320px;
    height: 80px;
}

/*---------------------------------------------------
/*  pager
/*---------------------------------------------------*/
.pager
{
    padding: 20px 0px 0px 0px;
}

.pager .inserts
{
    padding: 0px 0px 5px 0px;
    font-weight: bold;
}

.pager a
{
    padding: 2px 4px 2px 4px;
    text-decoration: none;
    cursor: pointer; 
    font-weight: bold;
    display: block;
    float: left;
    margin: 0px 2px 0px 2px;
}

.pager .first
{
    width: 11px;
}

.pager .last
{
    width: 11px;
}

.pager .previous
{
    width: 11px;
}

.pager .next
{
    width: 11px;
}


/*---------------------------------------------------
/*  sitemap
/*---------------------------------------------------*/
.sitemap a
{
    display: block;
    padding: 2px 0;
    text-decoration: none;
}
.sitemap a:hover
{
    text-decoration: underline;
}
.sitemap ul
{
    padding-left: 30px;
}
.sitemap ul a
{
    font-weight: bold;
}
.sitemap ul ul a
{
    font-weight: normal;
}
.sitemap ul ul ul  ul a
{
    font-style: italic;
}


/*---------------------------------------------------
/*  base module
/*---------------------------------------------------*/

.base-module .item
{
    margin: 0px 0px 25px 0px;
}

.base-module .item .image
{
    float: left;
    margin: 0px 25px 0px 0px;
}

.base-module .link a
{
    text-decoration: none;
}

.base-module .link
{
    padding: 5px 0px 5px 15px;
}

.base-module .detail .link
{
    margin: 40px 0px 0px 0px;
}




/*---------------------------------------------------
/*  contact form
/*---------------------------------------------------*/

.contact-form .input-row span.name
{
    display: inline-table;
    width: 120px;
    text-align: left;
    margin-right: 10px;
}

.contact-form .block
{
	padding: 20px;
}

.contact-form .separator
{
    height: 20px;
    line-height: 0px;
    font-size: 0px;
    clear: both;
}

.contact-form .input-row
{
    margin-bottom: 5px;
}

.contact-form .input-row input
{
     width: 360px;
}

.contact-form .input-row select
{
     width: 365px;
}

.contact-form .small select
{
     width: 60px;
}

.contact-form .input-row textarea 
{
    width: 360px;
    height: 160px;
}

.contact-form .checkboxes
{
    float: left;
}

.contact-form .checkboxes input
{
    width: 20px;
}

.contact-form .button
{
	padding: 5px 15px 5px 15px;
	text-decoration: none;
	margin: 20px 0px 20px 0px;
	font-size: 16px;
}

.contact-form .summary
{
    padding: 3px 5px 3px 20px;
    margin: 0px 0px 20px 0px;
}

.contact-form .summary ul
{
    margin: 0;
}

.contact-form .missing-privacy
{
    margin: 5px 0px 0px 0px;
    display: block;
}

.contact-form .rooms
{
	width: 270px;
	float: left;
	margin-right: 20px;
}
.contact-form .input-row span.second
{
    width: 60px;
    text-align: right;
    margin-right: 10px;
    margin-left: 20px;
}
.contact-form .calendar-row img
{
	width: 12px;
	height: 12px;
	padding: 2px;
}

.contact-form .input-row .textinput-date
{
    width: 80px;
}

.contact-form .input-row .calendar
{
     width: 100px;
}
.contact-form .input-row  input.small,
.contact-form .input-row.small  input
{
     width: 30px;
}

.contact-form .calendar-row img
{
    margin-left: 5px;
    cursor: pointer;
}

.contact-form .input-row .textarea span
{
    display: inline-block;
    float: left;
}

.contact-form .privacy span.name
{
    display: block;
    width: 100px;
    float: left;
}
.contact-form .privacy div
{
    float: left;
    width: 378px;
}
.contact-form .privacy .privacy-box input
{
    width: 20px;
}
.contact-form .privacy a
{
    text-decoration: underline;
    cursor: pointer;
}

.contact-form .link
{
	padding: 40px 0px 60px 0px;
}
	
.contact-form .checkbox-additional
{
    float: left; 
    width: 100px; 
    padding-left: 3px;
}

.contact-form .privacy .missing-privacy
{
    display: block;
    padding: 5px;
    margin: 5px 0;
    width: 100%;
}

.contact-form .includes
{
    float: left;
    width: 290px;
}

.contact-form .input-row .checkbox-additional input
{
    width: 20px;
}
.contact-form .input-row .checkbox-additional-input input
{
    width: 300px;
}

.contact-form .header-text
{
    margin-bottom: 10px;
}

.contact-form .form-error
{
	padding-right: 20px;
	background-image: url(/media/error.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.contact-form .privacy .form-error
{
    background-color: #8B1713;
}
.contact-form .error-message
{
    background-color: #d9213b;
    color: #ffffff;
    padding: 5px;
    margin-bottom: 10px;
}
.contact-form .rooms input
{
    width:20px;
}
.contact-form .padding
{
	padding: 20px 10px 5px 20px;
}

.contact-form .row-interests input
{
    width: 30px;
}

.contact-form .table-container
{
    padding: 10px 0px 0px 0px;
    display: none;
}

.contact-form .contact-container
{
    padding: 10px 0px 0px 0px;
    display: none;
}

.contact-form .block .float
{
    width: 280px;
    float: left;
}

.contact-form input.captcha
{
    width:200px;
}

.contact-form img.captcha-image
{
    padding-left:135px;
}



#quickrequest .error-message
{
	width: 273px;
	position: absolute;
	top: 28px;
	left: -283px;
	padding: 10px 5px 10px 5px;
}

/*---------------------------------------------------
/*  popup-gallery
/*---------------------------------------------------*/

#popup-gallery html,
body.body-fotogallery
{
    height: 100%;
    background-image: none;
}

body.body-fotogallery .link
{
    position: absolute;
    top: 480px;
    right: 100px;
}

body.body-fotogallery .link a
{
    text-decoration: none;
}

.body-fotogallery
{
    overflow: hidden;
    margin: 0;
}

.close-gallery
{
    position: absolute;
    top: 12px;
    right: 15px;
    cursor: pointer;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    font-size: 0;
    line-height: 0;
}


/*---------------------------------------------------
/*  utils
/*---------------------------------------------------*/

img
{
    border: 0;
}

.clear
{
    clear: both;
    height: 0px;
    font-size: 0px;
    line-height: 0px;
}

/*remove flash borders at ff 3.6*/
object { outline:none; }

/*---------------------------------------------------
/*  jquery popup
/*---------------------------------------------------*/

.ui-widget-overlay
{
    position:absolute;
    top:0;
    left:0;
    opacity:0.3;
    filter:Alpha(Opacity=30); 
}

.cjq-popup
{
    overflow: hidden;
}

body.popup
{
	 padding:10px 0 10px 10px;
}
.print-body
{
    overflow:auto;
    padding:10px 0 10px 10px;
}

.cjq-popup .ui-dialog-titlebar
{
    height:30px;
    line-height:30px;
    font-weight:bold;
    padding-left:10px;
}

.cjq-popup .ui-dialog-titlebar a
{
    position:absolute;
    top:5px;
    right:5px;
    text-decoration:none;
    font-weight:bold;
    padding:2px 5px;
    line-height:15px;
    width:16px;
    height:16px;
}
.cjq-popup .ui-dialog-titlebar a span
{
    width:16px;
    height:16px;
    font-size:0;
    line-height:0;
    display:block;
}

.popup
{
    background-image: none;
}

/*---------------------------------------------------
/*  ajax
/*---------------------------------------------------*/
.ajax-container
{
    position: relative;
}
.ajax-loading
{
    position: absolute;
    left: 0px;
    top: 0px;
    display: none;
}
.ajax-loading .loading
{
    margin: 20% auto 0;
    width: 250px;
    padding: 10px 20px;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
