@media all {
html,body {
  background-color: #494952;
  height: 100%;
  width: 98%;
  margin: 1%; padding: 0;
  font-family: "Century Gothic", Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #9BB3CC;
  min-height:560px;
}

.titel3 {
	font-size: 20px;
	padding-bottom: 1em;
}

.map-popup {
	color:black;
}

div.olFramedCloudPopupContent h2 {
	color:black;
	font-size: larger;
	font-weight: bold;
}

div.olFramedCloudPopupContent p {
	color:black;
	font-size: medium;
	font-weight:normal;
}

div.olFramedCloudPopupContent p img {
	height: 16px;
	width: 16px;
	vertical-align: middle;
	padding-right: 1em;
}

element.style {
	height:auto;
	overflow-x:auto;
	overflow-y:auto;
	position:relative;
	width:auto;
}

a:link {
	font-weight: normal;
	color: #94B3FF;
	text-decoration: none;
}

a:visited {
	font-weight: normal;
	color: #BEC9D4;
	text-decoration: none;
}

a:hover {
	font-weight: normal;
	color: #73BF67;
	text-decoration: none;
}

#header {
  font-family: Verdana, Arial;
  font-size: 1em;
  overflow: hidden;
  color: #ffffff;
}

#map {
  height: 75%;
  width: 96%;
  padding: 0; margin: 0;
}

#content {
  font-size: 1em;
}

#osm {
  font-size: 0.7em;
  font-style: italic;
  margin-bottom: 20px;
}
}
@media print{
	html {background-color: #FFFFFF;color: #000000;}
}
