body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #000000;
	background-color: #CCCCCC;
	text-align: justify;
	padding-right: 150px;
	padding-left: 150px;
	line-height: 20px;
	font-size: small;
	background-position: left bottom;
	background-attachment: fixed;
	padding-top: 50px;
}
a:link {
	color: #FF0000;
	text-decoration: underline;
}
a:visited {
	color: #FF0000;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	background-color: #990000;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
}





td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
#back {
	position:fixed;
	left:4%;
	top:3%;
	width:40px;
	height:18px;
	z-index:1;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#forwd {
	position:fixed;
	left:91%;
	top:3%;
	width:40px;
	height:18px;
	z-index:1;
}
#menu {
	position:fixed;
	left:4%;
	top:78%;
	width:80px;
	height:24px;
	z-index:1;
	border: thin outset #CCCCCC;
}
#rollbox {
	position:fixed;
	left:1%;
	top:10px;
	width:90px;
	height:30px;
	z-index:1;
}
#panel {
	position:absolute;
	left:15%;
	top:17px;
	width:70%;
	height:20px;
	color: #990000;
	visibility: visible;
	font-weight: normal;
	font-size: small;
}
#btn_home {
	position:fixed;
	left:30px;
	top:90%;
	width:auto;
	height:auto;
	z-index:1;
}
#btn_zuruck {
	position:fixed;
	left:22px;
	top:80%;
	width:auto;
	height:auto;
	z-index:2;
}

