/* BODY CSS STYLES */

/* Tabelle Angebote */

table.Angebote{
	width: 95%;
	border: 0;
	/*
	cellspacing: 5;
	cellpadding: 2;
	*/
}

tr.Angebote{
	/*
	float:left;
	margin-right:10px;
	margin-bottom:6px;
	*/
}

td.AngeboteTag{
	color: #000000;
	background-color: transparent;
	width: 10%;
	font: 0.8em/1.4em Georgia;
	font-weight: bold;
}

th.AngeboteTag{
	color: #000000;
	background-color: transparent;
	width: 10%;
	font: 0.8em/1.4em Georgia;
	font-weight: bold;
}

td.AngeboteZeit{
	color: #000000;
	background-color: transparent;
	width: 20%;
	font: 0.8em/1.4em Georgia;
	font-weight: normal;
}

td.AngeboteText{
	color: #000000;
	width: 65%;
	font: 0.8em/1.4em Georgia;
	font-weight: normal;
}

td.AngeboteLeer{
	color: #000000;
	width: 2%;
}

