body { background: #fff;}

.buehnecontainer {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url(../../img/header/preisvergleich_header.jpg);
    background-origin: padding-box;
    background-position: center top;
    background-repeat: no-repeat !important;
    background-size: cover;
    height: 185px;
    min-width: 1030px;
    }
.headlineibe {
    border-radius: 5px 5px 0 0;
    padding:8px;
}
.ibebackground {
    border-radius: 0px 0px 5px 5px;
    padding: 3px 7px;
  }

.filter-box,.filter-box-fff{
    background:#f3f3f3;
    border: 1px solid #c8c8c8;
    font-size:14px; 
    color:#5c5c5c;
    }
.filter-box-fff{background:#fff;}
.filter-box-border-top{
    background:#f3f3f3;
    border: 1px solid #c8c8c8;
    border-top:0px;
    font-size:14px; 
    color:#5c5c5c;
    }
.filterheadline,.filterheadline-green {
    background:#233184;
    font-size:16px;
    color:#fff;
    padding:9px;
    }
.filterheadline-green {background:#789F21;}
.filtersubhead{
    background:#fff;
    font-size:16px;
    color:#233184;
    border-bottom: 1px solid #c8c8c8;
    }
.arrowicon-down,.arrowicon-up { background:url(../../img/icons/filter-arrows.png) no-repeat;
    height:21px;
    width: 21px;
    cursor:pointer;
    }
.arrowicon-up { background:url(../../img/icons/filter-arrows.png) no-repeat 0 -20px;}
.filter {margin:8px 0px; padding-left:20px;}
input.filter {display:none;}
.border-bottom-c8-none {border-bottom:none;}
.margin-top-46{margin-top:46px;}
.l_grey {float:right; font-size:11px; color:#999;}   
.uncheck { 
    background: url(../../img/icons/inputs.png) no-repeat ; 
    background-position: 0 -34px;}
.selected {   
    background: url(../../img/icons/inputs.png) no-repeat ;
    background-position: 0 -16px;}
.count0 {  
    background: url(../../img/icons/inputs.png) no-repeat ;
    background-position: 0 1px;}
.helpHover .quest{background:url(../../img/icons/infohunt.jpg) no-repeat scroll right center;
    padding-right: 21px;}
.wichtig_sidebox { border:1px solid #c8c8c8;
    background:#f2f6fc;
    padding:12px;
    font-size:14px;
    color:#666;
    }
.select-box { 
    color:#666;
    background: #fff url(../../../central-point/images/forms/select-box-arrow-BG.gif) no-repeat scroll right top;
    border: 1px solid #ccc;
    font-size: 16px;
    margin: 0 13px 6px 0;
    padding: 8px;
    transition: all 0.5s linear 0s;
    }
.select-box, .date-box {
    cursor: pointer;
    width: 200px;
}    
    /********* Tooltip **************************/
.tooltip {
	cursor:					help;
	border-bottom:			dotted 1px;
	color:					#999;	
}
.ui-tooltip {
	background: 			none;
	border: 				0;
	border-radius:			0;
	box-shadow: 			none;
	background: 			url(../../img/icons/tooltip-arrow-long.png) no-repeat  0px ;
	z-index: 				600;
	padding: 				0px;
	margin:					0px;
	padding-left:			8px;
}
.ui-tooltip-content {
	margin:					0px;
	box-shadow:				2px 2px 2px #aaa;
	border:					1px solid #CCC;
	border-left: 			0px;
	background: 			#FFF;
	font-size: 				12px;
	color: 					#5d5d5d;
	padding: 				10px 10px 10px 10px;
	margin-left:			5px;
}
.touchTooltipHack { text-align:right; }
.touchTooltipHack a {
	background:				url(../../img/tooltip-close.gif) no-repeat;
	text-decoration: 		underline;
	color: 					#5d5d5d;
	padding-left: 			20px;
	height: 				20px;
	display: 				inline-block;
}

.dk-select, .dk-select-multi {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  cursor: pointer; }

.dk-selected-disabled {
  color: #BBBBBB; }

.dk-select .dk-select-options {
  position: absolute;
  display: none;
  left: -1px;
  right: 0; }

.dk-select-open-up .dk-select-options {
  border-radius: 0.4em 0.4em 0 0;
  margin-bottom: -1px;
  bottom: 100%; }

.dk-select-open-down .dk-select-options {
  border-radius: 0 0 0.4em 0.4em;
  margin-top: -1px;
  top: 100%; }

.dk-select-multi .dk-select-options {
  max-height: 10em; }

.dk-select-options {
  background-color: white;
  border: 1px solid #CCCCCC;
  border-radius: 0.4em;
  list-style: none;
  margin: 0;
  max-height: 12.5em;
  min-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 6px 0px;
  width: auto;
  z-index: 100; }

.dk-option-selected {
  background-color: #233184;
  color: #fff; }

.dk-select-options-highlight .dk-option-selected {
  background-color: transparent;
  color: inherit; 
  padding:10px;}

.dk-option {
  padding:10px; }

.dk-select-options .dk-option-highlight {
  background-color: #233184;
  color: #fff; }

.dk-select-options .dk-option-disabled {
  color: #BBBBBB;
  background-color: transparent; }

.dk-optgroup {
  border: solid #CCCCCC;
  border-width: 1px 0;
  padding: 0.25em 0;
  margin-top: 0.25em; }
  .dk-optgroup + .dk-option {
    margin-top: 0.25em; }
  .dk-optgroup + .dk-optgroup {
    border-top-width: 0;
    margin-top: 0; }
  .dk-optgroup:nth-child(2) {
    padding-top: 0;
    border-top: none;
    margin-top: 0; }
  .dk-optgroup:last-child {
    border-bottom-width: 0;
    margin-bottom: 0;
    padding-bottom: 0; }

.dk-optgroup-label {
  padding: 0 0.5em 0.25em;
  font-weight: bold;
  width: 100%; }

.dk-optgroup-options {
  list-style: none;
  padding-left: 0; }
  .dk-optgroup-options li {
    padding-left: 1.2em; }

.dk-select-open-up .dk-selected {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-color: #233184; }

.dk-select-open-down .dk-selected {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #233184; }

.dk-select-open-up .dk-selected:before, .dk-select-open-down .dk-selected:before {
  border-width: 0 0.25em 0.25em;
  border-bottom-color: #233184; }

.dk-select-open-up .dk-selected:after, .dk-select-open-down .dk-selected:after {
  border-left-color: #233184; }

.dk-select-open-up .dk-select-options, .dk-select-open-down .dk-select-options, .dk-select-multi:focus .dk-select-options {
  display: block;
  border-color: #ccc; 
  width:132px;}

.dk-select-multi:hover, .dk-select-multi:focus {
  outline: none; }
.dk-selected:hover, .dk-selected:focus {
  outline: none;
  border-color: #233184; }
  .dk-selected:hover:before, .dk-selected:focus:before {
    border-top-color: #233184; }
  .dk-selected:hover:after, .dk-selected:focus:after {
    border-left-color: #233184; }

.dk-select-disabled {
  opacity: 0.6;
  color: #BBBBBB;
  cursor: not-allowed; }
  .dk-select-disabled .dk-selected:hover, .dk-select-disabled .dk-selected:focus {
    border-color: inherit; }
    .dk-select-disabled .dk-selected:hover:before, .dk-select-disabled .dk-selected:focus:before {
      border-top-color: inherit; }
    .dk-select-disabled .dk-selected:hover:after, .dk-select-disabled .dk-selected:focus:after {
      border-left-color: inherit; }

select[data-dkcacheid] {
  display: none; }

.dk-selected{
    overflow: hidden;
    padding-right: 18px;
    white-space: nowrap;
    width: 158px;
    }
.w-146 { width: 116px;}
.w-146 .dk-selected { width: 73px;}
#input_annahmedatum, #input_abgabedatum { margin-bottom: 6px;}
.last {margin-right:0px;}
.helpHover {
    color: #666 !important;
    cursor: help;
}


/******** Formular ENDE ********************/
input.FormSendButtongreen:focus {background: #233184 none repeat scroll 0 0; box-shadow:2px 2px 2px #ccc;}

.FormSendButtongreen {
    background: #233184 none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    margin: 18px 0 0;
    text-align: center;
    width: 134px;
}

/******* STATUSBAR **********/
.deactive, .future {color: #999;}
span.circlestep, span.circlestep2 {
    border-radius: 50%;
    color: #fff;
    height: 22px;
    padding: 6px;
    font-weight:bold;
    text-align: center;
    width: 23px;
    float:left;
    background: #999;
	line-height: 1.4em;	
}
span.circlestep2 {
    background:#233184;
    }

.statuslinedeactive, .statuslineactive {
    background: #999;
    height: 1px;
    position: absolute;
    right: 0px;
    top: 16px;
}
.statuslineactive {
    background: #233184;
    }
.w-100 { width: 100px;}
.w-80 { width: 80px;}
/******* STATUSBAR **********/
/******* Pagenavi **********/
#pageNavigation {
    margin: 0 auto;
    text-align:center;
}
#pageNavigation .pageWrapper{
    display: inline-block;
}
#pageNavigation .page_number, #pageNavigation .current_page {
    border-radius: 50%;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    height: 18px;
    margin-right: 6px;
    padding: 4px 3px 3px;
    text-align: center;
    width: 20px;
}
#pageNavigation .current_page {
    background: #8c000d none repeat scroll 0 0;
    color: #fff;
}
#pageNavigation .page_number {
    background: #ddd none repeat scroll 0 0;
    color: #233184;
}
#pageNavigation .LinkForward, #pageNavigation .LinkBack {
    color: #666;
    font-size:14px;
}
/******* Pagenavi **********/