/* Styles for Pop-Up Bubble */

/* Struktur */
div.bubble {
	width: 336px;
}

div.bubble blockquote {
	margin: 0px;
	padding-top: 18px;
	padding-bottom:18px;
	padding-left:18px;
	padding-right:15px;
	border: 1px solid #000;
	background-color: #606060;
	clear:both;
}

/*div.bubble blockquote div {
	margin-top:4px;
	margin-bottom:20px
}
*/
.map {
	width:300px;
	border:1px solid #fff;
}

div.addressle {
	width:300px;
	margin-top:1ex;
}

div.arrow {
	position: relative;
	margin: -1px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	top: 0px;
	background: transparent url(../Images/tip_dg.gif) no-repeat 0 0;
	font-style: normal;
	height:35px;
}


/* Typo, Colours */
div.bubble .nav, div.bubble .nav a, .addressle, .datele{
	color: #fff;
	padding:0;
}

.bubble{
}

.datele {
/*	margin-top:-1ex;*/
	margin-bottom:.5ex;
	font-size:0.7em;
	border:#606060;
	width:50px;
}

.nav {
	width:240px;
	margin-bottom:0ex;
	text-align:right;
	font-size:0.7em;
}
.nav a {
}

div.bubble img {
	border:none;
}

div.bubble a {
	color:#fff;
	text-decoration:none;
}

div.bubble a:hover {
	text-decoration:underline;
}