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

grün (text):		rgb(153,204,0);
grün (blass bg): 	rgb(242,251,226);

grau (text):		rgb(126,126,126);
grau (blass bg):	rgb(255,246,241);

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

a {
	color: rgb(126,126,126);
}

.body-border {
	background-color: rgb(255,246,241);
}


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

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

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

img.picto {
	border: 1px solid rgb(126,126,126);
}