/* ========================= Kartenelemente ========================= */

.olControlPanel  div, #drucken, #help, #getURLControl, #tableButton, #metadataButton {
	float: left; /* für hoizontale Ausrichtung der Elemente */
	width:18px;
	height:18px;
	background-color: white;
	background-repeat:no-repeat;
	background-position: center;
	margin: 10px;
	padding: 4px 16px;
}
.olControlPanel .olControlNavigationItemInactive { 
	background-image:url(./icons/mActionIdentify.png);
	border: 1px solid gray;
}
.olControlPanel .olControlNavigationItemActive { 
	background-image:url(./icons/mActionIdentify.png);
	border: 2px solid black;
}
.olControlPanel .olControlMouseDefaultsItemInactive { 
	background-image:url(./icons/mActionIdentify.png);
	border: 1px solid gray;
}
.olControlPanel .olControlMouseDefaultsItemActive { 
	background-image:url(./icons/mActionIdentify.png);
	border: 2px solid black;
}
.olControlPanel .olControlZoomBoxItemInactive { 
	background-image:url(./icons/mActionZoomToSelected.png);
	border: 1px solid gray;
}
.olControlPanel .olControlZoomBoxItemActive { 
	background-image:url(./icons/mActionZoomToSelected.png);
	border: 2px solid black;
}
.olControlPanel .olControlZoomToMaxExtentItemInactive { 
	background-image:url(./icons/mActionZoomFullExtent.png);
	border: 1px solid gray;
}        
.olControlPanel .olControlZoomOutItemInactive { 
	background-image:url(./icons/mActionZoomOut.png);
	border: 1px solid gray;
}
.olControlPanel .olControlZoomInItemInactive { 
	background-image:url(./icons/mActionZoomIn.png);
	border: 1px solid gray;
}
.olControlPanel .olControlNavigationHistoryNextItemActive { 
	background-image:url(./icons/mActionNext.png);
	border: 1px solid gray;
}
.olControlPanel .olControlNavigationHistoryNextItemInactive { 
	background-image:url(./icons/mActionNext.png);
	border: 1px solid gray;
}
.olControlPanel .olControlNavigationHistoryPreviousItemActive { 
	background-image:url(./icons/mActionLast.png);
	border: 1px solid gray;
}
.olControlPanel .olControlNavigationHistoryPreviousItemInactive { 
	background-image:url(./icons/mActionLast.png);
	border: 1px solid gray;
}

/* ========================= Sonstige Elemente ========================= */

#featureInfo {
	z-index:100;
	position:absolute;
	background-color:#fff;
	filter:alpha(opacity=70);
	opacity:0.7;
}

#featureInfo iframe {
	border:none;
	width:230px; /* 400 */
	height:75px; /* 150 */
}

#popup_overlay {
	position:absolute;
	z-index:200;
	width:230px; /* 400 */
	height:75px; /* 150 */
	background-color:transparent;
}

#container {
	width: 100%;
	height: 100%;
	border: 1px solid #ccc;
}

#mapControls { 
	float: left;
	width: 550px; /* 600 */
}

#otherControls { 
	float: left;
	width: 370px; /* 240 */
}

#otherControls #drucken {
	background-image:url(./icons/mActionFilePrint.png);
	border: 1px solid gray;
}

#otherControls #help {
	background-image:url(./icons/help.png);
	border: 1px solid gray;
}

#otherControls #getURLControl {
	background-image:url(./icons/WMS.png);
	border: 1px solid gray;
}

#otherControls #tableButton {
	background-image:url(./icons/tableView.png);
	border: 1px solid gray;
}

#metadataButton {
	background-image:url(./icons/metadataView.png);
	border: 1px solid gray;
}

#logo { 
	float: right;
	padding: 10px;
	overflow: visible;
}

/* Tabelle zur Anzeige der aktuellen Parameterauswahl: */
#selectionTab {
	width: 130px;
}

img.colorscheme {
	height: 15px;
	width: 150px;
}

td {
	padding: 5px;
}

td.schemeselect {
	padding-left: 15px;
}

td.textcolselect {
	padding-left: 20px;
}

* {
	font-size: 10pt;
	font-family:Arial,'Times New Roman';
}

th {
	padding: 6px;
	font-weight: bold;
}

td img {
	width: 40px;
}

#heading {
	font-weight: bold;
	margin-bottom: 20px;
}

#selection {
	margin-bottom: 20px;
}

#legendTabID {
	text-align:center;
}

/* Farbfelder in der Legende: */
.colorfield {
	width:25px;
	height:10px;
	border:1px solid black;
}

#bottomPane {
	font-size: 8pt;
	overflow: hidden;
}

#copyrightSection {
	font-size: 8pt;
}

body, #container {
	background-color:#FAFAFA;
}

#noManuallyClassifDiv {
	color:red;
}

a img {
border : 0;
}

#topicEnum {
	height:400px;
	width:550px;
	overflow:auto;
}
