
#menu {
	
	float: left;
	list-style: none;
	margin: 10px 0 0 15px;
	padding: 0;
	width: 100%;
}
#menu li {
	float: left;
	margin: 0;
	padding: 0;
	font-size:144%;
	font-weight:lighter;
	font-family: "Times New Roman", Times, serif;
	color:#333333
}
#menu a {
	background:  url("../images/seperator.gif") left no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 5px 18px;
	text-decoration: none;
	
}

#home #n01 a,
#hotel #n02 a,
#zimmer #n03 a,
#cafe #n04 a,
#preise #n05 a,
#raesfeld #n06 a,
#kontakt #n07 a,
#menu a:hover {
	background: url("../images/hover.gif") left no-repeat;
	color: #fff;
	
	text-decoration:underline;
}
 
