body, h1, h2, ul, th, td, p {
	font-family : Arial, Helvetica, sans-serif;
}
body {
	margin-top : 0px;
	margin-left : 0px;
}
h1 {
	font-size : 40px;
	font-weight : bold;
	color : Silver;
	text-align : left;
	margin-bottom : 1px;
	margin-left : 20px;
	margin-top : 10px;
}
h2 {
	font-size : 20px;
	font-weight : bold;
	color : Navy;
	text-align : left;
	position : absolute;
	top :50px;
	left : 145px;
	margin-top : 0px;
}
.headline {
	font-size : 30px;
	font-weight : bold;
	margin-top : 0px;
	margin-bottom : 0px;
}
ul.logo {
	list-style-image : url(/pic/bullet.gif);
	font-size : 15px;
}

table.outer {
	background-color : Teal;
	color : White;
}

table.inner {
	background-color : White;
}
th.inner {
	font-size : 1.5em;
	color : White;
	background-color : Teal;
}
td.inner {
	font-size : 1em;
	background-color : White;
	color : Black;
}
td.aktuell {
	font-size : 1em;
	background-color : aqua;
}
.initial {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 1.8em;
	color : Green;
	line-height : 1em;
}
p {
	font-size : 1em;
	margin-bottom : 2px;
	color : Black;
}
.box {
	font-size : 1em;
}
.boxnot {
	font-size : 1em;
	text-decoration : line-through;
	background-color : White;
}
.boxblock{
	font-size : 1em;
	text-align : justify;
}
.klein{
	font-size : 10px;
	text-align : center;
}
.micro{
	text-align : left;
	font-family : "Times New Roman", Times, serif;
	font-size : 1em;
	font-style : italic;
}
.marker{
	background-color : Aqua;
}
.form1{
	background-color : #FFFFF0;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 1em;
	width : 100%;
	border : 1px solid #F08080;
}
