body {
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px 0px 0px 0px;
	background: #cccccc;

}


/*
 *CSS-Style to build slideoutmenu by Alex.Elsner <alexander.elsner@sci-worx.com>
 */

.mmContent DIV A {
	font-size: 9px; font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular;
	font-weight: bold;
	line-height: 11px;
	padding: 5px;
	text-decoration: none;
	display: block;
	color: #333333;
	background: #dcdcdc;
	margin: 0px 0px 0px 0px;
	border-bottom: solid 1px #aaaaaa;
}

/* für IE >5 */
* html .mmContent DIV A {
	width: 177px;
	w\idth: 177px; /* für IE 6 */
	-moz-opacity:.9; /* für IE 5.5+ */
	filter:alpha(opacity=90); /* für IE 5.5+ */
}

.mmContent DIV.mmlink A.submenu {
	background: #dcdcdc top left no-repeat;
	color: #000000;
}

.mmContent DIV.mmlink A.submenu:hover {
	background: #ffffff bottom left no-repeat;
	color: #000000;
}

.mmContent[id] DIV.mmlink A.submenu {
	background:  #dcdcdc top left no-repeat;
	color: #000000;
}

.mmContent[id] DIV.mmlink A.submenu:hover {
	background: #dcdcdc bottom left no-repeat;
	color: #000000;
}

.mmContent DIV.mmlink A:hover {
	background: #ffffff;
	color: #00000;
}

/* folgende anweisung wird nicht vom ie interpretiert */
.mmContent[id] DIV.mmlink A {
	background: #dcdcdc top left no-repeat;
}

.mmContent[id] DIV.mmlink A:hover {
	background:  #dcdcdc bottom left no-repeat;
}