body {
	color: #fff;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	background-image: url(../img/metal.png);
	background-repeat: repeat;
	background-attachment: fixed;
	list-style-image: none;
}
h1 { color: #fff; font-weight: lighter; text-align: center; }
h2 { color: #fff; font-weight: lighter; text-align: center; }
h3 {
	color: #fff;
	font-weight: lighter;
	text-align: center;
}
.feld {
	background-image: url(../img/schwarz_dot.png);
	background-repeat: repeat;
	border-color: #939393;
	border-style: groove;
}
/*<agl.folder "link">*/
	a:visited {
	color: #fff;
	text-decoration: underline;
}
	a:link {
	color: #fff;
	text-decoration: underline;
}
	a:hover {
	color: #fff;
	text-decoration: underline;
}
	a:active {
	color: #fff;
	background-color: #b6b6b6;
	text-decoration: underline;
}
/*</agl.folder>*/
