/*
 * General definitions
 */
body {
    background: #FFF;
    color: #333;
    font-family: Arial, sans-serif;
    font-size: 14px;
    width: 100%;
}

h1 {
    font-size: 20px;
    font-weight: normal;
    margin: 20px 0;
}

h2 {
    font-size: 16px;
    font-weight: normal;
    margin: 0;
}

/*
 * Global classes
 */
.clean:before,
.clean:after {
    content: "";
    display: table;
}

.clean:after {
    clear: both;
}

.clean {
    zoom: 1;
}

.cleaner {
    clear: both;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.text-center {
    text-align: center;
}

.overflow-hidden {
    overflow: hidden;
}

.vertical-center {
    display: table-cell;
    vertical-align: middle;
}

.no-mt {
    margin-top: 0 !important;
}

.muted {
    color: #999;
    font-weight: normal;
}

.muted a{
    color: black;
    font-weight: normal;
}

/*
 * Form styles
 */
.form-custom input[type="text"] {
    background: #FFF;
    border-bottom: 1px solid #9F9F9F;
    border-left: 1px solid #4D4D4D;
    border-radius: 0;
    border-right: 1px solid #9F9F9F;
    border-top: 1px solid #4D4D4D;
    height: 48px;
    padding: 0 10px;
    -webkit-appearance: none;
}

.form-custom input[type="text"].default {
    color: #BBB;
}

.form-custom input[type="submit"].search-button {
    background: transparent url('../images/form/button/search.png') no-repeat scroll left top;
    background-size: 50px 50px;
    border: none;
    border-radius: 0;
    display: inline-block;
    height: 50px;
    width: 50px;
    -webkit-appearance: none;
}

.form-custom .combined input[type="text"] {
    border-right: none;
}

.form-custom .block-element .flexible {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
}

.form-custom .block-element input[type="text"].flexible {
    height: 50px;
}

/*
 * Main structure - Header
 */
#header {
    background: #F6F6F6;
    border-bottom: 1px solid #CACACA;
    border-top: 1px solid #CACACA;
	position: fixed;
	width: 100%;
	z-index: 5;
}

#header .logo {
    display: inline-block;
    float: right;
    margin: 3px 5px;
}

#header .logo img {
    display: block;
}

/*
 * Navigation - Main
 */
#navigation-main {
    background: transparent url('../images/navigation/main/background.png') repeat-x scroll left top;
    border-top: 1px solid #FFF;
}

#navigation-main ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#navigation-main ul li {
    float: left;
}

#navigation-main ul li.right {
    float: right;
}

#navigation-main ul li a {
    background-attachment: scroll;
    background-color: transparent;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 27px 32px;
    color: #000;
    display: block;
    font-size: 11px;
    padding: 34px 10px 10px;
    text-decoration: none;
}

#navigation-main ul li.active a {
    background-color: #FFF;
    color: #006CBB;
}

#navigation-main ul li.katalog a,
#navigation-main ul li.katalog_online a {
    background-image: url('../images/navigation/main/katalog.png');
}

#navigation-main ul li.katalog.active a,
#navigation-main ul li.katalog_online.active a {
    background-image: url('../images/navigation/main/katalog-active.png');
}

#navigation-main ul li.suche a {
    background-image: url('../images/navigation/main/suche.png');
}

#navigation-main ul li.suche.active a {
    background-image: url('../images/navigation/main/suche-active.png');
}

#navigation-main ul li.mehr a {
    background-image: url('../images/navigation/main/mehr.png');
}

#navigation-main ul li.mehr.active a {
    background-image: url('../images/navigation/main/mehr-active.png');
}

#navigation-main ul li.webseite a {
	height: 41px;
    padding: 0;
    width: 98px;
}

#navigation-main ul li.webseite a img {
	margin-top: 20px;
	height: 20px;
}

/*
 * Main structure - Content
 */
#content {
    background: #FDFDFD url('../images/general/background.png') repeat-x scroll left 60px;
    min-height: 45px;
	padding-top: 85px;
}

/*
 * Content blocks - Intro
 */
#content .intro {
    background: url('../images/general/start-background.png') right top #333;
    position: relative;
    width: 100%;
}

#content .intro img,
#content .intro h1,
#content .intro .search {
    left: 0;
    position: absolute;
    top: 0;
}

#content .intro img {
    z-index: 0;
    display: block;
    margin: 0 auto;
    position: static;
    padding-top: 20px;
    width: 137px;
    padding-left: 165px;
}

#content .intro img.logo {
    display: block;
    left: 0;
    padding: 0;
    position: absolute;
    top: -40px;
    width: 100%;
}

#content .intro h1,
#content .search {
    z-index: 1;
}

#content .intro h1 {
    color: #FFFFFF;
    font-family: n023012t;
    font-size: 17px;
    font-weight: bold !important;
    left: -72px;
    line-height: 1em;
    margin: 0 auto;
    position: relative;
    top: -149px;
    width: 150px;
}

#content .intro .search {
    left: 0;
    right: 0;
    top: 210px;
}

#content .intro .search .block-element {
    margin: 0 auto;
    width: 300px;
}

/*
 * Content blocks - Headings (H1, H2)
 */
#content h1 {
    margin: 20px 5px;
}

#content h2 {
    margin: 20px 5px;
}

/*
 * Content blocks - Headline
 */
#content .headline {
    border-bottom: 1px solid #E5E5E5;
    padding: 10px 5px 8px 5px;
}

#content .headline a.back,
#content .headline .label {
    margin: 5px 0;
	font-size: 14px;
}

/*
 * Content blocks - Listing
 */
#content ul.listing {
    list-style: none;
    margin: 0 5px 5px;
    padding: 0;
}

#content ul.listing li a {
    background: #FFF url('../images/content/listing/entry-background.png') repeat-x scroll left top;
    border-bottom: 1px solid #BFBFBF;
    border-right: 1px solid #BFBFBF;
    color: #333;
    display: block;
    font-size: 13px;
    margin-top: 5px;
    padding: 5px 14px;
    text-decoration: none;
}

#content ul.listing li a:hover {
    background: #D9E7F0;
}

#content ul.listing li .vertical-center {
    height: 59px;
}

#content ul.listing li .vertical-center .image {
    display: inline-block;
    margin-right: 10px;
    width: 60px;
    vertical-align: top;
    padding: 5px 0px;
}

#content ul.listing li .vertical-center .image img {
    display: inline-block;
    max-width: 60px;
}

#content ul.listing li .vertical-center .text {
    display: inline-block;
    line-height: 1.2em;
    width: 206px;
    vertical-align: top;
    padding: 15px 0px;
}

#content ul.listing li .vertical-center .text .separated {
    display: block;
    margin-top: 6px;
}

#content ul.listing li .vertical-center .text .color-flag {
    margin-top: 5px;
}

/*
 * Content blocks - Link back
 */
#content a.back {
    background: transparent url('../images/content/arrow/type1-left.png') no-repeat scroll left center;
    background-size: 22px 22px;
    color: #333;
    display: inline-block;
    font-size: 14px;
    min-height: 20px;
    min-width: 22px;
    padding: 2px 0 0 32px;
    text-decoration: none;
}

#content .back-link {
    border-top: 1px solid #E5E5E5;
    padding: 10px 5px;
}

/*
 * Content blocks - Image scroller
 */
#content .image-scroller {
    margin-bottom: 10px;
}

#content .image-scroller .scroller-right,
#content .image-scroller .scroller-left {
    background-attachment: scroll;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    width: 18px;
}

#content .image-scroller .scroller-right.inactive,
#content .image-scroller .scroller-left.inactive {
    cursor: auto;
}

#content .image-scroller .scroller-right {
    background-image: url('../images/content/arrow/type2-right.png');
	background-position: center 90px;
    background-size: 8px 23px;
    float: right;
}

#content .image-scroller .scroller-right.inactive {
    background-image: url('../images/content/arrow/type2-right-inactive.png');
}

#content .image-scroller .scroller-left {
    background-image: url('../images/content/arrow/type2-left.png');
	background-position: center 90px;
    background-size: 8px 23px;
    float: left;
}

#content .image-scroller .scroller-left.inactive {
    background-image: url('../images/content/arrow/type2-left-inactive.png');
}
#content .image-scroller .scroller-left.space,
#content .image-scroller .scroller-right.space {
	background-image: none !important;
	cursor: auto  !important;
}

#content .image-scroller .viewport {
    height: 330px;
    position: relative;
}

#content .image-scroller .viewport .workspace {
    position: absolute;
    width: 50000px;
}

#content .image-scroller .viewport .workspace .item {
    color: #999;
    display: table-cell;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    vertical-align: top;
}

#content .image-scroller .viewport .workspace .item img {
    max-height: 200px;
    max-width: 284px;
    margin-bottom: 10px;
}

#content .image-scroller .scroller-right,
#content .image-scroller .scroller-left {
    height: 330px;
}

#content .image-scroller .viewport,
#content .image-scroller .viewport .workspace .item {
    width: 284px;
    margin: 0 auto;
}

/*
 * Gallery Image Scroller
 */

 #content .catalogue ul.child-listing-links li a:hover span {
     color: #3a94b4;
 }

 #content .catalogue .catalogue .float-box.w2 {
     margin-left: 20px;
 }

 #content .catalogue .catalogue .float-box.w2 > .wrapper {
     margin: 0;
 }

 #content .catalogue .float-box .catalogue-product-image {
     margin: 0 auto;
 }

 #content .catalogue .float-box .catalogue-product-image .image-wrap {
     display: table-cell;
     vertical-align: middle;
     text-align: center;
     height: 204px;
     width: 300px;
     cursor: pointer;
     cursor: -moz-zoom-in;
 }

 #content .catalogue .float-box .catalogue-product-image .image-wrap img {
     max-height: 200px;
     max-width: 220px;
 }

 #content .catalogue .float-box .catalogue-product-image .caption {
     text-align: center;
     margin: 5px 0;
     min-height: 35px;
 }

 #content .catalogue .float-box .catalogue-product-image .image-scroller {
     margin: 0 auto;
     width: 200px;
 }

 #content .catalogue .float-box .catalogue-product-image .image-scroller .arrow-left {
     background: transparent url('/application/resources/images/catalogue/image-scroller-catalogue-left.png') no-repeat scroll left top;
     display: block;
     height: 29px;
     width: 43px;
     outline: none;
 }

 #content .catalogue .float-box .catalogue-product-image .image-scroller .arrow-left:hover {
     background: transparent url('/application/resources/images/catalogue/image-scroller-catalogue-left.png') no-repeat scroll left top;
 }

 #content .catalogue .float-box .catalogue-product-image .image-scroller .magnify {
     background: transparent url('/application/resources/images/catalogue/image-scroller-catalogue-middle.png') no-repeat scroll left top;
     display: block;
     height: 29px;
     width: 138px;
     outline: none;
 }

 #content .catalogue .float-box .catalogue-product-image .image-scroller .magnify:hover {
     background: transparent url('/application/resources/images/catalogue/image-scroller-catalogue-middle.png') no-repeat scroll left top;
 }

 #content .catalogue .float-box .catalogue-product-image .image-scroller .arrow-right {
     background: transparent url('/application/resources/images/catalogue/image-scroller-catalogue-right.png') no-repeat scroll right top;
     display: block;
     height: 29px;
     width: 44px;
     outline: none;
 }

 #content .catalogue .float-box .catalogue-product-image .image-scroller .arrow-right:hover {
     background: transparent url('/application/resources/images/catalogue/image-scroller-catalogue-right.png') no-repeat scroll right center;
 }

 #content .catalogue .float-box .catalogue-product-image .image-scroller {
     overflow: hidden;
     height: 72px;
     position: relative;
 }

 #content .catalogue .float-box .catalogue-product-image .image-scroller .arrow-list-left {
     background: transparent url('/application/resources/images/catalogue/arrow-gray-left.png') no-repeat scroll center center;
     position: absolute;
     left: -5px;
     display: block;
     height: 72px;
     width: 16px;
     outline: none;
     z-index: 1;
 }

 #content .catalogue .float-box .catalogue-product-image .image-scroller .arrow-list-left:hover {
     background: transparent url('/application/resources/images/catalogue/arrow-gray-left.png') no-repeat scroll center center;
 }

 #content .catalogue .float-box .catalogue-product-image .image-scroller .arrow-list-right {
     background: transparent url('/application/resources/images/catalogue/arrow-gray-right.png') no-repeat scroll center center;
     position: absolute;
     right: -4px;
     display: block;
     height: 72px;
     width: 16px;
     outline: none;
     z-index: 1;
 }

 #content .catalogue .float-box .catalogue-product-image .image-scroller .arrow-list-right:hover {
     background: transparent url('/application/resources/images/catalogue/arrow-gray-right.png') no-repeat scroll center center;
 }

 #content .catalogue .float-box .catalogue-product-image .image-scroller .main-listing-container {
     left: 66px;
     position: absolute;
     width: 9999px;
 }

 #content .catalogue .float-box .catalogue-product-image .image-scroller .main-listing-image {
     display: inline-block;
     text-align: center;
     padding: 3px 9px;
     height: 68px;
     cursor: pointer;
     overflow: hidden;
 }

 #content .catalogue .float-box .catalogue-product-image .image-scroller .main-listing-image.active {
     background: transparent url(/application/resources/images/catalogue/layer-bevel.png);
 }

 #content .catalogue .float-box .catalogue-product-image .image-scroller .main-listing-image-wrap {
     display: table-cell;
     vertical-align: middle;
     text-align: center;
     height: 68px;
     overflow: hidden;
 }

 /* elevateZoom (Catalogue) */
 .zoomContainer .zoomWindowContainer > div {
     top: 26px !important;
     left: 230px !important;
     border: 1px solid #bfbfbf !important;
     border-radius: 2px !important;
 }

 #content .catalogue .float-box .catalogue-product-image .image-scroller img {
     height: 48px;
     width: 48px;
 }

/*
 * Content blocks - Copy
 */

#content h1 span.right {
    display: none;
}

#content blockquote {
    margin: 0;
    padding: 0;
}

#content div.mobile-subline,
#content div.mobile-headline {
    margin: 0 0px 0px;
}

#content div.mobile-copy {
    margin: 0 5px 10px;
    overflow: hidden;
}

#content div.mobile-copy .w6 {
    margin-bottom: 10px;
}

#content div.mobile-section {
    color: #333333;
    font-family: Arial,sans-serif;
    font-size: 14px;
    margin: 0px 0;
    line-height: 1.4;
    padding: 10px 5px;
}

#content .copy {
    margin: 0 5px 40px;
}

#content div.mobile a,
#content .copy a {
    color: black;
}

#content div.mobile ul,
#content .copy ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#content div.mobile ul li,
#content .copy ul li {
    background: transparent url('../images/content/list/bullet.png') no-repeat scroll left 4px;
    background-size: 10px 10px;
    margin: 20px 0 0 8px;
    padding-left: 20px;
}

#content div.mobile,
#content .copy ul li:first-child {
    margin-top: 0;
}

/*
 * Content blocks - Product detail
 */
#content .product-detail .hide-copy {
    max-height: 140px;
    margin-bottom: 40px;
    overflow: hidden;
}

#content .product-detail .hide-copy.hided {
    margin-bottom: 10px;
}

#content .product-detail .hide-copy .copy {
    margin-bottom: 0;
}

#content .product-detail a.expand,
#content .product-detail a.contract {
    background: transparent url('../images/content/arrow/type3-right.png') no-repeat scroll right center;
    background-size: 17px 17px;
    color: #006CBB;
    display: inline-block;
    text-decoration: none;
    padding-right: 28px;
    margin: 0 5px 40px;
}

/*
 * Content blocks - Expand list
 */
#content ul.expand-list {
    list-style: none;
    margin: 0 5px 40px;
    padding: 0;
}

#content ul.expand-list li {
    border-bottom: 1px solid #CECECE;
}

#content ul.expand-list li .label,
#content ul.expand-list li a.trigger {
    color: #333;
    display: block;
    font-size: 16px;
    padding: 10px 20px 10px 0;
}

#content ul.expand-list li a.trigger {
    background: transparent url('../images/content/arrow/type2-bottom.png') no-repeat scroll right center;
    background-size: 26px 9px;
    margin-bottom: 0;
    text-decoration: none;
}

#content ul.expand-list li.active a.trigger {
    background-image: url('../images/content/arrow/type2-top.png');
    background-size: 26px 9px;
}

#content ul.expand-list li.active ul {
    display: block;
}

#content ul.expand-list ul {
    display: none;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

#content ul.expand-list ul li {
    border-bottom: 0;
    font-size: 13px;
    padding: 5px 10px;
}

#content ul.expand-list ul li.full {
    padding: 0;
}

#content ul.expand-list ul li.gray {
    background: #F1F1F1;
}

#content ul.expand-list ul li table {
    width: 100%;
}

#content ul.expand-list ul li table tr th,
#content ul.expand-list ul li table tr td {
    border-top: 1px solid #CECECE;
    padding: 5px 0;
    text-align: left;
    vertical-align: top;
}

#content ul.expand-list ul li table tr:first-child th,
#content ul.expand-list ul li table tr:first-child td {
    border-top: none;
}

#content ul.expand-list ul li table tr th {
    font-weight: normal;
    padding-right: 5px;
    width: 110px;
}

#content ul.expand-list ul li table tr td {
    font-weight: bold;
}

#content ul.expand-list ul li table tr td .muted {
    font-size: 11px;
}

#content ul.expand-list ul li .features {
    border-top: 1px solid #CECECE;
    padding-top: 10px;
}

#content ul.expand-list ul li .features .color-flag {
    margin-right: 8px;
}

#content ul.expand-list ul li .button-container {
    margin-top: 20px;
}

#content ul.expand-list ul li .button-container .gray-block-link {
    margin: 0;
}

#contentr .gray-block-link.black {
    color: black;
}

/*
 * Download-Page Adjustments
 */
.no-menu #navigation-main ul {
    min-height: 59px;
}

.no-menu #navigation-footer div {
    border-right: none;
}

#content.download ul.expand-list {
    margin: 20px 5px 20px;
}

#content.download ul.expand-list ul li {
    padding: 17px 10px;
}

#content.download ul.expand-list .download-page-item th {
    width: 175px;
}

#content.download ul.expand-list .download-page-item td {
    text-align: right;
    font-weight: normal;
}

#content.download .copy a {
    text-decoration: none;
    color: #006CBA;
}

#content.download .download-page-item .download-page-item-data {
    float: right;
}

/*
 * Content blocks - Gray button
 */
#content .gray-button {
    color: #333;
    display: block;
    font-size: 14px;
    margin: 0 -2px 6px;
    text-decoration: none;
    width: 294px;
    cursor: pointer;
}

#content .gray-button .top,
#content .gray-button .bottom,
#content .gray-button .inner,
#content .gray-button .content,
#content .gray-button .arrow-right {
    background-attachment: scroll;
    background-color: transparent;
    background-repeat: no-repeat;
    display: block;
}

#content .gray-button .top {
    background-image: url('../images/form/button/gray/top.png');
    background-position: left top;
    background-size: 294px 5px;
    padding-top: 5px;
}

#content .gray-button .bottom {
    background-image: url('../images/form/button/gray/bottom.png');
    background-position: left bottom;
    background-size: 294px 9px;
    margin-bottom: -5px;
    padding-bottom: 9px;
}

#content .gray-button .inner {
    background-image: url('../images/form/button/gray/shadow-y.png');
    background-position: left bottom;
    background-repeat: repeat-y;
    padding: 0px 2px;
}

#content .gray-button .content {
    background-color: #FFF;
    background-image: url('../images/form/button/gray/inner.png');
    background-position: left bottom;
    background-size: 290px 30px;
    padding: 0 10px;
}

#content .gray-button .arrow-right {
    background-position: right center;
    background-size: 22px 22px;
    min-height: 20px;
    padding: 5px 30px 5px 0;
}

/*
 * Content blocks - Gray block link
 */
#content .gray-block-link {
    background: #F1F1F1;
    color: #006CBA;
    display: block;
    font-size: 14px;
    margin: 0 5px;
    padding: 15px 10px;
    text-decoration: none;
}

#content .gray-block-link.full-width {
    margin-left: 0;
    margin-right: 0;
}

#content .gray-block-link .arrow {
    background: transparent url('../images/content/arrow/type3-right.png') no-repeat scroll right center;
    background-size: 17px 17px;
    min-height: 20px;
    display: block;
    padding-right: 20px;
}

#content .button-container .gray-block-link {
    padding: 0 10px;
}

#content .button-container .gray-block-link .border,
#content .button-container .gray-block-link .border {
    border-top: 1px solid #CECECE;
    display: block;
    padding: 15px 0;
}

#content .button-container .gray-block-link:first-child .border {
    border-top: none;
}

/*
 * Content blocks - Color flags
 */
#content .color-flag {
    color: #FFF;
    display: inline-block;
    font-size: 10px;
    font-weight: normal;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    text-align: center;
    width: 16px;
}

#content .color-flag.yellow {
    background: #FFC930;
}

#content .color-flag.gray {
    background: #666668;
}

#content .color-flag.blue {
    background: #2E6BFE;
}

#content .color-flag.red {
    background: #9A0A08;
}

#content .color-flag-group {
    display: inline-block;
}

#content .color-flag-group .color-flag {
    float: left;
    margin-left: 5px;
}

#content .color-flag-group .color-flag:first-child {
    margin-left: 0;
}

/*
 * Content blocks - Search
 */
#content .search .copy.muted {
    margin: 15px;
}

#content .search .copy.muted.error {
    color: red;
}

#content .bottom-pager a {
    color: #006CBA;
    font-size: 14px;
    text-decoration: none;
    line-height:1;
}

#content .bottom-pager a:hover {
    text-decoration: underline;
}

#content .bottom-pager {
    background: url("/application/resources/mobile/images/general/pager-background.png") repeat-x scroll left top transparent;
    padding: 13px 7px;
    border-bottom: 1px solid #BFBFBF;
    border-right: 1px solid #BFBFBF;
}

#content .catalogue-prev-link,
#content .catalogue-next-link {
    display: block;
    background: url("/application/resources/mobile/images/general/prev.png") no-repeat scroll left center transparent;
    color: #006CBB;
    padding: 2px 0px;
    padding-left: 30px;
}


#content .catalogue-prev-link {
    background: url("/application/resources/mobile/images/general/prev.png") no-repeat scroll left center transparent;

}

#content .catalogue-next-link {
    background: url("/application/resources/mobile/images/general/next.png") no-repeat scroll left center transparent;
}


#search-layer {
	background: url("../images/general/shadow.png") repeat-x scroll left bottom transparent;
	padding-bottom:6px;
	position: absolute;
	top: 60px;
	width: 100%;
}

#search-layer .border {
    width: 100%;
	border-top:1px solid #CACACA;
	border-bottom:1px solid #CACACA;
	background: url("../images/general/background.png") repeat-x scroll left top #FFF;
}


#search-layer .form-custom .block-element input.flexible[type="text"] {
    height: 50px;
}

#search-layer .form-custom .block-element {
	width: 98%;
	margin: auto;
	margin-top: 9px;
	margin-bottom: 9px;
}

#search-layer .form-custom input.search-button[type="submit"] {
	background: transparent url("../images/form/button/search.png") no-repeat scroll left top;
    background-size: 50px 50px;
    border: medium none;
    border-radius: 0;
    display: inline-block;
}

#search-layer {
	display: none;
}

/* Back Button */
/*
 * Content blocks - Gray button
 */
#content .back-button {
	font-size: 10px;
	float:left;
	margin-right: 8px;
	margin-top: 1px;
}


#content .back-button .left {
	background-image: url('../images/form/button/back/left.png');
	background-repeat: no-repeat;
    background-position: left top;
    background-size: 28px 28px;
	height:28px;
	display: inline-block;
	padding-left: 28px;
}

#content .back-button .right {
	background-image: url('../images/form/button/back/right.png');
    background-position: right top;
    background-size: 7px 28px;
	background-repeat: no-repeat;
	height:28px;
	padding-right: 7px;
	display: inline-block;
}

#content .back-button .center {
	background-image: url('../images/form/button/back/center.png');
    background-position: left top;
    background-size: 1px 28px;
	height: 28px;
	line-height: 28px;
	font-size: 10px;
	text-transform: uppercase;
	color: #333;
	padding-right:5px;
	display: inline-block;
}

#content .headline.bottom {
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	background: url('../images/general/pager-background.png') repeat-x scroll left top #FDFDFD;
}


#content .subline-copy-image div.w8 {
	margin: 0 5px 10px;
}


#content .subline-copy-image .category a {
	display: block;
	text-align: center;
}
#content .subline-copy-image .category img {
	max-width: 150px;
	max-height: 60px;
	margin: auto;
	margin-top: 12px;
	margin-bottom: 12px;
}

/*
 * Content Blocks Footer Nav
 */

#navigation-footer div a {
    background: transparent url('../images/content/arrow/type1-top.png') no-repeat scroll left center;
    background-size: 22px 22px;
    color: #006CBA;
    display: inline-block;
    font-size: 14px;
    min-height: 20px;
    min-width: 22px;
    padding: 2px 0 0 32px;
    text-decoration: none;
}

#navigation-footer div a:hover {
    text-decoration: underline;
}

#navigation-footer div {
	background: transparent url('../images/general/pager-background.png') repeat-x scroll left top;
    padding: 13px 7px;
    border-top: 1px solid #BFBFBF;
	border-right: 1px solid #BFBFBF;
	margin-top:2px;
}

#content .expand-list th img {
	max-width: 100px;
}

#content .expand-list th {
	max-width: 146px;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

#content.download-popup {
    background: none;
    padding-top: 0;
}

.fancybox-wrap {
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
}

.fancybox-wrap iframe {
    border: none;
    overflow: hidden;
}

#cookie-layer * {
    box-sizing: border-box;
}

#cookie-layer {
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 1000000;
}

#cookie-layer > .inner {
    background: #fff;
    padding: 5px 45px 50px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 420px;
}

#cookie-layer .page-settings {
    display: none;
}

#cookie-layer .headline {
    font-size: 16px;
    font-weight: bold;
}

#cookie-layer .copy {
    font-size: 14px;
    margin-top: 12px;
}

#cookie-layer label {
    display: block;
    font-size: 14px;
    padding-left: 20px;
}

#cookie-layer .option {
    margin-top: 20px;
}

#cookie-layer .html-replacement.checkbox {
    margin: 0;
    position: absolute;
}

#cookie-layer .html-replacement.checkbox:hover {
    margin: 0;
}

#cookie-layer .close {
    background: url(/application/resources/images/general/big-grey-close-icon.png) no-repeat center center transparent;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    height: 20px;
    width: 20px;
}

#cookie-layer .image img {
    display: block;
    margin: 0 auto;
}

#cookie-layer .actions {
    margin-top: 20px;
}

#cookie-layer .option {
    display: flex;
}

#cookie-layer label {
    padding-left: 10px;
    margin-top: -2px;
}

#cookie-layer .copy {
    margin-bottom: 20px;
}

#cookie-settings-layer #content {
    height: 0;
    min-height: 0;
    padding: 0;
}
