/* CSS Document für Google Maps */

#directions-panel {
        float: left;
        width: 630px;
        overflow: auto;
		font-size:12px;
		font-family:"Courier New", Courier, monospace;
      }

      #map_canvas {
        width: 800px;
		height: 500px;
		float:left;
      }

      #control {
        background: #fff;
        padding: 5px;
        font-size: 12px;
        font-family: Arial;
        border: 1px solid #ccc;
        box-shadow: 0 2px 2px rgba(33, 33, 33, 0.4);
        display: none;
      }
	  
	  
	  #firstHeading {
		font-size:14px;
		font-family:"Courier New", Courier, monospace;
		font-weight:bold;
      }
	  
	  #bodyContent {
		font-size:11px;
		font-family:"Courier New", Courier, monospace;
		margin-bottom:0px;
      }
	  
	  
#gmapper_map {
	float: left;
	padding-top: 0px;
	margin-top: 15px;
}
#gmapper_map h2 {
	margin: 10px 0 0 0;
	padding-left: 10px;
	height: 24px;
	line-height: 24px;
	color: #384091;
	font-size: 15px;
}
#gmapper_map ul {
	padding: 10px 0 15px 30px;
	list-style-type: square;
	color: #999999;
}

#gmapper_map img {
	
	margin-bottom: 20px;
	color: #11286c;
	font-size: 10px;
}
#gmapper_map a {
	text-align: center;
	margin-bottom: 20px;
	color: #384091;
	font-size: 10px;
	text-decoration: none;
	/*background-color:#6D2277;*/
	width: 190px;
	padding-bottom: 4px;
}

#gmapper_map p {
	text-align: center;
	margin-bottom: 20px;
	color: #999999;
	font-size: 10px;
	text-decoration: none;
	/*background-color:#6D2277;*/
	width: 190px;
	line-height: 20px;
	padding-bottom: 4px;
}	  