/* table for Stations-Infothek */
	div#content-zone table.stationsinfothek
	{
		max-width: 600px; /* does not work for a reason that is yet to be discovered */
	}
	
	div#content-zone table.stationsinfothek th
	{
		padding: 1px;
		border: none;
		font-size: 12px;
		line-height: 15px;
		font-weight: bold;
		text-align: left;
	}
	
	div#content-zone table.stationsinfothek tr.alternate td,
	div#content-zone table.stationsinfothek tr.alternate2 td
	{
		text-align: left;
		padding: 1px 5px 1px 1px;
	}

/* Stations-Infothek information about a helibase */
	/* Wrapper for border and background */
		div#content-zone div.stationsinfos
		{
			background: top left no-repeat;
			width: 600px;
			padding: 5px 23px;
			border: 1px solid #c0c0c0;
		}
	
	/* back to list-href */
		div#content-zone p#backToLrzList
		{
			text-align: right;
			float: right;
			position: relative; /* note ie6fix */
			left: 72px;
		}
		
		/* ie7fix */
		*+html div#content-zone p#backToLrzList
		{
			top: 25px; /* re-correct the rendered position by shifting down */
		}
		
	/* dropdown */
		select.exops option
		{
			padding-left: 10px;
		}
		
		option#chosenExop
		{
			background: url(img/stationen.chosenExop.gif) left 3px no-repeat #fff;
			color: #c00;
		}
	
	/* information list */
		div#content-zone table.stationsinfos th
		{
			width: 225px;
			padding: 2px 0;
			border-top: 1px dotted #808080;
			background: none;
			vertical-align: top;
			font-weight: bold;
		}
		
		div#content-zone table.stationsinfos td
		{
			width: 325px;
			padding: 2px 0;
			border-top: 1px dotted #505050;
			background: none;
		}
		
	/* link to enter current reg info */
		a#enterCurrentRegLink
		{
			background: url(img/pencil.png) top left no-repeat;
			padding: 0 0 0 16px;
		}
		
	/* picture of heliport */
	div.stationsfoto
	{
		float: left;
		min-height: 280px;
	}
		
	/* bubble with shadow for display of patch(es) and search help */
		div.patch-thumb
		{
			position: relative;
			padding: 0 0 0 16px;
			display: inline;
			cursor: pointer;
		}
		
		div.bubble-shadow
		{
			display: none;
			position: absolute;
			top: -270px;
			left: -196px;
			background: url(img/patch_schatten.png) top left no-repeat; /* note IE6 PNG Fix */
			width: 235px;
			height: 235px;
			padding: 15px 5px 5px 15px; /* note IE6-Fix */
		}
		
		/* ie7fix*/
		*+html div#content-zone div.bubble-shadow
		{ top: -225px; }
		
		div.bubble-shadow p
		{
			position: absolute;
			top: 15px;
			left: 10px;
		}
		
		div.bubble-shadow img.patch
		{
			width: 200px;
			max-height: 200px;
			display: block;
			margin: 0 0 4px;
		}

/* recent news */
	div#content-zone div.recentLrzNews
	{
		width: 425px; /* note ie6fix */
	}
	
	/* ie7fix*/
	*+html div#content-zone div.recentLrzNews
	{
		width: 400px;
	}

/* Info-Box "Einsaetze" */
	div#content-zone div.infothek-infobox
	{
		float: right;
		width: 155px;
		padding: 5px;
		border: 1px dotted #808080;
		margin: 7px 0 3px 9px;
		background: url(img/verlauf-infothek-infobox-bg.png) top right repeat-y #fff; /* PNG 220*1px */
	}
	
	div#content-zone div.infothek-infobox table td,
	div#content-zone div.infothek-infobox table th
	{
		font-size: 11px;
		line-height: 13px;
		padding: 1px 5px;
	}
	
	div#content-zone div.infothek-infobox table th
	{
		font-weight: bold;
	}
