html, body {
	margin: 0px;
	padding: 0px;
	background-color: #4a4a4a;
	border: none;
	background-image: url(images/01.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.credits {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 11px;
	text-align: center;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-decoration: none;
	display: block;
	line-height: 22px;
	text-indent: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
.menu:hover {
	color: #999;
	text-decoration: none;
	display: block;
	text-indent: 5px;
	background-color: #DDD;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	color: #009CDD;
	font-size: 18px;
	font-weight: normal;
	line-height: normal;
}
.text_gray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #666;
}
.text_gray_tabelle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #666;
	text-align: justify;
}
.link_gray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #666;
	text-decoration: none;
}
.link_gray:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: none;
}

