div#WasteBox a span.ImgTag
{
	cursor: pointer;
	display: inline-block;
}

div#WasteBox img
{
	border-style: none;
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1f3302;
}

div#WasteBox h1
{
	font-size: 16px;
	font-weight: bold;
	margin: 4px 0px 4px 0px;
}

div#WasteBox h5
{
	font-size: 12px;
	font-weight: bold;
}

div#WasteBox h4
{
	margin: 4px 0px 4px 0px;
}

div#WasteBox a
{
	font-weight: bold;
	color: #1f3302;
}

div#WasteBox div.Right
{
	text-align: right;
}

div.FleaMarket
{
	width: 640px;
	height: 100%;
	background-color: White;
}

div#WasteBox .knopf
{
	background-color: #B8C8A7;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
}

div#WasteBox table.Header
{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

div#WasteBox table.Header td
{
	width: 50%;
	vertical-align: top;
}

div#WasteBox table.Header td.Left
{
	width: 65%;
	text-align: left;
	vertical-align: middle;
}

div#WasteBox table.Header td.Right
{
	width: 35%;
	text-align: right;
}

div#WasteBox div.SignIn
{
	width: 100%;
	text-align: right;
	padding-bottom: 3px;
	border-bottom: 1px solid black;
}

div#WasteBox p.Copyrights
{
	font-family: Verdana;
	font-size: 8px;
	font-weight: bold;
	color: grey;
	margin: 2px 0px 0px 0px;
/*	border-top: 1px solid grey; */
	padding: 2px 0px 0px 0px;
}

div#WasteBox p.Copyrights a
{
	color: DimGray;
	text-decoration: none;
}

div#WasteBox p.Copyrights a:hover
{
	color: DarkOliveGreen;
	text-decoration: none;
}

