body {
  margin: 0;
  padding: 0;
  background: White;
}
#head {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5.5em;
  border-bottom: 3px double #006F0F;
  background: #EFFFF1;
}
#first, #shadow {
  position: absolute;
  font-weight: bold;
  font-family: Verdana, Arial, Geneva, sans-serif;
  font-size: 1.8em;
}
#first {
  left: 0.15em;
  top: 0.15em;
  color: Black;
}
#first .smaler {
  font-size: 0.5em;
}
#shadow {
  left: 0.2em;
  top: 0.2em;
  color: #BBB;
  speak: none;
}
#menu {
  position: absolute;
  left: 0;
  top: 5.5em;
  background: #DFFFE3;
  border-top: 1px solid #006F0F;
  border-right: 1px solid #006F0F;
  border-bottom: 1px solid #006F0F;
  width: 9em;
  padding: 1.4em 0 1.4em 0;
}
#content {
	position: absolute;
	left: 0;
	margin-left: 12em;
	margin-right: 2em;
	top: 7em;
}

/* MENU */
#menu ul {
	margin: 0 0.2em 0 0;
	padding: 0;
}
#menu li {
	list-style: none;
	margin: 0;
	padding: 0 0 0.8em 0.5em;
}
#menu li a {
	color: Black;
	font-weight: normal;
}
#menu ul.ebene1 li.on a {
	color: #D70F00;
	font-weight: bold;
}
#menu ul.ebene2 a {
	font-size: 0.7em;
}
#menu ul.ebene2 li.on {
	background: none;
}
#menu ul.ebene2 li {
	padding: 0 0 0.2em 0.8em;
	border-bottom: 1px solid White;
}
#menu ul.ebene2 li.off a {
	color: Black;
	font-weight: normal;
}
/* Formulare */
label {
  font-weight: normal;
  color: #D70F00;
}
input[type="text"], input[type="password"], textarea {
  width: 25em;
  max-width: 500px;
  border: 1px solid #00249B;
  background: #EFF2FF;
  font-size: 1em;
}
textarea {
  height: 10em;
}
input:FOCUS, textarea:FOCUS {
  background: #FFE1DF;
}
fieldset {
  border: 1px solid #DEEFC2;
  padding-left: 0.8em;
  padding-right: 0.8em;
  margin-bottom: 0.8em;
}
fieldset p {
  padding-bottom: 0.8em;
}
legend {
  color: #006F0F;
  border: 3px double White;
  background: #DEEFC2;
  font-weight: bold;
  font-size: 0.8em;
  padding-left: 0.2em;
  padding-right: 0.2em;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
}
fieldset p {
  margin-top: 0.1em;
  margin-bottom: 0.1em;
}
p#temail {
  display: none;
}
p#temail input {
  background: none;
  border: none;
  font-size: 0.01em;
  color: White;
}
p#temail label {
  font-size: 0.01em;
  font-weight: normal;
  color: White;
}
/* Tabellen */
table {
  border: 1px solid #DEEFC2;
  margin-bottom: 10px;
}
th {
  background: #DEEFC2;
}
.r1 {
  background: #EFFFF1;
}
.r2 {
  background: #DFFFE3;
}
.r3 {
  background: #BFFFC6;
}