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;
}
.leiste {
	background-image: url(../img/leiste.png);
	background-repeat: repeat-x;
	background-position: 0 bottom;
}
h1 { color: #fff; font-weight: lighter; text-align: center; }
h2 {
	color: #fff;
	font-weight: lighter;
}
h3 { color: #fff; font-weight: lighter; }
.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: none; }
	a:link {
	color: #fff;
	text-decoration: underline;
}
	a:hover {
	color: #fff;
	text-decoration: underline;
	background-color: #222222;
}
	a:active {
	color: #fff;
	background-color: #222222;
	text-decoration: none;
}
/*</agl.folder>*/
/*<agl.folder "leisten_bilder">*/
	a.home:hover { background-image: url(../img/blue_screen.png); background-repeat: no-repeat; background-attachment: scroll; background-position: center bottom; z-index:2; }
	a.dan:hover{ background-image: url(../img/blue_screen.png); background-repeat: no-repeat; background-attachment: scroll; background-position: center bottom; z-index:2; }
a.office:hover{ background-image: url(../img/blue_screen.png); background-repeat: no-repeat; background-attachment: scroll; background-position: center bottom; z-index:2; }
	a.mail{ background-image: url(../img/blue_screen.png); background-repeat: no-repeat; background-attachment: scroll; background-position: center bottom; z-index:2; }
a.web:hover{ background-image: url(../img/blue_screen.png); background-repeat: no-repeat; background-attachment: scroll; background-position: center bottom; z-index:2; }
.form_grau {
	color: #888888;
	font-style: italic;
}
.form_black {
	color: #000000;
}
