/*=====================
 HGM COLOR SCHEME:
=======================

grün (text):		rgb(134,204,34);
grün (blass start bg): 	rgb(242,251,226);
grün (blass bg): 	rgb(247,253,238);

braun (text):	rgb(179,127,98);
braun (blass bg):	rgb(252,250,248);

--------------------------------------*/

a {
	color: rgb(134,204,34);
}

.body-border {
	background-color: rgb(247,253,238);
}


div.topmenu {
	background:#fff url(images/bg_menu-gartenservice.gif) top left repeat-x;
}

ul.submenu li.checked {
	list-style-image: url(images/list_gartenservice-pfeil-checked.gif);
}

.footer {
	border-top: 1px solid rgb(134,204,34);
	color: rgb(134,204,34);
}

img.picto {
	border: 1px solid rgb(134,204,34);
}