html, body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
}

table, td {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #fff;
}

.centering {
	width: 733px;
	height: 572px;
	position: relative;
}

.smallGrey	{
	font-size: 9px;
	color: #414141;
}

.menuCurrent	{
	color: #fff;
	font-size: 12px;
}

.txt	{
	font-size: 10px;
	line-height: 12px;
	text-align: justify;
}

.smTxt	{
	font-size: 9px;
	color: #6c6c6c;
	line-height: 13px;
}

.titel	{
	font-size: 13px;
	line-height: 14px;
}

.projectSub {
	position: absolute;
	left: 372px;
	top: 279px;
	width: 350px;
	height: 100px;
	z-index: 3;
	visibility: hidden;
}

.projectSub2 {
	position: absolute;
	left: 372px;
	top: 155px;
	width: 350px;
	height: 100px;
	z-index: 3;
	visibility: hidden;
}

.projectSub3 {
	position: absolute;
	left: 372px;
	top: 249px;
	width: 350px;
	height: 100px;
	z-index: 3;
	visibility: hidden;
}

.projectSub4 {
	position: absolute;
	left: 372px;
	top: 257px;
	width: 350px;
	height: 100px;
	z-index: 3;
	visibility: hidden;
}

a.menu:link, a.menu:visited, a.menu:active {
	font-size: 12px;
	color: #999;
	text-decoration: none;
}

a.menu:hover {
	text-decoration: none;
	color: #fff;
}

a.subLink:link, a.subLink:visited, a.subLink:active {
	font-size: 9px;
	color: #6c6c6c;
	text-decoration: none;
}

a.subLink:hover {
	text-decoration: none;
	color: #a0a0a0;
}

a.arrow:link, a.arrow:visited, a.arrow:active {
	font-size: 14px;
	color: #555;
	text-decoration: none;
}

a.arrow:hover {
	text-decoration: none;
	color: #fff;
}


a:link, a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #ccc;
	text-decoration: underline;
}

a:active {
	color: #fff;
}