body, ul, li
{
	font-size: 8pt;
	color: #444444;
	font-family: Tahoma;
	background-color: lemonchiffon;
}
.Titel
{
	margin-top: 0pt;
	font-weight: bold;
	font-size:x-large;
	color: lemonchiffon;
	background-color: Maroon;
}
.Dummy
{
	background-color:  Maroon;
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
}
td
{
	font-size: 8pt;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
.Master 
{ 
	BORDER-RIGHT: 1px; 
	BORDER-TOP: 1px; 
	BORDER-LEFT: 1px; 
	WIDTH: 150px; 
	BORDER-BOTTOM: 1px; 
}
.Detail 
{ 
	BORDER-RIGHT: 1px; 
	BORDER-TOP: 1px; 
	BORDER-LEFT: 1px; 
	height: 20px;
	BORDER-BOTTOM: 1px; 
	BACKGROUND-COLOR: lightgreen; 
}
.Angabe 
{ WIDTH: 80px; 
	height: 20px;
	BACKGROUND-COLOR: #eeffee 
}

a:link, a:visited, a:active
{
	 text-decoration:none;
}
a:link
{
	 color: maroon;
}
a:visited
{
  color: rgb(0,80,0);
}
a:active
{
  color: rgb(0,80,0);
  font-style: italic
}
pre
{
	font-family: Tahoma;
	font-size:8pt;
}
H1,H2,H3,H4,H5
{
	font-family: Tahoma;
	background-color: maroon;
	color: lemonchiffon;
}