/* Mainnavi */

ul#Mainnavi {
	list-style: none;
	margin: 0;
	margin-top: -36px;
	margin-left: -39px;
<!--
-->
	margin-left: 1px;	
}
ul#Mainnavi li {
	float: left;
	border: none;
}
ul#Mainnavi span {
	float: left;
	height: 35px;
}

/* Mainnavi normal */

#Home span {
	background: url(../img/layout/sprite_mainnavi.png);
	width: 99px;
	height: 35px;
	background-position: 0 0;
	text-decoration: none;
}
#Internet span {
	background: url(../img/layout/sprite_mainnavi.png);
	width: 96px;
	height: 35px;
	background-position: -99px 0;
	text-decoration: none;

}
#Learning span {
	background: url(../img/layout/sprite_mainnavi.png);
	width: 98px;
	height: 35px;
	background-position: -195px 0;
	text-decoration: none;
}
#Print span {
	background: url(../img/layout/sprite_mainnavi.png);
	width: 96px;
	height: 35px;
	background-position: -292px 0;
	text-decoration: none;
}
#Intact span {
	background: url(../img/layout/sprite_mainnavi.png);
	width: 96px;
	height: 35px;
	background-position: -388px 0;
	text-decoration: none;
}
#Leistungen span {
	background: url(../img/layout/sprite_mainnavi.png);
	width: 96px;
	height: 35px;
	background-position: -485px 0;
	text-decoration: none;
}
#Impressum span {
	background: url(../img/layout/sprite_mainnavi.png);
	width: 97px;
	height: 35px;
	background-position: -581px 0;
	text-decoration: none;
}
#Kontakt span {
	background: url(../img/layout/sprite_mainnavi.png);
	width: 98px;
	height: 35px;
	background-position: -678px 0;
	text-decoration: none;
}

/* Mainnavi hover */

#Home a:hover span {
	background: url(../img/layout/sprite_mainnavi.png);
	width: 99px;
	height: 35px;
	background-position: 0 -35px;
	text-decoration: none;
}
#Internet a:hover span {
	background: url(../img/layout/sprite_mainnavi.png);
	width: 96px;
	height: 35px;
	background-position: -99px -35px;
	text-decoration: none;

}
#Learning a:hover span {
	background: url(../img/layout/sprite_mainnavi.png);
	width: 98px;
	height: 35px;
	background-position: -195px -35px;
	text-decoration: none;
}
#Print a:hover span {
	background: url(../img/layout/sprite_mainnavi.png);
	width: 96px;
	height: 35px;
	background-position: -292px -35px;
	text-decoration: none;
}
#Intact a:hover span {
	background: url(../img/layout/sprite_mainnavi.png);
	width: 96px;
	height: 35px;
	background-position: -388px -35px;
	text-decoration: none;
}
#Leistungen a:hover span {
	background: url(../img/layout/sprite_mainnavi.png);
	width: 96px;
	height: 35px;
	background-position: -485px -35px;
	text-decoration: none;
}
#Impressum a:hover span {
	background: url(../img/layout/sprite_mainnavi.png);
	width: 97px;
	height: 35px;
	background-position: -581px -35px;
	text-decoration: none;
}
#Kontakt a:hover span {
	background: url(../img/layout/sprite_mainnavi.png);
	width: 98px;
	height: 35px;
	background-position: -678px -35px;
	text-decoration: none;
}

/* Mainnavi active */

#Home_active span {
	background: url(../img/layout/sprite_mainnavi.png);
	width: 99px;
	height: 35px;
	background-position: 0 -70px;
	text-decoration: none;
}
#Internet_active span {
	background: url(../img/layout/sprite_mainnavi.png);
	width: 100px;
	height: 35px;
	background-position: -95px -105px;
	text-decoration: none;
}
#Learning_active span {
	background: url(../img/layout/sprite_mainnavi.png);
	width: 99px;
	height: 35px;
	background-position: -193px -140px;
	text-decoration: none;
}
#Print_active span {
	background: url(../img/layout/sprite_mainnavi.png);
	width: 100px;
	height: 35px;
	background-position: -289px -175px;
	text-decoration: none;
}
#Intact_active span {
	background: url(../img/layout/sprite_mainnavi.png);
	width: 100px;
	height: 35px;
	background-position: -384px -210px;
	text-decoration: none;
}
#Leistungen_active span {
	background: url(../img/layout/sprite_mainnavi.png);
	width: 100px;
	height: 35px;
	background-position: -481px -245px;
	text-decoration: none;
}
#Impressum_active span {
	background: url(../img/layout/sprite_mainnavi.png);
	width: 100px;
	height: 35px;
	background-position: -578px -280px;
	text-decoration: none;
}
#Kontakt_active span {
	background: url(../img/layout/sprite_mainnavi.png);
	width: 101px;
	height: 35px;
	background-position: -675px -315px;
	text-decoration: none;
}

/* Mainnavi focus */

#Home a:focus span {
	background: url(../img/layout/sprite_mainnavi.png);
	width: 99px;
	height: 35px;
	background-position: 0 -35px;
	text-decoration: none;
	outline: none;
}
#Internet a:focus span {
	background: url(../img/layout/sprite_mainnavi.png);
	width: 96px;
	height: 35px;
	background-position: -99px -35px;
	text-decoration: none;
	outline: none;
}
#Learning a:focus span {
	background: url(../img/layout/sprite_mainnavi.png);
	width: 98px;
	height: 35px;
	background-position: -195px -35px;
	text-decoration: none;
	outline: none;
}
#Print a:focus span {
	background: url(../img/layout/sprite_mainnavi.png);
	width: 96px;
	height: 35px;
	background-position: -292px -35px;
	text-decoration: none;
	outline: none;
}
#Intact a:focus span {
	background: url(../img/layout/sprite_mainnavi.png);
	width: 96px;
	height: 35px;
	background-position: -388px -35px;
	text-decoration: none;
	outline: none;
}
#Leistungen a:focus span {
	background: url(../img/layout/sprite_mainnavi.png);
	width: 96px;
	height: 35px;
	background-position: -485px -35px;
	text-decoration: none;
	outline: none;
}
#Impressum a:focus span {
	background: url(../img/layout/sprite_mainnavi.png);
	width: 97px;
	height: 35px;
	background-position: -581px -35px;
	text-decoration: none;
	outline: none;
}
#Kontakt a:focus span {
	background: url(../img/layout/sprite_mainnavi.png);
	width: 98px;
	height: 35px;
	background-position: -678px -35px;
	text-decoration: none;
	outline: none;
}





/* Mainnavi normal inactive */

#Home_inactive span {
	background: url(../img/layout/sprite_mainnavi.png);
	width: 95px;
	height: 35px;
	background-position: 0 0;
	text-decoration: none;
}
#Internet_inactive span {
	background: url(../img/layout/sprite_mainnavi.png);
	width: 95px;
	height: 35px;
	background-position: -98px 0;
	text-decoration: none;

}
#Learning_inactive span {
	background: url(../img/layout/sprite_mainnavi.png);
	width: 94px;
	height: 35px;
	background-position: -195px 0;
	text-decoration: none;
}
#Print_inactive span {
	background: url(../img/layout/sprite_mainnavi.png);
	width: 92px;
	height: 35px;
	background-position: -293px 0;
	text-decoration: none;
}
#Intact_inactive span {
	background: url(../img/layout/sprite_mainnavi.png);
	width: 92px;
	height: 35px;
	background-position: -389px 0;
	text-decoration: none;
}
#Leistungen_inactive span {
	background: url(../img/layout/sprite_mainnavi.png);
	width: 93px;
	height: 35px;
	background-position: -485px 0;
	text-decoration: none;
}
#Impressum_inactive span {
	background: url(../img/layout/sprite_mainnavi.png);
	width: 94px;
	height: 35px;
	background-position: -581px 0;
	text-decoration: none;
}
#Kontakt_inactive span {
	background: url(../img/layout/sprite_mainnavi.png);
	width: 98px;
	height: 35px;
	background-position: -679px 0;
	text-decoration: none;
}

/* Mainnavi hover inactive */

#Home_inactive a:hover span {
	background: url(../img/layout/sprite_mainnavi.png);
	width: 95px;
	height: 35px;
	background-position: 0 -35px;
	text-decoration: none;
}
#Internet_inactive a:hover span {
	background: url(../img/layout/sprite_mainnavi.png);
	width: 95px;
	height: 35px;
	background-position: -98px -35px;
	text-decoration: none;

}
#Learning_inactive a:hover span {
	background: url(../img/layout/sprite_mainnavi.png);
	width: 94px;
	height: 35px;
	background-position: -195px -35px;
	text-decoration: none;
}
#Print_inactive a:hover span {
	background: url(../img/layout/sprite_mainnavi.png);
	width: 92px;
	height: 35px;
	background-position: -293px -35px;
	text-decoration: none;
}
#Intact_inactive a:hover span {
	background: url(../img/layout/sprite_mainnavi.png);
	width: 92px;
	height: 35px;
	background-position: -389px -35px;
	text-decoration: none;
}
#Leistungen_inactive a:hover span {
	background: url(../img/layout/sprite_mainnavi.png);
	width: 93px;
	height: 35px;
	background-position: -485px -35px;
	text-decoration: none;
}
#Impressum_inactive a:hover span {
	background: url(../img/layout/sprite_mainnavi.png);
	width: 94px;
	height: 35px;
	background-position: -581px -35px;
	text-decoration: none;
}
#Kontakt_inactive a:hover span {
	background: url(../img/layout/sprite_mainnavi.png);
	width: 98px;
	height: 35px;
	background-position: -679px -35px;
	text-decoration: none;
}
