body {
	margin: 0px;
	padding: 0px;
	background: White url(pics/hintergrund.gif) repeat-y;
}
#oben {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 52px;
	background: url(pics/head.gif) no-repeat;
}
#menu {
	position: absolute;
	top: 52px;
	left: 0px;
	width: 776px;
	height: 40px;
	background: url(pics/menu-bg.gif) no-repeat;
	padding-top: 10px;
}
.ebene1off, .ebene1on {
	display: inline;
}
.ebene1off a, .ebene1on a {
	color: Black;
	padding: 9px;
  font-size: 12px;
}
.ebene1on a {
	color: #003399;
}
#erde {
	position: absolute;
	top: 89px;
	left: 240px;
	width: 530px;
	height: 220px;
	background: url(pics/erdkugel.jpg) no-repeat;
}
#content {
	position: absolute;
	left: 10px;
	top: 100px;
	width: 750px;
}
#links {
	position: absolute;
	width: 200px;
	top: 5px;
	left: 0px;
}
#inhalt {
	position: absolute;
	left: 230px;
	width: 520px;
}
p#smallmenu {
  border-top: 1px dotted Gray;
  text-align: right;
  padding-top: 5px;
  margin-top: 35px;
}
p#smallmenu, p#smallmenu a, p.small {
  font-size: 10px;
  color: Gray;
  font-weight: normal;
}
/* Formulare */
label {
  font-weight: bold;
}
input[type="text"], input[type="password"], textarea {
  width: 350px;
}
textarea {
  height: 150px;
}
fieldset {
  border: 1px solid Gray;
  padding-left: 10px;
  margin-bottom: 10px;
}
legend {
  color: Black;
}
fieldset p {
  margin-top: 3px;
  margin-bottom: 3px;
}
fieldset h2 {
  border-bottom: none;
}
/* IMG */
img.right, img.left, img.prevpic {
  border: 1px solid #959595;
}
img.right, img.left, img.rightnb, img.leftnb {
  margin-bottom: 3px;
}
img.right, img.rightnb {
  margin-left: 5px;
  float: right;
}
img.left, img.leftnb {
  margin-right: 5px;
  float: left;
}
img.prevpic {
  margin-bottom: 10px;
}