@charset "utf-8";


html, body {
	font-family: Calibri, Sans-Serif;
	hyphens: auto; -ms-hyphens: auto;
	text-align: justify
}

html, body#map {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

div#mapid {
	width: auto;
	min-height: 100%;
	height:auto;
}

div#mapmenu {
	padding: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: auto;
	min-height: 100%;
	height:auto;
	float: left;
	border-right: 1px;
	border-right-style: solid;
	border-right-color: #668866;
}

h1 {
	font-size: 24pt;
	font-weight: bold;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}

h2 {
	font-size: 18pt;
	font-weight: bold;
	margin-bottom: 0.5em;
	margin-top: 0.75em;
}

div#mapmenu h1 {
	font-size: 20pt;
	font-weight: bold;
	margin-top: 0.2em;
}

div#mapmenu h2 {
	font-size: 15pt;
	font-weight: bold;
	margin-bottom: 0.5em;
	margin-top: 1.25em;
}

div#tablebody {
	clear: both;
}
div.legendenblock {
	float: left;
	display: inline-block;
	width: auto;
}

ul.legende {
	list-style: none;
	margin: 0;
	padding-left: 2px;
	vertical-align: middle;
}
ul.legende li img {
	vertical-align: middle;
	height: 25px;
	margin:3px;
}
fieldset {
	padding: 5px;
}

img.bildvorschau {
	width: 200px;
}

table
{
	border-collapse: collapse;
}
table th
{
	border-bottom: 1px solid gray;
}
table td, th
{
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	padding: 0px 4px;
	vertical-align: top;
}
table tr:first-child td {
	border-top: 0;
}
table tr td:first-child, th:first-child {
	border-left: 0;
}
table tr td:last-child, th:last-child {
	border-right: 0;
}

table tr:hover { 
	background-color: #dddddd;
	color: #000;
}