.whmap-map {
    position: relative;
    font-family: Arial,Verdana,sans-serif;
    height: 600px;
}
.clear {
    clear:both;
}
.hidden {
    display: none;
}
img.overlay {
    position: absolute;
}

.infolayer {
    position: absolute;
    width: 150px;
    /*height: 163px;*/
    background-color: #fff;
    color: #000;
    border-radius: 8px;
    border: 1px solid #AFCA01;
    z-index: 999;
    background-color: #F7FAE5;
}

.infolayer-trap-name {
    text-align:center;
    margin-top: 2px;
    line-height: 15px;
    font-size: 12px;
}


ul.timeline { 
  font-size: 0.75em; 
  height: 90px;
  background-image: url(../Images/bginfolayer.jpg);
  width: 150px;
  padding: 0 3px !important;
  width: 100%;
  margin: 0 0 0 0 ;

}

.nulllinie {
	width: 100%;
	height: 1px;
	background: black;
	position: absolute;
}

ul.timeline li { 
  height: 90px;
  position: relative;
  float: left;
  width: 9px; 
  margin: 0 0.1em;
  list-style: none;
}
ul.timeline li a { 
   display: block;
   height: 100%;  
}
ul.timeline li .label { 
  display: block; 
  position: absolute; 
  bottom: -2em; 
  line-height: 2em;
  left: -0.9em;
  width: 100%;
  text-align: center;
  font-size: 10px;
  color: rgb(102,102,102);
}
ul.timeline li a:hover .label {
	color: #000;
} 
ul.timeline li a .count { 
  display: block; 
  position: absolute; 
  bottom: 0; 
  left: 0; 
  text-indent: -9999px; 
  overflow: hidden;
  width: 100%; 
  height: 0;
  background: #AAA; 
}

ul.timeline li a .count.buch {
    background: #DF0101; 
    background: rgb(148,50,8); 
}
ul.timeline li a .count.kupfer {
    background: rgb(17,123,40);
}

.showPdf a{
    margin-top: 20px;
	margin-left: 5px;
    background-image: url("../Images/linkicon_pdf.gif");
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    width: 100%
    margin-right: 4px;
    vertical-align: middle;
    width: 100px;
    padding-left: 25px;
    color: #666 !important;
    font-size: 11px;
    text-decoration: none;
    padding-bottom: 10px;
}

#whmap-canvas-jpg {
	
}
#whmap-canvas-jpg canvas {
	max-width: 150px;
	max-height: 150px;
	height: auto;
	width: auto;
}

.whmap-filter .btn-filter {
	background-color: #6683A2;
	color: #fff;
	font-weight: bold;
	padding: 6px 10px;
	cursor: pointer;
	margin: 5px 0 9px 0;
}
