a.horror:link 		{color:red; text-decoration:none; }
a.horror:visited 	{color:red; text-decoration:none; }
a.horror:active 	{color:red; text-decoration:underline; cursor:url(../bilder/horror/cursor_link.png), default; }
a.horror:hover 		{color:red; text-decoration:underline; cursor:url(../bilder/horror/cursor_link.png), default; }

a.suess:link 		{color:#ad529f; text-decoration:none; }
a.suess:visited 	{color:#ad529f; text-decoration:none; }
a.suess:active 		{color:#ad529f; text-decoration:underline; cursor:url(../bilder/suess/cursor_link.png), default; }
a.suess:hover 		{color:#ad529f; text-decoration:underline; cursor:url(../bilder/suess/cursor_link.png), default; }

body {
	color: white;
	font-family: "Arial", "Verdana", "Helvetica"; 
	font-size: 14px;
	
	background-color: #828282;
	overflow: hidden;
	}

div.suess {
	z-index:1;
	background-image: url("../bilder/eingang_hintergrund_suess.jpg");
	background-repeat: repeat-y;
	background-position: right;
	position: absolute;
	right:0px;
	top:0px;
	height:100%;
	width:100%;
	}

div.horror {
	z-index:2;
	background-image: url("../bilder/eingang_hintergrund_horror.jpg");
	background-repeat: repeat-y;
	background-position: left;
	position: absolute;
	left:0px;
	top:0px;
	height:100%;
	width:100%;
	}

table {
	z-index:5;
	position: absolute;
	top:0px;
	right:0px;
	height:100%;
	width:100%;
	border:0px solid black;
	}