body {
	margin:0px;
	padding:0px;
	font-family:sans-serif;
	font-size:12px;
	/*
	background-image:url("../images/bkgMain.png");
	background-repeat:repeat-y;
	background-position:top center;
	*/
	/* Problem: schiebt sich zu weit nach links
	*/
}

a img {
	border: 0px;
}

a {
	text-decoration:inherit;
	color:inherit;
}

a:hover {
	text-decoration:underline;
}

tr.odd {
	background-image:url("../images/bkgTROdd.png");
	background-repeat:repeat-x;
	background-position: bottom;
}

table.NoGapSoPad {
	border-collapse:collapse;
}

table.NoGapSoPad tr {
	border:none;	
	margin:0;
}

table.NoGapSoPad td {
 	border:none;
	padding-left:3px;
	padding-right:3px;
	padding-top:1px;
	padding-bottom:1px;
	margin:0;
}