

div.SchichtTermineGesamt{
	position:relative;
	float:left;
	width:100%;
	margin-bottom:20px;
	border-top:1px solid #730410;
	border-bottom:1px solid #730410;
}

div.SchichtTermineTitelGesamt{
	position:relative;
	float:left;
	clear:both;
	background-color:#FBE9B3;
	width:100%;
}

div.SchichtTermineTitelDatum{
	position:relative;
	float:left;
	width:125px;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
	padding-right:10px;
	font-size:1.1em;
	line-height: 1.4em;
	font-weight:bold;
	/*
	color:#730410;
	*/
	color: #0B7023;
	border-right:1px solid #730410;
}
div.SchichtTermineTitelDatum p.uhrzeit{
	font-size:0.8em;
	line-height: 1.2em;
	margin-bottom:0px;
	font-weight:normal;
}

div.SchichtTermineTitelTitel{
	position:relative;
	float:left;
	margin:10px;
	width:380px;
	font-size:1.1em;
	line-height: 1.4em;
	font-weight:bold;
	color:#730410;
}

/*--*/

div.SchichtTermineWeitereInfosGesamt{
	position:relative;
	float:left;
	clear:both;
	width:100%;
	background-color:#FFF1C7;
	padding-top:10px;
	padding-bottom:10px;
}

div.SchichtTermineWeitereInfosInfos{
	position:relative;
	float:left;
	clear:both;
	width:380px;
	margin-left:155px;
}
div.SchichtTermineWeitereInfosInfos img{
	float:left;
	margin-right:10px;
	margin-bottom:5px;
}
p.AbsatzWeiterLesen{
	margin-top:3px;
	margin-bottom:0px;
	/*
	float:right;
	*/
}
p.AbsatzWeiterLesen a{
	text-decoration:underline;
	background: no-repeat url(../img/pfeil_subnav_off.gif);
	background-position:5px 5px;
	padding-left:15px;
}

div.SchichtTermineTitelZurueck{
	position:absolute;
	top:-40px;
	right:0px;
}
div.SchichtTermineTitelZurueck a{
	text-decoration:underline;
	background: no-repeat url(../img/pfeil_subnav_off.gif);
	background-position:right 5px;
	padding-right:15px;
}

div.SchichtTermineWeitereInfosBildGesamt{
	position:relative;
	float:left;
	clear:both;
	padding:5px;
	background-color:#FFF1C7;
	margin-bottom:20px;
}
div.SchichtTermineWeitereInfosBildBild{
	position:relative;
	float:left;
	clear:both;
}
div.SchichtTermineWeitereInfosBildTitel{
	position:relative;
	float:left;
	clear:both;
	width:400px;
	margin-top:3px;
	margin-left:10px;
}

/*---*/

table.TabelleTermine{
	border:0px solid #ffcc22;
	margin-top:10px;
	border-collapse:collapse;
}

td.TermineZelle1{
	font-weight:bold;
	padding-right:10px;
}
td.TermineZelle1, td.TermineZelle2{
	border:1px solid #DCA453;
	padding:5px;
}
td.TermineZelle1{
	border-right:0px solid #ffcc22;
}


