/**
/* Kompatibel: Blaetterkatalog Version 2
**/
html { width: 100%; height: 100%;}
body { margin: 0; padding: 0; height: 100%; width: 100%; position: relative; }
#wrapper { margin: 0; padding: 0; height: 100%; width: 100%; }
#wrapper > div {
    width: 100%;
    height: 100%;
}

/** Katalog allgemein **/
#blaetterkatalog {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.8em;
	position: relative;
}
#blaetterkatalog ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#blaetterkatalog .blkat_url:hover {
	z-index: 500;
}
#blkat_areaedit_toggle_btn {
	position: absolute;
	left: 75%;
	top: 7px;
	background-color: transparent;
	border-radius: 0;
	border: 1px solid transparent !important;
	color: #000;
	display: block;
	font-size: 14px;
	font-weight: normal;
	padding: 7px 15px;
	text-align: center;
	text-decoration: none;
	border: none;
	cursor: pointer;
}
#blkat_areaedit_toggle_btn:focus,
#blkat_areaedit_toggle_btn:hover,
#blkat_areaedit_toggle_btn:active {
	border-color: #123F66 !important;
	background-color: #123F66;
	color: #fff;
}

/** URLs **/
#blaetterkatalog .blkat_url {
	position: absolute;
	background-repeat: no-repeat;
	line-height: 1.4;
	font-size: 100%;
	display: block;
	padding: 3px 5px 3px 36px;
	font-weight: normal;
	color: #555;
}
#blaetterkatalog a.blkat_url.blkat_url_area.blkat_default {
	padding: 0;
	background-image: none !important;
}
#blaetterkatalog a.blkat_url.blkat_url_area.blkat_default.markarea {
	background-color: rgba(255,0,0,0.1);
}
#blaetterkatalog a.blkat_url,
#blaetterkatalog a.blkat_url:link,
#blaetterkatalog a.blkat_url:visited {
	text-align: left;
	text-decoration: underline;
}
#blaetterkatalog .blkat_url.blkat_default {
	background-image: url(../images/toolbar_get_info.png) !important;
}
#blaetterkatalog .blkat_url span {
	text-align: left;
	line-height: 1.4;
	font-size: 100%;
}
body {
	background-image: url(../images/bg_main.png);
	background-repeat: repeat-x;
	background-position: center center;
	background-color: #fff;
}
/** Main **/
#blaetterkatalog .blkat_main {
	position: absolute !important;
	left: 40px;
	right: 40px;
	bottom: 78px;
	top: 77px;
	padding-right: 22px;
	padding-left: 22px;
	overflow: hidden;
}
#blaetterkatalog h2.blkat_main_indextitle {
	position: relative;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	background-color: #9c9e9f;
	margin: 0;
	padding: 8px 25px 9px 35px;
	background-image: url(../images/icon_index.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}
.blkat_index {
	width: 190px;
	padding-top: 38px;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 30;
	bottom: 38px;
}
.blkat_inner_index {
	background-color: #FFFFFF;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
	height: 100%;
	position: relative;
}

/** Header **/
#blaetterkatalog .blkat_header {
	background-color: #f1f1f1;
	color:  #000;
	min-height: 36px;
	border-bottom: 1px solid #777;
	position: relative;
}
#blaetterkatalog .blkat_header h1.blkat_head_title {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin: 0;
	padding: 13px 25px 13px 120px;
}

/** Footer **/
#blaetterkatalog .blkat_footer {
	background-color: #9c9e9f;
	color:  #fff;
	min-height: 36px;
	border-top: 1px solid #777;
	border-bottom: 1px solid #c2c4c4;
	position: relative;
}
.blkat_openpage {
	position: absolute;
	left: 50%;
	top: 9px;
	margin-left: -50px;
}
input.blkat_print_von,
input.blkat_print_bis,
.blkat_openpage input {
	width: 100px;
	height: 34px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #000;
	color: #000;
	font-size: 14px;
}
.blkat_zoom {
	position: absolute;
	right: 65px;
	top: 15px;
	width: 70px;
}
.blkat_zoom input {
	width: 70px;
	margin: 0;
	padding: 0;
	border: 0 none;
}
.blkat_minzoom,
.blkat_maxzoom {
	text-transform: uppercase;
	font-weight: bold;
}

/** Next- und prevbutton **/
#blaetterkatalog .next-button,
#blaetterkatalog .previous-button {
	bottom: 0;
    position: absolute;
    top: 0;
    width: 22px;
    background-color: rgba(236, 116, 4, 0.3);
    cursor: pointer;
    background-image: url(../images/nav.png);
    background-repeat: no-repeat;
    border: 0 none;
}
#blaetterkatalog .zoom-in .next-button,
#blaetterkatalog .zoom-in .previous-button {
	display: none !important;
}
#blaetterkatalog .previous-button {
    background-position: 5px center;
    left: -22px;
}
#blaetterkatalog .next-button {
    background-position: -93px center;
    right: -22px;
}
#blaetterkatalog.single .previous-button {
	left: 0;
	z-index: 100;
}
#blaetterkatalog.single .next-button {
	right: 0;
	z-index: 100;
}
#blaetterkatalog * {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
#blaetterkatalog .previous-button:focus,
#blaetterkatalog .next-button:focus,
#blaetterkatalog .previous-button:hover,
#blaetterkatalog .next-button:hover {
    background-color: rgba(236, 116, 4, 1.0);
}
#flipbook .shadow,
#flipbook.shadow{
  -webkit-box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  -ms-box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  -o-box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

/** Buttons **/
.blkat_button {
	display: block;
	position: absolute;
	height: 26px;
	width: 26px;
	background-repeat: no-repeat;
	background-position: center center;
	top: 9px;
	color: #000;
	text-decoration: none;
	padding: 5px;
	border: 1px solid transparent;
	background-color: transparent;
}
.blkat_button:focus,
.blkat_button:hover,
.blkat_button:active {
	background-color: #123F66;
	border-color: #123F66;
	color: #fff;
}
.blkat_button.blkat_help {
	background-image: url(../images/help.png);
	left: 50%;
	margin-left: -13px;
	background-repeat: no-repeat;
/* 	background-position: 0 0; */
	background-position: 5px -296px;
	top: 4px;
	height: 40px;
	width: 40px;
}
.blkat_button.blkat_help:focus,
.blkat_button.blkat_help:hover,
.blkat_button.blkat_help:active {
/* 	background-position: 0 -300px; */
	border-color: #123F66;
}
.blkat_button.blkat_print {
	background-image: url(../images/icon_print2.png);
	left: 65px;
}
.blkat_button.blkat_print:focus,
.blkat_button.blkat_print:hover,
.blkat_button.blkat_print:active {
	background-image: url(../images/icon_print.png);
}
.blkat_button.blkat_index_btn {
	background-image: url(../images/icon_index2.png);
	left: 15px;
}
.blkat_button.blkat_index_btn:focus,
.blkat_button.blkat_index_btn:hover,
.blkat_button.blkat_index_btn:active {
	background-image: url(../images/icon_index.png);
}
.blkat_button.blkat_download {
	background-image: url(../images/icon_download2.png);
	left: 115px;
}
.blkat_button.blkat_download:focus,
.blkat_button.blkat_download:hover,
.blkat_button.blkat_download:active {
	background-image: url(../images/icon_download.png);
}
.blkat_button.blkat_overview {
	background-image: url(../images/icon_overviewmode2.png);
	left: 235px;
}
.blkat_button.blkat_overview:focus,
.blkat_button.blkat_overview:hover,
.blkat_button.blkat_overview:active {
	background-image: url(../images/icon_overviewmode.png);
}
.blkat_button.blkat_pageview {
	background-image: url(../images/icon_pageviewmode2.png);
	left: 280px;
}
.blkat_button.blkat_pageview:focus,
.blkat_button.blkat_pageview:hover,
.blkat_button.blkat_pageview:active {
	background-image: url(../images/icon_pageviewmode.png);
}
/* Nav */
.blkat_button.blkat_first {
	background-image: url(../images/icon_firstpage2.png);
	left: 50%;
	margin-left: -140px;
}
.blkat_button.blkat_first:focus,
.blkat_button.blkat_first:hover,
.blkat_button.blkat_first:active {
	background-image: url(../images/icon_firstpage.png);
}
.blkat_button.blkat_last {
	background-image: url(../images/icon_lastpage2.png);
	left: 50%;
	margin-left: 110px;
}
.blkat_button.blkat_last:focus,
.blkat_button.blkat_last:hover,
.blkat_button.blkat_last:active {
	background-image: url(../images/icon_lastpage.png);
}
.blkat_button.blkat_prev {
	background-image: url(../images/icon_prev2.png);
	left: 50%;
	margin-left: -95px;
}
.blkat_button.blkat_prev:focus,
.blkat_button.blkat_prev:hover,
.blkat_button.blkat_prev:active {
	background-image: url(../images/icon_prev.png);
}
.blkat_button.blkat_next {
	background-image: url(../images/icon_next2.png);
	left: 50%;
	margin-left: 64px;
}
.blkat_button.blkat_next:focus,
.blkat_button.blkat_next:hover,
.blkat_button.blkat_next:active {
	background-image: url(../images/icon_next.png);
}
.blkat_button.blkat_fullscreen {
	background-image: url(../images/fullscreenmode2.png);
	padding: 5px;
	top: 5px;
	right: 5px;
}
.blkat_button.blkat_fullscreen:focus,
.blkat_button.blkat_fullscreen:hover {
	background-image: url(../images/fullscreenmode.png);
	background-color: #123F66;
	color: #fff;
}
.blkat_button.blkat_fullscreen.blkat_fullscreen_active {
	background-image: url(../images/fullscreenmode_abort.png);
}
.blkat_button.blkat_minzoom {
	right: 145px;
	top: 10px;
	height: auto;
	padding: 8px 10px 9px;
	width: 42px;
}
.blkat_button.blkat_maxzoom {
	right: 15px;
	top: 10px;
	height: auto;
	padding: 8px 10px 9px;
	width: 46px;
}
.blkat_close_index {
  background-image: url(../images/icon_close.png);
  background-repeat: no-repeat;
  height: 9px;
  position: absolute;
  right: 10px;
  top: 13px;
  width: 9px;
}

/** Responsive Nav **/
@media only screen and (max-width: 930px) { 
	.blkat_button.blkat_overview {
		left: 165px;
	}
	.blkat_button.blkat_pageview {
		left: 215px;
	}
}
@media only screen and (max-width: 800px) { 
	.blkat_openpage {
		display: none;
	}
	.blkat_button.blkat_first {
		margin-left: 0;
		left: 263px;
	}
	.blkat_button.blkat_prev {
		margin-left: 0;
		left: 311px;
	}
	.blkat_button.blkat_next {
		margin-left: 0;
		left: 359px;
	}
	.blkat_button.blkat_last {
		margin-left: 0;
		left: 407px;
	}
	.blkat_button.blkat_help {
		left: auto;
		right: 53px;
		top: 5px;
	}
	#blaetterkatalog .blkat_header h1.blkat_head_title {
		padding-right: 120px;
	}
}
@media only screen and (max-width: 650px) { 
	.blkat_zoom,
	.blkat_button.blkat_first,
	.blkat_button.blkat_prev,
	.blkat_button.blkat_next,
	.blkat_button.blkat_last {
		display: none;
	}
	.blkat_button.blkat_minzoom {
		right: 60px;
	}
	#blaetterkatalog .blkat_header h1.blkat_head_title {
		padding: 13px 100px;
	}
}


/** Index **/
#blaetterkatalog ul.blkat_index_nav {
	padding: 10px 0 10px 10px;
}
ul.blkat_index_nav li.ebene0 {
	
}
ul.blkat_index_nav li.ebene0 a,
ul.blkat_index_nav li.ebene0 a:link,
ul.blkat_index_nav li.ebene0 a:visited {
	display: block;
	padding: 4px 0 4px 15px;
	background-position: 0 7px;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #9c9e9f;
	background-image: url(../images/bg_index_nav_2.png);
}
ul.blkat_index_nav li.ebene0 a.blkat_activemenuentry.ebeneHasChildren.ebene0,
ul.blkat_index_nav li.ebene0 a.blkat_activemenuentry.ebeneHasChildren.ebene0:link,
ul.blkat_index_nav li.ebene0 a.blkat_activemenuentry.ebeneHasChildren.ebene0:visited {
	background-position: 0 -293px;
}
ul.blkat_index_nav li.ebene0 a.ebeneHasChildren,
ul.blkat_index_nav li.ebene0 a.ebeneHasChildren:link,
ul.blkat_index_nav li.ebene0 a.ebeneHasChildren:visited {
	background-image: url(../images/bg_index_nav.png);
}
#blaetterkatalog ul.blkat_index_nav ul {
	padding-left: 15px;
}
ul.blkat_index_nav il.ebene0 li a,
ul.blkat_index_nav li.ebene0 li a:link,
ul.blkat_index_nav li.ebene0 li a:visited {
	background-image: url(../images/bg_index_nav_2.png);
}
ul.blkat_index_nav li.ebene0 a:hover {
	color: #555;
}
ul.blkat_inactivemenu {
	display: none;
}

/** Inhaltsbereich **/
.blkat_mode_overview {
	display: none;
}
.blkat_mode_pageview.small,
.blkat_mode_overview.small {
	position: absolute !important;
}
.blkat_mode_pageview  {
	overflow: visible !important;
}
.blkat_mode_pageview.small {
	right: 50px;
}
.blkat_mode_overview.active,
.blkat_mode_pageview.active {
	display: block;
}
/** Overview **/
#blaetterkatalog .blkat_mode_overview ul {
	padding: 4px;
	overflow: hidden;
	line-height: 1.2;
}
#blaetterkatalog .blkat_mode_overview ul li {
	float: left;
	margin: 0.5em 1.5em;
}
#blaetterkatalog .blkat_mode_overview ul li a {
	display: block;
	position: relative;
	padding-top: 1.6em;
	text-decoration: none;
}
#blaetterkatalog .blkat_mode_overview ul li a span {
	white-space: nowrap;
	position: absolute;
	top: 0;
	left: 5px;
	display: inline-block;
	padding: 0.2em 5px;
	background-color: #f0a463;
	color: #fff;
}
#blaetterkatalog .blkat_mode_overview ul li img {
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 4px 0 rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.3);
	-webkit-transition: box-shadow 0.5s linear;
	-moz-transition: box-shadow 0.5s linear;
	-o-transition: box-shadow 0.5s linear;
	transition: box-shadow 0.5s linear;
	border: 0 none;
}
#blaetterkatalog .blkat_mode_overview ul li img:hover {
	box-shadow: 0 0 5px 1px rgba(0,0,0,0.6);
	-moz-box-shadow: 0 0 5px 1px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,0.6);
}

/** Flipbook **/
.blkat_imgsize {
	width: 100%;
	height: 100%;
}
.sample-flipbook .even .gradient {
	background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 95%, rgba(0,0,0,0.1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 95%,rgba(0,0,0,0.1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 95%,rgba(0,0,0,0.1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.sample-flipbook .odd .gradient {
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 5%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 5%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 5%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.sample-flipbook .page {
    background-color: white;
    font-size: 20px;
	-webkit-box-shadow:0 0 20px rgba(0,0,0,0.2);
	-moz-box-shadow:0 0 20px rgba(0,0,0,0.2);
	-ms-box-shadow:0 0 20px rgba(0,0,0,0.2);
	-o-box-shadow:0 0 20px rgba(0,0,0,0.2);
	box-shadow:0 0 20px rgba(0,0,0,0.2);
	text-align: center;
}
.sample-flipbook .page-wrapper {
    perspective: 2000px;
}
.sample-flipbook .hard {
    background: none repeat scroll 0 0 #CCCCCC !important;
    box-shadow: 0 0 5px #666666 inset;
    color: #333333;
    font-weight: bold;
}


/** Help **/
.blkat_help_tip {
	display: none;
	position: absolute;
	color: #555555;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	z-index: 40;
}
.blkat_help_tip.active {
	display: block;
}
.blkat_help_tip .blk_firstline,
.blkat_help_tip .blk_secondline {
	padding: 17px 10px 0 50px;
	display: block;
}
/** Boxen **/
.help_top_center {
	background-image: url(../images/help/top_center.png);
	width: 158px;
	height: 57px;
	text-align: center;
}
.help_top_center span {
	padding: 22px;
	display: block;
}
.help_botton_left_double_alt {
	background-image: url(../images/help/bottom_left_double_alt.png);
	width: 180px;
	height: 95px;
}
.help_botton_left_double {
	background-image: url(../images/help/bottom_left_double.png);
	width: 180px;
	height: 95px;
}
.help_botton_left {
	background-image: url(../images/help/bottom_left.png);
	width: 158px;
	height: 75px;
	text-align: center;
}
.help_botton_left span {
	padding: 31px;
	display: block;
}
.help_botton_center {
	background-image: url(../images/help/botton_center.png);
	width: 158px;
	height: 57px;
	text-align: center;
}
.help_botton_center span {
	padding: 13px;
	display: block;
}
/** Positionierung **/
.help_on_off {
  left: 50%;
  margin-left: -76px;
  top: 29px;
}
.help_inhalt {
  bottom: 26px;
  left: 0;
}
.help_mode {
  bottom: 26px;
  left: 224px;
}
.help_zoom {
  bottom: 26px;
  right: 0;
}
.help_nav {
  bottom: 26px;
  left: 50%;
  margin-left: -37px;
}
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 5px;
	height: 100%;
	background: red;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #aaa;
	position: relative;
}

.jspDrag
{
	background: #555;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
	margin: 0 -3px 0 0;
}
.scroll-pane {
	width:100%;
	height: auto;
	overflow: auto;
}
.blkat_mode_overview .scroll-pane {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.blkat_inner_index .scroll-pane {
	position: absolute;
	left: 0;
	right: 0;
	top: 33px;
	bottom: 0;
}
/******************/
/* Simple Slider **/
/******************/

.slider > .dragger {
  background: #fff;
  background: -webkit-linear-gradient(top, #fff, #ddd);
  background: -moz-linear-gradient(top, #fff, #ddd);
  background: linear-gradient(top, #fff, #ddd);

  -webkit-box-shadow: inset 0 1px 2px rgba(255,255,255,0.6), 0 0 1px rgba(0,0,0,0.5);
  -moz-box-shadow: inset 0 2px 2px rgba(255,255,255,0.6), 0 0 1px rgba(0,0,0,0.5);
  box-shadow: inset 0 2px 2px rgba(255,255,255,0.6), 0 0 1px rgba(0,0,0,0.5);

  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #000;

  width: 16px;
  height: 11px;
  margin-top: 0px !important;
}

.slider > .dragger:hover {
  background: -webkit-linear-gradient(top, #8DCA09, #8DCA09);
  background: -moz-linear-gradient(top, #8DCA09, #8DCA09);
  background: linear-gradient(top, #8DCA09, #8DCA09);
}

.slider > .track {
  background: #fff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.4);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.4);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.4);

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.4);

  height: 10px;
  margin-top: 0px !important;
}
/** Back **/
a.blkat_back.zur_webseite {
   left: 80px;
}
a.blkat_back {
	font-size: 14px;
	background-color: #fff;
	border-radius: 0;
	border: 1px solid #333;
	color: #000;
	display: block;
	left: 10px;
	padding: 7px 15px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	top: 7px;
	font-weight: normal;
}
a.blkat_back:focus,
a.blkat_back:hover,
a.blkat_back:active {
	background-color: #123F66;
	border-color: #123F66;
	color: #fff;
}
/** Katalog allgemein Vollbild **/
#blaetterkatalog.full {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
#blaetterkatalog.full .blkat_footer {
  background-color: #f1f1f1;
  border-bottom: 1px solid #C2C4C4;
  border-top: 1px solid #777777;
  bottom: 0;
  color: #000;
  left: 0;
  min-height: 55px;
  position: absolute;
  width: 100%;
}
/** Druckbox **/
.blkat_printbox_darken {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
	display: none;
	background-image: url(../images/transparency.png);
}
.blkat_printbox {
	overflow: hidden;
	width: 200px;
	height: 37px;
	background-color: #fff;
	position: absolute;
	z-index: 300;
	top: 0;
	left: 0;
	border-radius: 2px;
	padding: 15px 15px 42px 15px;
	box-shadow: 0 0 10px 2px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 10px 2px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,0.4);
	display: none;
	background-image: url(../images/ajax-mini-loader.gif);
	background-position: -1000px -1000px;
	background-repeat: no-repeat;
}
.blkat_printbox.loading {
	background-position: 102px 68px;
}
span.blkat_printbox_title {
	display: block;
	font-size: 16px;
	margin: -15px -15px 5px -15px;
	padding: 5px;
	background: #f6f8f9; /* Old browsers */
	background: -moz-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f8f9), color-stop(50%,#e5ebee), color-stop(51%,#d7dee3), color-stop(100%,#f5f7f9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 ); /* IE6-9 */
	border-bottom: 1px solid #ccc;
}
.blkat_executeprint_abort,
.blkat_executeprint {
	position: absolute;
	bottom: 8px;
	right: 15px;
	display: block;
	padding: 4px 8px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	background-color: #444;
	border-radius: 2px;
}
.blkat_executeprint_abort {
	right: auto;
	left: 15px;
}
div.blkat_div_von,
div.blkat_div_bis {
	box-sizing: border-box;
	width: 50%;
	float: left;
}
div.blkat_div_bis {
	text-align: right;
}
input.blkat_print_bis,
input.blkat_print_von {
	width: 50px;
}
span.blkat_span {
	font-size: 12px;
	color: #555;
}
span.blkat_span_bis.blkat_span {
	display: inline-block;
	padding: 0 1px 0 1px;
}
.blkat_noprint {
	display: none;
}

/** Shopverlinkungen **/
#blaetterkatalog .blkat_url.blkat_shoplink {
	text-align: left;
}
#blaetterkatalog .blkat_url.blkat_shoplink .blkat_warenkorb_infotitle {
	font-size: 86%;
}
#blaetterkatalog .blkat_warenkorb_infolink {
	display: none;
	background-color: rgba(255,255,255,0.95);
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	border-radius: 5px;
	padding: 10px;
	margin-left: -35px;
	width: 250px;
	font-size: 12px;
	overflow: hidden;
}
#blaetterkatalog .blkat_warenkorb_infolink p {
	margin: 0 0 5px 0;
}
#blaetterkatalog .blkat_url.blkat_shoplink .blkat_url_spanpreis { white-space: nowrap; }
#blaetterkatalog .blkat_url.blkat_shoplink:hover .blkat_warenkorb_infolink {
	display: block;
}
.blkat_artikel_image img {
	max-width: 47%;
	margin-right: 3%;
	float: left;
}
#blaetterkatalog .blkat_url_spanartnr_label { font-weight: bold; }

#blaetterkatalog .blkat_warenkorb_infolink a.detailLink,
#blaetterkatalog .blkat_warenkorb_infolink a.detailLink:link,
#blaetterkatalog .blkat_warenkorb_infolink a.detailLink:visited {
	text-decoration: none;
	color: #444;
	display: inline-block;
	margin-right: 5px;
}
#blaetterkatalog .blkat_warenkorb_infolink a.detailLink:before {
	content:"\00bb";
	padding-right: 3px;
	position: relative;
	top: -2px;
}




/*** Download-Button ***/
.blkat_downloadbox { display: none; }
@media only screen and (max-width: 480px) {
	.blkat_downloadbox { display: block; }
	@font-face {
		font-family: 'icomoon';
		src:url('fonts/icomoon.eot?-dwydes');
		src:url('fonts/icomoon.eot?#iefix-dwydes') format('embedded-opentype'),
			url('fonts/icomoon.woff?-dwydes') format('woff'),
			url('fonts/icomoon.ttf?-dwydes') format('truetype'),
			url('fonts/icomoon.svg?-dwydes#icomoon') format('svg');
		font-weight: normal;
		font-style: normal;
	}
	[class^="blkat_pdficon-"], [class*=" blkat_pdficon-"] {
		font-family: 'icomoon';
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
	
		/* Better Font Rendering =========== */
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.blkat_pdficon-download:before {
		content: "\e600";
	}
	.blkat_downloadbox {
		background-color: rgba(0, 0, 0, 0.3);
		bottom: 0;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 150;
	}
	.blkat_downloadbox a.blkat_loadkatalogpdf {
		background-color: #eee; /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
		border-radius: 5px;
		box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
		color: #333;
		display: block;
		font: bold 1em/1em Arial,Helvetica;
		text-align: center;
		text-decoration: none;
		text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
		top: 80px;
		z-index: 110;
		width: 90%;
		margin: 0 auto 1em auto;
	}
	.blkat_downloadbox a.blkat_loadkatalogpdf span.blkat_pdficon-download:before {
		display: inline-block;
		font-size: 130px;
		padding-top: 20px;
	}
	.blkat_downloadbox p {
		background-color: #eee;
		margin: 0 0 1em 0;
		padding: 10px;
		text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
		font: 1em Arial,Helvetica;
	}
	.blkat_downloadbox a.blkat_cancelloadpdf {
		background-color: #eee; /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
		border: medium none;
		border-radius: 5px;
		box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
		color: #333;
		font: bold 1em Arial,Helvetica;
		text-align: center;
		text-decoration: none;
		text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
		z-index: 120;
		margin: 0 auto 1em auto;
		width: 90%;
		display: block;
	}
	.blkat_downloadbox a.blkat_cancelloadpdf span {
		display: inline-block;
		padding: 10px;
	}
}