.bannerr, .bannerl{position:absolute; top:5px;height:60px;}
.bannerl{left:5px;}
.bannerr{right:5px;}

div#google_stadtplan div{
	float: left;
	width: 24.2%;
	margin: 0 .25%;
	text-align: left;
}

div#google_stadtplan h2 {
	font-size: 1.1em; 
	margin: .3em 0 .2em .25%;
	text-align: left;
}
div#google_stadtplan h2 a {
	color: #000000;
}

div#google_stadtplan h3 {
	font-size: 1.3em;
	background: #F1F1F1;
	padding: .1em .2em;
	font-weight: bold;
}

div#google_stadtplan h3  a:hover, h3 a.hover{
	color: #858F9E;
}

div#google_stadtplan p {
	font-size: 1.2em;
}

div#google_stadtplan p a{
	color: #000000;
}
div#google_stadtplan a {
	cursor: pointer;
	cursor: hand;
	text-decoration: none;
}

* html div#google_stadtplan  a{
	color: expression(this.onmouseover = new Function("this.className += ' hover';"),
		this.onmouseout = new Function("this.className = this.className.replace('hover', '');")
	);	
}

div#google_stadtplan p a:hover, div#google_stadtplan p a.hover{
	color: #858F9E;
}
DIV#google_stadtplan_results 
{
	MARGIN: 0.8em 0px 2.5em;
	BORDER-BOTTOM: #30353d 2px solid;
}
div#google_stadtplan_results h2 a {
	color: #49515C;
}
