@charset "UTF-8";
/* CSS Document */
html,body {
	height: 100%;
	width: 100%;
	overflow: hidden;
	background-color: #F8F8F8;
	margin: 0px;
}

.titel {
	font-family: Monaco, mono;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.text {
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
}

#titel{
	margin: 0px;
	padding: 20px;
	text-align: center;
	vertical-align: middle;
	height: 100%;
	width: 100%;
}

#introDiv{
	width:100%;
	height:100%;
}



#introPar{
	position:absolute;
	font-family: Helvetica, Arial, sans-serif;
	font-size: large;
	text-align: left;
	cursor:pointer;

}

#quote{
	font-style: italic;

}

#preloaderDiv {
	height: 1px;
	width: 100%;
	bottom: 0px;
	position: fixed;
	background-color: #F00;

}

#logoDiv{
	position:absolute;
	top:0px;
	left:50px;

	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#logo{
width:500px;


}

#menuDiv {
	bottom: 10px;
	position: fixed;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	z-index: 2;
}

#distanceDiv {
	width:100%;

	position: fixed;
	top:95%;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;

}


#menu li{
	//display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 2px;
	cursor:pointer;
}


#topDiv {
	height: 50px;
	width: 100%;
	top: 0px;

	//position: fixed;
	text-align: center;
	font-family: Monaco, mono;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	display: block;
	overflow: hidden;
}

#imagesDiv {
	position:absolute;
top:10%;
left:10%;
width:80%;
height:80%;

}


#imagesLeftOuterDiv {
	border-width: 0px;
	position:absolute;
	top:0%;
	right:50%;
	width:50%;
	height:100%;
	text-align: right;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;

}
#imagesRightOuterDiv {
	position:absolute;
	top:0%;
	left:50%;
	width:50%;
	height:100%;
	text-align: left;
	background-repeat: no-repeat;
	background-position: left center;
		background-size:contain;
}


#mapView, #aboutLink{
	cursor: pointer;
}

#aboutOuterDiv{
	position: fixed;
	top: 0%;
	height: 100%;
	left: 10%;
	width: 90%;
	overflow: auto;
	visibility: hidden;
}

#aboutDiv{
	position: relative;
	left: 0%;
	width: 300px;

	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-family: Helvetica, Arial, sans-serif;
	color: #111;
	font-size: 12px;
	margin: 0px;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
}

.textlink {
	text-decoration: none;
	color: #333;
}

.pola {
	position: relative;
	display: inline-block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor:pointer;
	height: 100%;
	width:100%;

}
.red {
	color:#F00;
}
p {
	margin-top: 25px;
}

a:link, a:visited{
	color:#000000;
	text-decoration: none;
}

a:hover{
	color: #C33;
}
