@charset "ISO-8859-1";

html {
	background-color: #000;
	background-image: url(bg.jpg);
	font-family: "Palatino", "Times New Roman", "Luxi Serif", "Times", serif;
	font-size: 11pt;
	color: #fff;
	text-align: justify;
	margin: 0;
}
body {
	font-family: "Palatino", "Times New Roman", "Luxi Serif", "Times", serif;
	font-size: 11pt;
	color: #fff;
	text-align: justify;
	margin: 0;
}
a {
	color: #c1e1f6;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#jungel1, #jungel2, #jungel3, #jungel4, #jungel5 {
	position: absolute;
	font-size: 24pt;
}
#jungel1 {
	color: #000000;
	left: 30px;
	top: 15px;
}
#jungel2 {
	color: #000000;
	left: 150px;
	top: 25px;
}
#jungel3 {
	color: #000000;
	left: 50px;
	top: 60px;
}
#jungel4 {
	color: #ffffff;
	left: 70px;
	top: 20px;
}
#jungel5 {
	color: #ffffff;
	left: 170px;
	top: 50px;
}
h1 {
	margin-top: 90px;
	margin-bottom: 0;
	margin-left: 20px;
	font-size: 36pt;
	font-weight: normal;
}
h2 {
	font-size: 14pt;
	font-weight: normal;
	margin-bottom: 0;
	margin-left: 35px;
	margin-top: 0.6em;
}
ul, p {
	margin: 0;
	margin-left: 35px;
}
#authors {
	list-style-type: none;
	font-size: 16pt;
	padding-left: 0;
}

.text {
	position: absolute;
	left: 300px;
	top: 25px;
	width: 400px;
	background: #000000;
	padding: 0.2em 0.5em;
	border: 1px solid grey;
	margin-bottom: 3em;
}
.text h2 {
	font-size: 16pt;
	font-weight: normal;
	margin: 0px 0px 15px 10px;
}
.text h3 {
	font-size: 14pt;
	font-weight: normal;
	margin: 0;
	margin-bottom: 10px;
	text-align: center;
}
.text p {
	margin: 0;
	margin: 0.5em 0em;
	padding: 0;
}
.text ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.credits {
	position: absolute;
	right: 0;
	bottom: 0;
	background: #000000;
	margin: 0;
	padding: 0.2em 0.5em;
	border: 1px solid grey;
}
