table.genlist
{

	/* border-collapse:collapse;*/
	border: none 0px;
	max-width: 70%;
	width: 70%;
	text-align: center;
}

table.genlist td
{
	padding-left: 5px;
	padding-right: 5px;
	/* border: 1px solid black; */
}

table.genlist .headline
{
	background-color: #FFA500;
	font-weight: bold;
}

table.genlist .zebradunkel
{
	background-color: #FFB987;	
}

table.genlist .zebrahell
{
	background-color: #F9D3AE;
}

table.genlist .zebragrau
{
	background-color: #F5EFD9;
}

table.genlist .zebraweiss
{
	background-color: #FFFFFF;
}
table.genlist .left
{
	text-align: left;
}

table.genlist .smalltext
{
	font-family: 'Courier New', monospace;
	font-size: 1em;
}
table.genlist .nopad
{
	padding: 0px;
}