.ddm1 {
    font: 11px tahoma;
}

.menue_rechts{
	padding: 10px 10px 10px 10px;
}

.ddm1 .item1,
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    display: block;
    position: relative;
	background-image:url(pics/button_menue.jpg);
	width:196px;
	height:37px;
	font-weight:bolder;
	font-size:12px;
	
}
.ddm1 .item1 {
	/* background: #0EA138; */
	background-image:url(pics/button_menue.jpg);
	color: #ffffff;
	left: 0px;
}
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    background: #CF001C;
    color: #ffffff;
	font-weight:bolder;	
}
.ddm1 .item2,
.ddm1 .item2:hover {
    padding: 3px 8px 4px 8px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
	font-weight:bolder;
	font-size:12px;
	
}
.ddm1 .item2 {
    background: #3A5D97;
    color: #ffffff;
	border: 1px #333366 solid;
	padding-top:10px;
}
.ddm1 .item2:hover {
    background: #6699FF;
    color: #ffffff;
	font-weight:bolder;	
	padding-top:10px;
}
.ddm1 .section {
    border: 1px #003366;
    border-style: solid solid solid solid;
    position: absolute;
    visibility: hidden;
    z-index: -1;
	background: #3A5D97;
}
.ddm1 .bottom,
.ddm1 .bottom:hover { border-style: solid solid solid solid; }

* html .ddm1 td { position: relative; } /* ie 5.0 fix */

.catalog {
	background-color:#B5C0D2;
	width:457px; 
	height:450px; 
	overflow:auto; 
	border:1px solid #840; 
	margin:1em; ba
}

