body {
	font: 13px/125% Arial, sans-serif;
}
.clear {
	clear: both;
}
img, a {
	border: none;
	outline: none;
	color: #000;
	text-decoration: none;
}
#logo,
#menu,
.menu-second,
.menu-third,
.noprint,
#toplink,
.toplink {
	display: none;
}

/* SPIELPLAN */
.day {
	clear: both;
	display: block;
	border-top: 1px solid #000;
}
.day .index {
	width: 20%;
	float: left;
}
.day .items {
	float: right;
	width: 80%;
}
.day .items .item {
	border-top: 1px solid #000;
}
.day .items .first {
	border-top: none;
}
.day .items .highlight {
	background: #ccc;
}
.day .items .item h2 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 15px;
}