.dwInfoPane {
	font-family: Arial;
	font-size: 0.8em;
	color: #fff;
	position: relative;
	height: 100%;
}

.dwInfoPane .close {
	position: absolute;
	right: 0px;
	top: 0px;	
}

.dwInfoPane .details {
	position: absolute;
	bottom: 0px;
	right: 0px;
}


.dwInfoPane .inhalt {
	background: #fff;
	color: #000;
	padding: 6px;
	padding-bottom: 25px;
}

.dwInfoPane .title {
	padding: 6px;
}


.dwDetailPane {
	position: relative;
}

.dwDetailPane .close {
	position: absolute;
	right: 0px;
	top: 0px;	
}

.dwDetailPane .details {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.dwDetailPane .bahn {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.dwDetailPane .inhalt {
	padding: 10px 10px 60px 10px;
}

.dwbutton {
	background-color: #ddd;
	color: #444;
	font-size: 0.8em;
	padding: 4px 10px 4px 10px;
	cursor: pointer;
}

.dwbutton:hover {
	background-color: #333;
	color: #fff;
}

.dwbutton:active {
	background-color: #333;
	color: #fff;
}
