/*wechselnde Farbe und Bild einmalig einstellen*/
html, a, p, h1, h2, h3, h4, h5, h6, #searchbox .searchbox, #searchbox .searchbutton {
	color: #32D500;
}
#footer {
	border-top-color: #32D500;
}
#header {
	background-image: url(../images/headerGreen.gif);
}
input, textarea, field, select {
	border:1px solid #32D500;
	color: #32D500;
	background:#fff;
}