.menuelinks {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #9E3400;
	background-attachment: scroll;
	/*background-repeat: no-repeat;*/
	background-position: top left;
	background-image: url(../bilder/menuelinkshg.jpg);

}

.menuekategorie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	color: #DF936D;
	font-weight: bold;
	filter:Glow(color=#310B02, strength=2);
}

.menuedokument {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	color: #FFFFFF;
}

a.menuedokument:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

a.menuedokument:activ {
	text-decoration: underline;
	color: #FFFFFF;
}
a.menuekategorie:hover {
	text-decoration: underline;
	color: #DF936D;
}

a.menuekategorie:activ {
	text-decoration: underline;
	color: #DF936D;
}

.suche{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
    border-left: #000000 1px solid;
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    border-bottom: #000000 1px solid;
    color: #3F1805;
	background: #e9e9e9;
}