@charset "utf-8";
#header ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	margin-top: 4px;
}
#header li {
	float: left;
}
#header  li  a {
	height: 27px;
	width: 120px;
	text-indent: -1000em;
	display: block;
}

#buttonHome a:link, #buttonHome a:visited    {
	background-image: url(../images/buttons/buttonHome.gif);
}
#buttonInfo a:link, #buttonInfo  a:visited {
	background-image: url(../images/buttons/buttonInfo.gif);
}
#buttonPhoto a:link, #buttonPhoto  a:visited {
	background-image: url(../images/buttons/buttonPhoto.gif);
}
#buttonVideo a:link, #buttonVideo a:visited {
	background-image: url(../images/buttons/buttonVideo.gif);
}
#buttonShop a:link, #buttonShop a:visited {
	background-image: url(../images/buttons/buttonShop.gif);
}
#buttonContact a:link, #buttonContact a:visited {
	background-image: url(../images/buttons/buttonContact.gif);
	width: 119px;
}
#buttonAuffueller {
	background-image: url(../images/buttons/auffueller.gif);
	width: 181px;
}

#header  ul  li  a:hover, #header ul li a:hover active {
	background-position:center;
	}
#container #subnavi .buttonActive {
	background-position: right;
	cursor: default;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #CCCCCC;
}
.selected      {
	color: #FFFFFF;
	font-weight: bold;
}

