/* Style für DataGrid */
#data_table
{
	width:						788px;
}
/* CSS-Child-Hack -> nur moderne Browser (Mozilla...) erkennen den ChildSelector, der IE6 nicht. */
#content > #data_table
{
	width:						790;
}

table.data_grid
{
	font-family:				arial, sans-serif;
	border-style:				solid;
	border-color:				black;
	border-width:				0px;
	border-bottom:				none;
	width:						600px;
	width:						100%
}
tr.data_row
{
	background:					#eff3f4;
}
tr.data_row2
{
	background:					#e0e4e6;
}
td.data_field
{
	padding:					1px;
	padding-bottom:				10px;
	padding-top:				10px;
	border-bottom-style:		solid;
	border-bottom-color:		#fff;
	border-bottom-width:		1px;
}
.data_bullet
{
	padding:					0px;
	margin:						0px;
	margin-left:				2px;
}	
th.data_header
{
	padding:					3px;
	background-color:			#5c769c;
	color:						white;
	text-align:					left;
	vertical-align:				top;
	border-bottom:				1px solid black;
	border-top:					1px solid black;
}
table a
{
	font-weight:				normal;
	font-color:					blue;
	text-decoration:			none;
}
table a:hover
{
	text-decoration:			none;
}
