#menu *{
	margin: 0px;
	padding: 0px;
}

#menu a
{
	text-decoration: none;
	color: #222222;

	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10.667px;
	font-weight: bold;
	line-height: 20px;

    padding: 0 0 0 10px;
    margin: 0 0 0 0;
	/*padding-left: 10px;*/

	width: 178px;
	display: block;

    border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 1px;
}

/* Gesamtes Menü */
#menu
{
	width: 188px;

	margin: 0px;
	padding: 0px;

	margin: 1px 1px 0 1px;
}

/* Ebenen */
#menu .Ebene0
{
	background-color: #BBBBBB;
}

#menu .Ebene0:hover
{
	background-color: #59A3C8;
}

#menu .Ebene1
{
	background-color: #DDDDDD;
}

#menu .Ebene1:hover
{
	background-color: #59A3C8;
}

#menu .Ebene2
{
	background-color: #ffffff;
	text-indent: 10px;
}

#menu .Ebene2:hover
{
	background-color: #59A3C8;
	text-indent: 10px;
}

#menu .Ebene3
{
	background-color: #ffffff;
	text-indent: 20px;
}

#menu .Ebene3:hover
{
	background-color: #59A3C8;
	text-indent: 20px;
}

#menu .Ebene4
{
	background-color: #ffffff;
	text-indent: 30px;
}

#menu .Ebene4:hover
{
	background-color: #59A3C8;
	text-indent: 30px;
}

#menu .Ebene5
{
	background-color: #ffffff;
	text-indent: 40px;
}

#menu .Ebene5:hover
{
	background-color: #59A3C8;
	text-indent: 40px;
}

#menu .Ebene6
{
	background-color: #ffffff;
	text-indent: 50px;
}

#menu .Ebene6:hover
{
	background-color: #59A3C8;
	text-indent: 50px;
}

.item1
{
    width: 15px;
    height: 20px;
    background-image: url(../../images/dinkel/Item1.jpg);
    float: left;
}

.item2
{
    width: 30px;
    height: 20px;
    background-image: url(../../images/dinkel/Item2.jpg);
    float: left;
}

#menu .Ebene2:hover .item1
{
	background-image: url(../../images/dinkel/Item1a.jpg);
}