td, p, .highlight, .ue {
	font-family: arial, helvetica, verdana, "sans serif";
	font-size: 10px;
	color: black;
	text-transform: lowercase;
}

.highlight {
	font-size: 11px;
	font-weight: bold;
	color: #85952b;
	text-transform: lowercase;
}

a:link {
	font-family: arial, helvetica, verdana, "sans serif";
	font-size: 10px;
	color: black;
	text-decoration: none;
	text-transform: lowercase;
}
a:visited { color: #999999; text-decoration: none;}
a:hover { color: #85952b; text-decoration: underline;}
a:active { color: #FDD710; text-decoration: underline;}

.hintergrund_start {
	background-image:  url("../grafiken/startseite/hintergrund.gif");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #85952b;
}

.hintergrund_subs {
	background-image:  url("../grafiken/unterseiten/hintergrund.gif");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #85952b;
}

