/* travel-info: Titel / &uuml;berschrift */

<!--

body 					{
						font-family:Arial, "Century Gothic", Sans-Serif;
						background-color:#FFFFFF;
						font-size:18px;
						font-weight:normal;
						color:#000080;
						margin-top:6px;
						margin-left:0px;
						margin-bottom:0px;
						margin-right:0px;
						text-align:center;
						}

.SchriftLeer			{
						font-size:11px;
						font-family:Arial, "Century Gothic", Sans-Serif;
						font-weight:normal;
						color:#FFFFFF;
						}

table.titelData			{
						width:100%;
						height:63px;
						margin:0px;
						}

td.logoLinks			{
						width:20%;
						height:63px;
						text-align:right;
						vertical-align:middle;
						}

td.logoRechts			{
						width:75%;
						height:63px;
						}

td.logoGanzRechts		{
						vertical-align:top;
						color:#FFFFFF;
						background-color:#FFFFFF;
						}

table.zellen			{
						width:100%;
						}

td.hintergrundRot		{ 
						font-family:Arial, "Century Gothic", Sans-Serif;
						font-weight:800;
						font-size:18px;
						color:#FFFFCC;
						vertical-align:top;
						text-align:center;
						text-decoration:none;
						width:20%;
						height:24px;
						}

td.hintergrundRotEcke
						{ 
						vertical-align:top;
						text-align:right;
						width:22px;
						height:24px;
						}

a:link 					{
						font-size:18px;
						font-family:Arial, "Century Gothic", Sans-Serif;
						font-weight:600;
						color:#FFFFFF;
						text-decoration:none;
						background-color:transparent;
						
						text-align:center;
						width:20%;
						filter:DropShadow(color:#600000, offx:1, offy:1);
						}

a:visited				{
						font-family:Arial, "Century Gothic", Sans-Serif;
						font-size:18px;
						font-weight:600;
						color:#FFFFFF	;
						text-decoration:none;
						background-color:transparent;

						text-align:center;
						width:20%;
						filter:DropShadow(color:#600000, offx:1, offy:1);
						}
		
a:hover 				{
						font-family:Arial, "Century Gothic", Sans-Serif;
						font-size:18px;
						font-weight:600;
						color:#FFFF00;
						text-decoration:none;

						text-align:center;
						width:20%;
						filter:DropShadow(color:#600000, offx:1, offy:1);
						}
-->