body, table, td
{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
body
{
	padding:20px;
}
a
{
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
a:visited
{
	color: #777777;
}

h1
{
	margin-bottom: 0px;
	color: #666666;
}
hr
{
	margin: 4px 0px 4px 0px;
}
caption
{
	text-align:left;
	font-weight: bold;
	color: white;
	background-color: Gray;
	padding-left: 10px;
	
}
.anmeldung
{
	background-color: #e1e1e1;
	border: 1px solid #999999;
}
.loginname
{
	text-align: right;
	width: 100%;
	font-size: 11px;
	padding-right: 10px;
}
.infotext
{
	width: 100%;
	margin: 20px 0px 20px 0px;
}
.ablesepunkttitel
{
	width: 100%;
	margin: 20px 0px 20px 0px;
	font-weight: bold;
}
.ablesepunkt
{
	padding-left: 20px;	
	width: 100%;
	margin: 20px 0px 20px 0px;
	color: Red;
	font-weight: normal;
}
.ablesetabelle
{
	border: 1px solid #999999;
}
.ablesetabelle td
{
	padding: 4px 10px 4px 10px;
}
.tabdunkel
{
	background-color: #C9C9C9;
	padding: 4px 10px 4px 10px;
}
.tabhell
{
	background-color: #e6e6e6;
}
.tabaktuell
{
	background-color: red;
}
.tabheader
{
	font-weight: bold;
	color: white;
	background-color: Gray;
}
