/* ------------------
 styling for the tables 
   ------------------   */


body
{
	line-height: 1.6em;
}
#background-image
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 11px;
	margin: 45px;
	width: 420px;
	text-align: left;
	border-collapse: collapse;
	background: url("http://reisen-travel.com/fluege/wp-content/themes/template-reisen/t/table-images/flieger.jpg") 10px 10px no-repeat;
}
#background-image th
{
	padding: 10px;
	font-weight: normal;
	font-size: 10px;
	color: #356ea4;
}
#a:link { color:#f50000; }
#background-image td
{
	padding: 7px 12px;
	color: #669;
	border-top: 1px solid #fff;
}
#background-image tfoot td
{
	font-size: 11px;
}
#background-image tbody td
{
	background: url("http://reisen-travel.com/fluege/wp-content/themes/template-reisen/t/table-images/back.png");
}
* html #background-image tbody td
{
	/* 
	   ----------------------------
		PUT THIS ON IE6 ONLY STYLE 
		AS THE RULE INVALIDATES
		YOUR STYLESHEET
	   ----------------------------
	*/
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='table-images/back.png',sizingMethod='crop');
	background: none;
}	
#background-image tbody tr:hover td
{
	color: #339;
	background: none;
}
