@charset "utf-8";
/* CSS Document */

#foto-menu {
	float: left;
	height: 30px;
	width: 99px;
}
.foto a {
	width:99px;
	height: 30px;
	float: left;
	background-attachment: scroll;
	background-repeat: no-repeat;
	text-decoration: none;
	background-image: url(images/foto-0.gif);
}
.foto a:hover {
	width:99px;
	height: 30px;
	float: left;
	background-attachment: scroll;
	background-repeat: no-repeat;
	text-decoration: none;
	background-image: url(images/foto-1.gif);
}
.foto a.activ {
	width:99px;
	height: 30px;
	float: left;
	background-attachment: scroll;
	background-repeat: no-repeat;
	text-decoration: none;
	background-image: url(images/foto-1.gif);
}
#kontakt-menu {
	float: left;
	height: 30px;
	width: 77px;
}
.kontakt a {
	width:77px;
	height: 30px;
	float: left;
	background-attachment: scroll;
	background-repeat: no-repeat;
	text-decoration: none;
	background-image: url(images/kontakt-0.gif);
}
.kontakt a:hover {
	width:77px;
	height: 30px;
	float: left;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-image: url(images/kontakt-1.gif);
}
.kontakt a.activ {
	width:77px;
	height: 30px;
	float: left;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-image: url(images/kontakt-1.gif);
}
