html, body {
	width: 100%;
	height: 100%;
}
body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-family: tahoma, verdana, sans-serif;
}
#map {
	width: 100%;
	height: 100%
}
#obs {
	width: 300px;
	border: 2px solid black;
	padding: 2px;
	position: absolute;
	top: 35px;
	left: 75px;
	background-color: yellow;
	color: black;
	z-index: 999;
}
#menu {
	width: 201px;
	border: 2px dotted black;
	padding: 2px;
	position: absolute;
	top: 23px;
	right: 42px;
	background-color: white;
	z-index: 999;
}
#opret {
	width: 401px;
	border: 2px dotted black;
	padding: 2px;
	position: absolute;
	top: 35px;
	right: 220px;
	background-color: white;
	z-index: 9999;
	display: none;
}

.bubble {
	font-size: 12px;
}
.topicon {
	float: right;
	border: 1px solid black;
}
h1 {
	font-size: 14px;
	margin: 0;
	padding: 0;
	text-align: center;
}
ul {
	margin-top: 0;
	padding-top: 0;
}
p,a,li,fieldset {
	font-size: 12px;
}
#signatur th {
	font-size: 12px;
	text-align: center;
}
#signatur td {
	font-size: 12px;
	text-align: center;
}
#wrong {
	font-weight: bold;
	color: red;
}
