* {
	margin: 0; 
	padding: 0; 
} 
html, body {
	width:100%;
	height:100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	background-attachment: fixed;
	background-color: #5A5859;
	background-image: url(images/startseite/hg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	line-height: 25px;
}
#start-hg{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	background-attachment: fixed;
	background-color: #5A5859;
	background-image: url(images/startseite/hg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	line-height: 18px;
	margin-top: 80px;
}
p,td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	line-height: 22px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
}
