@font-face {
    font-family: 'DINNextLTProLight';
    src: url('../../font/dinnextltpro-light-webfont.eot');
    src: url('../../font/dinnextltpro-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../font/dinnextltpro-light-webfont.woff') format('woff'),
         url('../../font/dinnextltpro-light-webfont.ttf') format('truetype'),
         url('../../font/dinnextltpro-light-webfont.svg#DINNextLTProLight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DINNextLTProMedium';
    src: url('../../font/dinnextltpro-medium-webfont.eot');
    src: url('../../font/dinnextltpro-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../font/dinnextltpro-medium-webfont.woff') format('woff'),
         url('../../font/dinnextltpro-medium-webfont.ttf') format('truetype'),
         url('../../font/dinnextltpro-medium-webfont.svg#DINNextLTProMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}
html, body, #container {
    min-height: 100%;
    width: 100%;
    height: 100%;
}
html>body, html>body #container {
    height: auto;
}

#container_content, #container_header, #container_footer{
	width: 960px;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}

.label {
    color:#141414 !important;
    text-align:left !important;
    padding: 0 !important;
    line-height: 2.2 !important;
}