/*Content*/
.js #content {
    height: 100%;
    min-height: 846px;
}
.js div.module {
    position: absolute;
    height: 100%;
}

.js #footer {
    width: 100%;
    height: 345px; 
    margin-top: -150px;
}

.js div.teaser {
    height: 0px; 
    visibility: hidden;
}
.js div.backgroundScroll {
    /*background: #ffffff url(/css/images/bossOrange.bg.jpg) center top no-repeat; */
}
.js #footerNav {
    /*background: url('/css/images/bossOrange.footer.bg.jpg') left bottom repeat-x;*/
	background: 0 none;
}
.js #footerNavInner {
    border-top: 1px solid #ee7100;
    color: #ee7100;
}
.js #footerNavInner a:link, .js #footerNavInner a:visited, .js #footerNavInner a:active, .js #footerNavInner a:focus {
    color: #ee7100;
}
.js #footerNavInner a:hover {
    color: #ea9445;
}
#footerNewsletter .newsletterInput {
    background: url('/css/images/bossOrange.newsletterInput.png');
}
#footerNewsletter #newsletterInput {
    color: #ee7100;
}
#footerNewsletter #newsletterInput.active {
    color: #ea9445;
}
#footerNewsletter input#newsletterSubmit {
    background: url('/css/images/bossOrange.newsletterSubmit.png');
}
#soundOff {
    background-image: url(/css/images/bossOrange.footerSoundOff.png);
}
#soundOn {
    background-image: url(/css/images/bossOrange.footerSoundOn.png);
}
/*video layer*/
#videoLayer a.close {
    background-image: url(/css/images/bossOrange.closeIcon.png);
}
#videoLayer a.close:link, #videoLayer a.close:active, #videoLayer a.close:visited, #videoLayer a.close:focus {
    color: #ee7100;
}
#videoLayer a.close:hover {
    color: #ea9445;
}
/*Footer*/

#country_box:hover {
    cursor: pointer;
}

#country_arrow {
    background-image: url(images/country_arrow_right_orange.png);
    background-repeat: no-repeat;
    width: 8px;
    height: 9px;
    float: left;
    margin-top: 5px;
    margin-right: 5px;
}

#country_box:hover > #country_select > #country_arrow {
    background-image: url(images/country_arrow_up_orange.png);
}

#glossar_arrow {
    background-image: url(images/country_arrow_right_orange.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_orange.png);
}


#country_txt a, #glossar_txt a, #country_txt a:hover, #glossar_txt a:hover {
	text-decoration:none;
}

#country_box #country_liste #country_box_mid .country_item a {
	color:#666;
	text-decoration:none;
}

#country_box #country_liste #country_box_mid .country_item a:hover {
	color:#333;
	text-decoration:none;
}

#country_txt {
	color:#EE7100;
}
