#googleMap{
	width: 100%;
	height: 150px;
	position: relativ;
	z-index: 1;
}

#wrapper {
	padding:0px;
	width: 100%;
	height:100%;
	min-height: 100%;
}

.body {
	background-color: #ffffff;
	height:100%;
	min-height: 100%;
	min-width: 290px;
	overflow-x: hidden;
}

.icon {
	position: absolute;
	z-index: 2;
	top: 20px;
	left: 20px;
}


#content{
	padding-left: 20px;
	padding-top: 30px;
	color: white;
	font-family: Helvetica,Arial,sans-serif;
	margin-left: auto;
	margin-right: auto;
	width:300px;
}

#title{
	text-decoration: none;
	font-family: Helvetica,Arial,sans-serif;
	font-weight:bold;
	color: white;
	margin-left: auto;
	margin-right: auto;
}

.text{
	width: 290px;
	padding-left: 20px;
	font-family: Helvetica,Arial,sans-serif;
	margin-left: auto;
	margin-right: auto;
}

.button{
	padding-top: 15px;
	padding-bottom: 15px;
	max-width: 260px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: #336699;
	font-weight:bold;
}

#footerButton{
	text-decoration: none;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #468EC6;
	text-align: center;
	color: white;
	font-size: 0.9em;
}

a:hover{
	text-decoration: none !important;
}

.flagg20 {
	height: 43px;
	width: 43px;
}

.ui-li-has-thumb .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li-has-thumb {
    min-height: 0px;
    padding-left: 100px;
}

.ui-listview .ui-li-icon {
max-width: 26px;
max-height: 26px;
left: 8px;
top: 8px;
}


.button:hover{
	cursor: pointer;
	text-decoration: none;
}

.button a {
  display: block;
  width: 100%;
}

#footer{
	height 2em;
	width: 100%;
	position: absolute;
	bottom: 0px;
	clear: both;
}

.footerButton:hover{
	cursor: pointer;
	text-decoration: none;
}

.footerButton a {
  display: block;
  width: 100%;
}
