﻿#top_pane {
	background-color:#FFFFFF;
}

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

#bottom_pane {
	background-color: #E2E2E2;
}

#left_pane {
	background-color: #F4F4F4;
}

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

a {
	color: #283970;
}

.hilite {
	color: #283970;
}	

.poihilite {
	color: #283970;
	font-weight:bold;
}
/* when OL encounters a 404, don't display the pink image*/
.olImageLoadError { 

    display: none !important;
} 

.olTileImage.olImageLoadError {
    display: none !important;
}

#map {
	background-image: none;
        background-color:#FFF;
}
