html { height: 100% }
body { height: 100%; margin: 0px; padding: 0px }
A {text-decoration: none;}

#map_canvas {
	width: 100%;
	height: 100%;
	float: left;
}

#map-top {
	width: 250px;
	height: 75px;
	border: 1px solid #333;
	border-bottom: 0px;
	position: absolute;
	margin: 5px 5px;
	padding: 5px;
	padding-bottom: 0px;
	background-color: #FFF;
	background-color: rgba(255, 255, 255, 0.5);
}
#map-side-bar {
	position: absolute;
	overflow: auto; 
	width: 250px;
	border: 1px solid #333;
	border-top: 0px;
	border-bottom: 0px;
	margin: 5px;
	padding: 5px;
	padding-top: 0px;
	background-color: #FFF;
	background-color: rgba(255, 255, 255, 0.5);
	top: 81px;
}

#titlepage{
	text-align: center;
	padding-top: 12px;
	padding-bottom: 11px;
	margin-bottom: 0px;
	color: #223;
	font-family: Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	background-color: #F60;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border: 1px solid #999;
	border-bottom: 0px;
	vertical-align: bottom;
}

#bottompage{
	width: 250px;
	height: 30px;
	border: 1px solid #333;
	border-top: 0px;
	position: absolute;
	bottom: 5px;
	margin: 5px 5px;
	padding: 5px;
	padding-top: 0px;
	background-color: #FFF;
	background-color: rgba(255, 255, 255, 0.5);
}

#titlebottom{
	text-align: center;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #444;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
	background-color: #F60;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border: 1px solid #999;

}

.impressum{
	padding: 5px;
	width: 270px;
	font-size: 12px;
}
.impressum img{
	border: 0px;
}
.about{
	text-align: left;
	padding-right: 20px;
	color: #444;
}
a.about:hover{
	color: #000;
}

#ShowOrHide{
	text-align: right;
	font-family: Arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #666;
	margin-right: 5px;
	margin-top: -10px;
	cursor: pointer;
}

#ShowOrHide img{
	margin-top: -4px;
	margin-left: 2px;
	margin-right: -5px;
	float: right;
}

/* Liste Photos Style */

.title {
	margin-top: 10px;
	margin-bottom: 0px;
	color: #336;
	font-family: Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	padding-left: 5px;
	border: none;
}

.list_img_preview{
	float: left;
	border: 1px solid #666;
	margin: 5px;
	width: 90px;
	height: 65px;
	background-position: center;
	background-repeat: no-repeat;
}

.subtitle{
	color: #777;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 0px;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

.list-item{
	min-height: 75px;
	text-decoration: none;
	border: 1px solid #999;
	background-color: #F0F0F0;
	border-bottom-color: #F0F0F0;
	transition: background-color 0.3s;
}

.list-item:hover{
	background-color: #DDD;
}

.list-item img{
	max-height: 65px;
	max-width: 65px;
	margin-top: 4px;
	margin-right: 4px;
	float: left;
	border: 0px;
}

#listitems{
	margin: 0px;
}

#about-box{
	padding-top: 250px;
	padding-left: 41px;
	padding-right: 300px;
	color: #F3D97A;
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-align: justify;
	overflow: hidden;
}

.about-bottom{
	font-size: 24px;
	font-style: italic;
	padding-left: 70px;
}

a.tooltip{
	display: block;
	position: relative;
	text-decoration: none;
	color: #444;
}
a.tooltip:hover{
	color: #000;
}
a.tooltip span{
	display: none;
}
a.tooltip:hover span{
	position: absolute;
	display: block;
	bottom: -15px;
	left: 150px;
	border: 1px solid black;
	background-color:white;
	border-radius: 10px;
	box-shadow:  3px 3px 8px 3px rgba(64, 64, 64, 0.5);
}

/* Bubble Style */

.pict_bubble{
	margin-top: 2px;
	margin-right: 10px;
	text-align: center;
	float: left;
	border-right: 1px solid #BEBEBF;
	width: 175px;
	height: 120px;
	color: #FFF;
}

.pict_bubble img{
	max-width: 150px;
	max-height: 113px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}

.bubble_title{
	color: #FFF;
	margin-right: 5px;
	font-family: Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	padding-top: 5px;
	margin-top: 5px;
}

.bubble_subtitle{
	color: #BEBEBF;
	margin-right: 5px;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

.bubble_comment{
	color: #FFF;
	text-align: left;
	margin-right: 5px;
	font-family: Arial, sans-serif;
	font-size: 9pt;
}

.info-box{
	display: none;
}

.footer {
   font-family: Arial, sans-serif;
   font-size: 12pt;
   position: fixed;
   left: 272px;
   bottom: 0;
   background-color: rgba(0, 0, 128, 0.6);
   color: white;
   text-align: left;
   border-top-left-radius: 10px;
   width: calc(100vw - 272px)
}
#footerheadline {
	padding-top: 10px;
	height: 30px;
}
#footerheadline .hdl{
	padding: 10px;
	color: #E0E0E0;
	cursor: pointer;
	text-shadow: 1px 1px #000;
}
#footerheadline>span:hover {
  color: white;
  font-size: 13pt;
}
.imp {}
.cop {
	font-weight: bold;
}
.dat {}
#cop {
	display: block;
}
.footcont {
	display: none;
}
.url {
	text-align: center;
	padding-left: 50px;
	padding-right: 50px;
	font-weight: bold;
	float: right;
	color: #FFCC00;
	line-height: 1.5;
}
#counter {
	color: #00CCFF;
}

#footercontent {
	padding-left: 10px;
	padding-right: 10px;
}

.ie8text {
	position: absolute;
	bottom: 10px;
	left: 300px;
	color: #667;
	font-family: Arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	background-color: #EEE;
	border: 1px solid black;
	padding: 3px 5px;
}