/* DESIGN */
body {
	background: #c6d8ea;
	margin: 0px;
	padding: 0px;
}
#email {
  background: White;
  margin: 5px;
  border: 1px solid Black;
}
#email #txt {
  padding: 15px;
}
#obenlink {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
	background: White url(pics/backsite.gif) repeat-y 0px 155px;
}
#mitte {
	position: absolute;
	left: 50%;
	background: White url(pics/backsite.gif) repeat-y 0px 155px;
	top: 25px;
	margin-left: -500px;
	width: 1000px;
  min-height: 600px;
}
#mittestart {
	position: absolute;
	left: 50%;
	background: White url(pics/startback.jpg) no-repeat;
	top: 25px;
	margin-left: -346px;
	width: 692px;
	height: 460px;
}
#mittestart2 {
	position: absolute;
	left: 0px;
	background: url(pics/startback2.jpg) no-repeat;
	top: 0px;
	width: 859px;
	height: 635px;
}
#bildtext {
	position: absolute;
	bottom: 120px;
	left: 10px;
	color: White;
	font-size: 10px;
}
#werbung {
	position: absolute;
	bottom: 45px;
	left: 10px;
}
#logo {
	position: absolute;
	left: 21px;
	top: 21px;
}
#logo2 {
	position: absolute;
	left: 39px;
	top: 14px;
}
#head {
	height: 129px;
	background: #557fa2 url(pics/backhead2.jpg) no-repeat;
}
#email #head {
  border-bottom: 1px solid Black;
  background: #557fa2;
}
#headunder {
	height: 26px;
	width: 146px;
	background: White;
}
#startmenu {
	position: absolute;
	top: 200px;
	left: 0px;
	width: 145px;
}
#links {
	float: left;
	width: 145px;
  margin-bottom: 50px;
}
#contain {
	width: 590px;
	margin-left: 160px;
	border-top: 1px solid #1c448e;
	padding-top: 4px;
  margin-bottom: 30px;
}
#containfloat {
  width: 590px;
  float: left;
}
#leer {
  clear: both;
}
#downunder {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px;
	margin-top: 10px;
	background: #d3d3d3 url(pics/backdown.gif) repeat-y;
	text-align: right;
	padding-bottom: 3px;
}
#menuhead {
	background: #b3b7bb;
	height: 23px;
}
.ebene1off, .ebene1on {
	border-top: 1px solid #b3b7bb;
	padding: 3px 17px 3px 15px;
	background: url(pics/menubommel.gif) no-repeat 130px 5px;
}
.ebene1on a, .ebene1off a {
	font-weight: bold;
	margin-left: -10px;
	font-size: 12px;
}
.ebene1on a {
	color: #1c448e;
}
.ebene1off a {
	color: #969595;
}
.ebene2off, .ebene2on {
	padding: 0px 5px 1px 25px;
}
.ebene2on a, .ebene2off a {
	font-weight: normal;
	margin-left: -10px;
	font-size: 10px;
}
.ebene2on a {
	color: #d81c1d;
}
.ebene2off a {
	color: #969595;
}
#downunder a {
	color: black;
	margin-left: 15px;
	font-weight: normal;
	font-size: 10px;
}
#startmenu .ebene1off a {
	color: #1c448e;
}
#startmenu .ebene1off {
  border-top: none;
  margin-top: 1px;
}
#sprache {
  margin-top: 30px;
}
#fahnen {
	position: absolute;
	bottom: 80px;
	right: 100px;
	color: White;
	font-size: 10px;
  text-align: right;
}
/* TABELLEN */
th {
  background: #c6d8ea;
}
td.r1 {
  background: #eef7ff;
}
td.r2 {
  background: #f7f7f7;
}
td.r3 {
  background: #c6d8ea;
}
/* Formulare */
label {
  font-weight: bold;
}
input[type="text"], input[type="password"], textarea {
  width: 400px;
}
textarea {
  height: 150px;
}
fieldset {
  border: 1px dotted #e4a7a8;
  padding-left: 10px;
  margin-bottom: 10px;
}
legend {
  color: #e4a7a8;
  background: White;
}
fieldset p {
  margin-top: 3px;
  margin-bottom: 3px;
  color: Black;
}
/* Inhaltszierde */
div.balkendgrau, div.balkenhgrau {
  height: 15px;
}
div.balkendgrau {
  background: #6d6a6a;
}
div.balkenhgrau {
  background: #d4d0d0;
}
div.abstand {
  height: 12px;
}