body{
	background-image: url("rand.png");
	background-position: top left;
	background-repeat: repeat-y;
	font-family: Verdana;
	color: #1C355B;
}
.header, .navi{
	position: absolute;
	left: 56px;
	top: 0px;
}
.navi{
	top: 150px;
	font-size: 12pt;
}
.content{
	position: absolute;
	left: 170px;
	top: 150px;
	width: 560px;
	padding-left: 7px;
	padding-top: 7px;
	font-size: 10pt;
	padding-bottom: 50px;
}
.content table{
	font-size: 10pt;
	border-spacing: 1px;
}
.content td{
	border: 1px solid #999999;
	padding: 2px;
}
.navi a:link, .navi a:visited{
	display: block;
	padding: 4px;
	padding-left: 8px;
	width: 113px;
	color: #406295;
	text-decoration: none;
	border: 1px solid #FFFFFF;
}
*[class="navi"] a:link, *[class="navi"] a:visited{
	width: 99px;
}
.navi a:hover{
	color: #000000;
	border-top-color: #999999;
	border-bottom-color: #999999;
	background-image: url("pfeil.png");
	background-position: right;
	background-repeat: no-repeat;
}
.titel{
	font-weight: bold;
	font-size: 12pt;
	margin-bottom: 4px;
}
table.termine{
	border-spacing: 0px;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	width: 75%;
	margin: 30px;
}
.termine td{
	border: 0px none;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	padding: 4px;
}
td.kopf{
	border-bottom: 1px solid #CCCCCC;
	font-weight: bold;
	background-color: #EEEEEE;
	padding-bottom: 2px;
}
td.trenn{
	font-size: 11pt;
	font-weight: bold;
}

