#map { 
	height: 400px; 
	width: 100%; 
	border: 1px solid black; 
	background-color: #99B3CC;
}

#toolTip {
	text-align: left;
	line-height: 140%;
}

/* Overviewmap
----------------------------------------------- */
.olControlOverviewMap2Container {
	position: absolute; 
	bottom: 0px; 
	right: 0px;
}

.olControlOverviewMap2Element {
	padding: 0px 0px 0px 0px;
	background-color: #99B3CC;
	border: 5px ridge #FFFFFF;
	border-right-width: 0;
	border-bottom-width: 0;
}

.olControlOverviewMap2MinimizeButton {
	right: 0px;
	bottom: 0px;
}    

.olControlOverviewMap2MaximizeButton {
	right: 0px;
	bottom: 0px;
}

.olControlOverviewMap2ExtentRectangle {
	cursor: move;
	filter: alpha(opacity=30);
	-moz-opacity: .30;
	background-color:red;
}

