body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff0ff;
	line-height: normal;
	background-image: url(../images/hintergrund.jpg);
	background-color: #484d46;
	width: auto;
	height: auto;
}
table {
	background-color: #252a24;
}

h1 {
	font-size: 16px;
	color: #F09000;
}
h2 {
	font-size: 24px;
	color: #E5E5E5;
}
h3 {
	font-size: 15px;
	color: #d2a226;
	text-transform: uppercase;
}
h4 {
	font-variant: normal;
	font-weight: bold;
	color: #E5E5E5;
}
img {
	color: #252a24;
}


a:link {
	color: #fffaff;
}

a:visited {
	color: #fffaff;
	text-decoration: underline;
}
a:hover {
	color: #d2a226;
	text-decoration: none;
}
a:active {
	color: #d2a226;
}

