/**
 * Style sheet theaterfirma_spielplan
 */
#side_navigation UL
{
	margin-top:-10px;
	margin-left:0px;
	padding:0px;
	background-color:#transp;
}

#side_navigation LI
{
	width:40px;
	height:50px;
	float:left;
	display:block;
	margin:0px;
	padding:0px;
	background-color:#transp;
	list-style: none;
}

#side_navigation A:link, #side_navigation A:visited, #side_navigation A:hover, #side_navigation A:focus
{
	width:40px;
	height:20px;
	margin-bottom:0px;
	padding:0px;
}

.Termin
{
	width:100%;
	position:relative;
	float:left;
	margin:0px 10px 15px 2px;
}

.Tag
{
	width:30px;
	height:40px;
	float:left;
	margin:0px;
}

.Datum
{
	width:65px;
	height:40px;
	float:left;
	margin:0px 25px 0px 0px;
}

.Stueck
{
	width:80%;
	float:left;
	margin:0px;
}

.Beschreibung
{
	width:80%;
	float:left;
	margin:0px;
}

.Info
{
	width:80%;
	float:left;
	margin-left:0px;
}

/* wird hier nicht verwendet */
.Highlight
{
	width:150px;
	float:left;
	margin:0px 0px 0px 10px;
}

.Zeit
{
	width:70px;
	float:left;
	margin:0px 0px 0px 10px;
}

.Bemerkung
{
	width:80%;
	float:left;
	margin:0px 0px 0px 5px;
	font-weight:bold;
	color:#FF0000;
}

.Headline
{
	width:580px;
	margin:0px 0px 0px 10px;
	border-top:1px solid #990000;
	border-bottom:1px solid #990000;
}
