body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: e6e6e6;
}

.maintext {
	font-family: Arial;
	font-size: 11px;
	color: 999999;
	line-height: 16px;
	text-decoration:none;
}

.maingruen {
	font-family: Arial;
	font-size: 11px;
	color: ffc000;
	line-height: 16px;
	text-decoration:none;
}

.maintextfett {
	font-family: Arial;
	font-size: 11px;
	color: 999999;
	line-height: 17px;
	text-decoration:none;
	font-weight:bold;
}

.maintextfettgr {
	font-family: Arial;
	font-size: 14px;
	color: 999999;
	line-height: 17px;
	text-decoration:none;
	font-weight:bold;
}

.project {
	font-family: Arial;
	font-size: 11px;
	color: 999999;
	line-height: 14px;
	text-decoration:none;
}

.project_name {
	font-family: Arial;
	font-size: 11px;
	color: b1c900;
	line-height: 14px;
	text-decoration:none;
}

A:hover
	{
	color:ffc000;
	font-size:11px;
	font-family:arial;
	text-decoration:none;
	cursor:hand;
	}