#top_pane {
	background-color: #FFFFFF;
}

#logo {
	position:absolute;
	top:1px;
	left:0px;
	width:800px;
	height:120px;
	background:transparent url('img/logo_banner_gsfinder.png') no-repeat left top;
}
#logolink {
	position:absolute;
	top:1px;
	left:0px;
	width:360px;
	height:120px;
}
#logo1 {
	position:absolute;
	top:40px;
	right:5px;
	width:268px;
	height:60px;
	background:transparent url(img/logo_banner_rechts_gsfinder.png) no-repeat left top;	
}

#bottom_pane {
	background-color: #CCC;
}

#left_pane {
	background-color: #F4F4F4;
}

#selectzoom {
	background-color: #B91414;
	color: #FFF;
}

.hilite {
	color: #990000;
}	

.poihilite {
	color: #990000;
	font-weight:bold;
}

input::placeholder {
  color: #C80000;
  font-weight: bold;
}

::-webkit-input-placeholder { 
  color:  #C80000;
  font-weight: bold;
}
::-moz-placeholder { 
  color:  #C80000;
  font-weight: bold;
}
:-ms-input-placeholder {
  color:  #C80000;
  font-weight: bold;
}


.k-slider-selection {
  background-color: #c90000;
}

#ngmsMapControl a {
    color: white;
    background: rgba(201, 0, 0, 1.0);
    filter: alpha(opacity=80);
    user-select: none;
    cursor:pointer;
}