/* Info-Box "Auf einen Blick" */
	div#content-zone div.betreiber-infobox
	{
		float: right;
		width: 200px;
		padding: 5px;
		border: 1px dotted #808080;
		margin: 6px 0 3px 9px;
		background: url(img/verlauf-betreiber-infobox-bg.png) top right repeat-y #fff; /* PNG 220*1px */
	}
	
	div#content-zone div.betreiber-infobox dl dt
	{
		font-size: 11px;
		line-height: 13px;
		font-weight: bold;
		display: inline;
		float: left;
		padding: 2px 0;
		width: 125px;
	}
	
	div#content-zone div.betreiber-infobox dl dd
	{
		font-size: 11px;
		line-height: 13px;
		padding: 2px 0;
	}

/* Betreiberspezifische Standortliste */
	div#content-zone table.operator-bases
	{
		background: url(img/betreiber.stationen.bg.jpg) top left no-repeat #fff;
	}
	
	div#content-zone table.operator-bases td.name
	{
		border-top: 1px dotted #c0c0c0;
		width: 150px;
		padding: 2px 0;
		font-weight: bold;
		text-align: left;
	}
	
	div#content-zone table.operator-bases td
	{
		border-top: 1px dotted #c0c0c0;
		width: 300px;
		padding: 2px 0;
		text-align: left;
	}
	
	div#content-zone table.operator-bases tr:hover
	{
		background-color: #ececec;
	}
	
	div#content-zone table.operator-bases td.name
	{
		cursor: pointer;
	}
	
	div#content-zone table.operator-bases td.name a
	{
		color: #2e3291;
	}
	
	div#content-zone table.operator-bases div.operator-base-img
	{
		display: none;
		position: absolute;
		top: -12px;
		left: 150px;
		width: 425px;
		height: 285px;
		background: url(img/betreiber.stationen.img.bgShadow.png) top left no-repeat; /* beachte ie6fix */
		z-index: 101;
	}
	
	div#content-zone table.operator-bases div.operator-base-img img
	{
		margin: 12px 0 0 10px;
		border: 1px solid #2e3291;
	}
	