/* Tageskarte */

#title_tageskarte {
	background: url('images/titel/tageskarte.gif') no-repeat;
	width: 160px;
	float: left;
}

.ziffern_0, .ziffern_1, .ziffern_2, .ziffern_3, .ziffern_4, .ziffern_5, .ziffern_6, .ziffern_7, .ziffern_8, .ziffern_9 {
	width: 17px;
	height: 33px;
	background-image: url('images/titel/ziffern.gif');
	background-repeat: no-repeat;
	float: left;
}

.ziffern_0 {
	background-position: 0px 4px;
}
.ziffern_1 {
	background-position: -18px 4px;
}
.ziffern_2 {
	background-position: -35px 4px;
}
.ziffern_3 {
	background-position: -52px 4px;
}
.ziffern_4 {
	background-position: -69px 4px;
}
.ziffern_5 {
	background-position: -76px 4px;
}
.ziffern_6 {
	background-position: -103px 4px;
}
.ziffern_7 {
	background-position: -120px 4px;
}
.ziffern_8 {
	background-position: -137px 4px;
}
.ziffern_9 {
	background-position: -154px 4px;
}

.januar, .februar, .maerz, .april, .mai, .juni, .juli, .august, .september, .oktober , .november, .dezember {
	display: block;
	height: 33px;
	background-repeat: no-repeat;
	float: left;
}
.januar {
	width: 96px;
	background-image: url('images/titel/januar.gif');
}
.februar {
	width: 108px;
	background-image: url('images/titel/februar.gif');
}
.maerz {
	width: 78px;
	background-image: url('images/titel/maerz.gif');
}
.april {
	width: 78px;
	background-image: url('images/titel/april.gif');
}
.mai {
	width: 66px;
	background-image: url('images/titel/mai.gif');
}
.juni {
	width: 60px;
	background-image: url('images/titel/juni.gif');
}
.juli {
	width: 66px;
	background-image: url('images/titel/juli.gif');
}
.august {
	width: 98px;
	background-image: url('images/titel/august.gif');
}
.september {
	width: 132px;
	background-image: url('images/titel/september.gif');
}
.oktober {
	width: 108px;
	background-image: url('images/titel/oktober.gif');
}
.november {
	width: 132px;
	background-image: url('images/titel/november.gif');
}
.dezember {
	width: 130px;
	background-image: url('images/titel/dezember.gif');
}

.gerichte .speise_col-1, .gerichte .speise_col-2, .gerichte .speise_col-3  {
	padding: 0px 15px 0px 15px;	
	height: 40px;
}

.gerichte .speise_col-1 {
	text-align: center;
	width: 80px;
	border-left: 1px solid #a6a78b;	
	border-right: 1px solid #fff;
}

.gerichte .speise_col-2 {
	width: 455px;
}

.gerichte .speise_col-3 {
	text-align: center;
	width: 100px;
	border-right: 1px solid #a6a78b;	
}

.weekdivisor {
	border-top: 2px solid #cdc597;
}
