* {
  margin: 0;
  padding: 0; 
}
body,p, h1,h2, a, li, ul {
	color: #000;
	font-size: 10pt;
	font-family: "helvetica neue", tahoma, arial, sans-serif;
	text-decoration: none;
}
body {
  background-color: #efefef;
  font-style: normal;
  font-family: "Helvetica Neue", tahoma, arial, sans-serif;
  font-weight: inherit;
}
h1 {  
  color: #FFA500;
  font-size: 14pt;
  font-weight: bold;
  font-variant: small-caps;
  text-shadow: 0 -1px 0 #bababa;
}
h2 {
	color: #444;
	font-size: 10pt;
	text-shadow: 0 1px 0 #fefefe;
}
#logo {
	padding-top: 80px;
}
#sidebar {
	background: #fff;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	margin-left: 15px;
	opacity: 0.75;
	position: absolute;
	padding: 0 0 20px 20px;
	width: 120px;
	z-index: 2;
}
.sphere {
	color: #444;
	font-size: 10px;
	font-stretch: extra-condensed;
}
#menubar {
	color: #999;
	width: 100px;
}
#works {
	margin: 15px 0 15px 0;
}
#downloads {
	margin: 15px 0 15px 0;
}
#works a {
	font-size: 8pt;
}#downloads a {
	font-size: 8pt;
}
#menubar li {
	list-style-type: none;
}
#menubar li li{
	list-style-type: none;
}
#credits p, a {
	color: #999;
}
#about {
	font-size: 10px;
	font-weight: bold;
}
#copyr {
	font-size: 10px;
}
/*.content {
  position: absolute;
  margin: 0 78% 0 300px;
  padding: 165px 0 100px 0;
  width: 560px;
}
.content img {
  max-width: 560px;
  -moz-border-bottomleft-radius: 5px;
  -moz-border-bottomright-radius: 5px;
  -moz-border-topleft-radius: 5px;
  -moz-border-topright-radius: 5px;
  -webkit-border-radius: 5px;
}*/
#impressum {
	position: absolute;
	margin: 165px 0 0 300px;
	width: 620px;
}
#impressum p {
	padding: 3px 0;
	text-align: justify;
}
#impressum div {
	padding: 3em 0;
}
.haftung {
	margin: 7em 0 0 0;
}
.hintergrund {
	position: absolute;
	top: 105px; 
	width:100%; 
	background: #efefef;
	z-index: 1;
}