@charset "utf-8";
* {
	margin:0; padding:0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#bilder {
	background-color: #99CC99;
	width: 1248px;
}
.cursor-li {
	cursor: pointer;
	background-image:url(../images/bild_vor_weiss.png);
}

.cursor-li:hover {
	background-image:url(../images/bild_vor_rot.png);
}

.cursor-re {
	cursor: pointer;
	background-image:url(../images/bild_zurueck_weiss.png);
}
.cursor-re:hover {
	background-image:url(../images/bild_zurueck_rot.png);
}
