#gmap{
	position: relative; 
	width: 995px;
	height: 440px;
	padding: 1px;
	background: #CCC;
}
.tooltip{ /*allgemein*/
	background-color:#E2001A;
	color: #FFF;
	font-weight: bold;
	padding:3px 5px;
	white-space:nowrap;
	border: 1px solid #FFF;
}
.tooltip1{
	background: red;
}
.googleMarkerTab .address{
	margin-bottom: .6em;
}
.tooltip dl,
.tooltip dd,
.tooltip dt{
	margin: 0px;
	padding: 0px;
}
.tooltip dt{
	font-weight: bold;
}
.tooltip dd{
	margin-left: 1em;
}
.tooltip img{
	border: none;
	display: block;
}
.PoiNotLoaded, .PoiLoaded{
	width: 380px;
}
.PoiNotLoaded{
	height: 150px;
	background: url(/img/css/loading2.gif) no-repeat center center;
}
.infoWithoutImage, .infoWithImage{
	width: 380px;
	color: #667;
	position: relative; 
}
.infoWithoutImage .PoiInfoHeader{
	width: 380px;
}
.infoWithImage .PoiInfoHeader{
	width: 230px;
}
.PoiInfoHeader{
	font-size: 130%;
	font-weight: bold;
	padding-bottom: 6px;
}
.PoiInfoHeader .PoiKatIcon{
	vertical-align: top;
	padding-right: 8px;
}
.PoiInfoHeader .spacer1Grey{
	margin-top: 5px;
}
.BildTitelPoi{
	height: 30px;
	font-size: 110%;
	font-weight: bold;
}
.imagePoiDetail{
	width: 180px;
	text-align: right;
	height: 138px;
}
.PoiInfoHeader h3{
	font-size: 90%;
	padding-top: 5px;
}
a.PoiMoreLink{
	background: url(/img/css/pfeil1.gif) no-repeat left center;
	text-decoration: none;
	padding-left: 10px;
}
a.PoiMoreLink:Hover{
	text-decoration: underline; 
}
#katLabels{
	width: 159px;
	position: absolute;
	top: 12px;
	right: 7px;
	padding: 27px 0 0 14px;
	z-index: 100;
}
.HeaderLabels{
	padding: 14px 14px 8px 14px;
	background: #E20A16;
	width: 131px;
}
#katLabels span.sifr4{
	color: #FFF; 
}
.PoiLabel{
	width: 149px;
	padding-left: 10px;
	background: #FFF url(/img/gmap/bg_Labels.jpg) repeat-x left bottom;
}
.MapTypes{
	width: 149px;
	background: #FFF url(/img/gmap/bg_Labels.jpg) repeat-x left bottom;
	margin-top: 6px;
	padding: 10px 0 10px 10px;
}
.PoiLabel .PoiLabelInActive, .PoiLabel .PoiLabelActive{
	padding: 15px 0 15px 50px;
	width: 99px;
	background-repeat: no-repeat;
	background-position: left center;
	cursor: pointer; 
}

.PoiLabel0 .PoiLabelInActive{background-image: url(/img/gmap/0_d.gif);}
.PoiLabel1 .PoiLabelInActive{background-image: url(/img/gmap/1_d.gif);}
.PoiLabel2 .PoiLabelInActive{background-image: url(/img/gmap/2_d.gif);}
.PoiLabel3 .PoiLabelInActive{background-image: url(/img/gmap/3_d.gif);}

.PoiLabel0 .PoiLabelActive{background-image: url(/img/gmap/0.gif);}
.PoiLabel1 .PoiLabelActive{background-image: url(/img/gmap/1.gif);}
.PoiLabel2 .PoiLabelActive{background-image: url(/img/gmap/2.gif);}
.PoiLabel3 .PoiLabelActive{background-image: url(/img/gmap/3.gif);}

.PoiLabel p{
	text-decoration: none; 
}
.PoiLabel p a{
	text-decoration: none; 
	color: #666666;
}
.PoiLabel p a:Hover,
.PoiLabelActive p a,
.PoiLabel:Hover p a{
	color: #E2001A;
}
.PoiLabelInActive p{
	color: #666666;
}
.PoiLabelActive p{
	color: #E2001A;
}
select#maptype{
	width: 108px;
	border: 1px solid #B6B6B6;
}
.customClose{
	position: absolute;
	right: -4px;
	top: -5px;
	width: 12px;
	z-index: 10010;
}

.FromRouteLink{
	padding-left: 10px;
	background: url(/img/css/pfeil6.gif) no-repeat left center;
}
.FromRouteField{
	width: 200px;
	border-top:2px solid #C9C9C9; border-left:2px solid #C9C9C9; border-right:1px solid #D9D9D9; border-bottom:1px solid #D9D9D9;
}
#directionsHeader{
	width: 928px;
	padding: 25px 30px 0 39px !important; 
}
#directionsHeader h2{
	font-size: 110%;
	font-weight: bold;
	float: left; 
}
#directionsHeader a{
	float: right;
	background: url(/img/css/pfeil6.gif) no-repeat right center;
	padding-right: 20px;
	text-decoration: none; 
	text-transform: uppercase; 
}
#directionsHeader a:HOVER{
	text-decoration: none; 
}

#directions{
	padding: 0 30px 0 39px !important; 
	width: 928px;
}

