
	body {
		margin: 0px;
		background: #2189c0;
		scroll: true;
		font: 11px Arial, Helvetica, sans-serif;
	}

	td, div, button, input {
		font: arial;
		font-size: 11px;
	}
	
	h1 {
		font-weight: normal;
		font-size: 16px;
	}
	
	a:link {
		color:#000000;
		text-decoration:underline;
		font-size: 11px;
	}

	a:active {
		color:#000000;
		text-decoration:underline;
		font-size: 11px;
	}
	a:visited {
		color:#000000;
		text-decoration:underline;
		font-size: 11px;
	}
	a:hover {
		color:#000000;
		text-decoration:underline;
		font-size: 11px;
	}

	.topmenu {
		padding: 0px 10px 0px 6px;
	}

	.menubg {
		padding: 0px 6px 0px 6px;
		height: 24px;
		white-space: nowrap;

	}

	.menulink:link {
		color:#FFFFFF;
		text-decoration:none;
		text-transform: uppercase;
		font-size: 11px;
		font-weight: bold;
	}

	.menulink:active {
		color:#FFFFFF;
		text-decoration:none;
		text-transform: uppercase;
		font-size: 11px;
		font-weight: bold;
	}
	.menulink:visited {
		color:#FFFFFF;
		text-decoration:none;
		text-transform: uppercase;
		font-size: 11px;
		font-weight: bold;
	}
	.menulink:hover {
		color:#f3f3f3;
		text-decoration:none;
		text-transform: uppercase;
		font-size: 11px;
		font-weight: bold;
	}

	.submenuheadline {
		font-size: 12px;
		text-transform: uppercase;
	}

	.submenu {
		height: 21px;
	}

	.submenu:hover {
		background: #E3E3E3;
	}

	.headline {
		font-size: 16px;
		font-weight: regular;
		text-transform: uppercase;

	}

	.clock {
		text-transform: uppercase;
		padding: 2px 4px;
		font-size: 8px;
	}

	.footer {
		font-size: 9px;
	}
	
	.odd { background: #f3f1f1; }
	.even { background: #f7f7f7; }
	.over { background: #ececec; }
	
	#basketlist td  {
	height: 24px;
	padding: 5px;
}

#basketlist thead td  {
	height: 24px;
	padding: 5px;
	font-weight: bold;
}