.menuelinks {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #e7e7e7;
	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: #000000;
	font-weight: bold;
}

.menuedokument {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	color: #000000;
}

a.menuedokument:hover {
	text-decoration: underline;
	color: #000000;
}

a.menuedokument:activ {
	text-decoration: underline;
	color: #000000;
}

a.menuekategorie:hover {
	text-decoration: underline;
	color: #000000;
}

a.menuekategorie:activ {
	text-decoration: underline;
	color: #000000;
}

.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: #000000;
	background: #e9e9e9;
}