div#leftbody {
	height: 1400px;
	overflow: hidden;
	padding-top: 10px;
	padding-left: 12px;
	-webkit-box-shadow: 1px 2px 3px #ccc;
	-moz-box-shadow: 1px 2px 3px #ccc;
}

div#mylady {
	background-image: url(../aBilder/0Left-Lady6.png);
	background-repeat: no-repeat;
	position:absolute;
	top:1400px;
	left:33px;
	z-index:30;
	padding-bottom:10px;
	vertical-align:bottom;
}

.trigger {
	background-image: url(../aBilder/0-menutriangle.png);
	background-repeat: no-repeat;
	height:25px;
	padding-left: 10px;
	font-family: Verdana, "Trebuchet MS", "Arial Narrow", Arial, Helvetica, Geneva;
	font-size: 12px;
	line-height: 18px;
/*	font-weight: bold; */
/*	text-shadow: 1px 1px 2px #cccccc;  */
	vertical-align:bottom;
}
	
.menu{
	margin-top:2px;
	margin-bottom:2px;
	padding-left: 11px;
	font-family: Verdana, "Trebuchet MS", "Arial Narrow", Arial, Helvetica, Geneva;
	font-size: 10px;
	line-height: 13px;
/*	font-weight: bold;  */
	text-shadow: 1px 1px 2px #cccccc;
}

#menu, #menu1, #menu2, #menu3, #menu4, #menu5 {
	visibility: hidden;
/*	position:absolute;	*/
	position: relative;
}

.nolink { 
	color: white; 
	line-height: 7px; 
	text-decoration: none; 
}

.trigger a, .menu a   {
	color: #343230;
	text-decoration: none;
	border-bottom: none;
	font-weight: normal;  
}

.trigger a:hover, .menu a:hover  
{ 
	color: #c91400; 
	text-decoration: none; 
	border-bottom: none;
	font-weight: normal;  
}


/* für Internet Explorer mit Star-HTML-Hack

* html div#leftbody {
	padding-left:15px;
}

* html div#mylady {
	background-image: url(../aBilder/0Left-Lady6.gif);
}

* html .trigger {
	background-image: url(../aBilder/0-menutriangle.gif);
}

*/

