/*-------------------------------------Timetable-----------------------------------*/
    body {
	width: 100%;
	margin-top: 0;
	margin-left: 2px;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	background-color: #ffffff;
	
	}
	#timetable_emptyrow_top {
		height: 10px;
		width: 100%;
		border: 0;
		padding: 0;
		font-size: x-small;
		vertical-align: top;
	}
	#timetable {
		width: 250px;									/*Breite Timetable*/
		border: 0;
		padding: 0;
		margin-top: 0;
		vertical-align: top;
		text-align: right;
		
		
	}
	#timetable_1 {
		width: 100%;
		border: 0;
		padding: 0;
		margin-top: 5px;
		/*background-color: #7F7F7F;			/*Rahmenfarbe ganze Timetabletabellen */
	}
	#timetableheader {
		width: 100%;
		height: 20px;									/*Zeilenhöhe*/
		/*background-color: #00FFFF;		/*Hintergrundfarbe Tableheader*/
		padding: 0;
		text-align:left;
		vertical-align: middle;
	}
	.timetableheader_font {
		font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
		font-size: 15px;
		font-style: normal;
		line-height: normal;
		font-weight: bold;
		font-variant: normal;
		color: #D34229;
	}
	.timetableheader_font a {
		color: #7F7F7F;
	}
	.timetableheader_font a:hover {
		color: #7F7F7F;
	}
	#timetablecontent {
		width: 100%;
		padding:0;
		/*background-color:#FFFF00;		/*Hintergrundfarbe Timetable*/
	}
	#timetabletime {
		width: 40px;									/*Breite Spalte Zeit*/
		height: 20px;									/*Höhe Spalte Zeit*/
		text-align: left;
		padding-left: 15px;
		
		/*background-color:#00CC00;		/*Hintergundfarbe Spalte Zeit*/
	}
	.timetabletime_font {
		color: #7F7F7F;
		font-family: "Lucida Grande",Lucida,Verdana,sans-serif;;
		font-size: 11px;
		line-height: 13px;
		font-variant: normal;
		font-style: normal;
	}
	#timetabledata {
		width: auto;
		text-align: left;
		vertical-align: top;
		line-height: 13px;
		padding-top: 3px;
	}
	.timetabledata_font {
		color: #7F7F7F;
		font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
		font-size: 11px;
		line-height: 13px;
		font-variant: normal;
		font-style: normal;
	}
	#timetable_ST_logo {
		width:100%;
		border:0;
		padding:0;
		text-align: center;
	}
	#timetable_ST_logo_text{
		color: #7F7F7F;
		font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
		text-align: center;
		font-size: 9px;
	}
	#timetableframe {
		/*border: solid 1px #FF0000;		/*Rahmenfarbe Timetable*/
	}
/*---Links im Timetable-----*/
	#timetabledata a {
		color:#7F7F7F;
		text-decoration:none;
	}
	#timetabledata a:hover {
		color:#000000;
		text-decoration: none;
	}

