body{
background-image: none;
}

 #homemenu {
	position:relative;
	
	/* right:80px;
	top: 0px; */
	list-style: none;
	/* margin: 0;
	padding:0; */
	left: 50px;
	height: 110px;
	width: 361px;
	/* border: 1px solid red; */
	
	} 





#homemenu span {
	display: none;
	position: absolute;
}

#homemenu a {
	display: block;
	text-indent: -2000px;
	position: absolute;
	outline: none;
	
}

#homemenu a:hover {
	background-position: left bottom;
}

#homemenu a:hover span{
	display: block;
}


/* --- DEUTSCH --- */

#homemenu .galerie-home {
	position: absolute;
	width: 103px;
	height: 110px;
	background: url(../images/homenav/galerie.gif) no-repeat;
	left: 0px;

	/* top: 4px; */
}


#homemenu .haus-home {
	position: absolute;
	width: 135px;
	height: 110px;
	background: url(../images/homenav/haus.gif) no-repeat;
	left: 103px; 
	/* top: 4px; */
}

#homemenu .tour-home {
	position: absolute;
	width: 123px;
	height: 110px;
	background: url(../images/homenav/berg.gif) no-repeat;
	left: 238px;
	/* top: 4px; */
}


#copycontent img {border: none;}

#spacer { margin-left: -50px; width: 600px; border-top-color: #bfbfbf; border-top-style: solid; border-top-width: 1px; margin-bottom: 0px; margin-top: 20px; }


