@CHARSET "ISO-8859-1";

html { 
	height: 100%;
}

body { 
	background-color: #506070;
	font-family: Arial, Verdana, Helvetica;
	color: #000060;
	height: 100%;
	margin: 0px; 
	padding: 0px;
}

div.menu {
	font-size: 24px;
	position: absolute;
	width: 50px;
	margin: 0px;
	pointer-events:none;
	z-index: 20;
}
#menu-nav {
	position: fixed;
}
#menu-more {
	position: fixed;
	right: 10px;
	margin-top: 50px;
}
#menu-feedback {
	position: fixed;
	bottom: 20px;
	z-index: 40;
}
#menu-header {
	margin-left: 50px;
	margin-right: 50px;
	width: 240px; 
}
#menu-main {
	margin-left: 50px;
	margin-top: 70px;
	min-width: 240px; 
	width: auto;
}
div.icon,
div.item {
	display: block;
	margin: 10px;
	line-height: 40px;
	border-radius: 20px;
	pointer-events:auto;
	background-color: #ffffff;
	height:    40px;
	text-align: center;
	opacity:   .8;
}
div.item {
	width: 240px;
	height: 40px;
}
div.bigitem {
	clear: both;
	display: block;
	margin-top: 20px;
	max-width: 640px;
}
span.item,
span.namewert,
span.imgicon {
	display: block;
	width: 300px;
	float: left;
	margin: 10px 0px 10px 10px;
	line-height: 40px;
	border-radius: 20px;
	pointer-events:auto;
	background-color: rgba(255,255,255,0.6);
	height:    auto;
	overflow: hidden;
}
span.item {
	margin-bottom: -10px;
	margin-right: -56px;
	text-align: left;
	width: 240px;
	padding-left: 16px;
	padding-right: 44px;
}
span.namewert {
	text-align: left;
	width: 280px;
	padding-left: 20px;
}	
.imgicon img {
	width: 150px;
	float: left;
	margin-right: 0px;
	margin-left: 0px;
}
.imgicon img:first-child {
	float: right;
}

a, a:link, a:active {
	font-family: Arial, Verdana, Helvetica;
	text-decoration: none;
	color: #800000;
}
a:hover {
	color: #e00000;
	text-decoration: underline;
}
.click {
	color: #800000;
	cursor: pointer;
}
.click:hover {
	color: #e00000;
}
.icon {
	display: block;
	float: left;
	width:     40px;
}
.icon.left {
	float: left;
	margin-right: -40px;
}
.icon.right {
	float: right;
	margin-left: -40px;
}
.h3 {
	display: block;
	line-height: 16px;
	text-align: center;
	font-size: small;
}
.h2 {
	display: block;
	line-height: 22px;
	font-size: large;
}
.h1 {
	line-height: 38px;
	font-size: x-large;
}
.hName {
	display: block;
	float: left;
	line-height: 40px;
	margin-left: -10px;
	margin-right: -90px;
	text-align: center;
	font-size: small;
	font-weight: bold;
}
.hWert {
	display: block;
	float: left;
	line-height: 40px;
	margin-left: 80px;
}

.dialogbox {
	position: fixed;
	left:  0px;
	bottom: 0px;
	width: 360px;
	height: 60%;
	max-height: 420px;
	pointer-events:auto;
	background-color: #a0b0c0;
	/*opacity:   .8;*/
	z-index: 40;
}
.dialogbox.wide {
	width: 640px;
	height: auto;
	right: 0px;
	bottom: 0px;
	left: auto;
	max-height: 100%;
	max-width: 100%;
	overflow: auto;
	z-index: 200;
}
.dialogbox.wide table {
	width: 100%;
	font-size: small;
	vertical-align: center;
}
.dialogbox.wide table .l {
	text-align: left;
}
.dialogbox.wide table .c {
	text-align: center;
}
.dialogbox.wide table .r {
	text-align: right;
}

.dlg-item {
	margin: 10px;
	min-height: 40px;
}
.menuitem {
	display:  none;
}
div.text.center {
	width: 100%;
	text-align: center;
	font-size: large;
	font-weight: bold;
	margin: 4px 0px 4px 4px;
}
div.text.nleft,
div.text.left {
	font-size: small;
	font-weight: bold;
	float: left;
	margin: 4px 0px 4px 4px;
}
div.text.nleft {
	clear: both;
}
div.text.right {
	font-size: small;
	font-weight: bold;
	float: right;
	margin: 4px 4px 4px 0px;
}

#content {
	font-family: Arial, Verdana, Helvetica;
	color: #333366;
	background-color: #cccccc;
	position: fixed;
	overflow: scroll;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
#content p {
    margin: 0px 5px 20px 5px;
	line-height: 130%;
	word-spacing: 0.1em;
}
#content p.right {
	text-align: right;
}
#content li {
    margin: 0px 5px 5px 5px;
    line-height: 130%;
    word-spacing: 0.1em;
}
#content div {
    z-index:  8;
    margin: 10px auto 16px auto;
    max-width: 1200px;
	clear: both; 
}
#content div.absatz {
    padding-top: 56px;
    margin-top: 0px;
}
#content div.up {
    margin-top: 0px;
}
#content div.left {
    margin: 0px 0px 16px 0px;
	clear: left; 
}
#content div.half {
    float: left;
    display: block;
    width: 480px;
    margin: 16px 0px 16px 0px;
    clear: none;
}

#content h3,h4 {
    font-weight: bold;
	font-size: large;
    margin: 0px 5px 16px 5px;
}
#content h3.right {
    font-weight: bold;
    font-size: large;
    float: right;
    margin: 4px 0px 16px 15px;
}
#content h1,h2 {
    font-weight: bold;
	font-size: xx-large;
    margin: 10px 5px 16px 5px;
}
#content img {
	border: 0;
	float: left;
	margin: 4px 25px 16px 0px;
}
#content img.right {
	border: 0;
	float: right;
	margin: 4px 0px 16px 15px;
}
#content img.up {
	margin-top: -16px;
}
#content img.icon19 {
	float: none;
	display: inline;
	margin: 0px;
}


#infobox {
	width: 240px;
	height: 110px;
	padding: 10px;
	position: absolute;
	bottom: 28px;
	right: 6px;
	border-radius: 20px;
	background-color: rgba(255,255,255,0.6);;
}

#infobox div  {
  margin-top: 0px;	
}

div#map {
  width: 100%;
  height: 100%;
}

fieldset {
	border-style: none;
}

img.light {
	background-color: #ffffff;
	opacity:   .3;
}

.pos-marker {
	opacity:   .4;
}


#hintergrund {
	position: fixed;
	display: block;
	z-index: -100;
	height: 100%;
	width: 100%;
	overflow: hidden;
	opacity:   .9;
	
}

#trace {
	position: fixed;
/*	display: block;*/
	display: none; 
	width: 50%;
	height: 40%;
	background-color: #ff8080;
	opacity:   .4;
	z-index: 120;
	overflow: hidden;
	right: 5%;
	bottom: 5%;
	line-height: 16px;
	font-size: small;
}
