/* Breite der Menüpunkte  */
.menu1 {
    position:absolute;
    left:0px;
	top: 124px;
	margin: 0px;
	width: 744px;
	height: 20px;
	background: #898788/*#94317E   url(img/background1.gif) */;
	padding: 0px;		
	list-style-type: none;
	white-space: nowrap;
	text-decoration: none;
	color: #ffffff;
}

ul#dm li { 

}

/* Erscheinungsbild der Menüpunkte */
ul#dm a {
	top: 124px;
	
	height: 0px;
	/*	 padding: 1px 14px 1px 14px; */
	text-decoration: bold;
	text-align: left;
	color: #ffffff;
font-weight: 500;
	 /* font-weight: bold !important; */
letter-spacing: 1px !important; /* für alle browser */
letter-spacing: 0px;
	}  

/* Erscheinungsbild eines Menüpunkts bei Mouseover */
ul#dm a:hover {
width: 100%;
	/* padding: 1px 14px 1px 14px; */
	color:  #18304D; 
	border: 1px dashed #C5B358;
	/*border-bottom: none; */
	/* background: #F2F4B5 url(img/background.gif); */
	font-weight: 500;
	/* font-weight: bold !important; */
letter-spacing: 1px !important; /* für alle browser */
letter-spacing: 0px;
}


/* ------------------------------------------------------------------- */

ul#dm {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #ffffff;
}
ul#dm li { 
  padding: 0;
  margin: 0;
  float: left;
  position: relative;
  color: #ffffff;
}
ul#dm a {
	top: 104px;
	
	height: 0px;
	 padding: 1px 14px 1px 14px; 
	text-decoration: none;
	text-align: left;
font-weight: 500;
letter-spacing: 1px !important; /* für alle browser */
letter-spacing: 0px;
color: #ffffff;
	} 
	
ul#dm a: link	{
	color: #ffffff;
	text-decoration: none;
	border-bottom: none;
} 
ul#dm li>a { 
	color: #ffffff;
	text-decoration: none;
	border-bottom: none;
}

ul#dm li ul { 
width: 150px;
  margin: 0;
  padding: 0;
  list-style-type: none;
visibility: hidden; 
  position: absolute;
  left: 0px;
  top: 21px;
  color: #ffffff;
}
ul#dm li li { 
  width: 150px;
  float: left;
clear: left;
  color: #ffffff;
background: #898788 /*  url(img/background.gif)*/; 
}
ul#dm li li a:hover {
width: 100%;
	/* padding: 1px 14px 1px 14px; */
	color: #18304D;
	/* border-bottom: none; */
	
	/* background: #F2F4B5 url(img/background.gif); */
	font-weight: 500;
	/* font-weight: bold !important; */
letter-spacing: 1px !important; /* für alle browser */
letter-spacing: 0px;
}
ul#dm li>li { 
  float: none;
  width: 150px;
  color: #ffffff;
}
