body{
	font-family: Calibri, sans-serif;
}


#noFlashContent {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 999;
	top: 0px;
	left: 0px;
	background-color: #ffffff;
	overflow: hidden;
}

#intro_header {
	background-color: #01824a;
	width: 100%;
	height: 60px;
	text-align: center;
}

#intro_header_logo {
	height: 100%;
	display: inline-block;
}


#goToCatalog{
	width: 300px;
    font-size: 1.4em;
    position: absolute;
    text-align: left;
    color: white;
    margin-left: 10px;
    margin-top: 15px;
	cursor: pointer;
}

@media (max-width:414px), (max-width:768px) and (orientation:landscape){
	#intro_header_logo{
		width: 180px;
		height: auto;
		margin-top: 13px;
	}
	#goToCatalog{
		width: 100px;
		font-size: 12px;
	}
	h2{
		font-size: 1.2em;
	}
}

#intro_title_container {
	margin: 0 auto;
}

#intro_title {
	margin: 20px auto 10px auto;
	max-width: 100%;
}

#container_harta {
	margin: 0 auto;
}

#harta_magazine {
	width: 933px;
	height: 680px;
	position: absolute;
	left: 0px;
	right: 0px;
	margin: 0 auto;
}

#harta {
	width: 100%;
	height: 100%;
}
#popup_arrow {
    vertical-align: baseline;
}
.map_store {
	width: 7.5%;
	height: 10%;
	position: absolute;
	cursor: pointer;
	background-color: #ffffff;
	opacity: 0;
	filter: alpha(opacity=0);
}

.map_popup {
	position: absolute;
	width: 230px;
	/* height: auto; */
	visibility: hidden;
}

.popup_store {
	color: #ffffff;
	background-color: #01824a;
	font-size: 13px;
	font-family: Verdana, sans-serif;
	text-transform: uppercase;
	height: 33px;
	text-align: left;
	line-height: 33px;
	padding-left: 10px;
	cursor: pointer;
}
.credits{
	position:absolute;
	bottom:0;
	margin:0;
	text-align:center;
	width:100%;
}

.credits a{
	text-decoration: none;
	color: #01824a;
}
