/* ================================================
 *	infoWindow Eigenschaften
 * ================================================ */
/*********Global Styles********/
div.infoWindowContainer {
	display: block;
	width: 269px;
	text-align: left;
	font-size:13px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.22em;
	cursor: default;
}
/*********Dark Styles********/
div.infoWindowContainer div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, hr, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0pt;
	padding:0pt;
}
div.dataInfoWindow {
	padding: 0px;
	color: #0C1C8C;
}
div.dataInfoWindow div.top {
	background: transparent url(./mapResources/$File/top.png) repeat left top;
	margin: 0px 0px 0px 0px;
	height: 7px;	
	max-height: 7px;
	clear:both;
	line-height:0em;
	font-size:0em;
}
div.dataInfoWindow div.center {
	padding: 0px;
	margin: 0px;
	background: transparent url(./mapResources/$File/fill.png) repeat-y;
	width: 269px;
}
div.dataInfoWindow div.bottom {
	background: transparent url(./mapResources/$File/bottom.png) no-repeat left top;
	margin: 0px 0px 0px 0px;
	height: 18px;
	min-height: 18px;
	max-height: 18px;
}
div.dataInfoWindow div.center .topLogo{
	padding-bottom:1px;	
	vertical-align: bottom;
}
div.dataInfoWindow div.center .closeStr{
	color: #0C1C8C;
	padding-right:3px;
	padding-bottom:1px;	
	vertical-align: bottom;
	text-decoration:none;
}
div.dataInfoWindow div.center .closeBtn{
	position: absolute;
	top: 7px;
	left: 240px;
	cursor: pointer;
	vertical-align: bottom;
}
div.dataInfoWindow div.center .cutLineTop{
	position: absolute;
	border-bottom: 1px dotted #bbb;
	width: 240px;
	height:1px;
	margin: 4px 0px;
}
div.dataInfoWindow div.center .cutLineBottom{
	position: absolute;
	left: 9px;
	border-bottom: 1px dotted #bbb;
	width: 240px;
	height:1px;
}
div.dataInfoWindow div.center .opening {
	position: relative;
	top: 8px;
}
div.dataInfoWindow div.center table {
	padding:0px 0px 4px 0px;
	margin: 0px 10px 0px 10px;
	vertical-align:top;
	color: #0C1C8C;
	font-size:11px;
}
div.dataInfoWindow div.center table.addressTable {
	margin: -8px 0 0 12px;
}
div.dataInfoWindow div.center td {
	padding:0px;
	margin: 0px;
	vertical-align:top;
	color: #999;
	font-size:12px;
}
div.dataInfoWindow .description {
	width: 250px;
	height:50px; 
	clear:both;
	overflow:auto; 
	font-size: 11px;
	margin: 0px 4px;
}
	
div.dataInfoWindow div.center h2 {
	margin: 2px 0px 4px 0px;
	color:#0C1C8C;
	font-size:1.2em; 
	font-weight: bold;
}
	
div.dataInfoWindow div.center a {
	margin: 6px 0px; 
	font-weight: normal; 
}
div.dataInfoWindow div.center a:hover {
	margin: 6px 0px; 
	color:#0C1C8C;
}
div.dataInfoWindow .bankImage{
	padding: 0px 0px 0px 0px;
	margin-top: 12px;
	border:1px solid #0C1C8C;
}
div.gmnoprint a {
	background: none;
}
