#titleindex {
position: absolute;
background-image: url(../Grafiken/hg.gif);
width: 650px;
height: 100px;
padding: 0px;
top: 10px;
}
#mainindex {
position: absolute;
background-image: url(../Grafiken/hg.gif);
width: 650px;
top: 100px;
}
#mainauswahl {
width: 450px;
margin: auto;
height: 500px;
}
#name {
position: absolute;
width: 500px;
top: 15px;
}

/*Die Navigationsdefinierung*/
.auswahl {
	width: 120px; height: 120px;
	padding: 15px;
	float: left;
	line-height: 12px;
	}
.auswahl a {
	display: block;
	text-decoration: none;
	width:120px; height:120px;
	}
.auswahl a:hover {
	color:#000000;
	}
.auswahl span { /*NEUES über den Kacheln*/
	position: relative;
	left: 5px;
	top: 50px;
	font-size:smaller;
}
.auswahl #k1 a {
	background: url(../auswahl/K1.jpg) left no-repeat;
	}
.auswahl #k1 a:hover {
	background: url(../auswahl/K1.jpg) -120px no-repeat;
	}
.auswahl #k1 span {
	background: url(../auswahl/K1.jpg) -240px no-repeat;
	}
.auswahl #k2 a {
	background: url(../auswahl/K2.jpg) left no-repeat;
}
.auswahl #k2 a:hover {
	background: url(../auswahl/K2.jpg) -120px no-repeat;
	}
.auswahl #k2 span {
	background: url(../auswahl/K2.jpg) -240px no-repeat;
	}
.auswahl #k3 a {
	background: url(../auswahl/K3.jpg) left no-repeat;
}
.auswahl #k3 a:hover {
	background: url(../auswahl/K3.jpg) -120px no-repeat;
	}
.auswahl #k3 span {
	background: url(../auswahl/K3.jpg) -240px no-repeat;
	}
.auswahl #k4 a {
	background: url(../auswahl/K4.jpg) left no-repeat;
}
.auswahl #k4 a:hover {
	background: url(../auswahl/K4.jpg) -120px no-repeat;
	}
.auswahl #k4 span {
	background: url(../auswahl/K4.jpg) -240px no-repeat;
	}
.auswahl #k5 a {
	background: url(../auswahl/K5.jpg) left no-repeat;
}
.auswahl #k5 a:hover {
	background: url(../auswahl/K5.jpg) -120px no-repeat;
	}
.auswahl #k5 span {
	background: url(../auswahl/K5.jpg) -240px no-repeat;
	}
.auswahl #k6 a {
	background: url(../auswahl/K6.jpg) left no-repeat;
}
.auswahl #k6 a:hover {
	background: url(../auswahl/K6.jpg) -120px no-repeat;
	}
.auswahl #k6 span {
	background: url(../auswahl/K6.jpg) -240px no-repeat;
	}
.auswahl #k7 a {
	background: url(../auswahl/K7.jpg) left no-repeat;
}
.auswahl #k7 a:hover {
	background: url(../auswahl/K7.jpg) -120px no-repeat;
	}
.auswahl #k7 span {
	background: url(../auswahl/K7.jpg) -240px no-repeat;
	}
.auswahl #k8 a {
	background: url(../auswahl/K8.jpg) left no-repeat;
}
.auswahl #k8 a:hover {
	background: url(../auswahl/K8.jpg) -120px no-repeat;
	}
.auswahl #k8 span {
	background: url(../auswahl/K8.jpg) -240px no-repeat;
	}
.auswahl #k9 a {
	background: url(../auswahl/K9.jpg) left no-repeat;
}
.auswahl #k9 a:hover {
	background: url(../auswahl/K9.jpg) -120px no-repeat;
	}
.auswahl #k9 span {
	background: url(../auswahl/K9.jpg) -240px no-repeat;
	}
.auswahl a:active {
	color: black;
	}