html {
	overflow: hidden;	
}

body {
	background-color: #EEE8AA;
	color: #000000;
	margin: 0px 0px 0px 0px;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	margin: 0;
	padding: 0;
}

#mappage {
	height:100%;
	overflow: hidden;	
}	

#left {
	position: absolute;
	width: 250px;	
	height: 100%;
	background-color: #EEE8AA;
}

#ovmap {
	width:100%;
	height: 170px;
}

#main {
	position: absolute;
	left: 253px;
	width: 100%;
}

#map {
	position: relative;
	background-color: #EEE8AA;
	background-repeat: no-repeat;
	width: 100%;
	z-index: 1;
	overflow: hidden;
	border-left: 1px solid #DAA520;
	border-bottom: 1px solid #DAA520;
}

#canvas {
	position: absolute;
	z-index: 2;
}

#tcanvas {
	position: absolute;
	z-index: 3;
}

#measureInfo {
	position: absolute;
	left: 2px;
	top: 2px;
	width: 14em;
	z-index: 4;
	background-color: #FFFACD;
	white-space: nowrap;
	margin: 0;
	padding: 5px;
	border: 1px solid #EEE8AA;
}

#measureInfo ul {
	margin: 0;
	padding: 0;
}

#measureInfo ul li {
	margin: 0;
	padding: 2px;
}

#search {
	width: 100%;
	overflow: hidden;	
	white-space: nowrap;
}

#info {
	width: 100%;
	height: 100px;
	background-color: White;
	margin: 0;
	border-left: 1px solid #DAA520;
	border-top: 1px solid #DAA520;
}

#ltoolbar {
	width: 100%;
	height: 31px;
	background-color: #EEE8AA;
	margin: 0;
	padding-left: 6px;
	border-bottom: 1px solid #DAA520;
	_height: 32px;
}

#mtoolbar {
	width: 100%;
	height: 31px;
	background-color: #EEE8AA;
	margin: 0;
	padding-left: 0px;
	border-bottom: 1px solid #DAA520;
	_height: 32px;
}

.tbutton,
.tbuttond {
	float: left;
	width: 20px;
	height: 20px;
	_width: 22px;
	_height: 22px;
	_margin-bottom: -2px;
	margin-top: 5px;
	cursor: pointer;
	background-repeat: no-repeat;
}

.tbutton {
	border-left: 1px solid White;
	border-top: 1px solid White;
	border-right: 1px solid #DAA520;
	border-bottom: 1px solid #DAA520;
	background-position: 2px 2px;
}

.tbuttond {
	border-left: 1px solid #DAA520;
	border-top: 1px solid #DAA520;
	border-right: 1px solid White;
	border-bottom: 1px solid White;
	background-position: 3px 3px;
}

.tseparator {
	float: left;
	width: 8px;
	height: 1px;
	border: 0;
	margin: 0;
}

#VAI {
	background-image: url(images/tbvai.gif);
}

#expand {
	background-image: url(images/tbexpand.gif);
}

#collapse {
	background-image: url(images/tbcollapse.gif);
}

#setsublay {
	background-image: url(images/tbsetsublay.gif);
}

#setgroups {
	background-image: url(images/tbsetgroups.gif);
}

#detect {
	background-image: url(images/detect.gif);
}

#zoom {
	background-image: url(images/zoom.gif);
}

#pan {
	background-image: url(images/pan.gif);
}

#center {
	background-image: url(images/center.gif);
}

#zoomall {
	background-image: url(images/zoomall.gif);
}

#zoomsel {
	background-image: url(images/zoomsel.gif);
}

#repaint {
	background-image: url(images/repaint.gif);
}

#lastview {
	background-image: url(images/lastview.gif);
}

#openmap {
	background-image: url(images/openmap.gif);
}

#openmapp {
	background-image: url(images/openmapp.gif);
}

#changescale {
	background-image: url(images/scale.gif);
}

#measure1 {
	background-image: url(images/measure1.gif);
}

#measure2 {
	background-image: url(images/measure2.gif);
}

#showLegend {
	background-image: url(images/legend.gif);
}

#print {
	background-image: url(images/print.gif);
}

#parinfo {
	background-image: url(images/parinfo.gif);
}

#hlp {
	background-image: url(images/help.gif);
}

#legend {
	background-color: White;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	width:100%;
	font-size: 10px;
}

#legend p {
	margin: 4px 5px 0px 13px;
	padding-left: 20px;
	padding-top: 0px;
	height: 21px;
	background: url(images/map.gif) 0px 1px no-repeat;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

#legend ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 18px;
}

#legend ul li {
	background: url(images/line_v.gif) 20px 4px repeat-y;
	padding: 0;
	padding-left: 16px;
	margin: 0;
	white-space: nowrap;
	_height: 18px;
}

#legend ul li span.caption {
	margin:0;
	padding-left: 4px;
	padding-top: 3px;
	_padding-top: 0px;
	height: 18px;
}

#legend ul li.last {
	background: url(images/line_v_last.gif) no-repeat 20px 1px;
}

.zoomarea {
	border: 2px solid Red;
	z-index: 3;
	line-height:0;
}

#globe {
	z-index: 100;
	background: url(images/globe.gif) no-repeat;
}

#search form {
	margin: 0;
	padding: 5px;
	_margin-top: -2px;
}

#search label {
	margin-top: 3px;
}

#search input, select {
	width: 115px;
	font-size: 11px;
	margin-right: 5px;
	vertical-align: middle;
}

#search #searchbtn {
	width: 60px;
	margin-left: 10px;
}

#search #unselect {
	width: 13px;
	height:13px;
	margin: 0;
	padding: 0;
}

#search #unselbtn {
	width: 80px;
	margin-left: 10px;
}

#scaleform {
	margin: 0;
	padding: 10px;
}

#scalevalue {
	width: 60px;
}

#scaleform input {
	vertical-align: middle;
}

#scaleform input.chbox {
	margin: 0;
	padding: 0;
	height: 20px;
	width: 20px;
}

#printform {
	margin: 0;
	padding: 10px;
}

#printform #options {
	background-color: #FAFAD2;
	padding: 5px;
	margin-bottom: 20px;
}

#printform fieldset {
	border: 1px solid #CD853F;
	margin-bottom: 5px;
	padding: 5px;
}

#printform legend {
	color: #CD853F;
	margin-left: 5px;
	_margin-left: 0px;
}

#printform label {
	padding-left: 5px;
	vertical-align: middle;
}

#printform	fieldset input {
	vertical-align: middle;
}

#printform #title, textarea {
	margin: 5px;
	padding: 0;
	width: 300px;
	border: 1px solid #CD853F;
	font-size: 12px;
}

#help {
	margin: 10px;
	font-size: 11px;
}

#help dd {
	margin-bottom: 5px;
}	
#help dt {
	font-weight: bold;
}

#help dt .tbutton {
	cursor: default;
	margin: 0px 10px 0px 0px;
}

#help dt .icon {
	margin: 0px 10px 0px 0px;
	vertical-align: middle;
}

#help dd {
	margin-left: 50px;
}

#help ul {
	margin-left: 0px;
	padding-left: 17px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#help h1 {
  font-size: 25px;
}

#help h2 {
	font-size: 20px;
	border-bottom: 1px solid Olive;
	display: block;
	height: 1.4em;
	clear: both;
}

#help h3 {
	font-size: 13px;
	text-decoration: underline;
}

#help .picright {
	float: right;
	margin: 0;
	padding: 0px 0px 20px 10px;
}	

#help .picleft {
	float: left;
	margin: 0;
	padding: 0px 10px 20px 0px;
}	

#help #kontakt {
	font-size: 12px;
}