body {
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#000000;
	background:#ffffff;
	padding:0;
	margin:8px;
}

input {
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-weight:bold;
	font-size:22px;
	margin:4px 0 -2px 0;
}

h2 {
	font-weight:bold;
	font-size:22px;
	margin:-4px 0 -2px 0;
}

table {
	width:600px;
}
table,
table tr th {
	background-color:#e0e0e0;
}
table tr td {
	background-color:white;
}
table,
table tr td,
table tr th {
	border:1px solid black;
	border-collapse:collapse;
	color:#000000;
	font-size:11px;
	vertical-align:top;
	padding:2px 4px 2px 4px;
}

#print {
	font-weight:bold;
}

.wochentag {
	font-weight:bold;
	display:block;
	width:20px;
	float:left;
}
.datum {
	font-weight:bold;
}
.startzeit {
	font-weight:bold;
}
.titel {
	position:relative;
	font-weight:bold;
}
.small {
	font-size:11px;
}
.fundstelle {
	position:absolute;
	right:2px;
	border:1px solid grey;
}
