html, body {
margin: 0;
padding: 0;
height:100%;
font-family: open sans;
}
/* unvisited link */
a:link {
    color: #7BB92C;
}

/* visited link */
a:visited {
    color: #7BB92C;
}

/* mouse over link */
a:hover {
    color: #7BB92C;
}

/* selected link */
a:active {
    color: #7BB92C;
}

#container-map{width: 710px; height:450px;position: relative;	}

.popup a{color:#fe4a5d;text-decoration: none;}
.popup h2{margin:0;padding:0;}
.popup #berlin{width:220px;height:40px; background: url(img/berlin.png);text-indent: -9999px}

#map-canvas{width: 100%; height:100%; position:relative;z-index:10;}
