.map {
    width: 636px;
    height: 250px;
    border: 2px solid #ccc;
    overflow: hidden;
	margin:0;
	padding:2px;
}

.tooltip {
    font-family: "Lucida Sans", "Lucida Sans Unicode", arial;
    font-size: 9pt;
    width: 170px;
    overflow: hidden;
}

.tooltip h6 {
    font-size: 12px;
	color:#5dc1e3;
	padding:4px;
	margin:0;
	text-align:center;
}

.tooltip p {
    font-size: 11pt;
	color:#fff;
	padding:5px;
	margin:0;
}

.tooltip .top{
    background: url(../grafik/google/bubble.png) no-repeat;
    height: 5px;
    overflow: hidden;
}

.tooltip .middle{
    background: url(../grafik/google/bg.png) repeat;
    background-position: -173px top;
    padding: 0px 5px;
    color: #FFF;
}

.tooltip .middle img{
    margin: 5px 0px;
    clear: both;
}

.tooltip .bottom{
    background: url(../grafik/google/bubble.png) no-repeat;
    height: 25px;
    background-position: left bottom;
    overflow: hidden;
}

.tooltip .IE6 {
    background: url(../grafik/google/bubble.gif) no-repeat;
}

.tooltip .BOTTOMIE6 {
    background: url(../grafik/google/bubble.gif) no-repeat left bottom;
}

.tooltip .MIDDLEIE6 {
    background: #1A1A1A;
}