@charset "UTF-8";
/*******************************************************************************
 * Stylesheet für Gmap mit Sidebar und Tabs im Info-Fenster
 ******************************************************************************/
 #Gesamt {
	float: left;
	width: 980px; 
	background-color: #F2EFE9; 
}
#Info {
	float: left;
	position:relative; top:10px; left:12px;
	border: none;
}
#Hilfe {
	float: left;
	position:relative; top:0px; left:38px;
	background-color: white;
	text-align: center;
	padding: 4px;
	border: 2px solid #c8667d;
	font-size: small;
}

 #content_map {
	float: left;
	width: 755px; 
	position:relative; left:0px;
	border: none;
	/* background-color: #EFEFEF; */
}
 #Suche {
	float: left;
	width: 510px; 
	height: 45px;
	/* background-color: #EFEFEF; */
}
#Suchfeld {
	float: left;
	position:relative; top:0px; left:10px;
	background-color: white;
}
#Senden {
	float: left;
	position:relative; top:-2px; left:40px;
	background-color: #FE766A;
	/* background-color: #AA1438;
	background-color: red; */
}

#Gmap {
	float: left;
	width: 755px; 
	height: 480px;
	position:relative; left:10px;
}

/* Sidebar */
#Sidebar {
	float: left;
	width: 205px;
	height: 525px;
	overflow: scroll;
	margin-right: 0px;
	padding-left: 5px;
	padding-top: 5px;
	background-color: #E8E9D9;
/*	border: 1px solid #c8667d; */
}

#Sidebar p, h3 {
	font-size: 14px;
	font-weight:bold;
	line-height:0.8em;
}
#Sidebar h4 {
	font-size: 12px;
}
#Sidebar a {
	text-decoration: none;	
}

.hilfe_sidebar {
	color: #AA1438;
	font-size: 12px;
	line-height:1.2em;
	}
	
#GmapSidebar {
	float: left;
	width: 200px;
	line-height:0.8em;
}

#GmapSidebar .buchstabe {	
	font-size: 14px;
	font-weight: bold;
	margin-right: 3px;
}
.sidebarZeichen {
	font-size: 12px;
}

.span12 {
	font-size: 12px;
}

#bottom {
	width: 620px; 
	position:absolute; top:775px; left:180px;
	background-image:url(bottom_data/hg_bottom.gif);
	background-repeat:repeat-x;
	}
