html {
    margin: 0;
    padding: 0;
}

body {
    background: #0081bb url(../img/backgrounds/blue.png) repeat-x;
    font: normal 0/0 Verdana, Helvetica, Arial;
    color: #515050;
    margin: 0;
}

a {
    font-size: 11px;
    font-family: Verdana, Helvetica, Arial;
    color: #00a1df;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

form {
    margin: 0;
    padding: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;    
}

img {
    border: 0;
}

p {
    margin: 10px 0;
}

p.bottom {
    margin: 10px 0 0 0;
}

acronym {
    cursor: help;
}

.zeroLineHeight {
    line-height: 0;
}

.clear {
    clear: both;
}

.noFont {
    line-height: 0;
    font-size: 0;
}

.grey {
    color: #9c9c9c !important;
}

.fullWidth {
    width: 100% !important;
}

.topSpacer15 {
    margin-top: 15px;
}

.topSpacer25 {
    margin-top: 25px;
}

.bottomSpacer5 {
    margin-bottom: 5px;
}

.bottomSpacer20 {
    margin-bottom: 20px;
}

.bottomSpacer25 {
    margin-bottom: 25px;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

#siteContainer {
    width: 965px;
    margin: 0 auto;
}

#pageHeader {
    margin: 0;
}

h1#healthCity {
    display: none;
}

#pageHeader ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 950px;
    height: 109px;
    background: transparent url(../img/headers/international.png) no-repeat;
}

#pageHeader ul li {
    float: left;
    padding: 89px 0 0 0;
}

#pageHeader ul li.first {
    padding-left: 253px;
}

#pageHeader ul li span {
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 26px;
    background-repeat: no-repeat;
    background-position: 0 -14px;
}

#pageHeader ul li a {
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 26px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 0;
    line-height: 0;
    margin-left: 15px;
}

#pageHeader ul li a span {
    display: none;
}

/*
#pageHeader ul li#topMenuItem_home { background: transparent url(../img/menu-items/blue/home.gif) no-repeat 183px 90px; width: 62px; }
#pageHeader ul li#topMenuItem_personalTraining { background: transparent url(../img/menu-items/blue/personal-training.gif) no-repeat 18px 90px; width: 132px; }
#pageHeader ul li#topMenuItem_youthFitness { background: transparent url(../img/menu-items/blue/youth-fitness.gif) no-repeat 18px 90px; width: 106px; }
#pageHeader ul li#topMenuItem_companyFitness { background: transparent url(../img/menu-items/blue/company-fitness.gif) no-repeat 18px 90px; width: 116px; }
#pageHeader ul li#topMenuItem_benefitProgram { background: transparent url(../img/menu-items/blue/benefit-program.gif) no-repeat 18px 90px; width: 119px; }
#pageHeader ul li#topMenuItem_webshop { background: transparent url(../img/menu-items/blue/webshop.gif) no-repeat 18px 90px; width: 84px; }
#pageHeader ul li#topMenuItem_subscribe { background: transparent url(../img/menu-items/blue/subscribe.gif) no-repeat 18px 90px; width: 94px; }
#pageHeader ul li#topMenuItem_contact { background: transparent url(../img/menu-items/blue/contact.gif) no-repeat 18px 90px; width: 72px; }

#pageHeader ul li#topMenuItem_home a { background-image: url(../img/menu-items/blue/home_tab.gif); width: 62px; }
#pageHeader ul li#topMenuItem_personalTraining a { background-image: url(../img/menu-items/blue/personal-training_tab.gif); width: 122px; }
#pageHeader ul li#topMenuItem_youthFitness a { background-image: url(../img/menu-items/blue/youth-fitness_tab.gif); width: 96px; }
#pageHeader ul li#topMenuItem_companyFitness a { background-image: url(../img/menu-items/blue/company-fitness_tab.gif); width: 106px; }
#pageHeader ul li#topMenuItem_benefitProgram a { background-image: url(../img/menu-items/blue/benefit-program_tab.gif); width: 109px; }
#pageHeader ul li#topMenuItem_webshop a { background-image: url(../img/menu-items/blue/webshop_tab.gif); width: 74px; }
#pageHeader ul li#topMenuItem_subscribe a { background-image: url(../img/menu-items/blue/subscribe_tab.gif); width: 84px; }
#pageHeader ul li#topMenuItem_contact a { background-image: url(../img/menu-items/blue/contact_tab.gif); width: 62px; }
*/

#pageHeader ul li#topMenuItem_home a { background-image: url(../img/menu-items/blue/home.gif); width: 36px; }
#pageHeader ul li#topMenuItem_personalTraining a { background-image: url(../img/menu-items/blue/personal-training.gif); width: 106px; }
#pageHeader ul li#topMenuItem_youthFitness a { background-image: url(../img/menu-items/blue/youth-fitness.gif); width: 80px; }
#pageHeader ul li#topMenuItem_companyFitness a { background-image: url(../img/menu-items/blue/company-fitness.gif); width: 90px; }
#pageHeader ul li#topMenuItem_benefitProgram a { background-image: url(../img/menu-items/blue/benefit-program.gif); width: 92px; }
#pageHeader ul li#topMenuItem_webshop a { background-image: url(../img/menu-items/blue/webshop.gif); width: 58px; }
#pageHeader ul li#topMenuItem_subscribe a { background-image: url(../img/menu-items/blue/subscribe.gif); width: 68px; }
#pageHeader ul li#topMenuItem_contact a { background-image: url(../img/menu-items/blue/contact.gif); width: 46px; }

#topBackground {
    width: 965px;
    height: 9px;
    background: transparent url(../img/page-header-background.png) no-repeat;
}

#pageBody {
    font-size: 11px;
    line-height: normal;
    background: transparent url(../img/page-body-background.png) repeat-y;
    padding: 0 13px 0 9px;
}

#pageLeftColumn {
    float: left;
    width: 220px;
    
}

#pageRightColumn {
    float: right;
    width: 702px;
}

#pageFooter {
    font-size: 11px;
    line-height: normal;
    background: transparent url(../img/page-footer-background.png) no-repeat;
    text-align: center;
    color: #fff;
    padding: 12px 3px 5px 3px;
    margin-bottom: 5px;
}

#pageFooter a {
    color: #fff;
    text-decoration: none;
}

#pageFooter a:hover {
    text-decoration: underline;
}

#countryLinks {
    font-size: 11px;
    line-height: normal;
    text-align: left;
    margin: 0 0 5px 3px;
    color: #fff;
}

#countryLinks a {
    color: #fff;
    text-decoration: none;
}

#countryLinks a:hover {
    text-decoration: underline;
}

#contentLeftColumn {
    float: left;
    width: 465px; /* 472 */
}

#contentLeftColumn #breadCrumb
{
    font: normal 9px/normal Verdana, Tahoma, Arial;
    color: #00a1df;
    margin-bottom: 10px;
}

#contentLeftColumn #breadCrumb a
{
    font: normal 9px/normal Verdana, Tahoma, Arial;
    color: #00a1df;
    text-decoration: none;
}

#contentLeftColumn #breadCrumb a:hover
{
    text-decoration: underline;
}

#contentRightColumn {
    float: right;
    width: 220px;
}

#contentRightColumn img {
    max-width: 220px;
}

.panel .panelHeading {
    background: transparent url(../img/panels/backgrounds/blue.gif) repeat-x;
    height: 20px;
    padding: 7px 0 0 11px;
}

.panel .panelHeading span {
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 15px;
    background-repeat: no-repeat;
    background-color: transparent;
}

.panel .panelContent {
    border: 1px solid #cecece;
    border-top: 0;
    padding: 8px 6px 8px 6px;
}

.panel .panelContent h2 {
    font-size: 12px;
    margin: 0 0 10px 0;
}

.panel .panelContent p {
    line-height: 16px;
    margin: 0 0 10px 0;
}

.panel .panelContent p.zeroMargin {
    margin: 0;
}

.panel .panelContent ul {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #535353;
}

.panel .panelContent ul li {
    background: transparent url(../img/li-arrow.gif) no-repeat 0 4px;
    padding-left: 15px;
}

.panel .panelContent #clubSelectLeftColumn {
    width: 208px;
    margin-top: 10px;
}

.panel .panelContent .fullWidthSelect {
    width: 208px;
}

.panel .panelContent #searchBtnLeftColumn {
    margin: 10px 0 7px 0;
}

#submenu {
    list-style: none;
    padding: 0;
    margin: 32px 0 0 4px;
}

#submenu li {
    background: transparent url(../img/submenu-arrows/blue.gif) no-repeat 0 3px;
    padding: 0 0 15px 15px;
}

#submenu li.grey {
    background-image: url(../img/submenu-arrows/grey.gif);
}

#submenu li a {
    font-size: 11px;
    color: #00a1df;
    text-decoration: none;
}

#footerMenu {
    background-color: #e7e7e9;
    padding: 15px 11px;
    margin: 15px 0 0 0;
}

#footerMenu .footerMenuItem {
    float: left;
    width: 208px;
    height: 89px;
    border-left: 1px solid #fff;
    padding: 0 12px 0 12px;
    color: #9c9c9c;
}

#footerMenu .first {
    border-left: 0;
    padding-left: 0;
}
    
#footerMenu .footerMenuItem ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footerMenu .footerMenuItem ul li {
    font-size: 11px;
    color: #9c9c9c; /* 808080 */
    margin-bottom: 3px;
}

#footerMenu .footerMenuItem ul li a {
    font-size: 11px;
    color: #9c9c9c; /* 808080 */
    text-decoration: none;
}

#footerMenu .footerMenuItem ul li a:hover {
    color: #000;
}

#footerMenu .footerMenuItem span {
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 14px;
    background-repeat: no-repeat;
    background-color: transparent;
    margin-bottom: 14px;
}

#footerMenu .footerMenuItem #footerMenuItem_businesslike { background-image: url(../img/footer-menu-item-title-businesslike.gif); }
#footerMenu .footerMenuItem #footerMenuItem_career { background-image: url(../img/footer-menu-item-title-career.gif); }
#footerMenu .footerMenuItem #footerMenuItem_clubconcepts { background-image: url(../img/footer-menu-item-title-clubconcepts.gif); }
#footerMenu .footerMenuItem #footerMenuItem_search { background-image: url(../img/footer-menu-item-title-search.gif); }

#footerMenu .footerMenuItem input {
    float: left;
}

#footerMenu .footerMenuItem .searchQuery {
    width: 184px;
    height: 17px;
    border-top: 1px solid #808080;
    border-left: 1px solid #808080;
    border-bottom: 1px solid #d4d0c7;
    border-right: 0;
    padding-right: 3px;
}

#contentLeftColumn ul {
    list-style: none;
    color: #535353;
    margin: 0;
    padding: 0;
    display: block;
}

#contentLeftColumn ul li {
    line-height: 1.6em;
    margin-bottom: 1em;
    padding-left: 15px;
    background: url(../img/li-arrow.gif) 0 4px no-repeat;
}

#contentLeftColumn ul li a {
    color: #408FBF;
    text-decoration: none;
}

#contentLeftColumn ul li ul {
    list-style: none;
    margin: 0 0 0 20px;
    padding: 0;
}

#contentLeftColumn ul li ul li {
    padding-left: 12px;
    background: url(../img/ulul.gif) 0 4px no-repeat;
    margin: 2px 0;
}

#contentLeftColumn ul li h2 {
    border-bottom: 1px solid #d6d6d6;
}

#contentLeftColumn .contentIntroList {
    list-style: none;
    margin: 0;
    padding: 0;
}

#contentLeftColumn .contentIntroList li {
    border-top: 1px solid #e8e8e8;
    line-height: 1em;
    margin-bottom: 0;
    padding-left: 0;
    background: none;
}

#contentLeftColumn .contentIntroList li.first {
    border-top: 0;
}

#contentLeftColumn .contentIntroList li h2 {
    font-size: 11px;
    font-weight: normal;
    line-height: normal;
    color: #00a1df;
    margin: 14px 0 4px 0;
    border: 0;
}


#contentLeftColumn .contentIntroList li h2.big {
    font-size: 14px;
    font-weight: bold;
}

#contentLeftColumn .contentIntroList li.first h2 {
    margin-top: 0;
}

#contentLeftColumn .contentIntroList li p {
    margin: 0 0 8px 0;
}

#contentLeftColumn .contentIntroList li a.readMore {
    float: left;
    margin: 0 4px 14px 0;
    color: #00a1df;
    text-decoration: none;
}

#contentLeftColumn #breadcrumb {
    font-size: 10px;
    color: #00a1df;
}

#contentLeftColumn #breadcrumb a {
    font-size: 10px;
    color: #00a1df;
}

#contentLeftColumn h1 {
    font-weight: bold;
    font-size: 14px;
    color: #00a1df;
    margin: 0 0 10px 0;
}

#contentLeftColumn h2,
#contentLeftColumn h3 {
    font-weight: normal;
    font-size: 12px;
    color: #00a1df;
    margin: 18px 0 0 0;
}

#contentLeftColumn p {
    line-height: 16px;
}

#contentLeftColumn a.readMore {
    color: #00a1df;
}

/* Form */
#contentLeftColumn fieldset {
    border-top: 1px solid #d6d6d6;
    margin-bottom: 10px;
    padding-top: 10px;
}

#contentLeftColumn label {
    clear: left;
    float: left;
    width: 200px;
}

#contentLeftColumn input {
    border: 1px solid #d6d6d6;
    margin-left: 20px;
    width: 230px;
}

#contentLeftColumn select {
    margin-left: 20px;
    width: 230px;
}

#contentLeftColumn textarea {
    border: 1px solid #d6d6d6;
/*    float: left;*/
    height: 150px;
    width: 450px;   
}

#contentLeftColumn input.button {
/*    float: right;
    height: 24px;
    margin: 15px 20px 0 0;
    width: 80px;
*/
    float: right;
    height: 24px;
    margin: 15px 20px 0 0;
    width: 80px;
	height: 20px;
	background: transparent url(../img/send-button.jpg) no-repeat;
	font-size: 0;
	line-height: 0;
	border: 0;
}

#contentLeftColumn input.button:hover {
    background-color: #d6d6d6;
    color: #fff;
}

/* Panels */
.panelClubPicture {
    max-width: 206px !important;
}

/* Panel titles */
.panelTitle_contact { background-image: url(../img/panels/titles/blue/contact.gif); }
.panelTitle_searchAClub { background-image: url(../img/panels/titles/blue/search-a-club.gif); }
.panelTitle_healthCityNewsletter { background-image: url(../img/panels/titles/blue/healthcity-newsletter.gif); }
.panelTitle_healthCity { background-image: url(../img/panels/titles/blue/healthcity.gif); }
.panelTitle_openingHours { background-image: url(../img/panels/titles/blue/opening-hours.gif); }
.panelTitle_findAClub { background-image: url(../img/panels/titles/blue/find-a-club.gif); }
.panelTitle_chooseClubOrPersonalTrainer { background-image: url(../img/panels/titles/blue/choose-club-or-personal-trainer.gif); }
.panelTitle_personal { background-image: url(../img/panels/titles/blue/personal.gif); }
.panelTitle_specialties { background-image: url(../img/panels/titles/blue/specialties.gif); }
.panelTitle_searchOnClub { background-image: url(../img/panels/titles/blue/search-on-club.gif); }
.panelTitle_searchJob { background-image: url(../img/panels/titles/blue/search-job.gif); }
.panelTitle_latestPublishedJobs { background-image: url(../img/panels/titles/blue/latest-published-jobs.gif); }
.panelTitle_jobsInSpotlight { background-image: url(../img/panels/titles/blue/jobs-in-spotlight.gif); }

/* Live validation */
.LV_validation_message,
.LV_invalid {
    color: #f00;
}

/* Photogallery */
td.thumbs {
    padding: 0;
}

/* BalloonTitle */
#balloonTitleContainer {
    position: absolute;
    left: 0;
    top: 0;
    width: 217px;
    height: 56px;
    background: transparent url(../img/balloon-title-background.png) no-repeat;
    color: #fff;
    font-size: 10px;
    line-height: normal;
    padding: 5px 7px 5px 7px;
}

.balloonTitleContainer_Hide {
    display: none;    
}

.balloonTitleContainer_Show {
    display: block;    
}

/* Lesson Time Table */
.lessonTimeTableDayContainer
{
	background: transparent url(../img/li-arrow.gif) no-repeat 0 4px;
	padding-left: 17px;
}

.lessonTimeTableDay
{
	color: #d6d6d6;
	background-color: #d6d6d6;
	height: 1px;
	border: 0;
	padding:0;
	margin:2px 0 5px 0;
}


.lessonTimeTableDayTimeContainer
{
	float: left;
	width: 218px;
	margin-right: 5px;
}

.lessonTimeTableHall
{
	width: 30px;
	text-align: center;
	color: #26bcf4;
}

/* Jobs */
#panelLatestPublishedJobs dl
{
	margin: 0;
	padding: 0;
}

#panelLatestPublishedJobs dl dt
{
	background: transparent url(../img/black-arrow.gif) no-repeat 0 4px;
	padding-left: 12px;
	font-weight: bold;
}

#panelLatestPublishedJobs dl dd
{
	margin: 0 0 5px 0;
	padding: 0;
}

#panelLatestPublishedJobs dl dt a
{
	font-size: 11px;
	font-weight: bold;
	color: #515050;
}

#jobs_buttonApplyNow {
	margin: 10px;
}

.jobsDropDown {
	width: 326px; 
	height: 18px; 
	background: transparent url(/assets/v5/img/jobs/dd_bg.gif) no-repeat;
	padding: 2px 0 0 5px;
	float: right; 
	overflow: hidden;
}

.jobsDropDownChild {
	position: absolute;
	width: 324px;
	height: 150px;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #fff;
	border: 1px solid #000;
	display: none;
	z-index: 999;
}

.jobsDropDownChild label {
	float: none !important;
	clear: none !important;
	width: auto !important;
}

.jobsDropDownChild input {
	width: auto !important;
	margin-left: 0 !important;
	border: 0 !important;
}

.jobsSearchFormInputText {
	width: 325px !important;
}