#menu
{
	float:left;
	top:81px; 
  height:229px; 
  width:170px; 
  background-color:#fff; 
}
.ddmx {
    font-family: Arial,FreeSans,"DejaVu Sans Book",sans-serif,georgia, tahoma, verdana;
    font-size: 7px;
    -moz-user-select: none;
}
.bordertop
{
	border-width: 1px 0px 0px 0px;
  border-style: dashed none none none;
}
.padding0
{
	padding: 0px 0px 0px 21px;
}
.padding0last
{
	padding: 0px 0px 5px 21px;
}
.padding1
{
	padding: 3px 0px 5px 12px;
}
.ddmx .item1
{
	line-height: normal;
    
    border-color:#888;
    color: #666; //vorher #555555
    text-decoration: none;
    cursor: default;
    white-space: nowrap;
    display: block;
    position: relative;
    /* vorher background:#f2f2f2;*/
    /* background-color: #fff; */
    background:#fff url(../../grafics/infoboxarrow.gif) no-repeat 3px 6px;
    font-size: 11px;
}
.ddmx .item1_
{
	line-height: normal;
    border-color:#888;
    color: #666; //vorher #555555
    text-decoration: none;
    cursor: default;
    white-space: nowrap;
    display: block;
    position: relative;
    /* vorher background:#f2f2f2;*/
    /* background-color: #fff; */
    background:#fff url(../../grafics/infoboxarrow.gif) no-repeat 12px 3px;
    font-size: 11px;
}
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover,
.ddmx .item1_:hover,
.ddmx .item1_-active,
.ddmx .item1_-active:hover {
     line-height: normal;
    /*padding: 3px 0px 5px 12px;*/
    
    background:#808080 /* alt 333333 */;
    color: #ffffff;
    text-decoration: none;
    cursor: default;
    white-space: nowrap;
    display: block;
    position: relative;
    font-size: 11px;
}


.ddmx .item2 {
    padding: 3px 6px 5px 12px;
    border-width: 0px 1px 1px 0px;
    border-style:none none dashed none;
    border-color:#888;
    color: #666; //vorher #555555
    text-decoration: none;
    cursor: default;
    white-space: nowrap;
    display: block;
    position: relative;
    /* vorher background:#f2f2f2;*/
    background-color: #fff;
    z-index:500;
    font-size: 11px;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    line-height: normal;
    /*padding: 3px 6px 5px 12px;*/
    border-width: 0px 0px 1px 0px;
    border-style:solid;
    border-color:#ffffff;
    background:#808080 /* alt 333333 */;
    color: #ffffff;
    text-decoration: none;
    cursor: default;
    white-space: nowrap;
    display: block;
    position: relative;
    z-index:500;
    font-size: 11px;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
    /*background: #8c9695;*/
    background:#fff;
    border: 1px solid;
    border-color: #808080;
    padding: 1px 0px 0px 1px;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */