/*Content*/
body.js{
	background: #000000;
}
	
.js #content {
    height: 100%;
    min-height: 1180px;
}
.js div.module {
    position: absolute;
    height: 100%;
}
.js #footer {
    width: 100%;
    height: 345px; 
    margin-top: -250px;
}
.js div.teaser {
    height: 0px; 
    visibility: hidden;
}
.js div.backgroundScroll {
    background: #ffffff;
}
.js #footerNav {
    /*background: url('/css/images/bossBlack.footer.bg.jpg') left bottom repeat-x;*/
}
.js #footerNavInner {
    border-top: 1px solid #666666;
    color: #666666;
}
.js #footerNavInner a:link, .js #footerNavInner a:visited, .js #footerNavInner a:active, .js #footerNavInner a:focus {
    color: #666666;
}
.js #footerNavInner a:hover {
    color: #999999;
}
#footerNewsletter .newsletterInput {
    background: url('/css/images/bossBlack.newsletterInput.png');
}
#footerNewsletter #newsletterInput {
    color: #666666;
}
#footerNewsletter #newsletterInput.active {
    color: #999999;
}
#footerNewsletter input#newsletterSubmit {
    background: url('/css/images/bossBlack.newsletterSubmit.png');
}
#soundOff {
    background-image: url('/css/images/bossBlack.footerSoundOff.png');
}
#soundOn {
    background-image: url('/css/images/bossBlack.footerSoundOn.png');
}
/*video layer*/
#videoLayer a.close {
    background-image: url(/css/images/bossBlack.closeIcon.png);
}
#videoLayer a.close:link, #videoLayer a.close:active, #videoLayer a.close:visited, #videoLayer a.close:focus {
    color: #ffffff;
}
#videoLayer a.close:hover {
    color: #cccccc;
}

body.bodywearMen {
	background: #000;
}

/*footer*/

#country_box:hover {
    cursor: pointer;
}

#glossary_content #glossar_list li a, #country_box #country_liste #country_box_mid .country_item{
	color:#666;
}


#country_arrow {
    background-image: url(images/country_arrow_right_grey.png);
    background-repeat: no-repeat;
    width: 8px;
    height: 9px;
    float: left;
    margin-top: 5px;
    margin-right: 5px;
}

#country_txt a, #glossar_txt a {
	color:#666;
	text-decoration:none;
}

#country_box:hover > #country_select > #country_arrow {
    background-image: url(images/country_arrow_up_grey.png);
}

#glossar_arrow {
    background-image: url(images/country_arrow_right_grey.png);
    background-repeat: no-repeat;
    width: 8px;
    height: 9px;
    float: left;
    margin-top: 5px;
    margin-right: 5px;
}

#glossar_box:hover > #glossar_select > #glossar_arrow {
    background-image: url(images/country_arrow_up_grey.png);
}

#footerNewsletter #newsletterInput {
    color: #ccc;
}

