body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	background-color: #353839;
	background-image: url(../bilder/back.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	font-weight:bold;
}
img {
	border:none;
}
a {
	color: #FFFFFF;
	text-decoration:underline;
}
a:hover{
	color: #FFFFFF;
	text-decoration:underline;
}
p {
	margin-top:8px;
}
input {
	border: 1px solid #333333;
	background-color: #eeeeee;
	width:250px;
	height: 15px;
	font-size: 11px;
	color: #35312d;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #333333;
	background-color: #eeeeee;
	width:250px;
	font-size: 11px;
	color: #35312d;
}
.hauptnavi {
	position: absolute;
	top:440px;
	left:156px;
}
.topnavi {
	font-size: 11px;
	position: absolute;
	top:16px;
	left:682px;
}
.topnavi a{
	text-decoration:none;
}
.logo {
	position: absolute;
	top:500px;
	left:735px;
}
.inhalt {
	position: absolute;
	top:60px;
	left:141px;
}
.thumbs {
	position: absolute;
	top:100px;
	left:181px;
}
.beschreibung {
	position: absolute;
	top:0px;
	left:500px;
	width:270px;
	padding-left:1px;
}
.buttons {
	position: absolute;
	top:260px;
	left:500px;
	width:280px;
}
.back {
	position: absolute;
	top:265px;
	left:660px;
}

.liste {
	position: absolute;
	top:100px;
	left:181px;
	height:240px;
	padding-left:1px;
}
.liste a{
	text-decoration:none;
}
.liste a:hover{
	text-decoration:underline;
}
.titel {
	position: absolute;
	top:100px;
	left:460px;
	height:40px;
	width:460px;
}
.experiment {
	position: absolute;
	top:139px;
	left:460px;
	height:240px;
	width:480px;
}

object {
display:block;
width: 100%;
height: 100%;
}
<!--/*--><![CDATA[/*><!--*/
* {
margin:0;
padding:0;

}