#map {
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px;
	margin: 0px;
	
	width: 800px;
	height: 500px;
	
}
#guideDescription {
	position: absolute;
	top: 0;
	left: 830px;
	padding: 10px;
	margin: 0;
	padding-top: 20px;
	width: 200px;
	height: 500px;
	border-left: none;
	display: none;
}

#guideOverview {
	
	position: relative;
	width: 200px;
	height: 550px;
	margin: 0;
	padding: 0;
}

#countryflag {
	position: absolute;
	top: 15px;
	left: -45px;
	z-index: 100;
}
#guideOverview h2 {
	margin-top: 12px;
}

#guideOverview h2,#guideOverview  h3{

	color: white;
	
	text-shadow: 0px 1px 0px black;
	
	font-size: 1.2em;
}

#mapcover {
	display: none;
}

#guideStatistics {
	margin: 0;
	padding: 0;
	list-style: none;
	color: white;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 0.9em;
}
#guideStatistics li {
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
}
	li.guideNumPOI {
		background: transparent url('/images/poi.png') left center no-repeat;
	}
		li.guideNumRestaurant {
			background: transparent url('/images/poiRestaurant.png') left center no-repeat;
		}
li.guideNumPub {
	background: transparent url('/images/poiPub.png') left center no-repeat;
}
li.guideNumShop {
	background: transparent url('/images/poiShop.png') left center no-repeat;
}
li.guideNumStreet {
	background: transparent url('/images/poiStreet.png') left center no-repeat;
}

#nearby, #noGuide, #guideNote {	
	color: #ddd;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 0.9em;
}	

#noGuide {
	font-family:  "Helvetica Neue Condensed Bold", "HelveticaNeue-CondensedBold",Helvetica,Arial,Sans-Serif;
	font-size: 1.25em;
	width: 540px;
	color: #fff;
	margin-bottom: 0;
	display: block;
}
a.wml-tile-layer-control-link-active {

	display: none !important;
}

.wml-wrapper .wml-sidebar-container {
	margin-top: 10px;
	height: 400px !important;
	background-color: white !important; 
	
	
	/* shadows */
	-moz-box-shadow: 0px 4px 10px #000;
	-webkit-box-shadow:0px 4px 10px #000;
	box-shadow: 0px 4px 10x #000;
}
.wml-wrapper {
	
	overflow: visible !important;
}
.wml-container {
	border: 4px solid white;
	
	/* shadows */
	-moz-box-shadow: 0px 4px 10px #000;
	-webkit-box-shadow:0px 4px 10px #000;
	box-shadow: 0px 4px 10x #000;
}


#osmcredits, #osmcredits a {
	text-align: center;
	color: #ccc;	
}
#osmcredits {
	position: relative;
	top:  -20px;
	margin-left: 200px;
	font-size: 0.8em;
}
