	/* Menue */
		
		.menue {
			
			margin-top: 10px;	
		}
		
		.menueground {
			
			clear: both;
			float: left;
			width: 152px;
		}
		
		.menue ul{
			
			list-style-type: none;
			margin-left: -35px;
			margin-top: 10px;
		}
		
		.menue li{
			
			
			color: #545454;
			font-family: arial;
			font-style: none;
			font-size: 8pt;
			margin-bottom: 5px;
		}
		
		li .headline{
			
			list-style-type: none;
			margin-left: 0px;
			margin-top: -5px;
			color: #f77c00;
			font-family: arial;
			font-weight: bold;
			font-size: 8pt;		
		}
		
		li .headlineunder{
			
			list-style-type: none;
			margin-left: 0px;
			margin-top: 0px;
			color: #f77c00;
			font-family: arial;
			font-weight: bold;
			font-size: 8pt;		
		}
		
		.menueheader {
			
			padding-top:4px;
			background-image: url(../img/menueheader.gif);
			background-repeat: no-repeat;
			height: 28px;
		}
		
		.trennlinie {
			
			border-style: dotted;		
			width: 140px;
			color: gray;
		}
		
		.menuemiddle {
			
			background-image: url(../img/menuemiddle.gif);
			margin-top: -10px;
		}
		.menue .spacer {
			
			height: 5px;
		}		
		.menuefooter {
			
			margin-top:-10px;
			background-image: url(../img/menuefooter.gif);
			background-repeat: no-repeat;
			height: 28px;
		}

		.menue .button {
			
			width: 5px;
			height: 10px;
			background-color: #f77c00;
			display: none;
		}
		
		.menuetext {
			
			margin-top: -26px;
			margin-left: 15px;
		}
		
		.menueimg {
			
			visibility: hidden;
		}
		
		.menue a {
			
			color: #545454;
			text-decoration: none;
		}
		
		.menue a:hover {
		
			color: #f77c00;
		}
		
		.headline a {
			
			color: #f77c00;
			text-decoration: none;
		}
		
		.headlineunder a {
			
			color: #f77c00;
			text-decoration: none;
		}
