/* Routentabelle */

table#route_druck {
	width:600px;
	margin-left:0;
	font-size:9pt;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	background:#ffffff;
	}
table#route_druck td.tag		{width:43px; text-align:right;padding-right:1px;}
table#route_druck td.datum		{width:73px; text-align:center;}
table#route_druck td.start		{width:135px; text-align:left; padding-left:2px;}
table#route_druck td.landung	{width:121px; text-align:left; padding-left:2px;}
table#route_druck td.nm			{width:60px; text-align:right; padding-right:18px;}
table#route_druck td.sum_nm		{width:60px; text-align:right; padding-right:26px;}
table#route_druck td.h			{width:40px; text-align:left;padding-left:12px;}
table#route_druck td.gesamt		{text-align:left; padding-left:12px;}

table#route_druck td {height:22px; border-bottom:1px solid #CFD9EC; }

table#route_druck tr {  color:#00448B;}
table#route_druck tr.normal {  color:#00448B;}

a.print {
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:10pt;
	color:#EE1C23;
	font-weight:bold;
	text-decoration:none;
	display:none;
	}