/*
	CSS für die Popups auf der OL Karte.
*/

.aussen {
	width: 100%;
	height: 100%;
	position: relative;
	padding: 0px;
	margin: 0px;
}

.tendenzinfo {
	position: absolute;
	top: 7px;
	left: 2px;
}

.pegelinfo {
	position: absolute;
	top: 2px;
	left: 45px;
	white-space: nowrap;
}

.hswinfo {
	padding-right: 10px;
	float: right;
}

.wasserstand {
	font-size: 15px;
	font-weight: bold;
}

.moreinfo {
	position: absolute;
	top: 60px;
	left: 0px;
	margin: 2px;
	width: 100%;
}

.moreinfo-archiv {
	top: 30px;
}

.hr-seperator {
	color: #CDDCE1;
	background-color: #CDDCE1;
	height: 1px;
	border: none;
}

.clearbox {
	clear: both;
}

.auswahlButton {
	font-size:13px;
   	font-family:Arial,sans-serif;
   	color:#666666;
   	width:90px;
   	background-color:#CDDCE1;
   	border-style:solid;
   	border-color:#6A869D;
   	border-width:1px;
   	cursor: pointer;
   	margin-top: 5px;
}

.auswahlButton:hover {
	color: #96B41E;
	background-color:#EFF6FB;
}

.auswahlButtonDiv {
	width: 100%;
}
