/* StyleSheets Untere Spalte von travel-info */

<!--

body 					{ 
						font-family:Arial, Century Gothic, Sans-Serif;
						background-color:#FFFFFF;
						font-size:12px;
						color:#666666;
						margin-top:0px;
						margin-left:0px;
						margin-bottom:0px;
						margin-right:0px;
						}
	
table.hauptDeckfarbe	{ 
						background-image:url("/_Pictures/Bilder/kleingrafiken/hintergrund_spaltelinks1.gif"); 
						background-color:#666666;
						color:#9FBEFF;
						height:100%;
						width:100%;
						padding:0%;
						border-spacing:0px;
						}
	
td.tableRechts			{
						font-size:18px;
						height:100%;
						width:80%;
						text-align:center;
						}

td.tableGanzRechts		{
						font-size:18px;
						height:100%;
						width:24px;
						text-align:right;
						}

td.tableLinks			{
						height:100%;
						width:20%;
						text-align:center;
						}

a:link 					{
						font-size:12px;
						font-family:Arial, Century Gothic, Sans-Serif;
						font-weight:normal;
						color:#999999;
						padding-left:5px;
						padding-right:5px;
						text-decoration:none;
						background-color:transparent;
						}

a:visited 					{
						font-family:Arial, Century Gothic, Sans-Serif;
						font-size:12px;
						font-weight:normal;
						color:#999999;
						padding-left:5px;
						padding-right:5px;
						text-decoration:none;
						background:transparent;
						}
		
a:hover					{
						font-family:Arial, Century Gothic, Sans-Serif;
						font-size:12px;
						font-weight:normal;
						padding-left:5px;
						padding-right:5px;
						color:#FFFFFF;
						text-decoration:none;
						background:transparent;
						}
						
	-->